cvs commit: ant build.xml

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:57:54 Modified:.build.xml Log: Suppress CVS ChangeLogParser test unless tests and Ant share classloader. Not sure why, but apparently needed even after a clean and rebuild. Revision ChangesPath 1.477 +2 -0 ant/build.xml Index:

AW: AW: cvs commit: ant build.xml

2005-07-26 Thread Jan.Materne
>> Could you use one statement to create both directories? >> Would be faster than two statements (connect, make >1st dir, >> disconnect, connect, make 2nd dir, disconnect). > >yes, I suppose a semicolon would split the lines. and maybe >the command should be a property so that it can be overri

Re: AW: cvs commit: ant build.xml

2005-07-26 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Could you use one statement to create both directories? Would be faster than two statements (connect, make 1st dir, disconnect, connect, make 2nd dir, disconnect). yes, I suppose a semicolon would split the lines. and maybe the command should be a property so that it

AW: cvs commit: ant build.xml

2005-07-26 Thread Jan.Materne
i 2005 00:01 >An: [EMAIL PROTECTED] >Betreff: cvs commit: ant build.xml > >stevel 2005/07/25 15:00:45 > > Modified:.build.xml > Log: > mkdir -p doesnt fail if the dir already exists, so we do not >need to ignore the errors. > > Revision C

cvs commit: ant build.xml

2005-07-25 Thread stevel
stevel 2005/07/25 15:00:45 Modified:.build.xml Log: mkdir -p doesnt fail if the dir already exists, so we do not need to ignore the errors. Revision ChangesPath 1.476 +0 -2 ant/build.xml Index: build.xml ==

cvs commit: ant build.xml

2005-07-25 Thread stevel
stevel 2005/07/25 09:52:01 Modified:.build.xml Log: no, I need the parent dirs too Revision ChangesPath 1.475 +3 -3 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.

cvs commit: ant build.xml

2005-07-25 Thread stevel
stevel 2005/07/25 09:39:06 Modified:.build.xml Log: Enhanced upload process. 1. you can override the machine and dest dirs 2. we create the dest dirs, if not found (ignoring errors if they exist) 3. the init-upload target prints out what is about to happen, to help pre

cvs commit: ant build.xml

2005-05-23 Thread mbenson
mbenson 2005/05/23 13:39:01 Modified:.build.xml Log: Oops, must build in the contents of src/resources Revision ChangesPath 1.473 +2 -0 ant/build.xml Index: build.xml === RCS file: /

cvs commit: ant build.xml ReleaseInstructions

2005-05-19 Thread antoine
antoine 2005/05/19 06:51:08 Modified:.Tag: ANT_16_BRANCH build.xml ReleaseInstructions Log: Merge from HEAD Revision ChangesPath No revision No revision 1.392.2.45 +6 -1 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml ReleaseInstructions

2005-05-19 Thread antoine
antoine 2005/05/19 06:50:10 Modified:.build.xml ReleaseInstructions Log: Add information concerning the new java-repository Revision ChangesPath 1.471 +6 -1 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2005-05-17 Thread bodewig
bodewig 2005/05/17 03:47:57 Modified:.build.xml Log: Exclude AbstractScriptComponent.java as well Revision ChangesPath 1.469 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/

cvs commit: ant build.xml

2005-05-17 Thread antoine
antoine 2005/05/16 22:16:17 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge Revision ChangesPath No revision No revision 1.392.2.43 +22 -20ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2005-05-17 Thread antoine
antoine 2005/05/16 22:03:02 Modified:.build.xml Log: build the distribution with subdirectories source and binaries like the directories on the Apache web site Revision ChangesPath 1.468 +22 -20ant/build.xml Index: build.xml ==

AW: cvs commit: ant build.xml

2005-05-10 Thread Jan . Materne
> The structure my patch creates is the structure the existing repo > expects. Oki-doki. Facts overtrump. Jan

Re: cvs commit: ant build.xml

2005-05-10 Thread Stefan Bodewig
On Tue, 10 May 2005, Jan Materne <[EMAIL PROTECTED]> wrote: > Wouldnt it be better to have the version in front of the name to get > all files together? > > ant-1.6.3.jar > ant-1.6.4.jar > ant-jsch-1.6.3.jar > ant-jsch-1.6.4.jar > ant-optional-1.6.3.jar > ant-optional-1.6.4.jar > > 1.6.3-ant.jar

