Compiling Logkit is fails if you don't have javax.sql and javax.jms in lib.
Patch follows.
- PH
C:/Apache-CVS/cvs.exe diff -r HEAD build.xml
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-logkit/build.xml,v
retrieving revision 1.38
diff -r1.38 build.xml
155a156,163
> <available property="javax.sql.present"
> classname="javax.sql.DataSource"
> classpathref="project.class.path" />
>
> <available property="javax.jms.present"
> classname="javax.jms.TopicConnection"
> classpathref="project.class.path" />
>
167a176,179
> <exclude name="org/apache/log/output/db/**"
> unless="javax.sql.present"/>
> <exclude name="org/apache/log/output/jms/**"
> unless="javax.jms.present"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]