Environment Variable

2002-02-13 Thread Pravin Pillai
Guys: Can i access an environment variable using ant??? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: EJBJar under Weblogic 6.1...

2002-02-01 Thread Pravin Pillai
Abt the DTDs, do you really need to have the tags. As long as u have the weblogic.jar in ur classpath, u dont have to specify the tags. Cuz the task knows where to find it withing the vendor specific files. Only if u dont have weblogic.jar in ur classpath, do u need the tags. It works fine for

COMMAND LINE ARGUMENTS

2002-01-30 Thread Pravin Pillai
Guys, Is there any way I can pass command-line arguments to ant. Let me explain my problem: My directory structure is |---Dir_1 | Base_Dir-|---Dir_2 | |---Dir_3 I have my build.xml in the Base_Dir from where i wud be running ant. Now