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
--- 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.
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
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
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
>
>
>
>
>
>
>
>
try
(untested)
regards
Henning
signature.asc
Description: This is a digitally signed message part.
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:
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
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
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
-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
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
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
13 matches
Mail list logo