AW: cvs commit: ant build.xml

2005-05-10 Thread Jan . Materne
> Betreff: cvs commit: ant build.xml > > bodewig 2005/05/10 06:57:48 > > Modified:.build.xml > Log: > Add SHA1 checksums, prepare stuff for > http://www.apache.org/dist/java-repository/ > > + > + > + > +

cvs commit: ant build.xml

2005-05-10 Thread bodewig
bodewig 2005/05/10 06:58:53 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.42 +32 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2005-05-10 Thread bodewig
bodewig 2005/05/10 06:57:48 Modified:.build.xml Log: Add SHA1 checksums, prepare stuff for http://www.apache.org/dist/java-repository/ Revision ChangesPath 1.467 +32 -0 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2005-03-23 Thread mbenson
mbenson 2005/03/23 09:44:06 Modified:.build.xml Log: Heard no objections; add includetests property to narrow the batchtest. Revision ChangesPath 1.465 +3 -2 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml

2005-03-11 Thread mbenson
mbenson 2005/03/11 11:34:00 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge DirectoryScanner improvements; disable ClasspathUtilsTest if tests.and.ant.share.classloader PR: 33118 Revision ChangesPath No revision No revis

cvs commit: ant build.xml

2005-03-09 Thread stevel
stevel 2005/03/09 14:56:39 Modified:.build.xml Added: src/etc/testcases/taskdefs apt.xml src/etc/testcases/taskdefs/apt AptExample.java Distributed.java DistributedAnnotationFactory.java DistributedAnnotation

cvs commit: ant build.xml

2005-03-09 Thread bodewig
bodewig 2005/03/09 01:25:53 Modified:.build.xml Log: ClasspathUtilsTest fails for junit.fork=true as well Revision ChangesPath 1.461 +3 -6 ant/build.xml Index: build.xml === RCS file

cvs commit: ant build.xml

2005-03-07 Thread mbenson
mbenson 2005/03/07 09:02:46 Modified:.build.xml Log: Move DirectoryScanner.getScannedDirs() to package-private access; add DirectoryScannerTest to tests.and.ant.share.classloader tests. Revision ChangesPath 1.460 +2 -0 ant/build.xml Index: build.xm

cvs commit: ant build.xml

2005-03-07 Thread stevel
stevel 2005/03/07 05:42:52 Modified:.build.xml Log: Excluding XSD tests on systems without an adequate parser. Revision ChangesPath 1.459 +21 -0 ant/build.xml Index: build.xml === RC

cvs commit: ant build.xml

2005-02-23 Thread bodewig
bodewig 2005/02/23 12:11:01 Modified:.build.xml Log: fix logic Revision ChangesPath 1.458 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v retrieving re

cvs commit: ant build.xml

2005-02-23 Thread bodewig
bodewig 2005/02/23 12:00:49 Modified:.build.xml Log: Kaffe suddenly supports java.lang.Readable, but not InetAddress.isReachable Revision ChangesPath 1.457 +9 -0 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml

2005-02-18 Thread bodewig
bodewig 2005/02/18 05:46:03 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.38 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2005-02-16 Thread mbenson
mbenson 2005/02/16 09:40:07 Modified:.build.xml Log: Disable clone test until we know why it fails on Linux. Revision ChangesPath 1.454 +2 -1 ant/build.xml Index: build.xml === RCS f

cvs commit: ant build.xml

2005-01-28 Thread bodewig
bodewig 2005/01/28 12:11:48 Modified:.build.xml Log: The new interface can't compile on Kaffe yet Revision ChangesPath 1.450 +1 -0 ant/build.xml Index: build.xml === RCS file: /home/

cvs commit: ant build.xml

2005-01-17 Thread stevel
stevel 2005/01/17 13:57:29 Modified:.build.xml Log: Fixing the exclusion path. Revision ChangesPath 1.449 +2 -2 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,

Re: cvs commit: ant build.xml

2005-01-17 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 17 Jan 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: -You must use rhino <=1.5R5 for JavaScript; 1.5R6 and 1.6 are not compatible with BSH. Do you mean BSF? yes Gump caught a few of the problems, I vaguely recall Rhino adpted back to BSF, but I could be wrong. CVS

Re: cvs commit: ant build.xml

