Is this error due to a versioning issue?

2008-12-02 Thread dave.alvarado
Hi, I'm running Eclipse 3.4 (WinXP), Ant 1.7, JDK 1.5. When I run my build script, I get this error: Buildfile: C:\Temp\CedarPoint_Service\build-junit-test.xml check-junit: build-tests: [javac] Compiling 9 source files to C:\Temp\CedarPoint_Service\classes [copy] Copying 2 files to C:\

RE: Versioning

2007-02-26 Thread RADEMAKERS Tanguy
Hello Erica, Have you looked at the task? Regs, /t >-Original Message- >From: Erica A Ramsey [mailto:[EMAIL PROTECTED] >Sent: Monday, February 26, 2007 2:59 PM >To: Ant Users List >Subject: RE: Versioning > >Well, it would be nice if build would auto increm

RE: Versioning

2007-02-26 Thread Erica A Ramsey
Well, it would be nice if build would auto increment. is that possible? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 2:22 AM To: user@ant.apache.org Subject: AW: Versioning Who makes the decision if that build is a major, minor

AW: Versioning

2007-02-26 Thread Jan.Materne
r 2007 03:14 >An: Ant Users List >Betreff: Versioning > >Hi, I have the following for my versioning format, >'major.minor.build.patch'. The build number always increments. >However, if >the major number is changed then minor and patch reset to >zero. How can I >a

Versioning

2007-02-25 Thread Erica A Ramsey
Hi, I have the following for my versioning format, 'major.minor.build.patch'. The build number always increments. However, if the major number is changed then minor and patch reset to zero. How can I automate this in ant. At a minimum if I can get the 'build' component of vers

Re: Versioning / Manifest

2003-08-06 Thread Claudio Corsi
Tim Davidson wrote: I have a related question. Its it possible to create the manifest for a jar on the fly somehow? The reason is to add a timestamp inside the JAR for versioning? something like: Use the manifest task to create your