psmith 2005/01/04 13:47:32 Modified: . build.xml Log: UGLI classes were not being included in the jar, which caused Chainsaw to fail to start for me at least via the Webstart distro. Revision Changes Path 1.129 +3 -1 logging-log4j/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/logging-log4j/build.xml,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- build.xml 3 Jan 2005 11:05:45 -0000 1.128 +++ build.xml 4 Jan 2005 21:47:31 -0000 1.129 @@ -414,7 +414,9 @@ ${stem}/or/sax/*.class, ${stem}/or/jms/*.class, ${stem}/plugins/*.class, - ${stem}/config/*.class" + ${stem}/config/*.class, + org/apache/ugli/**/*.class" + excludes="**/UnitTest**, ${stem}/**/*BeanInfo.class"> <manifest> <attribute name="Manifest-version" value="1.0"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]