2005-01-17 Thread Stefan Bodewig
On Mon, 17 Jan 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > -You must use rhino <=1.5R5 for JavaScript; 1.5R6 and 1.6 are not > compatible with BSH. Do you mean BSF? Gump caught a few of the problems, I vaguely recall Rhino adpted back to BSF, but I could be wrong. CVS HEAD of Apache BSF s

Re: cvs commit: ant build.xml

2005-01-17 Thread Steve Loughran
Peter Reilly wrote: Alexey N. Solofnenko wrote: Awesome! Can you write also ? With current ant cvs one can use a filtermapper to use a scriptfilter: self.setToken(self.getToken().toUpperCase()); We could think of adding ; something that lets you write arbitrary tests in a condition. T

Re: cvs commit: ant build.xml

2005-01-17 Thread Peter Reilly
Alexey N. Solofnenko wrote: Awesome! Can you write also ? With current ant cvs one can use a filtermapper to use a scriptfilter: self.setToken(self.getToken().toUpperCase()); Peter - Alexey. - To unsubscribe, e-mail: [E

Re: cvs commit: ant build.xml

2005-01-16 Thread Alexey N. Solofnenko
Awesome! Can you write also ? - Alexey. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant build.xml

2005-01-16 Thread stevel
stevel 2005/01/16 15:37:52 Modified:src/main/org/apache/tools/ant/types/optional ScriptFilter.java src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/types defaults.properties src/main/o

cvs commit: ant build.xml

2005-01-13 Thread bodewig
bodewig 2005/01/13 01:01:58 Modified:.build.xml Log: regexp mapper test requires a regexp engine Revision ChangesPath 1.447 +3 -1 ant/build.xml Index: build.xml === RCS file: /home/c

cvs commit: ant build.xml

2004-12-16 Thread bodewig
bodewig 2004/12/16 06:06:59 Modified:.build.xml Log: SplashScreenTest can't be compiled without SplashTask Revision ChangesPath 1.445 +1 -0 ant/build.xml Index: build.xml === RCS fil

Re: cvs commit: ant build.xml

2004-12-13 Thread Peter Reilly
Thanks, I had meant to place a warning on the test that it may fail in gump. Peter [EMAIL PROTECTED] wrote: bodewig 2004/12/13 02:11:31 Modified:.build.xml Log: Temporarily skip test that fail in Gump because of a Gump bug Revision ChangesPath 1.444 +8 -0 ant/bu

cvs commit: ant build.xml

2004-12-13 Thread bodewig
bodewig 2004/12/13 02:11:31 Modified:.build.xml Log: Temporarily skip test that fail in Gump because of a Gump bug Revision ChangesPath 1.444 +8 -0 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml

2004-12-07 Thread jglick
jglick 2004/12/07 01:10:39 Modified:src/testcases/org/apache/tools/ant/util FileUtilsTest.java src/testcases/org/apache/tools/ant/types/selectors PresentSelectorTest.java BaseSelectorTest.java src/testcases/org/apache/tools/ant/types

cvs commit: ant build.xml

2004-11-12 Thread bodewig
bodewig 2004/11/12 02:04:39 Modified:.build.xml Log: ChangeLogWriterTest uses package private class ChangeLogWriter - doesn't work unless both come from the same classloader Revision ChangesPath 1.442 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-11-03 Thread stevel
stevel 2004/11/03 02:54:00 Modified:.build.xml Log: remove httpclient selector. Leave the test in for future use. Revision ChangesPath 1.441 +0 -8 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml

2004-10-28 Thread bodewig
bodewig 2004/10/28 02:38:25 Modified:.build.xml Log: More Mono trouble on Brutus Revision ChangesPath 1.437 +1 -0 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml

cvs commit: ant build.xml

2004-10-26 Thread bodewig
bodewig 2004/10/26 03:21:11 Modified:.build.xml Log: Replace all is dangerous Revision ChangesPath 1.436 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v

cvs commit: ant build.xml

2004-10-19 Thread bodewig
bodewig 2004/10/19 07:29:22 Modified:.build.xml Log: disable .NET tests until Mono on Brutus works as it should Revision ChangesPath 1.433 +1 -0 ant/build.xml Index: build.xml === RC

cvs commit: ant build.xml

2004-10-08 Thread stevel
stevel 2004/10/08 01:59:48 Modified:.build.xml Log: update selector to go with the move Revision ChangesPath 1.432 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/b

Re: cvs commit: ant build.xml

2004-10-08 Thread Adam R. B. Jack
: Recompile with -deprecation for details. 1 error ... Failed compiling Ant classes ! - regards Adam - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 07, 2004 4:54 PM Subject: cvs commit: a

cvs commit: ant build.xml

2004-10-07 Thread stevel
stevel 2004/10/07 15:54:32 Modified:.build.xml Added: src/main/org/apache/tools/ant/taskdefs/condition IsPingable.java Log: First of the Java1.5 extensions. Closest j2se has for detecting offline state, though I note J2ME and JavaWebStart hav

cvs commit: ant build.xml

2004-10-03 Thread stevel
stevel 2004/10/03 07:06:52 Modified:.build.xml Log: clean machines reveal invalid assumptions Revision ChangesPath 1.430 +4 -0 ant/build.xml Index: build.xml === RCS file: /home/cvs

cvs commit: ant build.xml

2004-09-30 Thread bodewig
bodewig 2004/09/30 02:38:02 Modified:.build.xml Log: tests are on system classpath of forked tests Revision ChangesPath 1.429 +1 -0 ant/build.xml Index: build.xml === RCS file: /home

cvs commit: ant build.xml

2004-08-12 Thread conor
conor 2004/08/12 07:16:48 Modified:.build.xml Log: Add name attribute to project element in Ant's build file PR: 30608 Submitted by: Jesse Glick Revision ChangesPath 1.428 +1 -1 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2004-07-30 Thread bodewig
bodewig 2004/07/29 23:34:36 Modified:.build.xml Log: We can now savely run all .NET tests on Mono Revision ChangesPath 1.427 +1 -0 ant/build.xml Index: build.xml === RCS file: /home/

cvs commit: ant build.xml

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:25:10 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.35 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:24:56 Modified:.build.xml Log: new tests fail if the tests themselves live on the system classloader Revision ChangesPath 1.426 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml WHATSNEW

2004-07-27 Thread antoine
antoine 2004/07/27 00:15:11 Modified:src/testcases/org/apache/tools/ant Tag: ANT_16_BRANCH AntClassLoaderTest.java src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH CollectionUtils.java src/main/org/apache/

cvs commit: ant build.xml WHATSNEW

2004-07-27 Thread antoine
antoine 2004/07/27 00:02:08 Modified:src/testcases/org/apache/tools/ant AntClassLoaderTest.java src/main/org/apache/tools/ant/util CollectionUtils.java src/main/org/apache/tools/ant AntClassLoader.java .build.xml WHATSNEW Log: Impo

cvs commit: ant build.xml

2004-07-09 Thread mbenson
mbenson 2004/07/09 15:38:40 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge Revision ChangesPath No revision No revision 1.392.2.32 +6 -3 ant/build.xml Index: build.xml =

cvs commit: ant build.xml WHATSNEW

2004-06-02 Thread bodewig
bodewig 2004/06/02 05:09:46 Modified:.build.xml WHATSNEW Log: Xalan2Executor doesn't need Xalan-J 2 Revision ChangesPath 1.422 +1 -7 ant/build.xml Index: build.xml === RCS file: /hom

cvs commit: ant build.xml

2004-05-25 Thread bodewig
bodewig 2004/05/25 04:37:02 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.28 +1 -1 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-05-25 Thread bodewig
bodewig 2004/05/25 04:36:40 Modified:.build.xml Log: Use the same class as JavaEnvUtils to check for 1.5+ Revision ChangesPath 1.421 +1 -1 ant/build.xml Index: build.xml === RCS file

cvs commit: ant build.xml

2004-05-20 Thread peterreilly
peterreilly2004/05/20 01:34:32 Modified:.Tag: ANT_16_BRANCH build.xml Log: sync with head Revision ChangesPath No revision No revision 1.392.2.27 +28 -7 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-05-20 Thread peterreilly
peterreilly2004/05/20 01:34:13 Modified:.build.xml Log: build.xml source=1.2 does not work for javac 1.4.0 use a presetdef depending on the java version Revision ChangesPath 1.420 +28 -7 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-05-17 Thread peterreilly
peterreilly2004/05/17 06:22:53 Modified:.Tag: ANT_16_BRANCH build.xml Log: sync Revision ChangesPath No revision No revision 1.392.2.26 +5 -2 ant/build.xml Index: build.xml ===

cvs commit: ant build.xml

2004-05-17 Thread peterreilly
peterreilly2004/05/17 06:22:12 Modified:.build.xml Log: Permit building under JDK 1.5 PR: 28996 Obtained from: Jesse Glick Revision ChangesPath 1.419 +5 -2 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-03-26 Thread bodewig
bodewig 2004/03/26 05:08:29 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.23 +24 -24ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-03-26 Thread bodewig
bodewig 2004/03/26 05:08:11 Modified:.build.xml Log: Log4J is no longer a Jakarta subproject, don't wait for the others to graduate as well. Revision ChangesPath 1.415 +24 -24ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-03-01 Thread jhm
jhm 2004/03/01 09:25:26 Modified:.Tag: ANT_16_BRANCH build.xml Log: Make conform to used encoding. Revision ChangesPath No revision No revision 1.392.2.22 +1 -1 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2004-03-01 Thread jhm
jhm 2004/03/01 09:24:24 Modified:.build.xml Log: Make conform to used encoding. Revision ChangesPath 1.414 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.

cvs commit: ant build.xml

2004-03-01 Thread jhm
jhm 2004/03/01 07:13:11 Modified:.Tag: ANT_16_BRANCH build.xml Log: Sync with HEAD: add 'run.failing.tests' support. Revision ChangesPath No revision No revision 1.392.2.21 +7 -4 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2004-03-01 Thread jhm
jhm 2004/03/01 07:10:37 Modified:.build.xml Log: Add 'run.failing.tests' support. Revision ChangesPath 1.413 +6 -3 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/buil

RE: cvs commit: ant build.xml

2004-02-27 Thread Jan . Materne
> I do not know whether the problem is difficult to fix, I did not put > much my nose in the Project/ProjectHelper2/InstrospectionHelper and > tutti quanti > core classes. Same for me. It was easy to write the test - but I don´t know to write the fix. > I think that Jan just wants to avoid get

Re: cvs commit: ant build.xml

2004-02-26 Thread Antoine Lévy-Lambert
Dominique Devienne wrote: I guess finding the regression is just one aspect of the equation, but I'm kind of surprised this is simply put on the back burner like that... Is this a difficult problem to fix? Or people simply don't mind getting on error on duplicate targets? --DD I do not know whet

RE: cvs commit: ant build.xml

2004-02-26 Thread Dominique Devienne
I guess finding the regression is just one aspect of the equation, but I'm kind of surprised this is simply put on the back burner like that... Is this a difficult problem to fix? Or people simply don't mind getting on error on duplicate targets? --DD > -Original Message- > From: [EMAIL P

cvs commit: ant build.xml

2004-02-26 Thread jhm
jhm 2004/02/26 08:35:26 Modified:.build.xml Log: Exclude ProjectTest from being executed (hopefully :), because of testDuplicateTarget. Revision ChangesPath 1.411 +7 -0 ant/build.xml Index: build.xml ===

RE: cvs commit: ant build.xml

2004-02-24 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I did not remove the dependency... > > There was a change last week (409) to make target test depend > > on target > > run-single-test. > > > > I assume this was to allow: > > ant test -Dtestcase= > > Yep: > ant test -->

RE: cvs commit: ant build.xml

2004-02-24 Thread Jan . Materne
> I did not remove the dependency... > There was a change last week (409) to make target test depend > on target > run-single-test. > > I assume this was to allow: > ant test -Dtestcase= Yep: ant test --> ant run-tests--> use all testcases ant test -Dtestcase=...

Re: cvs commit: ant build.xml

2004-02-23 Thread Peter Reilly
Antoine Lévy-Lambert wrote: [EMAIL PROTECTED] wrote: Hi Peter, I do not understand why you removed the dependency of run-single-test upon compile-tests,run-single-test-only There must be a good reason but I am surprised. I did not remove the dependency... There was a change last week (409) to make

Re: cvs commit: ant build.xml

2004-02-23 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote: Hi Peter, I do not understand why you removed the dependency of run-single-test upon compile-tests,run-single-test-only There must be a good reason but I am surprised. Antoine peterreilly2004/02/23 06:14:36 Modified:.build.xml Log: allow ./build.sh test

cvs commit: ant build.xml

2004-02-23 Thread peterreilly
peterreilly2004/02/23 06:14:36 Modified:.build.xml Log: allow ./build.sh test to work Revision ChangesPath 1.410 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/buil

cvs commit: ant build.xml

2004-02-18 Thread jhm
jhm 2004/02/18 00:11:36 Modified:.build.xml Log: Let 'testcase'-property choose the right target for running tests. Revision ChangesPath 1.409 +4 -4 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:40:32 Modified:.Tag: ANT_16_BRANCH build.xml Log: Date Revision ChangesPath No revision No revision 1.392.2.17 +1 -1 ant/build.xml Index: build.xml ===

Re: cvs commit: ant build.xml

2004-01-13 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote: peterreilly2004/01/13 04:32:16 Modified:.build.xml Log: stop corruption of .zip files in docs PR: 25698 Obtained from: Jesse Glick Revision ChangesPath 1.405 +8 -0 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:39:54 Modified:.build.xml Log: Date Revision ChangesPath 1.407 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v retrieving revi

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:38:23 Modified:.Tag: ANT_16_BRANCH build.xml Log: sync with HEAD Revision ChangesPath No revision No revision 1.392.2.16 +1 -9 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:37:47 Modified:.build.xml Log: correct fix for 25698 Revision ChangesPath 1.406 +1 -9 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:33:15 Modified:.Tag: ANT_16_BRANCH build.xml Log: sync with HEAD Revision ChangesPath No revision No revision 1.392.2.15 +8 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2004-01-13 Thread peterreilly
peterreilly2004/01/13 04:32:16 Modified:.build.xml Log: stop corruption of .zip files in docs PR: 25698 Obtained from: Jesse Glick Revision ChangesPath 1.405 +8 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2003-12-04 Thread antoine
antoine 2003/12/04 14:38:16 Modified:.Tag: ANT_16_BRANCH build.xml Log: ant 1.6 beta3 Revision ChangesPath No revision No revision 1.392.2.13 +1 -1 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2003-12-03 Thread antoine
antoine 2003/12/03 14:06:41 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge from HEAD 1) make JarTest pass on Windows, these testcases were failing : testRecreateWithUpdateNewerFile testRecreateZipfilesetWithUpdateNewerFile, the problem is the granularity o

cvs commit: ant build.xml

2003-12-03 Thread antoine
antoine 2003/12/03 13:58:07 Modified:.build.xml Log: 1) make JarTest pass on Windows, these testcases were failing : testRecreateWithUpdateNewerFile testRecreateZipfilesetWithUpdateNewerFile, the problem is the granularity of time stamps on the FAT see ht

