RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
teps(5 and 6) and put it in a dir for deployment > ear task. Thanks Priya Vijay Prasanna <[EMAIL PROTECTED]> wrote: Use loadfile or loadproperties task to get the absolutepath, & hope u r aware of other ant tasks (EAR,WAR,JAR) and create the build xml file with these three tasks.

RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
ruary 17, 2004 1:06 PM To: Ant Users List Subject: RE: creating .ear using ANT Iam new to ANT.I learned ANT to some extent and needs to more abt that in 2,3 days due to my deadlines at work. Vijay Prasanna <[EMAIL PROTECTED]> wrote: Use loadfile or loadproperties task to get the absolutep

RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
Use loadfile or loadproperties task to get the absolutepath, & hope u r aware of other ant tasks (EAR,WAR,JAR) and create the build xml file with these three tasks. -Original Message- From: priya pallavi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:15 PM To: Ant Users L

apply task

2004-01-14 Thread Vijay Prasanna
I'm trying to execute a simple DOS command thru ANT 'apply' task, say, C:\rename abc.txt test.txt, my ant script is but the ant gives an error, :no filesets specified. then changed the script to

RE: xmlproperty task

2004-01-14 Thread Vijay Prasanna
WIN2000 /export/cvsroot E:\j2sdk1.4.2_03\bin ..you have an ending tag, not needed and *may be* the cause of your problem...remove that and try again...it may be tricking the task to believe that the root is when it is Vijay Prasanna wrote: >no still i get the same ant output as [e

RE: FTP Task - missing class

2004-01-12 Thread Vijay Prasanna
2004 4:42 PM To: Ant Users List Subject: RE: FTP Task - missing class Chere do I get netcomponents.jar? I'm using 1.5.4 -Original Message- From: Vijay Prasanna [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 4:38 PM To: Ant Users List Subject: RE: FTP Task - missing class

RE: FTP Task - missing class

2004-01-12 Thread Vijay Prasanna
If you are using ant 1.5.4 copy the netcomponents.jar file, If you are using ant 1.6.0 copy the commons-net.jar file, under ANT_HOME\lib. no need to meddle with classpath -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 4:33 PM To: Ant

RE: Running ANT 1.6.0

2004-01-12 Thread Vijay Prasanna
it works. If it does, then you need > to > figure out which of the classpath entries is conflicting with ANT. I would > do that by adding each entry back in, one at a time. > > -Original Message- > From: Vijay Prasanna [mailto:[EMAIL PROTECTED] > > well lemme provide the ent