Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
Hi, I am currently working thru ant's and from a few articles and example they lay claim to create deploying all jar's to C:\jar . Thus within the -target name="init"> the property name- value would be "C:\jars"/> Is this the correct procedure as i will be downloading the auxillary jars and i

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Calvin Yu
I wouldn't do this. What kind of jars are you dealing with? If the jars are used by Ant to run tasks, then put them in ANT_HOME/lib. If they belong to your project and only required to build your project, I would recommend putting them in a 'lib' directory under your project directory. You

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
They belong to my project so i will create a lib dir under my project dir . Cheers again Calvin Yu wrote: I wouldn't do this. What kind of jars are you dealing with? If the jars are used by Ant to run tasks, then put them in ANT_HOME/lib. If they belong to your project and only required to build

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
Hi, all from a created build file project i have the following error:- C:\development\test\build.xml:6: Document root element is missing. Any Takers Cheers Chuck Calvin Yu wrote: I wouldn't do this. What kind of jars are you dealing with? If the jars are used by Ant to run tasks, then put