Fileset support for unjar/unwar/unzip

2001-11-30 Thread Paul Cody Johnston
Does anyone know if there are plans to support nested filesets for the unjar class of tasks? I need to unjar a set of jars in a directory. If not, I can try to do it myself. Anyone working on this? Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: task for full text search

2001-11-28 Thread Paul Cody Johnston
On Wednesday 28 November 2001 02:48 pm, you wrote: hi, i'd like to have my build failed, whenever a special string (e.g. '@inheritDoc') appears in one of the files generated (e.g. the javadoc html files) during the build process. i had a look on the various tasks (replace, filter ...),

Re: ejbjar with jikes deploy problems

2001-11-19 Thread Paul Cody Johnston
On Monday 19 November 2001 12:43 pm, you wrote: Greetings, Just curious to know if anyone else has had problems deploying to Weblogic when using jikes as their compiler. ejbjar works fine, but deploying jars, I get a The WebLogic Server did not start up properly. Exception raised:

Re: Question on junitreport

2001-11-13 Thread Paul Cody Johnston
On Tuesday 13 November 2001 02:00 pm, you wrote: I am using ANT1.4 with Xalan-j_2_2_D12. Here is the junitreport task I setup, I have had no problems with 2.2.D09, you might give that a shot. target name=report junitreport fileset dir=/home/yhuang/cvs/af/efc/build/test-results

Re: Manifest file in Weblogic ejbjar task

2001-11-13 Thread Paul Cody Johnston
On Tuesday 13 November 2001 12:51 am, you wrote: Hi, I understand that Weblogic recently has a new feature for defining some classpath values in the Manifest file of the ejb Jar. Does anybody know whether Ant 1.4.1 or 5 alpha supports that? Because I tried to put the manifest attribute in