Re: The Generic Ant Project?

2003-07-25 Thread Antoine Levy-Lambert
- Original Message - From: "Robert Priest" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 6:39 PM > Does anyone have the URL to this project or the jar files. Do you mean http://ant.apache.org ? That is the ant project. >From the main page there are links to manual and download. Anto

RE: dist vs deploy targets

2003-07-25 Thread Melissa Marquis
To elaborate a little more, once a developer has blessed a build for release, the developer checks in their source and we run it through a release which compiles, tests, and puts the jars in the /dist. Developers use the -build ant targets and the release admin uses the release target(s).

RE: dist vs deploy targets

2003-07-25 Thread Melissa Marquis
Hi Danny, We've got a build/dist target and this is where developers can pick up the latest build (un QA'ed). Release targets (ones that have passed regression and smoke tests) are in the /dist which is a release version of the distribution complete with build no, version, and manifest ---

dist vs deploy targets

2003-07-25 Thread Danny Zapata
Hello all, I am seeking a little guidance for the proper use of the dist target and how it relates to deployments. So here is my situation: Currently, the dist target of my projects places the files out to the projects' dist directory, and if certain env variables are set, it configures the p

RE: CVS.exe for Ant

2003-07-25 Thread CONANT,PATRICK (HP-FtCollins,ex1)
As long as we're making a wish-list, how about abstracting the source code management tasks so that those of us that use a SCM system other than CVS can use the same tasks just by implementing some interfaces? It'd be great to have tasks like , , , each with parameters like scmType (with known val

Re: CVS.exe for Ant

2003-07-25 Thread Matt Benson
The trick will be finding someone who wants to work on it, and someone to find a package with a compatible license (verify that Sun's SPL is Apache-compatible). Then rewrite the task so it has (at least) identical functionality to the current task. -Matt --- Ruel Loehr <[EMAIL PROTECTED]> wrote

Re: CVS.exe for Ant

2003-07-25 Thread Ruel Loehr
so how do we get it on the books?? or added as an official ant task? - Original Message - From: "Vikas Phonsa" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 1:08 PM Subject: RE: CVS.exe for Ant > Oh yeah > > A java based client that probably co

RE: CVS.exe for Ant

2003-07-25 Thread Vikas Phonsa
Oh yeah A java based client that probably comes with ant would be great. Vik -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 10:08 AM To: Ant Users List Subject: Re: CVS.exe for Ant I agree, going to a Java based CVS client should be