Re: Newbie question concerning ant javac

2009-05-30 Thread David Weintraub
You can use to select the source directories you want to compile: ** By saying , I eliminate all sub-directories from my compile path including the customer directories. However, it also may eliminate any other subdirectories I might also wan

Re: Use of Sleep

2009-05-30 Thread David Weintraub
What do all those tasks do? Are they really part of the build? We had a build where we brought up a Websphere server in order to run our JUnit tests, but that was about 2 minutes of sleep to ensure that the server was awake before we ran the task. But, the entire build sans tests took about 2 to

Re: Debugging my AntTasks

2009-05-30 Thread Nicolas Lalevée
Le 28 mai 09 à 11:40, Knuplesch, Juergen a écrit : Hello, My selfwritten Ant Task is running into an exception. BUILD FAILED build_ant.xml:2315: The following error occurred while executing this line: build_ant.xml:5428: java.lang.IllegalArgumentException: interface com.intland.codebeamer