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/09 18:36:39 UTC

building log4j 1.3

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: 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