cvs commit: ant build.xml

2003-12-03 Thread peterreilly
peterreilly2003/12/03 02:37:36 Modified:.Tag: ANT_16_BRANCH build.xml Log: Sync with head Revision ChangesPath No revision No revision 1.392.2.10 +1 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2003-12-03 Thread peterreilly
peterreilly2003/12/03 02:27:00 Modified:.build.xml Log: exclude jdepend test until dos problem with the test is sorted Revision ChangesPath 1.402 +1 -0 ant/build.xml Index: build.xml =

cvs commit: ant build.xml

2003-10-20 Thread conor
conor 2003/10/20 16:30:42 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge Revision ChangesPath No revision No revision 1.392.2.7 +1 -1 ant/build.xml Index: build.xml ==

cvs commit: ant build.xml

2003-10-20 Thread conor
conor 2003/10/20 16:27:59 Modified:.build.xml Log: Include checkstyle stylesheets Revision ChangesPath 1.399 +1 -1 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.

RE: cvs commit: ant build.xml

2003-10-07 Thread Jan . Materne
Cool, haven´t looked at that. But nice "introduction" in :-) Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2003 1:45 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: ant build.xml > > &g

cvs commit: ant build.xml

2003-10-07 Thread bodewig
bodewig 2003/10/07 04:44:48 Modified:.Tag: ANT_16_BRANCH build.xml Log: Reintroduce ant-jdepend.jar Revision ChangesPath No revision No revision 1.392.2.5 +1 -0 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2003-10-07 Thread bodewig
bodewig 2003/10/07 04:44:34 Modified:.build.xml Log: Reintroduce ant-jdepend.jar Revision ChangesPath 1.398 +1 -0 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml

cvs commit: ant build.xml

2003-10-02 Thread bodewig
bodewig 2003/10/02 00:23:18 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge from HEAD Revision ChangesPath No revision No revision 1.392.2.4 +63 -175 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2003-10-02 Thread bodewig
bodewig 2003/10/02 00:21:42 Modified:.build.xml Log: Give a little demo Revision ChangesPath 1.397 +63 -175 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v ret

  1   2   >