get my task included in next release

2002-02-17 Thread Joshua Allen
Hi, I have a great task and want it included in the optional package next release. How can I do this? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: get my task included in next release

2002-02-17 Thread Joshua Allen
it is extra work for whoever commits the code) -post the submission as an attachment to a feature request on bugzilla -harass people till it gets committed or denied with a good reason What does the task do, BTW? - Original Message - From: Joshua Allen [EMAIL PROTECTED] To: [EMAIL PROTECTED

delete doesn't find files ending with ~

2002-02-10 Thread Joshua Allen
I'm having problems running a clean script because the files I want to delete have a ~ character at the end of them, and ant can't seem to see them. delete fileset dir=. include name=**/*.java~/ include name=**/*.class/ /fileset

can't get optional tasks to work

2002-02-10 Thread Joshua Allen
I'm trying to get junit task to work, but I get the following error: test: Running com.solutions400.acts.AllTests java.lang.NoClassDefFoundError: org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner build.xml [104] Test com.solutions400.acts.AllTests failed I'm guessing need to