Use Uptodate on class files

2004-07-16 Thread Mikael Petterson (KI/EAB)
Hi, Is it possible to use uptodate on class files? //Mikael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Depend task question

2004-07-16 Thread Mikael Petterson (KI/EAB)
Hi, When I read about the depend in the ant user's manual I get confused. "The depend task works by determining which classes are out of date with respect to their source and then removing the class files of any other classes which depend on the out-of-date classes." So this removes classes th

RE: Java task - jar woes but classname goes

2004-07-16 Thread Keith Hatton
Hi Geoff, >From the JDK Tool docs: java -jar ... "When you use this option, the JAR file is the source of all user classes, and other user class path settings are ignored." If you want to launch an application using java -jar, then build that jar file with a Class-Path entry in its manifest.

Re: [xsl] RE: xslt processing and style ant task

2004-07-16 Thread Emmanouil Batsis
[sorry for the cross post] You may want to try using two tasks, xcluder [1] for XInclude and then xslt/style for XSLT. xcluder uses Xerces or XOM. Note that it's just a wrapper so the namespaces the task will understand and conformance in general depends on what is used under the hood. I had to