You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Ted Yu <te...@yahoo.com> on 2006/08/08 19:49:27 UTC

obtaining build for rev 426073

Hi,
Where can I find the build for rev 426073 ?
It contains a bug fix I need.

Thanks

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: building log4j 1.3

Posted by Curt Arnold <ca...@apache.org>.



On Aug 9, 2006, at 12:49 PM, Ted Yu wrote:

> I see.
> What are all these files used for ?
>
> log4j-1.3alpha-8.jar      log4j-nt-1.3alpha-8.jar
> log4j-all-1.3alpha-8.jar
> log4j-optional-1.3alpha-8.jar
> log4j-db-1.3alpha-8.jar   log4j-oro-1.3alpha-8.jar
> log4j-jms-1.3alpha-8.jar  log4j-smtp-1.3alpha-8.jar
> log4j-jmx-1.3alpha-8.jar  log4j-xml-1.3alpha-8.jar
>

log4j-all-1.3alpha-8.jar contains all appenders.   
log4j-1.3alpha-8.jar is just the core and the other jars are specific  
appenders that have external dependencies.  Same classes just  
different packaging.



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: building log4j 1.3

Posted by Ted Yu <te...@yahoo.com>.
I see.
What are all these files used for ?

log4j-1.3alpha-8.jar      log4j-nt-1.3alpha-8.jar
log4j-all-1.3alpha-8.jar 
log4j-optional-1.3alpha-8.jar
log4j-db-1.3alpha-8.jar   log4j-oro-1.3alpha-8.jar
log4j-jms-1.3alpha-8.jar  log4j-smtp-1.3alpha-8.jar
log4j-jmx-1.3alpha-8.jar  log4j-xml-1.3alpha-8.jar

--- Curt Arnold <ca...@apache.org> wrote:

