Re: Urgent problem (Thanks for any Help)

2003-01-31 Thread Pascal_Rapicault
Which scripts are you trying to run outside of websphere? [EMAIL PROTECTED] 01/31/2003 09:48 AM Please respond to Ant Users List To: Ant Users List [EMAIL PROTECTED] cc: Subject:Urgent problem (Thanks for any Help) Without going into

Re: Urgent problem (Thanks for any Help)

2003-01-31 Thread Pascal_Rapicault
Looking at your previous post it seems that the ant task is not able to find the eclipse java compiler. One solution to make that run would be to start your ant script using the Ant runner provided with wsad. to do so: java -Djava.compiler=NONE -cp startup.jar

Javac task, build.compiler file

2003-01-30 Thread Pascal_Rapicault
Hello, For the javac task I would like to know if it is possible to set the attributes source failonerror debug into the build.compiler. Thank you PaScaL

Changing directory calling a target

2002-12-17 Thread Pascal_Rapicault
Hello, I'm new to Ant, so please excuse me for this basic question. I have a target A that calls a target B (A and B are in the same file), and whereas the target A executes into the directory FOO, I'd like the target B to be executed into the directory BAR. I tried to override the basedir