Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
Hi, The idea is to use , and to install the needed elements and use the build.properties file to define where to download them. The location to download the element is like: commons-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/c ommons-beanutils/v1.2/commons-beanutils

Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
Bill Barker wrote: > - Original Message - > From: "jean-frederic clere" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 03, 2002 7:44 AM > Subject: Add a target in build.xml > > > >>Hi, >> >>I would like to add a target to the TC build.xml: download. >>Last time I have

Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
David Graff wrote: > Don't use wget as it's platform specific. > > Use the 'Get' built-in task. Ok. Ant1.5 have the in . So everything could be done using ant ;-) > > May not do exactly what you want but it will work everywhere that ant does. > > > - Original Message - > From: "jean

Re: Add a target in build.xml

2002-05-03 Thread Bill Barker
- Original Message - From: "jean-frederic clere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 7:44 AM Subject: Add a target in build.xml > Hi, > > I would like to add a target to the TC build.xml: download. > Last time I have tried to help to release TC I have

Re: Add a target in build.xml

2002-05-03 Thread David Graff
Don't use wget as it's platform specific. Use the 'Get' built-in task. May not do exactly what you want but it will work everywhere that ant does. - Original Message - From: "jean-frederic clere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:44 Subject: Add

Re: Add a target in build.xml

2002-05-03 Thread jean-frederic clere
Larry Isaacs wrote: > Hi, > > Are you referring to TC 4.x or TC 3.3.x? 4.x. > > I haven't updated the README yet to cover the dependency > on jakarta-tomcat-connectors. But AFAIK, that is the > only external requirement to build the jakarta-tomcat > HEAD distribution, excluding options. It bu

RE: Add a target in build.xml

2002-05-03 Thread Larry Isaacs
Hi, Are you referring to TC 4.x or TC 3.3.x? I haven't updated the README yet to cover the dependency on jakarta-tomcat-connectors. But AFAIK, that is the only external requirement to build the jakarta-tomcat HEAD distribution, excluding options. It builds for me with just the jakarta-tomcat-co