Use the task to check the verify the source vs. the target
files. This will allow you to set a property if the target is up to
date. Then, you can use this property when you call a target using the
"unless" parameter. That way, you don't run the target if the property
is set.
A bit easier to use
Hello,
I'm trying to figure out how to build custom dependency rules for a
custom 'compiler' i have written.
I see the DependSet task which is sort of what i need, but i don't see in
the docs where you can specify
if *.xml is newer than *.java, than run the tool that generates *.java
Hi,
I just upgraded from ant 1.6 to ant 1.7, and now i also upgraded to junit 4
But i can not see the *ignored tests* in the brief formatter mode.
Is it a known issue?
Thanks,
James
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
On Thu, 2007-06-07 at 16:43 +0530, Saurabh Dave wrote:
> Hi,
>
> Could any one tell me How we can precompile the jsp with Ant, Is
> using Maven is essential .
If you are deploying your JSPs on Tomcat have a look at :
http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html#Web%
20App