Re: Ant's FTP task & library dependencies

2004-05-11 Thread Steve Cohen
If you're using ant < 1.6 then you must continue to use NetComponents-1.3.8.jar. I don't know what net.ipov is all about. Are they enhancements over the regular ant FTP task? On Tuesday 11 May 2004 3:08 pm, Mahdad Zarafshan wrote: > Hi Artemis, > > Thanks. > > My Ant is 1.5.1. > I removed those

Re: Ant's FTP task & library dependencies

2004-05-11 Thread Steve Cohen
You're on the right track. commons-net.jar is the replacement for NetComponents that became required by the FTP task with Ant 1.6 and 1.2.1 is the latest version of commons-net. The other thing you need on your classpath is jakarta-oro, any version after 2.0.1 and you should be good to go. On

Re: Basic syntax problem

2004-05-11 Thread Erik Hatcher
On May 11, 2004, at 8:01 PM, Kenneth Litwak wrote: Thanks Jack and Peter. That fixed that problem. Now how about this. In the process of developing a project, I have code that I want to test, and code that is in development, i.e., it isn't done and doesn't compile. I still want to run my tes

RE: Basic syntax problem

2004-05-11 Thread Kenneth Litwak
Thanks Jack and Peter. That fixed that problem. Now how about this. In the process of developing a project, I have code that I want to test, and code that is in development, i.e., it isn't done and doesn't compile. I still want to run my test. What do I do in my script to tell Ant to comp

Re: Basic syntax problem

2004-05-11 Thread Jack J. Woehr
Kenneth Litwak wrote: > >

Re: Basic syntax problem

2004-05-11 Thread Peter Davison
Hi Kenneth. If your code snippet is straight out of your build script (and it's not just a typo in your email) you have a double quote '"' in the wrong place. Replace: wrote: >In spite of reading a book on Ant, I'm still having significant > problems in understanding the pieces, particular

Basic syntax problem

2004-05-11 Thread Kenneth Litwak
In spite of reading a book on Ant, I'm still having significant problems in understanding the pieces, particularly frustrating given what else I've done as a programmer (not meant as a boast, but if you can code a CMP EJB,a scripting language shouldn't be hard). My team ha a big Ant build scrip

RE: Is Ant 1.6 plugin for Eclipse Available ?

2004-05-11 Thread Steph Richardson
thanks guys - seems you have clarified my problem for me - it's the Eclipse Ant integration component that gives me problmes ( I had already upgraded my ant jars ), as the "Run Ant" dialog doesn't know how to handle ant files containing tags. Sounds like I need to upgrade my team to Eclipse 3.0

Requirement to copy from local drive to network drive

2004-05-11 Thread Srikrishna . Partha
I have a zip file . I would like to copy from my local drive to my network drive . Can we accomplish this in Ant 1.6.1 How to make a zip file with a time stamp .? I have a set of directories like this Myhome/eai_java/dist-->lib ( set of files)

war deploy

2004-05-11 Thread Philippe Valle
HI, how to deploy WAR file with ant 1.6.1 ( i use tomcat 4.1.29 ) : this lines in build.xml file doesnt works : <-- Configure the custom Ant tasks for the Manager application --> Thanks , for sample code . Philip --