CvsChangeLog for a specific tag

2008-06-25 Thread Praison
I am using the following ANT task to get the details of the code check-ins made between two dates for a specific tag. But the result of this task contains all the check-ins made and not just the check-ins made into the given tag. Please advise what I should do to get the details of the chec

Re: Can force a target to run whenever ant in invoked to do setup without 'depends' in each target

2008-06-25 Thread Matt Benson
--- JimCant <[EMAIL PROTECTED]> wrote: > > How can I ensure that a given target will always run > before any others > regardless of what is specifed on the command line? > I have a build file > that depends on a single parameter (property) to > define output directories > and other properties.

Can force a target to run whenever ant in invoked to do setup without 'depends' in each target

2008-06-25 Thread JimCant
How can I ensure that a given target will always run before any others regardless of what is specifed on the command line? I have a build file that depends on a single parameter (property) to define output directories and other properties. I'd like to be able to check that this property has been

Re: calling ANT or Depends?

2008-06-25 Thread David Weintraub
Are you putting calls into your build.xml to call your targets? You should have something like this: [...] [...] [...] [...] Running "ant complete" will run "init", "clean", "compile", and "sendReport" only once. If you call multiple targets on the command line, or us

Re: Seeking help regarding webinf nested element of war ant target.

2008-06-25 Thread Steve Loughran
kaprasi wrote: The war should include : WEB-INF/classes/*.class WEB-INF/lib/*.jar WEB-INF/jsp/*.jsp I am very well able to achieve first two. That's because war task has classes and lib as nested elements. And that puts classes and lib directories automatically into WEB-INF I am not able to p

Re: Seeking help regarding webinf nested element of war ant target.

2008-06-25 Thread Henning Bredel
> > > > > > > > try (untested) regards Henning signature.asc Description: This is a digitally signed message part.

missing blacslash when I use ReplaceRegExp task

2008-06-25 Thread yong.xu
Hi all I have a problem when I use ReplaceRegExp task,the program as below: the test.properties content is as below: multiverse.location=d:\\multiverse the InstallService.bat content is as below:

calling ANT or Depends?

2008-06-25 Thread Guy Catz
I want to run the most trivial build process - init, and - clean, compile, sendReport which depend on init. Now, I've wrote a MAIN target - The problem - init is being called three times. I know that the best way to do it is but the problem is that I have to do somethin

Re: Seeking help regarding webinf nested element of war ant target.

2008-06-25 Thread kaprasi
The war should include : WEB-INF/classes/*.class WEB-INF/lib/*.jar WEB-INF/jsp/*.jsp I am very well able to achieve first two. That's because war task has classes and lib as nested elements. And that puts classes and lib directories automatically into WEB-INF I am not able to place the directo

Seeking help regarding webinf nested element of war ant target.

2008-06-25 Thread kaprasi
The war should include : WEB-INF/classes/*.class WEB-INF/lib/*.jar WEB-INF/jsp/*.jsp I am very well able to achieve first two. That's because war task has classes and lib as nested elements. And that puts classes and lib directories automatically into WEB-INF I am not able to place the directory

RE: help with For task (contrib)

2008-06-25 Thread Rebhan, Gilbert
-Original Message- From: Guy Catz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 11:07 AM To: Ant Users List Subject: help with For task (contrib) /* BUILD FAILED /p4client/BuildMachine/Mac/Scripts/build-buildAllCC.xml:98: Problem: failed to create task or type "for" Cause: The

help with For task (contrib)

2008-06-25 Thread Guy Catz
hey guys. I'm trying to use the For task with contrib, but when running, it says that it doesn't familiar with For !!! Letter @{letter} BUILD FAILED /p4client/BuildMachine/Mac/Scripts/build-buildAllCC.xml:98: Problem: failed to create task or type "for" Cause: Th

How can I patch Ant?

2008-06-25 Thread tdakanalisw
Hi, I have a problem that has been solved in trunk but I don't know how to include the correct class in the 1.7.1beta binary distribution. Could anyone please tell me what is the procedure in order to patch Ant and replace the class http://svn.apache.org/viewvc?view=rev&revision=671018 ? Unfortu