> I'm guessing that you were trying to do "ant dist"
> to build the full  
> release. The full release requires building
> NTEventLogAppender.dll  
> which is built using MinGW (http://www.mingw.org)
> and assumes that  
> MinGW's gcc and windres are on the path.  There is
> apparently a MinGW  
> cross-compiler for Debian, but I have only attempted
> to build  
> NTEventLogAppender.dll on Windows using MinGW.
> 
> Likely you only want to build the jars and can do
> "ant jar".  If you  
> really want to build the full distribution on Linux
> using a MinGW  
> cross-compiler, I'd like to hear your experiences.
> 
> 
> On Aug 9, 2006, at 11:36 AM, Ted Yu wrote:
> 
> > Hi,
> > For Linux, is log4j-1.3alpha-8.jar the file I can
> use
> > ?
> >
> > I got the following error after I synced with
> >
> http://svn.apache.org/repos/asf/logging/log4j/trunk
> on
> > Aug 8
> >
> > build.nt.dll:
> >
> > BUILD FAILED
> > /workplace/log4j/build.xml:622: Execute failed:
> > java.io.IOException: java.io.IOException: windres:
> not
> > found
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail:
> log4j-dev-help@logging.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: building log4j 1.3

Posted by Curt Arnold <ca...@apache.org>.
I'm guessing that you were trying to do "ant dist" to build the full  
release. The full release requires building NTEventLogAppender.dll  
which is built using MinGW (http://www.mingw.org) and assumes that  
MinGW's gcc and windres are on the path.  There is apparently a MinGW  
cross-compiler for Debian, but I have only attempted to build  
NTEventLogAppender.dll on Windows using MinGW.

Likely you only want to build the jars and can do "ant jar".  If you  
really want to build the full distribution on Linux using a MinGW  
cross-compiler, I'd like to hear your experiences.


On Aug 9, 2006, at 11:36 AM, Ted Yu wrote:

> Hi,
> For Linux, is log4j-1.3alpha-8.jar the file I can use
> ?
>
> I got the following error after I synced with
> http://svn.apache.org/repos/asf/logging/log4j/trunk on
> Aug 8
>
> build.nt.dll:
>
> BUILD FAILED
> /workplace/log4j/build.xml:622: Execute failed:
> java.io.IOException: java.io.IOException: windres: not
> found


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


building log4j 1.3

Posted by Ted Yu <te...@yahoo.com>.
Hi,
For Linux, is log4j-1.3alpha-8.jar the file I can use
?

I got the following error after I synced with
http://svn.apache.org/repos/asf/logging/log4j/trunk on
Aug 8

build.nt.dll:

BUILD FAILED
/workplace/log4j/build.xml:622: Execute failed:
java.io.IOException: java.io.IOException: windres: not
found


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: jmx-extra.jar

Posted by Yoav Shapira <yo...@apache.org>.
Hi,
jmx-extra is not a jar, it's the property name.  Set it to the
location of jmxtools.jar if you have it.  The jmxtools.jar file is the
Sun JMX toolkit implementation (as opposed to the API jar).  You can
get it from java.sun.com, read more about it at
http://java.sun.com/developer/JDCTechTips/2003/tt0122.html.  If you
have Java 5 the equivalent classes are already bundled in your JRE I
think.

Yoav

On 8/8/06, Ted Yu <te...@yahoo.com> wrote:
> Hi,
> Does anyone have jmx-extra.jar ?
> Where did you find it ?
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: building log4j

Posted by Yoav Shapira <yo...@apache.org>.
Hi,
In the past I've downloaded JMS (API) from java.sun.com and put it
where the build.properties indicates.  I was surprised by, but didn't
have time to pursue, the fact JMS should be optional and not cause the
build to fail.

Yoav

On 8/8/06, Ted Yu <te...@yahoo.com> wrote:
> Hi,
> Although JMS is optional, I got:
> BUILD FAILED
> /workplace/log4j/build.xml:225: Missing javax.jms.*
> classes.
>
>          Please make sure to that the "jms.jar"
> property in build.properties
>         file is set correctly.
>
> I am trying to satisfy the following:
> jms.jar=${lib.home.dir}/jms1.1/lib/jms.jar
>
> But jms.jar isn't included in log4j package.
> I am wondering how you handle this.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


jmx-extra.jar

Posted by Ted Yu <te...@yahoo.com>.
Hi,
Does anyone have jmx-extra.jar ?
Where did you find it ?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


building log4j

Posted by Ted Yu <te...@yahoo.com>.
Hi,
Although JMS is optional, I got:
BUILD FAILED
/workplace/log4j/build.xml:225: Missing javax.jms.*
classes.

         Please make sure to that the "jms.jar"
property in build.properties
        file is set correctly.

I am trying to satisfy the following:
jms.jar=${lib.home.dir}/jms1.1/lib/jms.jar

But jms.jar isn't included in log4j package.
I am wondering how you handle this.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: obtaining build for rev 426073

Posted by Yoav Shapira <yo...@computer.org>.
Hi,

> Is there a formally tagged build newer than that rev ?

AFAIK no.

> Also, how can I setup svn so that I can check out the
> source ?

http://www.apache.org/dev/#svn.

Yoav

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: obtaining build for rev 426073

Posted by Ted Yu <te...@yahoo.com>.
Thanks for your response.
Is there a formally tagged build newer than that rev ?
Also, how can I setup svn so that I can check out the
source ?

--- Yoav Shapira <yo...@apache.org> wrote:

> Hi,
> Create it yourself, using something like this:
> 
> %svn co
>
http://svn.apache.org/repos/asf/logging/log4j/trunk@426073
> trunk
> (you can also use the svn co -r switch if you prefer
> that syntax)
> %cd trunk
> %ant dist
> 
> That's it.  I doubt we have a formally tagged built
> for that rev.
> 
> Yoav
> 
> 
> On 8/8/06, Ted Yu <te...@yahoo.com> wrote:
> > Hi,
> > Where can I find the build for rev 426073 ?
> > It contains a bug fix I need.
> >
> > Thanks
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> log4j-dev-unsubscribe@logging.apache.org
> > For additional commands, e-mail:
> log4j-dev-help@logging.apache.org
> >
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail:
> log4j-dev-help@logging.apache.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


Re: obtaining build for rev 426073

Posted by Yoav Shapira <yo...@apache.org>.
Hi,
Create it yourself, using something like this:

%svn co http://svn.apache.org/repos/asf/logging/log4j/trunk@426073 trunk
(you can also use the svn co -r switch if you prefer that syntax)
%cd trunk
%ant dist

That's it.  I doubt we have a formally tagged built for that rev.

Yoav


On 8/8/06, Ted Yu <te...@yahoo.com> wrote:
> Hi,
> Where can I find the build for rev 426073 ?
> It contains a bug fix I need.
>
> Thanks
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org