Question about how ant runs ...

2002-10-25 Thread Saripalli, Raju
Hi, I have a question about how the ant process runs/is run. Here is what I am trying to do: I have a java class that calls the 'Main' class in the ant package. I am doing some pre-preocessing within the java class, and then I am doing some post-processing after the ant process is completed. W

'basedir' property

2002-10-21 Thread Saripalli, Raju
Hi, Normally, the signature for the start of an ant build file is in the following form: Can 'basedir' be set and/or reset elsewhere in the ant file ? For example, I would like to abstract all hard-coded directory information into a seperate XML file that gets included as part of the build pro

VSSGet task

2002-10-21 Thread Saripalli, Raju
Hi, I am using the VSS tasks for the first time and I have started off with a simple "get" target shown below: vss.server = //serverAB/srcsafe My task craps out witht the following message: $release1/src is not an existing filename or project I think the error has to do with ho

Problems with ejbjar & weblogic

2002-08-09 Thread Saripalli, Raju
Hi, I am trying to use the ejbjar and weblogic tasks in Ant 1.5 and I am getting an error. For some reason, the weblogic-cmp-rdbms-jar.xml file is not being included in the "jar" process and fails to get pplaced into the jar file. When weblogic.ejbc runs it cannot find the file and craps out. Do

Parametrizing an ant task

2002-07-31 Thread Saripalli, Raju
Is it possible to parametrize an ant task ? For example (a very simple one) ... lets say I wanted to have a task that compiled all the classes in a specific package that could be specified as a run-time parameter How can this be done ? Thanks Raju

EJB Tasks and WebSphere

2002-06-06 Thread Saripalli, Raju
Hi, I know that this question may be off topic, but I hope someone may have had experience with this, and in particular when doing it in conjunction with ANT. I have used WebLogic for nearly 2 years and found the creation of Weblogic EJB deployment descriptors and subsequent building with ANT

RE: task

2002-04-23 Thread Saripalli, Raju
I set build.sysclasspath to 'ignore', and it works for tasks but has no effect for classpath settings in tasks. Raju -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 12:02 PM To: [EMAIL PROTECTED] Subject: Re: task On Tue, 23 Apr 2002

task

2002-04-23 Thread Saripalli, Raju
Hi, I have looked through the archives for this, but I have'nt had any luck. Here is a portion of my build file, where I compile a set of tests and then run them from Ant using the tasks.

RE: task

2002-04-23 Thread Saripalli, Raju
? Thanks, Raju -Original Message- From: Saripalli, Raju Sent: Tuesday, April 23, 2002 11:00 AM To: ant-user (E-mail) Subject: task Hi, I have looked through the archives for this, but I have'nt had any luck. Here is a portion of my build file, where I compile a set of tests and