What do you mean with "cache scripts" ?
compiles 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.
Here's a simple version of what I'm trying to do.
--
View this message in context:
http://www.nabble.com/ant-global-properies-%28variable%29-tp19184177p19186036.ht
Well, with JDK 1.6 and Ant 1.7.x you can write a that will do
whatever it is you want.And it will probably be shorter/easier/more readable
than any ant-out-of-the-box solution you'll come up with.
On Wed, Aug 27, 2008 at 7:04 PM, mindspin311 <[EMAIL PROTECTED]>wrote:
>
> I have a unit-test task
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
I have a unit-test task which uses foreach to break up a list of unit test
files, and runs the task 'parse' on each file.
When I receieve an error code, or an empty log file is created, I want to
set a certain property to true inside the parse task. I was hoping this
would work, but as soon as th
Great. Thanks Jan!
David
--- On Tue, 8/26/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: AW: Search a folder automatically?
To: user@ant.apache.org, [EMAIL PROTECTED]
Date: Tuesday, August 26, 2008, 10:19 PM
This is not Ants job.
You have
I'm trying to execute multiple sql-files within the sql-task in one transaction.
that means a rollback should be done if one of these files doesn't work.
for example the stored procedures test1.sql and test2.sql are fine and
test3.sql crashes.
in that case test1 and test2 should not be in the data