[ANNOUNCE] Stylus Studio 2006 XML Enterprise Edition Now Available

2005-11-15 Thread Stylus Studio
[ANNOUNCE] Dear Apache Ant Users, Stylus Studio has released Stylus Studio 2006 XML Enterprise Edition, an XML IDE with full support for editing and validating XML using Apache XML processing components is now available for a free trial download at: http://www.stylusstudio.com/xml_download.html

Re: problems with current working directory and

2005-11-15 Thread marc
yes, that fixed my problem thank you > Have you tried playing around with the antworkingdir property in your > CruiseControl config.xml file? Maybe have it point to your parent > directory and then put a sub-directory in the buildfile property. > > [EMAIL PROTECTED] wrote: Hi, > > I've setup m

Selecting between sync to head and sync to label with Ant "p4sync" task

2005-11-15 Thread Karr, David
If I have code that needs to choose between syncing to head and syncing to a label, is there a label value that corresponds to "head"? My code currently checks a "p4.label" property to determine whether to do a sync or not. I'm guessing I'm going to have to also check for "p4.label" being equal t

Re: running tests for ant 1.6.4

2005-11-15 Thread Antoine Levy-Lambert
Manish Marathe wrote: > > I followed the exact steps as you suggested. I am attaching stack > trace of the tests which have failed. Some have failed because of > missing .NET apps. I don't know what that means.. > > Let me know your suggestion. > Hello Manish, in the CVS HEAD version the DOT NET

Re: problems with current working directory and

2005-11-15 Thread Ivan Ivanov
Hello Marc, --- [EMAIL PROTECTED] wrote: > Hi, > > I've setup my project with cruisecontrol, so that my > build.xml gets called > from a parent directory. How is your build.xml called exactly? > > The problem is that my unit tests that have relative > paths in them all > fail now because the c

Re: problems with current working directory and

2005-11-15 Thread Ninju Bohra
Have you tried playing around with the antworkingdir property in your CruiseControl config.xml file? Maybe have it point to your parent directory and then put a sub-directory in the buildfile property. [EMAIL PROTECTED] wrote: Hi, I've setup my project with cruisecontrol, so that my build.xml

problems with current working directory and

2005-11-15 Thread marc
Hi, I've setup my project with cruisecontrol, so that my build.xml gets called from a parent directory. The problem is that my unit tests that have relative paths in them all fail now because the current working directory is not the project root anymore. Is there anyway to change directories fro

Re: running tests for ant 1.6.4

2005-11-15 Thread Manish Marathe
On 11/15/05, Manish Marathe <[EMAIL PROTECTED]> wrote: On 11/15/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hello Manish,when I built ant 1.6.4 all these tests passed.JarTest should definitively pass.Can you show the stack trace ?The problem might be, that the tests might have run against

Re: running tests for ant 1.6.4

2005-11-15 Thread Manish Marathe
On 11/15/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > Hello Manish, > when I built ant 1.6.4 all these tests passed. > JarTest should definitively pass. > Can you show the stack trace ? > The problem might be, that the tests might have run against the already > installed version of ant ?

Re: running tests for ant 1.6.4

2005-11-15 Thread Antoine Levy-Lambert
Hello Manish, when I built ant 1.6.4 all these tests passed. JarTest should definitively pass. Can you show the stack trace ? The problem might be, that the tests might have run against the already installed version of ant ? When I do a build, I do it this way. set ANT_HOME=whereever I want ant i