mpiles only needed files (*.java newer than *.class...)
copies only newer files
s can use selector for checking the change of
file contents.
Jan
> -Ursprüngliche Nachricht-
> Von: David W [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 27. August 2008 19:07
> An: user@
Hello,
I am just curious about this... wondering if Ant can let me cache my test
scripts (or my build.xml file). If it can, then how to do it?
Thanks so much.
David
owing builds would be faster. You also could
tune that using and in combination with
condition targets ().
@echo off
cls
:loop
call ant
sleep 5m
goto loop
Jan
> -Ursprüngliche Nachricht-----
> Von: David W [mailto:[EMAIL PROTECTED]
&g
every 3 or 5 minutes) to see if a new source code comes. If it is, then it
goes to do more work. Otherwise it just either continue to search or go to
sleep again. Is this possible?
Thanks again,
David W.
--- On Tue, 8/26/08, David Weintraub <[EMAIL PROTECTED]> wrote:
From:
Hi,
I am a newbie in Ant field so I appreciate any replies from you.
What I want to do is to let Ant search a folder automatically. If a piece of
source code (say, Java source code) is put into that folder, then Ant finds the
code and begin to do more work. Can anybody tell me how to make A
3 PM
Just try
ant -f ../my_dir/my_sub_dir/build.xml
On Mon, 25 Aug 2008, David W wrote:
> Hello,
>
> I know that "ant" can invoke "build.xml" file in the
current directory. Is it possible to invoke the "build.xml" file in
another directory? What I want is som
Hello,
I know that "ant" can invoke "build.xml" file in the current directory. Is it
possible to invoke the "build.xml" file in another directory? What I want is
something like "ant ../my_dir/my_sub_dir/build.xml"
How to do this?
Thanks so much,
David
Hello Nat, if you have not received any mail then it appears your mail server
needs attention. HTH, David.
Nat Gross wrote ..
> I haven't received anything on this list since the 18th.
> Just checking...
> -nat
>
> -
> To unsubs
Hello ant gurus (dev too), I have a very curious problem: for a couple of weeks
I have been using a hand tweeked build.xml acquired from a Tomcat servlet
server download as a template to compile servlet and jsp base projects that run
under Tomcat. Maybe this is a Tomcat mail list problem but sin