> -----Original Message----- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Monday, 6 February 2006 5:36 AM > To: user@ant.apache.org > Subject: classpath and simultaneous builds > > > Hello ant fraternity, > I am a beginner in ant(version -1.6.3) and > have absolutely no knowledge of java(I can only write very > simple java programas in java).Can anyone please tell me > "what is classpath and how is it used"?
A classpath is a collection of 0..n path references. A path reference may be: a) a directory location (e.g. C:\somewhere\lib), or b) a jar file (e.g. C:\somewhere\lib\my-jarfile.jar) See also: http://www.google.com/search?hl=en&lr=&oi=defmore&defl=en&q=define:ClassPath > I also wanted to know whether I can have simultaneous builds > by using tasks other than the <parallel> task embedded in > <antcall> task. Possible if you write your own task or ant controller (neither of which should be considered as beginner material). Cheers, Steve. > Thanks Harshal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]