BuildNumber

2002-12-19 Thread David McTavish
Was wondering how I could submit an extension to this task to be accepted as a part of Ant? thx, d. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Problems with buildnumber and exec tasks

2002-10-27 Thread Mark Jaffe
Issues have been resolved. I was managing the buildnumber task in the parent build.xml; I erroneously assumed the property would appear in the child but now use a task where the file "release" contains the property. As for the make not being done, I just resorted to applying the p

Re: Problems with buildnumber and exec tasks

2002-10-24 Thread Stefan Bodewig
On Thu, 24 Oct 2002, Mark Jaffe <[EMAIL PROTECTED]> wrote: > I have a common build.xml which does checkout and various make > commands. When I call the checkout task, I have it extract a build > number from the "release" file and check that file back in. Later > (from the child script) when I call

Problems with buildnumber and exec tasks

2002-10-24 Thread Mark Jaffe
I've just discovered some issues that are impeding progress on my projects. I'm implementing a new feature and underlying snags pop up. I have a common build.xml which does checkout and various make commands. When I call the checkout task, I have it extract a build number from the "release" fil

Problems with buildnumber and exec tasks

2002-10-24 Thread Mark Jaffe
I've just discovered some issues that are impeding progress on my projects. I'm implementing a new feature and underlying snags pop up. I have a common build.xml which does checkout and various make commands. When I call the checkout task, I have it extract a build number from the "release" file a