/[Apache-SVN]/ant/core/trunk/build.xml
ViewVC logotype

Log of /ant/core/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 805397 - (view) (annotate) - [select for diffs]
Modified Tue Aug 18 12:50:04 2009 UTC (3 months, 1 week ago) by bodewig
File length: 73675 byte(s)
Diff to previous 796762 (colored)
DefaultLoggerTest must run in same classloader that loads DefaultLogger itself

Revision 796762 - (view) (annotate) - [select for diffs]
Modified Wed Jul 22 15:17:00 2009 UTC (4 months ago) by bodewig
File length: 73556 byte(s)
Diff to previous 796647 (colored)
allow methods other than GET in http condition.  Submitted by Robert Clark.  PR 30244

Revision 796647 - (view) (annotate) - [select for diffs]
Modified Wed Jul 22 09:44:52 2009 UTC (4 months ago) by bodewig
File length: 73504 byte(s)
Diff to previous 793056 (colored)
override getResources in a new AntClassLoader subclass that will be used consistently when Ant is running on Java5+.  PR 46752

Revision 793056 - (view) (annotate) - [select for diffs]
Modified Fri Jul 10 17:50:28 2009 UTC (4 months, 2 weeks ago) by jkf
File length: 73453 byte(s)
Diff to previous 789604 (colored)
made easier to switch loglevel on the antunit testcases

Revision 789604 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 08:13:54 2009 UTC (4 months, 3 weeks ago) by bodewig
File length: 73372 byte(s)
Diff to previous 775914 (colored)
make javac independent of CLASPATH

Revision 775914 - (view) (annotate) - [select for diffs]
Modified Mon May 18 12:10:02 2009 UTC (6 months, 1 week ago) by bodewig
File length: 73313 byte(s)
Diff to previous 773596 (colored)
javadoc creation of Ant's own sources failed on JDK 1.4.  PR 46731.  Patch submitted by Martin von Gagern

Revision 773596 - (view) (annotate) - [select for diffs]
Modified Mon May 11 15:13:35 2009 UTC (6 months, 2 weeks ago) by bodewig
File length: 73263 byte(s)
Diff to previous 722849 (colored)
create SHA-512 checksums as well

Revision 722849 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 12:02:30 2008 UTC (11 months, 3 weeks ago) by bodewig
File length: 73436 byte(s)
Diff to previous 706580 (colored)
Add support for Xalan2 Traces.  PR 36670.

Revision 706580 - (view) (annotate) - [select for diffs]
Modified Tue Oct 21 11:33:29 2008 UTC (13 months ago) by bodewig
File length: 74285 byte(s)
Diff to previous 703355 (colored)
remove .NET tasks

Revision 703355 - (view) (annotate) - [select for diffs]
Modified Fri Oct 10 08:48:10 2008 UTC (13 months, 2 weeks ago) by jhm
File length: 75619 byte(s)
Diff to previous 681571 (colored)
Print failing tests.

Revision 681571 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 00:52:16 2008 UTC (15 months, 3 weeks ago) by jglick
File length: 74588 byte(s)
Diff to previous 639879 (colored)
junit.jar is available in the source tree; might as well compile against it.

Revision 639879 - (view) (annotate) - [select for diffs]
Modified Fri Mar 21 21:59:06 2008 UTC (20 months ago) by peterreilly
File length: 74532 byte(s)
Diff to previous 638625 (colored)
comment out the junit collector code (I cannot figure out how to make it work)

Revision 638625 - (view) (annotate) - [select for diffs]
Modified Tue Mar 18 22:49:50 2008 UTC (20 months, 1 week ago) by peterreilly
File length: 74190 byte(s)
Diff to previous 591341 (colored)
fix for bugzilla 44630 - error expansion of properties in docs dir

Revision 591341 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 14:11:44 2007 UTC (2 years ago) by mbenson
File length: 74174 byte(s)
Diff to previous 587844 (colored)
default access precedent for testcase access

Revision 587844 - (view) (annotate) - [select for diffs]
Modified Wed Oct 24 10:05:46 2007 UTC (2 years, 1 month ago) by jhm
File length: 74054 byte(s)
Diff to previous 586652 (colored)
FailureRecorder
* remove duplicate "no-op" statement (javadoc + code)
* use BuildListener for writing at the end of <junit> instead of overwriting the file all the time
* minor comment edit
* pass project reference to <junit> nested elements (eg listener)
* order methods by interfaces
* some log messages in the recorder
* can use Ant properties for setting the location

FormatterElement
* don't set the project reference if there is already one

build.xml
* use ant property instead of system property for configuring FailureRecorder

Revision 586652 - (view) (annotate) - [select for diffs]
Modified Sat Oct 20 01:41:15 2007 UTC (2 years, 1 month ago) by kevj
File length: 74063 byte(s)
Diff to previous 586281 (colored)
-revert change as we don't support antlr3 (yet)

Revision 586281 - (view) (annotate) - [select for diffs]
Modified Fri Oct 19 07:00:23 2007 UTC (2 years, 1 month ago) by kevj
File length: 74178 byte(s)
Diff to previous 581549 (colored)
-allow use of antlr 3+

Revision 581549 - (view) (annotate) - [select for diffs]
Modified Wed Oct 3 09:57:39 2007 UTC (2 years, 1 month ago) by peterreilly
File length: 74061 byte(s)
Diff to previous 578882 (colored)
removing starteam

Revision 578882 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 17:19:44 2007 UTC (2 years, 2 months ago) by peterreilly
File length: 74522 byte(s)
Diff to previous 574557 (colored)
removing weblogic

Revision 574557 - (view) (annotate) - [select for diffs]
Modified Tue Sep 11 11:41:40 2007 UTC (2 years, 2 months ago) by jhm
File length: 76080 byte(s)
Diff to previous 572392 (colored)
Make use of the FailureRecorder
- ${junit.collector.dir} references ${build.dir} therefore a change of the order was necessary
- makro "test-junit" uses the recorder like the manual sais
- invocation of batchtest is now dependend on ${hasFailingTests} (set by <test-junit>)

Revision 572392 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 17:15:59 2007 UTC (2 years, 2 months ago) by peterreilly
File length: 74776 byte(s)
Diff to previous 568091 (colored)
version -> 1.8.0

Revision 568091 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 12:17:40 2007 UTC (2 years, 3 months ago) by peterreilly
File length: 74776 byte(s)
Diff to previous 553857 (colored)
optionaly allow build to pass even if tests fail

Revision 553857 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 12:19:28 2007 UTC (2 years, 4 months ago) by jhm
File length: 74747 byte(s)
Diff to previous 540111 (colored)
Encourage people to follow the packaging spec.

Revision 540111 - (view) (annotate) - [select for diffs]
Modified Mon May 21 11:12:35 2007 UTC (2 years, 6 months ago) by jhm
File length: 74099 byte(s)
Diff to previous 540098 (colored)
URI is jdk14+ instead of jdk13+

Revision 540098 - (view) (annotate) - [select for diffs]
Modified Mon May 21 10:20:27 2007 UTC (2 years, 6 months ago) by stevel
File length: 74099 byte(s)
Diff to previous 498554 (colored)
exclude this package on java1.3

Revision 498554 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 07:37:54 2007 UTC (2 years, 10 months ago) by jhm
File length: 74039 byte(s)
Diff to previous 489288 (colored)
Fail with a meaningful message.
Discussed on User-List: http://marc.theaimsgroup.com/?l=ant-user&m=116923425428838&w=2

Revision 489288 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 08:49:38 2006 UTC (2 years, 11 months ago) by bodewig
File length: 73875 byte(s)
Diff to previous 486589 (colored)
bump version

Revision 486589 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 10:36:46 2006 UTC (2 years, 11 months ago) by kevj
File length: 73870 byte(s)
Diff to previous 486471 (colored)
-remove java6 selector/conditional compile

Revision 486471 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 02:51:05 2006 UTC (2 years, 11 months ago) by antoine
File length: 74106 byte(s)
Diff to previous 486144 (colored)
preparation for the 1.7.0 release

Revision 486144 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 13:55:14 2006 UTC (2 years, 11 months ago) by kevj
File length: 74109 byte(s)
Diff to previous 483672 (colored)
- fix java6 detection and add selector for conditional compile

Revision 483672 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 21:24:20 2006 UTC (2 years, 11 months ago) by jglick
File length: 73867 byte(s)
Diff to previous 480364 (colored)
It is now possible to build Ant without BSF and then run using JSR scripting.

Revision 480364 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 03:17:10 2006 UTC (2 years, 11 months ago) by antoine
File length: 74023 byte(s)
Diff to previous 475772 (colored)
distribute ant-testutil

Revision 475772 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 15:32:02 2006 UTC (3 years ago) by mbenson
File length: 74014 byte(s)
Diff to previous 475740 (colored)
add --> to description

Revision 475740 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 14:01:24 2006 UTC (3 years ago) by jkf
File length: 73974 byte(s)
Diff to previous 475733 (colored)
one welcome.html slipped through

Revision 475733 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 13:43:16 2006 UTC (3 years ago) by jkf
File length: 74013 byte(s)
Diff to previous 471526 (colored)
remove of welcome.html from build.xml and ant-msi.wxs
(how to test ant-msi.wxs?)

Revision 471526 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 20:51:17 2006 UTC (3 years ago) by antoine
File length: 74052 byte(s)
Diff to previous 470124 (colored)
Preparation for the build of Ant 1.7.0RC1

Revision 470124 - (view) (annotate) - [select for diffs]
Modified Wed Nov 1 22:34:00 2006 UTC (3 years ago) by jglick
File length: 74054 byte(s)
Diff to previous 469506 (colored)
Permit VM args to be inserted when running JUnit tests, for JPDA debugger integration.

Revision 469506 - (view) (annotate) - [select for diffs]
Modified Tue Oct 31 14:54:29 2006 UTC (3 years ago) by antoine
File length: 73952 byte(s)
Diff to previous 468362 (colored)
set the groupId of ant from maven to org.apache.ant
as discussed on the repository mailing list

Revision 468362 - (view) (annotate) - [select for diffs]
Modified Fri Oct 27 12:54:29 2006 UTC (3 years ago) by antoine
File length: 73835 byte(s)
Diff to previous 467363 (colored)
the mavenish release directory has moved

Revision 467363 - (view) (annotate) - [select for diffs]
Modified Tue Oct 24 15:45:20 2006 UTC (3 years, 1 month ago) by jhm
File length: 73817 byte(s)
Diff to previous 467227 (colored)
Document the use of <tag>
Add support for @pre as found in BuildFileTest

Revision 467227 - (view) (annotate) - [select for diffs]
Modified Tue Oct 24 03:40:41 2006 UTC (3 years, 1 month ago) by antoine
File length: 73644 byte(s)
Diff to previous 467223 (colored)
fixed bug using undefined property

Revision 467223 - (view) (annotate) - [select for diffs]
Modified Tue Oct 24 03:21:49 2006 UTC (3 years, 1 month ago) by antoine
File length: 73636 byte(s)
Diff to previous 466895 (colored)
changed, jars and poms go to parallel directories on java-repository

Revision 466895 - (view) (annotate) - [select for diffs]
Modified Mon Oct 23 00:33:59 2006 UTC (3 years, 1 month ago) by antoine
File length: 72976 byte(s)
Diff to previous 466881 (colored)
decide to package Xalan2Executor only in ant-junit. Since this class has been made already dead wood,
this is irrelevant

Revision 466881 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 21:48:41 2006 UTC (3 years, 1 month ago) by antoine
File length: 73043 byte(s)
Diff to previous 466879 (colored)
move jdk1.5+ stuff to ant-nodeps to be consistent

Revision 466879 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 21:41:20 2006 UTC (3 years, 1 month ago) by peterreilly
File length: 72997 byte(s)
Diff to previous 466877 (colored)
remove use of sun.misc.uuencoder

Revision 466877 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 21:28:00 2006 UTC (3 years, 1 month ago) by antoine
File length: 73288 byte(s)
Diff to previous 466876 (colored)
exclude the bcel dependencies from ant.jar too

Revision 466876 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 21:09:29 2006 UTC (3 years, 1 month ago) by antoine
File length: 73238 byte(s)
Diff to previous 466856 (colored)
classes needing apache-resolver should also be excluded from ant.jar

Revision 466856 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 17:11:23 2006 UTC (3 years, 1 month ago) by antoine
File length: 73184 byte(s)
Diff to previous 466647 (colored)
modified to call the property version from build.xml project.version
defaultManifest.mf and version.txt are updated using expandproperties rather than tokenfilter

Revision 466647 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 15:16:50 2006 UTC (3 years, 1 month ago) by antoine
File length: 72632 byte(s)
Diff to previous 466628 (colored)
remove org.apache.tools.ant.util.ScriptRunner from ant.jar, it 
should be only in ant-apache-bsf.jar

Revision 466628 - (view) (annotate) - [select for diffs]
Modified Sun Oct 22 06:26:46 2006 UTC (3 years, 1 month ago) by antoine
File length: 72583 byte(s)
Diff to previous 464378 (colored)
added code to deliver POMs with ant

Revision 464378 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 05:02:14 2006 UTC (3 years, 1 month ago) by kevj
File length: 71602 byte(s)
Diff to previous 464306 (colored)
- add ant.version as part of the dump-info target

Revision 464306 - (view) (annotate) - [select for diffs]
Modified Sun Oct 15 22:21:43 2006 UTC (3 years, 1 month ago) by antoine
File length: 71554 byte(s)
Diff to previous 463712 (colored)
Preparation for Ant 1.7.0Beta3

Revision 463712 - (view) (annotate) - [select for diffs]
Modified Fri Oct 13 15:40:26 2006 UTC (3 years, 1 month ago) by jhm
File length: 71554 byte(s)
Diff to previous 463690 (colored)
"Move" test object to inner class.

Revision 463690 - (view) (annotate) - [select for diffs]
Modified Fri Oct 13 14:31:23 2006 UTC (3 years, 1 month ago) by jhm
File length: 71564 byte(s)
Diff to previous 453344 (colored)
Deactivate EnumeratedAttributeTest_Factory as JUnit test before Gump cries. ... until better solution.

Revision 453344 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 20:07:20 2006 UTC (3 years, 1 month ago) by mbenson
File length: 71554 byte(s)
Diff to previous 450535 (colored)
remove launcher classes from nodeps jar.

Revision 450535 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 18:21:08 2006 UTC (3 years, 1 month ago) by mbenson
File length: 71509 byte(s)
Diff to previous 450500 (colored)
add junit-report-only and antunit-report-only for those (admittedly rare)
situations when you've just run tests without reports and change your mind
that you want reports after all.  :P

Revision 450500 - (view) (annotate) - [select for diffs]
Modified Wed Sep 27 16:28:46 2006 UTC (3 years, 1 month ago) by mbenson
File length: 71351 byte(s)
Diff to previous 450238 (colored)
restructure some stuff; run-tests shared failure message with test,
thereby pointing to nonexistent test reports. Also running a single junit test
from run-tests was broken, which is how my breaking SizeSelector change
made it in.

Revision 450238 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 22:25:00 2006 UTC (3 years, 1 month ago) by mbenson
File length: 71196 byte(s)
Diff to previous 450234 (colored)
a little more work

Revision 450234 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 22:10:27 2006 UTC (3 years, 1 month ago) by mbenson
File length: 71325 byte(s)
Diff to previous 450067 (colored)
I don't think Gump test-ant has failed properly for several months,
if the fossil record is correct.  :(

Revision 450067 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 14:50:40 2006 UTC (3 years, 2 months ago) by mbenson
File length: 71213 byte(s)
Diff to previous 449308 (colored)
attempt to fix Gump failures

Revision 449308 - (view) (annotate) - [select for diffs]
Modified Sat Sep 23 21:32:36 2006 UTC (3 years, 2 months ago) by peterreilly
File length: 71080 byte(s)
Diff to previous 449091 (colored)
fix condition for antunit.includes property

Revision 449091 - (view) (annotate) - [select for diffs]
Modified Fri Sep 22 21:11:30 2006 UTC (3 years, 2 months ago) by mbenson
File length: 71080 byte(s)
Diff to previous 448636 (colored)
disallow mixing of old-style "testcase" property with either of antunit.testcase, junit.testcase, or both.  Additionally, allow files simply named test.xml in addition to *-test.xml .

Revision 448636 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 19:10:48 2006 UTC (3 years, 2 months ago) by mbenson
File length: 70407 byte(s)
Diff to previous 448068 (colored)
Restructuring to allow junit and antunit tests both.

Revision 448068 - (view) (annotate) - [select for diffs]
Modified Wed Sep 20 05:10:29 2006 UTC (3 years, 2 months ago) by antoine
File length: 66939 byte(s)
Diff to previous 447565 (colored)
make sure that most of DirectoryScannerTest runs when we build a release.
This one is too critical.

Revision 447565 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 21:17:52 2006 UTC (3 years, 2 months ago) by mbenson
File length: 67061 byte(s)
Diff to previous 447550 (colored)
more cleanup and some preliminary shifting of 'test' to 'junit' concept

Revision 447550 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 20:51:50 2006 UTC (3 years, 2 months ago) by mbenson
File length: 66998 byte(s)
Diff to previous 447549 (colored)
modify to look like other verbose echoes in this target

Revision 447549 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 20:49:21 2006 UTC (3 years, 2 months ago) by mbenson
File length: 67001 byte(s)
Diff to previous 447538 (colored)
tests.are.on.system.classpath check didn't work on cygwin.  Replaced
calculation of build\testcases on CLASSPATH with a 1.7 <intersect> for
better portability and dogfood consumption rate.

Revision 447538 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 20:20:38 2006 UTC (3 years, 2 months ago) by mbenson
File length: 67057 byte(s)
Diff to previous 447066 (colored)
minor junit related mods

Revision 447066 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 13:30:52 2006 UTC (3 years, 2 months ago) by antoine
File length: 67114 byte(s)
Diff to previous 446758 (colored)
preparation for Ant 1.7.0Beta2 release

Revision 446758 - (view) (annotate) - [select for diffs]
Modified Fri Sep 15 21:58:35 2006 UTC (3 years, 2 months ago) by peterreilly
File length: 67114 byte(s)
Diff to previous 440476 (colored)
Move ScriptRunner (which depends on bsf.jar) to
an optional package

Revision 440476 - (view) (annotate) - [select for diffs]
Modified Tue Sep 5 20:38:35 2006 UTC (3 years, 2 months ago) by peterreilly
File length: 67056 byte(s)
Diff to previous 439453 (colored)
Bugzilla 35619: remove dependency on sun internal base64 encoder

Revision 439453 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 20:15:21 2006 UTC (3 years, 2 months ago) by bodewig
File length: 67409 byte(s)
Diff to previous 439448 (colored)
don't generate copyright lines

Revision 439448 - (view) (annotate) - [select for diffs]
Modified Fri Sep 1 20:04:18 2006 UTC (3 years, 2 months ago) by bodewig
File length: 67613 byte(s)
Diff to previous 437449 (colored)
copy2license.pl

Revision 437449 - (view) (annotate) - [select for diffs]
Modified Sun Aug 27 20:09:19 2006 UTC (3 years, 2 months ago) by antoine
File length: 67086 byte(s)
Diff to previous 432720 (colored)
preparation for beta release

Revision 432720 - (view) (annotate) - [select for diffs]
Modified Fri Aug 18 20:45:47 2006 UTC (3 years, 3 months ago) by jglick
File length: 67082 byte(s)
Diff to previous 426375 (colored)
run-single-test should write TEST-*.xml to the correct place.

Revision 426375 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 04:12:01 2006 UTC (3 years, 3 months ago) by kevj
File length: 67055 byte(s)
Diff to previous 426356 (colored)
fix typo, kill TAB

Revision 426356 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 01:36:54 2006 UTC (3 years, 3 months ago) by kevj
File length: 67056 byte(s)
Diff to previous 417020 (colored)
include get-m2.xml

Revision 417020 - (view) (annotate) - [select for diffs]
Modified Sun Jun 25 14:38:27 2006 UTC (3 years, 5 months ago) by jkf
File length: 66995 byte(s)
Diff to previous 416180 (colored)
Removed support for Xalan1.

Revision 416180 - (view) (annotate) - [select for diffs]
Modified Thu Jun 22 00:03:45 2006 UTC (3 years, 5 months ago) by stevel
File length: 67676 byte(s)
Diff to previous 415682 (colored)
trying to get this to work. it is now in the jar.

Revision 415682 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 14:52:45 2006 UTC (3 years, 5 months ago) by mbenson
File length: 67641 byte(s)
Diff to previous 411884 (colored)
add <javadoc verbose> setting

Revision 411884 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 18:29:21 2006 UTC (3 years, 5 months ago) by bodewig
File length: 67606 byte(s)
Diff to previous 405267 (colored)
Add a target to create an MSI installer for Ant

Revision 405267 - (view) (annotate) - [select for diffs]
Modified Tue May 9 01:45:21 2006 UTC (3 years, 6 months ago) by antoine
File length: 66379 byte(s)
Diff to previous 396131 (colored)
removal of the jprobe and metamata tasks.

Revision 396131 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 15:02:28 2006 UTC (3 years, 7 months ago) by antoine
File length: 66920 byte(s)
Diff to previous 395723 (colored)
removal of testlet, visual age for java, and icontract optional tasks.

Revision 395723 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 23:00:46 2006 UTC (3 years, 7 months ago) by antoine
File length: 67670 byte(s)
Diff to previous 389264 (colored)
Remove xslp usage from ant. 
Bugzilla 23455.

Revision 389264 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 20:45:33 2006 UTC (3 years, 8 months ago) by jkf
File length: 68133 byte(s)
Diff to previous 382927 (colored)
PR39027: also build file + updated comment

Revision 382927 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 20:56:53 2006 UTC (3 years, 8 months ago) by bodewig
File length: 68137 byte(s)
Diff to previous 382806 (colored)
preliminary Mustang support

Revision 382806 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 13:37:32 2006 UTC (3 years, 8 months ago) by stevel
File length: 68071 byte(s)
Diff to previous 382055 (colored)
tune test running. Dont set the dir, do set the forkmode

Revision 382055 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 15:31:57 2006 UTC (3 years, 8 months ago) by stevel
File length: 68056 byte(s)
Diff to previous 382017 (colored)
let's not save XML reports to the project dir, but instead somewhere under build/ and stick the results in a directory parallel to it.

Revision 382017 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 13:49:04 2006 UTC (3 years, 8 months ago) by stevel
File length: 67773 byte(s)
Diff to previous 382011 (colored)
and turn off halting on failure until later

Revision 382011 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 13:27:01 2006 UTC (3 years, 8 months ago) by stevel
File length: 67770 byte(s)
Diff to previous 371563 (colored)
tweak how tests run
-you get the junit report if  a trax impl is present
-we fail afterwards if a test failed or errored
-commonality of the two junit runs factored out into a presetdef, single point of maintenance.

Revision 371563 - (view) (annotate) - [select for diffs]
Modified Mon Jan 23 16:05:17 2006 UTC (3 years, 10 months ago) by mbenson
File length: 68141 byte(s)
Diff to previous 371562 (colored)
try excluding ModifiedSelectorTest from crimson runs

Revision 371562 - (view) (annotate) - [select for diffs]
Modified Mon Jan 23 16:01:09 2006 UTC (3 years, 10 months ago) by mbenson
File length: 68024 byte(s)
Diff to previous 371559 (colored)
oops

Revision 371559 - (view) (annotate) - [select for diffs]
Modified Mon Jan 23 15:55:57 2006 UTC (3 years, 10 months ago) by mbenson
File length: 68023 byte(s)
Diff to previous 370380 (colored)
try excluding IncludeTest when xerces not present

Revision 370380 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 05:25:23 2006 UTC (3 years, 10 months ago) by bodewig
File length: 67886 byte(s)
Diff to previous 370259 (colored)
2006

Revision 370259 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 21:11:21 2006 UTC (3 years, 10 months ago) by stevel
File length: 67885 byte(s)
Diff to previous 326643 (colored)
extra proxy diagnostics, in a java1.5-only package. By abusing the toString() operation, we dont need any extra interfaces for this.

Revision 326643 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 18:40:56 2005 UTC (4 years, 1 month ago) by bodewig
File length: 67835 byte(s)
Diff to previous 295068 (colored)
add resource collection support to tar

Revision 295068 - (view) (annotate) - [select for diffs]
Modified Wed Oct 5 18:30:36 2005 UTC (4 years, 1 month ago) by jkf
File length: 67561 byte(s)
Diff to previous 295060 (colored)
Control building all optional jars the same way.

Revision 295060 - (view) (annotate) - [select for diffs]
Modified Wed Oct 5 18:07:20 2005 UTC (4 years, 1 month ago) by jhm
File length: 67503 byte(s)
Diff to previous 293157 (colored)
Prepare for Gump integration (Gumpy needs ALL optional jars). Next step: configure Gump for overwriting the property "optional.jars.whenmanifestonly".

Revision 293157 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:04:39 2005 UTC (4 years, 1 month ago) by jkf
File length: 67403 byte(s)
Diff to previous 278535 (colored)
Updated the Jar task to have an whenmanifestonly attribute, 
creating the possibility to skip jar files that would 
otherwise only contain a jar file. Also started to use this
for the optional tasks in the build.xml

Revision 278535 - (view) (annotate) - [select for diffs]
Modified Mon Aug 22 23:02:52 2005 UTC (4 years, 3 months ago) by stevel
File length: 67233 byte(s)
Diff to previous 278505 (colored)
Antlib changes. One I like, one I am still not sure I have right
1. you can go <typedef uri="antlib:something" /> and the resource is worked out automatically from the URI.
2. if you use antlib://org/ex/resource.xml we load in the resource by its full path, so you dont need multiple packages to have multiple antlib files.
I'm not sure about #2; I think it is convenient once you have antlib-only distros (i.e. inline declaration and script; nothing else), but am not sure about the syntax. Maybe
antlib://org.ex/antlib.xml would be better, and more in keeping with WWW URLs; if /antlib.xml is omitted, we would add it by default.

Revision 278505 - (view) (annotate) - [select for diffs]
Modified Fri Aug 5 22:57:54 2005 UTC (4 years, 3 months ago) by mbenson
File length: 66991 byte(s)
Diff to previous 278477 (colored)
Suppress CVS ChangeLogParser test unless tests and Ant share classloader.
Not sure why, but apparently needed even after a clean and rebuild.

Revision 278477 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 22:00:45 2005 UTC (4 years, 4 months ago) by stevel
File length: 66858 byte(s)
Diff to previous 278475 (colored)
mkdir -p doesnt fail if the dir already exists, so we do not need to ignore the errors.

Revision 278475 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 16:52:01 2005 UTC (4 years, 4 months ago) by stevel
File length: 66910 byte(s)
Diff to previous 278474 (colored)
no, I need the parent dirs too

Revision 278474 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 16:39:06 2005 UTC (4 years, 4 months ago) by stevel
File length: 66903 byte(s)
Diff to previous 278340 (colored)
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 prepare for a private redistribution

Revision 278340 - (view) (annotate) - [select for diffs]
Modified Mon May 23 20:39:00 2005 UTC (4 years, 6 months ago) by mbenson
File length: 65428 byte(s)
Diff to previous 278313 (colored)
Oops, must build in the contents of src/resources

Revision 278313 - (view) (annotate) - [select for diffs]
Modified Fri May 20 22:15:19 2005 UTC (4 years, 6 months ago) by mbenson
File length: 65325 byte(s)
Diff to previous 278300 (colored)
Complement includeTests with excludeTests

Revision 278300 - (view) (annotate) - [select for diffs]
Modified Thu May 19 13:50:10 2005 UTC (4 years, 6 months ago) by antoine
File length: 65235 byte(s)
Diff to previous 278298 (colored)
Add information concerning the new java-repository

Revision 278298 - (view) (annotate) - [select for diffs]
Modified Thu May 19 12:45:12 2005 UTC (4 years, 6 months ago) by antoine
File length: 64924 byte(s)
Diff to previous 278280 (colored)
new target upload merged from Ant 1.6 branch

Revision 278280 - (view) (annotate) - [select for diffs]
Modified Tue May 17 10:47:57 2005 UTC (4 years, 6 months ago) by bodewig
File length: 64017 byte(s)
Diff to previous 278274 (colored)
Exclude AbstractScriptComponent.java as well

Revision 278274 - (view) (annotate) - [select for diffs]
Modified Tue May 17 05:03:02 2005 UTC (4 years, 6 months ago) by antoine
File length: 64016 byte(s)
Diff to previous 278242 (colored)
build the distribution with subdirectories source and binaries like
the directories on the Apache web site

Revision 278242 - (view) (annotate) - [select for diffs]
Modified Tue May 10 13:57:48 2005 UTC (4 years, 6 months ago) by bodewig
File length: 63800 byte(s)
Diff to previous 278056 (colored)
Add SHA1 checksums, prepare stuff for http://www.apache.org/dist/java-repository/

Revision 278056 - (view) (annotate) - [select for diffs]
Modified Thu Mar 24 08:29:42 2005 UTC (4 years, 8 months ago) by bodewig
File length: 62729 byte(s)
Diff to previous 278053 (colored)
Unit Test for PR 32973

Revision 278053 - (view) (annotate) - [select for diffs]
Modified Wed Mar 23 17:44:06 2005 UTC (4 years, 8 months ago) by mbenson
File length: 62656 byte(s)
Diff to previous 278049 (colored)
Heard no objections; add includetests property to narrow the batchtest.

Revision 278049 - (view) (annotate) - [select for diffs]
Modified Wed Mar 23 14:09:06 2005 UTC (4 years, 8 months ago) by stevel
File length: 62611 byte(s)
Diff to previous 277887 (colored)
-tests for old and new signjar features written; working
-signjar test patched for offline testing
-fixed SignJar to pass the tests
-doc updates to match tested code

Revision 277887 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 23:20:04 2005 UTC (4 years, 8 months ago) by stevel
File length: 62666 byte(s)
Diff to previous 277860 (colored)
Moving isreachable to reflect on the new method. On java <=1.4; if the hostname can be resolved then we are reachable.
All tests run against localhost. This *should* work everywhere, but no doubt someone with a confused /etc/hosts or no IPv4 stack will have different opinions.

Revision 277860 - (view) (annotate) - [select for diffs]
Modified Wed Mar 9 22:56:39 2005 UTC (4 years, 8 months ago) by stevel
File length: 64295 byte(s)
Diff to previous 277849 (colored)
Apt testing. We can say this works now :)
I do worry that the example Java1.5 code looks just like STL C++.
We also need to compare factorypath with classpath behaviour. But we can demo that you can add new factories

Revision 277849 - (view) (annotate) - [select for diffs]
Modified Wed Mar 9 09:25:52 2005 UTC (4 years, 8 months ago) by bodewig
File length: 64098 byte(s)
Diff to previous 277814 (colored)
ClasspathUtilsTest fails for junit.fork=true as well

Revision 277814 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:02:46 2005 UTC (4 years, 8 months ago) by mbenson
File length: 64112 byte(s)
Diff to previous 277809 (colored)
Move DirectoryScanner.getScannedDirs() to package-private access;
add DirectoryScannerTest to tests.and.ant.share.classloader tests.

Revision 277809 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 13:42:52 2005 UTC (4 years, 8 months ago) by stevel
File length: 63983 byte(s)
Diff to previous 277723 (colored)
Excluding XSD tests on systems without an adequate parser.

Revision 277723 - (view) (annotate) - [select for diffs]
Modified Wed Feb 23 20:11:00 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63317 byte(s)
Diff to previous 277722 (colored)
fix logic

Revision 277722 - (view) (annotate) - [select for diffs]
Modified Wed Feb 23 20:00:48 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63321 byte(s)
Diff to previous 277692 (colored)
Kaffe suddenly supports java.lang.Readable, but not InetAddress.isReachable

Revision 277692 - (view) (annotate) - [select for diffs]
Modified Fri Feb 18 13:38:46 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63014 byte(s)
Diff to previous 277681 (colored)
Some people expect an INSTALL file, PR 33273

Revision 277681 - (view) (annotate) - [select for diffs]
Modified Fri Feb 18 10:49:27 2005 UTC (4 years, 9 months ago) by peterreilly
File length: 62946 byte(s)
Diff to previous 277677 (colored)
clear the cached directory scanner when cloning an abstractfileset

Revision 277677 - (view) (annotate) - [select for diffs]
Modified Wed Feb 16 17:40:07 2005 UTC (4 years, 9 months ago) by mbenson
File length: 63034 byte(s)
Diff to previous 277591 (colored)
Disable clone test until we know why it fails on Linux.

Revision 277591 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 08:08:59 2005 UTC (4 years, 9 months ago) by bodewig
File length: 62945 byte(s)
Diff to previous 277566 (colored)
Turn <deleteFromTarget> into <preserveInTarget> in <sync>

Revision 277566 - (view) (annotate) - [select for diffs]
Modified Tue Feb 1 07:50:21 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63238 byte(s)
Diff to previous 277561 (colored)
Use refelection to completely decouple Native2Ascii from Sun's implementation

Revision 277561 - (view) (annotate) - [select for diffs]
Modified Mon Jan 31 11:48:25 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63301 byte(s)
Diff to previous 277557 (colored)
Support Kaffe in native2ascii, make it a full facade task later

Revision 277557 - (view) (annotate) - [select for diffs]
Modified Fri Jan 28 20:11:48 2005 UTC (4 years, 9 months ago) by bodewig
File length: 63357 byte(s)
Diff to previous 277375 (colored)
The new interface can't compile on Kaffe yet

Revision 277375 - (view) (annotate) - [select for diffs]
Modified Mon Jan 17 21:57:29 2005 UTC (4 years, 10 months ago) by stevel
File length: 63297 byte(s)
Diff to previous 277368 (colored)
Fixing the exclusion path.

Revision 277368 - (view) (annotate) - [select for diffs]
Modified Sun Jan 16 23:37:51 2005 UTC (4 years, 10 months ago) by stevel
File length: 63299 byte(s)
Diff to previous 277347 (colored)
Adding scripting support to selectors. No personal need for this right now, just rounding off what you can now do with mappers via filterchains

Revision 277347 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 09:01:58 2005 UTC (4 years, 10 months ago) by bodewig
File length: 63083 byte(s)
Diff to previous 277247 (colored)
regexp mapper test requires a regexp engine

Revision 277247 - (view) (annotate) - [select for diffs]
Modified Fri Dec 17 15:07:43 2004 UTC (4 years, 11 months ago) by bodewig
File length: 62949 byte(s)
Diff to previous 277220 (colored)
Propagate build.compiler to tests

Revision 277220 - (view) (annotate) - [select for diffs]
Modified Thu Dec 16 14:06:59 2004 UTC (4 years, 11 months ago) by bodewig
File length: 62623 byte(s)
Diff to previous 277185 (colored)
SplashScreenTest can't be compiled without SplashTask

Revision 277185 - (view) (annotate) - [select for diffs]
Modified Mon Dec 13 10:11:31 2004 UTC (4 years, 11 months ago) by bodewig
File length: 62549 byte(s)
Diff to previous 277135 (colored)
Temporarily skip test that fail in Gump because of a Gump bug

Revision 277135 - (view) (annotate) - [select for diffs]
Modified Tue Dec 7 09:10:39 2004 UTC (4 years, 11 months ago) by jglick
File length: 62300 byte(s)
Diff to previous 277020 (colored)
Trying to make unit tests independent of CWD.

Revision 277020 - (view) (annotate) - [select for diffs]
Modified Fri Nov 12 10:04:39 2004 UTC (5 years ago) by bodewig
File length: 62200 byte(s)
Diff to previous 276990 (colored)
ChangeLogWriterTest uses package private class ChangeLogWriter - doesn't work unless both come from the same classloader

Revision 276990 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 10:54:00 2004 UTC (5 years ago) by stevel
File length: 62056 byte(s)
Diff to previous 276989 (colored)
remove httpclient selector. Leave the test in for future use.

Revision 276989 - (view) (annotate) - [select for diffs]
Modified Tue Nov 2 23:37:21 2004 UTC (5 years ago) by stevel
File length: 62327 byte(s)
Diff to previous 276979 (colored)
1. Updated repository work; now has the following from Russel Gold's contrib
 -uses <get> to get
 -sets a classpath after
2. some changes to Get to make this work. They also lay the way to adding progress indicators to guis, if that is felt useful in IDEs (it may be, once downloads become more common)
3. starting on security. This will need to work with <checksum> to get done. Currently the md5 can be fetched if asked for, and if so it must exist.

Revision 276979 - (view) (annotate) - [select for diffs]
Modified Fri Oct 29 08:54:33 2004 UTC (5 years ago) by peterreilly
File length: 62386 byte(s)
Diff to previous 276977 (colored)
Use org.apache.log4j.Logger instead of org.apache.log4j.Category
PR: 31951
Obtained from: J.M. (Martijn) Kruithof

Revision 276977 - (view) (annotate) - [select for diffs]
Modified Fri Oct 29 07:35:17 2004 UTC (5 years ago) by bodewig
File length: 62387 byte(s)
Diff to previous 276973 (colored)
Make handling of javac -source easier.  Simply make JDK 1.4.1's
interface upwards compatible.

Revision 276973 - (view) (annotate) - [select for diffs]
Modified Thu Oct 28 09:38:24 2004 UTC (5 years ago) by bodewig
File length: 63062 byte(s)
Diff to previous 276959 (colored)
More Mono trouble on Brutus

Revision 276959 - (view) (annotate) - [select for diffs]
Modified Tue Oct 26 10:21:11 2004 UTC (5 years, 1 month ago) by bodewig
File length: 62971 byte(s)
Diff to previous 276958 (colored)
Replace all is dangerous

Revision 276958 - (view) (annotate) - [select for diffs]
Modified Tue Oct 26 10:12:20 2004 UTC (5 years, 1 month ago) by bodewig
File length: 62970 byte(s)
Diff to previous 276957 (colored)
Move GetLibrariesTest to make tests compile without httpclient

Revision 276957 - (view) (annotate) - [select for diffs]
Modified Mon Oct 25 23:13:39 2004 UTC (5 years, 1 month ago) by stevel
File length: 62955 byte(s)
Diff to previous 276948 (colored)
Repository support; needs http client 2.x and commons-logging.
Broken: repository references (you'll see in the test results)
not tested: authenticated access to the repository.
Already had a feature request for multiple repository support;
would be nice. That and better diagnostics on failure.
Note that we dont currently probe ibiblio for availaibility; that was taking longer than the fetches themselves.

Revision 276948 - (view) (annotate) - [select for diffs]
Modified Tue Oct 19 14:29:21 2004 UTC (5 years, 1 month ago) by bodewig
File length: 62212 byte(s)
Diff to previous 276930 (colored)
disable .NET tests until Mono on Brutus works as it should

Revision 276930 - (view) (annotate) - [select for diffs]
Modified Fri Oct 8 08:59:47 2004 UTC (5 years, 1 month ago) by stevel
File length: 62127 byte(s)
Diff to previous 276928 (colored)
update selector to go with the move

Revision 276928 - (view) (annotate) - [select for diffs]
Modified Thu Oct 7 22:54:32 2004 UTC (5 years, 1 month ago) by stevel
File length: 62118 byte(s)
Diff to previous 276910 (colored)
First of the Java1.5 extensions. Closest j2se has for detecting offline state, though I note J2ME and JavaWebStart have offline tests.
Needs tests.

Revision 276910 - (view) (annotate) - [select for diffs]
Modified Sun Oct 3 14:06:52 2004 UTC (5 years, 1 month ago) by stevel
File length: 61916 byte(s)
Diff to previous 276898 (colored)
clean machines reveal invalid assumptions

Revision 276898 - (view) (annotate) - [select for diffs]
Modified Thu Sep 30 09:38:02 2004 UTC (5 years, 1 month ago) by bodewig
File length: 61756 byte(s)
Diff to previous 276771 (colored)
tests are on system classpath of forked tests

Revision 276771 - (view) (annotate) - [select for diffs]
Modified Thu Aug 12 14:16:48 2004 UTC (5 years, 3 months ago) by conor
File length: 61716 byte(s)
Diff to previous 276735 (colored)
Add name attribute to project element in Ant's build file

PR:	30608
Submitted by:	Jesse Glick

Revision 276735 - (view) (annotate) - [select for diffs]
Modified Fri Jul 30 06:34:36 2004 UTC (5 years, 3 months ago) by bodewig
File length: 61698 byte(s)
Diff to previous 276724 (colored)
We can now savely run all .NET tests on Mono

Revision 276724 - (view) (annotate) - [select for diffs]
Modified Tue Jul 27 14:24:57 2004 UTC (5 years, 4 months ago) by bodewig
File length: 61639 byte(s)
Diff to previous 276721 (colored)
new tests fail if the tests themselves live on the system classloader

Revision 276721 - (view) (annotate) - [select for diffs]
Modified Tue Jul 27 07:02:07 2004 UTC (5 years, 4 months ago) by antoine
File length: 61508 byte(s)
Diff to previous 276691 (colored)
Impossible to use implicit classpath for <taskdef> when Ant core loader != Java application loader and Path.systemClassPath taken from ${java.class.path}
PR: 30161
Submitted by: Jesse Glick (jglick at netbeans dot org)

Revision 276691 - (view) (annotate) - [select for diffs]
Modified Mon Jul 12 15:04:13 2004 UTC (5 years, 4 months ago) by jhm
File length: 61510 byte(s)
Diff to previous 276641 (colored)
No more -lib needed.

Revision 276641 - (view) (annotate) - [select for diffs]
Modified Fri Jun 25 13:42:10 2004 UTC (5 years, 5 months ago) by bodewig
File length: 61271 byte(s)
Diff to previous 276502 (colored)
Make <junitreport> work with JDK 1.5.

PR: 27541

Most of the work has been done by Stephane, I just provided the
finishing touches.

Revision 276502 - (view) (annotate) - [select for diffs]
Modified Wed Jun 2 12:09:45 2004 UTC (5 years, 5 months ago) by bodewig
File length: 61217 byte(s)
Diff to previous 276480 (colored)
Xalan2Executor doesn't need Xalan-J 2

Revision 276480 - (view) (annotate) - [select for diffs]
Modified Tue May 25 11:36:40 2004 UTC (5 years, 6 months ago) by bodewig
File length: 61408 byte(s)
Diff to previous 276471 (colored)
Use the same class as JavaEnvUtils to check for 1.5+

Revision 276471 - (view) (annotate) - [select for diffs]
Modified Thu May 20 08:34:13 2004 UTC (5 years, 6 months ago) by peterreilly
File length: 61419 byte(s)
Diff to previous 276460 (colored)
build.xml source=1.2 does not work for javac 1.4.0
use a presetdef depending on the java version

Revision 276460 - (view) (annotate) - [select for diffs]
Modified Mon May 17 13:22:11 2004 UTC (5 years, 6 months ago) by peterreilly
File length: 60664 byte(s)
Diff to previous 276413 (colored)
Permit building under JDK 1.5
PR: 28996
Obtained from: Jesse Glick

Revision 276413 - (view) (annotate) - [select for diffs]
Modified Tue Apr 27 07:44:47 2004 UTC (5 years, 7 months ago) by bodewig
File length: 60545 byte(s)
Diff to previous 276389 (colored)
forkstyle -> forkmode

Revision 276389 - (view) (annotate) - [select for diffs]
Modified Fri Apr 23 10:03:50 2004 UTC (5 years, 7 months ago) by bodewig
File length: 60548 byte(s)
Diff to previous 276317 (colored)
Implement jar index for referenced jars, PR: 14255

Revision 276317 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 13:53:47 2004 UTC (5 years, 7 months ago) by bodewig
File length: 60407 byte(s)
Diff to previous 276254 (colored)
Add forkStyle attribute to <junit> with possible values of once,
perTest and perBatch.

once will create a single Java VM for all forked tests, perTest is
what we have traditionally (and the default), perBatch uses a VM per
<batchtest>.

Actually, this is not entirely true since only tests with the same
configuration of filtetrace and haltonfailure and friends can run
inside the same VM, so we may end up with mutliple VMs anyway - but
once really should be a lot faster than perTest in general.

Based on

PR: 24697
Submitted by:	Anton <anton at atlassian dot com>

Revision 276254 - (view) (annotate) - [select for diffs]
Modified Fri Mar 26 13:08:11 2004 UTC (5 years, 8 months ago) by bodewig
File length: 60326 byte(s)
Diff to previous 276181 (colored)
Log4J is no longer a Jakarta subproject, don't wait for the others to
graduate as well.

Revision 276181 - (view) (annotate) - [select for diffs]
Modified Mon Mar 1 17:24:24 2004 UTC (5 years, 8 months ago) by jhm
File length: 60351 byte(s)
Diff to previous 276179 (colored)
Make conform to used encoding.

Revision 276179 - (view) (annotate) - [select for diffs]
Modified Mon Mar 1 15:10:37 2004 UTC (5 years, 8 months ago) by jhm
File length: 60351 byte(s)
Diff to previous 276165 (colored)
Add 'run.failing.tests' support.

Revision 276165 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 11:45:15 2004 UTC (5 years, 8 months ago) by peterreilly
File length: 60061 byte(s)
Diff to previous 276164 (colored)
Fix for duplicate targets in the build file.
In ant 1.5 these were not allowed.
In ant 1.6, with import file's targets being allowed to
be overridden, duplicate targets where incorrectly allowed
in normal build files.
The fix just checks if the duplicate target is defined
in an imported file or in a "main" file.
Reported by: Dominique Devienne
See: http://marc.theaimsgroup.com/?t=107705039100004&r=1&w=2

Revision 276164 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 16:35:26 2004 UTC (5 years, 9 months ago) by jhm
File length: 60438 byte(s)
Diff to previous 276133 (colored)
Exclude ProjectTest from being executed (hopefully :), because of testDuplicateTarget.

Revision 276133 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 14:14:36 2004 UTC (5 years, 9 months ago) by peterreilly
File length: 60060 byte(s)
Diff to previous 276106 (colored)
allow ./build.sh test to work

Revision 276106 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 08:11:36 2004 UTC (5 years, 9 months ago) by jhm
File length: 60046 byte(s)
Diff to previous 276025 (colored)
Let 'testcase'-property choose the right target for running tests.

Revision 276025 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 20:44:02 2004 UTC (5 years, 9 months ago) by antoine
File length: 60017 byte(s)
Diff to previous 275914 (colored)
Added the NOTICE to the metainf dir of ant.jar, ant-launcher.jar and ant-nodeps.jar
and also to the distribution files
Updated the copyright notice in bootstrap.sh

Revision 275914 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 12:39:53 2004 UTC (5 years, 10 months ago) by peterreilly
File length: 59714 byte(s)
Diff to previous 275912 (colored)
Date

Revision 275912 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 12:37:47 2004 UTC (5 years, 10 months ago) by peterreilly
File length: 59714 byte(s)
Diff to previous 275910 (colored)
correct fix for 25698

Revision 275910 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 12:32:16 2004 UTC (5 years, 10 months ago) by peterreilly
File length: 59946 byte(s)
Diff to previous 275733 (colored)
stop corruption of .zip files in docs
PR: 25698
Obtained from: Jesse Glick

Revision 275733 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 21:58:08 2003 UTC (5 years, 11 months ago) by antoine
File length: 59705 byte(s)
Diff to previous 275731 (colored)
1) make JarTest pass on Windows, these testcases were failing :
   testRecreateWithUpdateNewerFile
   testRecreateZipfilesetWithUpdateNewerFile,
   the problem is the granularity of time stamps on the FAT
   see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp
   for more information

2) prevent XalanLiaisonTest and XslpLiaisonTest from running in batch
   when Xerces1 is not available,

3) fix one of the 3 failing testcases (testSimple) from JDependTest
   it was failing due to an overdose of \r in the output coming from
   BuildFileTest

Revision 275731 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 13:16:01 2003 UTC (5 years, 11 months ago) by peterreilly
File length: 59329 byte(s)
Diff to previous 275726 (colored)
Change ${x} to @{x} for attribute notation of macrodef

Revision 275726 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 10:27:00 2003 UTC (5 years, 11 months ago) by peterreilly
File length: 59329 byte(s)
Diff to previous 275567 (colored)
exclude jdepend test until dos problem with the test is sorted

Revision 275567 - (view) (annotate) - [select for diffs]
Modified Fri Oct 24 10:16:17 2003 UTC (6 years, 1 month ago) by peterreilly
File length: 59262 byte(s)
Diff to previous 275537 (colored)
Allow typedef resource to pick up all the resources
of the name in the classloader, not just the first
PR: 24024
Obtained from: Jesse Glick

Revision 275537 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 09:23:34 2003 UTC (6 years, 1 month ago) by peterreilly
File length: 58954 byte(s)
Diff to previous 275534 (colored)
Fix and test for unresolved references due inability
to create the reference object to give to scripts.
PR: 23915
Reported by: Jose Alberto Fernandez

Revision 275534 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 23:27:59 2003 UTC (6 years, 1 month ago) by conor
File length: 58870 byte(s)
Diff to previous 275422 (colored)
Include checkstyle stylesheets

Revision 275422 - (view) (annotate) - [select for diffs]
Modified Tue Oct 7 11:44:34 2003 UTC (6 years, 1 month ago) by bodewig
File length: 58875 byte(s)
Diff to previous 275405 (colored)
Reintroduce ant-jdepend.jar

Revision 275405 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 07:21:42 2003 UTC (6 years, 1 month ago) by bodewig
File length: 58841 byte(s)
Diff to previous 275404 (colored)
Give a little <macrodef> demo

Revision 275404 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 06:44:27 2003 UTC (6 years, 1 month ago) by conor
File length: 62500 byte(s)
Diff to previous 275357 (colored)
merge

Revision 275357 - (view) (annotate) - [select for diffs]
Modified Thu Sep 25 14:42:21 2003 UTC (6 years, 2 months ago) by bodewig
File length: 62496 byte(s)
Diff to previous 275306 (colored)
Good bye optional.jar

Revision 275306 - (view) (annotate) - [select for diffs]
Modified Tue Sep 23 13:14:41 2003 UTC (6 years, 2 months ago) by bodewig
File length: 62734 byte(s)
Diff to previous 275281 (colored)
AssertionsTest needs a javac that supports assert

Revision 275281 - (view) (annotate) - [select for diffs]
Modified Mon Sep 22 15:05:21 2003 UTC (6 years, 2 months ago) by bodewig
File length: 62668 byte(s)
Diff to previous 275175 (colored)
Merge fix for 23320 from 1.6 branch

Revision 275175 - (view) (annotate) - [select for diffs]
Modified Wed Sep 3 10:01:29 2003 UTC (6 years, 2 months ago) by bodewig
File length: 62668 byte(s)
Diff to previous 275054 (colored)
StyleTest seems to require a TraX implementation

Revision 275054 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 13:18:19 2003 UTC (6 years, 3 months ago) by conor
File length: 62555 byte(s)
Diff to previous 275015 (colored)
Copy parser jars into the bootstrap and dist areas. Makes it
easier to run Ant from the result of dist-lite

Revision 275015 - (view) (annotate) - [select for diffs]
Modified Mon Aug 4 22:19:41 2003 UTC (6 years, 3 months ago) by antoine
File length: 62555 byte(s)
Diff to previous 274866 (colored)
new test for ftp, disabled by default.
requires ftp.properties with your password in it in ant's root directory
also requires a local ftp server

Revision 274866 - (view) (annotate) - [select for diffs]
Modified Sun Jul 20 09:34:21 2003 UTC (6 years, 4 months ago) by conor
File length: 62400 byte(s)
Diff to previous 274836 (colored)
Refactor script related tasks into single ScriptRunner utility.

Revision 274836 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 14:39:44 2003 UTC (6 years, 4 months ago) by peterreilly
File length: 62351 byte(s)
Diff to previous 274813 (colored)
get the tasks imported using <import> to be placed
in-line and not at the end of the current tasks
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 274813 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 12:07:22 2003 UTC (6 years, 4 months ago) by conor
File length: 62413 byte(s)
Diff to previous 274801 (colored)
Remove explicit mention of Parser jars in the manifest classpath
Set the context loader to allow parser to be found.

Revision 274801 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 11:29:38 2003 UTC (6 years, 4 months ago) by conor
File length: 62488 byte(s)
Diff to previous 274737 (colored)
Remove warning about JAVA_HOME as it isn't required anymore

Revision 274737 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 14:04:32 2003 UTC (6 years, 4 months ago) by antoine
File length: 62562 byte(s)
Diff to previous 274734 (colored)
TranslateTest is now fixed, removing the exclude.

Revision 274734 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 12:58:18 2003 UTC (6 years, 4 months ago) by antoine
File length: 62678 byte(s)
Diff to previous 274724 (colored)
exclude TranslateTest, does not work

Revision 274724 - (view) (annotate) - [select for diffs]
Modified Fri Jun 27 11:19:22 2003 UTC (6 years, 5 months ago) by conor
File length: 62562 byte(s)
Diff to previous 274654 (colored)
New Launch facility. Separate jar now can be used to launch Ant which
takes over some of the functionality traditionally found in the Ant launch
scripts.

Revision 274654 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 13:38:07 2003 UTC (6 years, 5 months ago) by conor
File length: 61347 byte(s)
Diff to previous 274629 (colored)
Allow tasks to be defined on the fly using scripts

Revision 274629 - (view) (annotate) - [select for diffs]
Modified Wed May 28 08:02:41 2003 UTC (6 years, 6 months ago) by antoine
File length: 61186 byte(s)
Diff to previous 274628 (colored)
Remove dependency to JavaMail for MailLogger by using the Mailer class
and Class.forName() instead of the MimeMailer class directly
Also remove another bug in the MailLogger which would have forbidden to send plain mail
PR: 5969

Revision 274628 - (view) (annotate) - [select for diffs]
Modified Wed May 28 06:03:13 2003 UTC (6 years, 6 months ago) by bodewig
File length: 61256 byte(s)
Diff to previous 274593 (colored)
MailLogger has compile time dependency on JavaMail - at least for now

Revision 274593 - (view) (annotate) - [select for diffs]
Modified Mon May 19 15:21:15 2003 UTC (6 years, 6 months ago) by bodewig
File length: 61174 byte(s)
Diff to previous 274590 (colored)
Remove directories explicitly matched with includes.
PR: 11732

Revision 274590 - (view) (annotate) - [select for diffs]
Modified Mon May 19 14:12:15 2003 UTC (6 years, 6 months ago) by bodewig
File length: 61234 byte(s)
Diff to previous 274587 (colored)
Disable currently failing move tests

Revision 274587 - (view) (annotate) - [select for diffs]
Modified Mon May 19 12:18:08 2003 UTC (6 years, 6 months ago) by bodewig
File length: 61174 byte(s)
Diff to previous 274566 (colored)
You can now limit the parallelism of <apply> and <chmod> by using the
new maxparallel attribute.
Submitted by:	Frank A. Hunleth <fhunleth at cs dot wustl dot edu>
used in build.xml to fix PR: 17640

With the new addsourcefile attribute, you can make <apply> ommit the
source file names from the command line.
PR: 13654

<apply> and <chmod> now support nested <filelist>s as well.
PR: 15929

<apply> and <chmod> will display a summary if you set the new verbose
attribute to true.
PR: 19883

Revision 274566 - (view) (annotate) - [select for diffs]
Modified Tue May 13 14:37:04 2003 UTC (6 years, 6 months ago) by bodewig
File length: 61053 byte(s)
Diff to previous 274553 (colored)
Add <rexec> to accompany <telnet> and/or <sshexec>.

PR: 19541
Submitted by:	Fran�ois Rey <francois dot rey at capco dot com>

Revision 274553 - (view) (annotate) - [select for diffs]
Modified Tue May 6 15:19:17 2003 UTC (6 years, 6 months ago) by bodewig
File length: 60997 byte(s)
Diff to previous 274526 (colored)
Big VAJ changes, in particular if they have ever worked for anybody,
they probably won't do so any longer.

Make the servlets work by using IBM's servlet classes
PR: 10016

URL-encoding in <vaj*port> didn't work properly.

The VAJ tasks now support a haltonfailure attribute to conditionally
keep building even if they fail.

It is now possible to use the latest (versioned or unversioned)
edition in <vajload> by using special wildcard characters.
PR: 2236.

Submitted by:	Martin Landers <landers at in dot tum dot de>
                Francois Rey <francois dot rey at capco dot com>

Revision 274526 - (view) (annotate) - [select for diffs]
Modified Mon Apr 28 12:22:29 2003 UTC (6 years, 7 months ago) by bodewig
File length: 61363 byte(s)
Diff to previous 274525 (colored)
Disabled the test by accident

Revision 274525 - (view) (annotate) - [select for diffs]
Modified Mon Apr 28 12:19:18 2003 UTC (6 years, 7 months ago) by bodewig
File length: 61414 byte(s)
Diff to previous 274517 (colored)
Enable mixed-case task names inside task-containers while trying to
keep backwards compatibility for all other cases (all "normal" nested
element names get converted to lower case).

PR: 19323

Revision 274517 - (view) (annotate) - [select for diffs]
Modified Fri Apr 25 14:21:35 2003 UTC (6 years, 7 months ago) by jesse
File length: 61363 byte(s)
Diff to previous 274516 (colored)
1 more @tag to ignore

Revision 274516 - (view) (annotate) - [select for diffs]
Modified Fri Apr 25 14:16:47 2003 UTC (6 years, 7 months ago) by jesse
File length: 61262 byte(s)
Diff to previous 274507 (colored)
Add 2 new @tags that should be ignored by <javadoc>

Revision 274507 - (view) (annotate) - [select for diffs]
Modified Wed Apr 23 15:57:43 2003 UTC (6 years, 7 months ago) by bodewig
File length: 61081 byte(s)
Diff to previous 274506 (colored)
Improve OS/2 support:

* Apparently the vmlauncher in OS/2's JDK 1.3 doesn't work properly,
  disable it.

* Add REXX scripts to run Ant.

* Add OS/2 specific notes to the docs.

Submitted by:	Zdenek Wagner <wagner at cesnet dot cz>

Revision 274506 - (view) (annotate) - [select for diffs]
Modified Wed Apr 23 15:12:13 2003 UTC (6 years, 7 months ago) by umagesh
File length: 61069 byte(s)
Diff to previous 274503 (colored)
Enable previously disabled head-tail tests.
Make StripJavaComments recognize and retain Mac line endings.

PR: 18476

Submitted by: peter.reilly@corvil.com (peter reilly)

Revision 274503 - (view) (annotate) - [select for diffs]
Modified Wed Apr 23 06:34:53 2003 UTC (6 years, 7 months ago) by bodewig
File length: 61140 byte(s)
Diff to previous 274499 (colored)
Add testcase for containsregexp selector.

Submitted by:	Jay <jvandermeer2 at comcast dot net>

Revision 274499 - (view) (annotate) - [select for diffs]
Modified Tue Apr 22 18:23:55 2003 UTC (6 years, 7 months ago) by umagesh
File length: 61009 byte(s)
Diff to previous 274478 (colored)
filter readers modify lineendings.

PR: 18476

Submitted by: peter.reilly@corvil.com (peter reilly)

Revision 274478 - (view) (annotate) - [select for diffs]
Modified Thu Apr 17 13:09:19 2003 UTC (6 years, 7 months ago) by bodewig
File length: 61001 byte(s)
Diff to previous 274465 (colored)
Add destfile attribute to <gzip> and <bzip2>.

PR: 11102

Revision 274465 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:21:47 2003 UTC (6 years, 7 months ago) by umagesh
File length: 60997 byte(s)
Diff to previous 274449 (colored)
HeadTailTest reportedly fails on Mac OS-X and Linux.  A correct solution is probably to address PR 18476.  Acknowledging this issue while working on a fix.

Revision 274449 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 18:02:24 2003 UTC (6 years, 7 months ago) by umagesh
File length: 60934 byte(s)
Diff to previous 274429 (colored)
New tokenfilter for filterchain

PR: 18312

Submitted by: peter.reilly@corvil.com (peter reilly)

Revision 274429 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 06:47:24 2003 UTC (6 years, 7 months ago) by bodewig
File length: 60855 byte(s)
Diff to previous 274402 (colored)
Simplify build file, now that JDK 1.2 is a given

Revision 274402 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 09:30:57 2003 UTC (6 years, 7 months ago) by conor
File length: 63284 byte(s)
Diff to previous 274401 (colored)
Fix up handling of TaskContainer configuration.

Revision 274401 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 01:28:41 2003 UTC (6 years, 7 months ago) by rubys
File length: 63344 byte(s)
Diff to previous 274399 (colored)
Replace unprintable character (x'a0') with a space

Revision 274399 - (view) (annotate) - [select for diffs]
Modified Fri Apr 4 14:03:15 2003 UTC (6 years, 7 months ago) by bodewig
File length: 63344 byte(s)
Diff to previous 274398 (colored)
Remove stray character

Revision 274398 - (view) (annotate) - [select for diffs]
Modified Fri Apr 4 13:53:18 2003 UTC (6 years, 7 months ago) by conor
File length: 63345 byte(s)
Diff to previous 274376 (colored)
New task container test, which fails. This doesn't fail as badly
under 1.5.x but nevertheless is not functional

Revision 274376 - (view) (annotate) - [select for diffs]
Modified Wed Apr 2 15:21:44 2003 UTC (6 years, 7 months ago) by conor
File length: 63284 byte(s)
Diff to previous 274339 (colored)
Enable test for task container property setting

Revision 274339 - (view) (annotate) - [select for diffs]
Modified Fri Mar 28 09:06:36 2003 UTC (6 years, 8 months ago) by bodewig
File length: 63344 byte(s)
Diff to previous 274238 (colored)
Disable failing test

Revision 274238 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 14:42:43 2003 UTC (6 years, 8 months ago) by bodewig
File length: 63284 byte(s)
Diff to previous 274227 (colored)
remove JDK 1.4 dependency

Revision 274227 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 08:41:35 2003 UTC (6 years, 8 months ago) by bodewig
File length: 63284 byte(s)
Diff to previous 274200 (colored)
.NET tests need .NET apps

Revision 274200 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 12:42:44 2003 UTC (6 years, 8 months ago) by bodewig
File length: 63175 byte(s)
Diff to previous 274187 (colored)
<scp>

Submitted by:	charliehubbard76 at yahoo dot com

Revision 274187 - (view) (annotate) - [select for diffs]
Modified Wed Feb 26 13:06:06 2003 UTC (6 years, 9 months ago) by bodewig
File length: 62472 byte(s)
Diff to previous 274183 (colored)
Only register ProcessDestroyer when needed (and unregister it when no
longer needed).

PR: 17216
Submitted by:	James Allers <jallers at advancedreality dot com>

Revision 274183 - (view) (annotate) - [select for diffs]
Modified Wed Feb 26 11:37:20 2003 UTC (6 years, 9 months ago) by bodewig
File length: 62334 byte(s)
Diff to previous 274168 (colored)
Don't fixcrlf binary Java source files

Revision 274168 - (view) (annotate) - [select for diffs]
Modified Mon Feb 24 08:25:19 2003 UTC (6 years, 9 months ago) by bodewig
File length: 62179 byte(s)
Diff to previous 274113 (colored)
commons-net 1.0.0 has been released, drop NetComponents in favor of it.

Revision 274113 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 12:12:02 2003 UTC (6 years, 9 months ago) by conor
File length: 62167 byte(s)
Diff to previous 274025 (colored)
Manifests should remain in UTF-8, not the platform encoding.

Revision 274025 - (view) (annotate) - [select for diffs]
Modified Sun Feb 9 12:59:13 2003 UTC (6 years, 9 months ago) by conor
File length: 62150 byte(s)
Diff to previous 273996 (colored)
VSS Task refactor

PR:	16910
Submitted by:	Jesse Stockall

Revision 273996 - (view) (annotate) - [select for diffs]
Modified Thu Feb 6 11:48:00 2003 UTC (6 years, 9 months ago) by bodewig
File length: 62014 byte(s)
Diff to previous 273912 (colored)
Make sure the splash screen disappears when the build is finished.

PR: 16818

Revision 273912 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 11:36:39 2003 UTC (6 years, 9 months ago) by conor
File length: 61936 byte(s)
Diff to previous 273874 (colored)
Change distribution name

Revision 273874 - (view) (annotate) - [select for diffs]
Modified Fri Jan 24 14:18:23 2003 UTC (6 years, 10 months ago) by conor
File length: 61937 byte(s)
Diff to previous 273870 (colored)
Add support for Package information to the ClassLoader

Rather than using reflection I have created a JDK 1.2+ specific
subclass of the AntClassLoader. This has necessitated replacing
direct construction of the classloader with a factory method in
Project. This factory method will attempt to create the new
class loader dynamically and then fall back to the current version if
the new loader is not available.

Existing users who construct the classloader directly will continue to
work as at Ant 1.5 - i.e. no package information is created. All Ant
code (except classloader) uses the new factory method

PR:	11196

Revision 273870 - (view) (annotate) - [select for diffs]
Modified Fri Jan 24 10:47:19 2003 UTC (6 years, 10 months ago) by bodewig
File length: 61755 byte(s)
Diff to previous 273816 (colored)
don't distribute CGI scripts

Revision 273816 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 13:52:31 2003 UTC (6 years, 10 months ago) by bodewig
File length: 61152 byte(s)
Diff to previous 273815 (colored)
Wrong way to do it

Revision 273815 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 13:48:51 2003 UTC (6 years, 10 months ago) by bodewig
File length: 61281 byte(s)
Diff to previous 273807 (colored)
Make Gump run all tests

Revision 273807 - (view) (annotate) - [select for diffs]
Modified Thu Jan 16 11:09:43 2003 UTC (6 years, 10 months ago) by conor
File length: 61070 byte(s)
Diff to previous 273785 (colored)
Restore ability of signjar keystore to take a URL

PR:     10672

Revision 273785 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 12:05:52 2003 UTC (6 years, 10 months ago) by bodewig
File length: 61024 byte(s)
Diff to previous 273758 (colored)
Enable <get> compilation without Sun classes.

PR: 16006
Submitted by:	Dalibor Topic <robilad at yahoo dot com>

Revision 273758 - (view) (annotate) - [select for diffs]
Modified Mon Jan 6 07:48:45 2003 UTC (6 years, 10 months ago) by bodewig
File length: 61078 byte(s)
Diff to previous 273663 (colored)
Move to 2003

Revision 273663 - (view) (annotate) - [select for diffs]
Modified Fri Dec 13 13:45:02 2002 UTC (6 years, 11 months ago) by bodewig
File length: 61078 byte(s)
Diff to previous 273629 (colored)
Add mac, unix and dos as alternatives for <fixcrlf>'s eol option.

Submitted by:	Martin van den Bemt <mllist at mvdb dot net>

Revision 273629 - (view) (annotate) - [select for diffs]
Modified Mon Dec 9 12:40:38 2002 UTC (6 years, 11 months ago) by bodewig
File length: 61076 byte(s)
Diff to previous 273605 (colored)
Add support for Unix permissions to <zip> and friends, doing it the
Info-Zip way.

PR: 6492

Revision 273605 - (view) (annotate) - [select for diffs]
Modified Tue Dec 3 14:40:50 2002 UTC (6 years, 11 months ago) by bodewig
File length: 60266 byte(s)
Diff to previous 273594 (colored)
Actually test the resolver stuff of xmlcatalog

Revision 273594 - (view) (annotate) - [select for diffs]
Modified Sun Dec 1 03:56:07 2002 UTC (6 years, 11 months ago) by stevel
File length: 60091 byte(s)
Diff to previous 273568 (colored)
fixing alignment and reporting of .net app probe

Revision 273568 - (view) (annotate) - [select for diffs]
Modified Thu Nov 21 10:06:13 2002 UTC (7 years ago) by bodewig
File length: 60072 byte(s)
Diff to previous 273564 (colored)
Add a test that shows that <script> can use beanshell.

... and disable it as Apache BSF now supports beanshell, but beanshell
doesn't seem to support Apache BSF yet.

Revision 273564 - (view) (annotate) - [select for diffs]
Modified Thu Nov 21 08:49:37 2002 UTC (7 years ago) by bodewig
File length: 59645 byte(s)
Diff to previous 273541 (colored)
Add tests for <script>

Revision 273541 - (view) (annotate) - [select for diffs]
Modified Thu Nov 14 07:48:25 2002 UTC (7 years ago) by bodewig
File length: 59281 byte(s)
Diff to previous 273515 (colored)
Switching to Apache BSF

Revision 273515 - (view) (annotate) - [select for diffs]
Modified Fri Nov 8 10:27:40 2002 UTC (7 years ago) by bodewig
File length: 59271 byte(s)
Diff to previous 273486 (colored)
Missing pieces from Craeg's patch.

Fix small backwards incompatibility introduced by last commit.

Revision 273486 - (view) (annotate) - [select for diffs]
Modified Tue Nov 5 16:33:29 2002 UTC (7 years ago) by bodewig
File length: 59334 byte(s)
Diff to previous 273464 (colored)
Make <xmlcatalog> support the OASIS "Open Catalog" standard with
Norman Walsh resolver code from xml-commons.

Submitted by:	Craeg K Strong <cstrong at arielpartners.com>

Revision 273464 - (view) (annotate) - [select for diffs]
Modified Thu Oct 24 19:15:47 2002 UTC (7 years, 1 month ago) by costin
File length: 58620 byte(s)
Diff to previous 273454 (colored)
Changed the prefix for the optional jars with external deps to
ant-. It's just cosmetic - if you feel 'need' is better I'm fine.

Also added a property to customize haltonfailure - sometimes it's
nice to run all tests and then look at the logs and see all failures.
Plus a quick way to run a test without a full rebuild.

Again - if you see any problem, I can revert.


PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 273454 - (view) (annotate) - [select for diffs]
Modified Wed Oct 23 09:34:05 2002 UTC (7 years, 1 month ago) by bodewig
File length: 58389 byte(s)
Diff to previous 273427 (colored)
Swallow warning about filesetManifest as long as its value cannot be
altered.

Merge from 1.5 branch.

Revision 273427 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 14:09:01 2002 UTC (7 years, 1 month ago) by bodewig
File length: 57710 byte(s)
Diff to previous 273426 (colored)
those <antcall> tasks don't make things clearer at all, we can as well
roll the <jar>s into the target.

Revision 273426 - (view) (annotate) - [select for diffs]
Modified Thu Oct 10 13:56:02 2002 UTC (7 years, 1 month ago) by bodewig
File length: 57982 byte(s)
Diff to previous 273421 (colored)
* Create separate jars for all those optional tasks that have external
dependencies.

* <patternset> --> <selector> for most stuff.

I've kept optional.jar for now as I'm not sure whether I've really
covered all classes (and no class appears twice).

Feel free to change names or optimize my "mutiple nested selectors"
constructs. ;-)

Revision 273421 - (view) (annotate) - [select for diffs]
Modified Wed Oct 9 06:02:24 2002 UTC (7 years, 1 month ago) by bodewig
File length: 54417 byte(s)
Diff to previous 273420 (colored)
fix typo

Revision 273420 - (view) (annotate) - [select for diffs]
Modified Tue Oct 8 16:56:31 2002 UTC (7 years, 1 month ago) by stevel
File length: 54416 byte(s)
Diff to previous 273416 (colored)
update exclusion pattern

Revision 273416 - (view) (annotate) - [select for diffs]
Modified Tue Oct 8 06:20:15 2002 UTC (7 years, 1 month ago) by bodewig
File length: 54418 byte(s)
Diff to previous 273401 (colored)
initial JDK 1.1 fixes

Revision 273401 - (view) (annotate) - [select for diffs]
Modified Fri Oct 4 09:18:46 2002 UTC (7 years, 1 month ago) by bodewig
File length: 54322 byte(s)
Diff to previous 273393 (colored)
Make use of nested <manifest> for ant-bootstrap.jar instead of using
separate files that need to be kept in sync.

Revision 273393 - (view) (annotate) - [select for diffs]
Modified Wed Oct 2 13:39:11 2002 UTC (7 years, 1 month ago) by bodewig
File length: 54172 byte(s)
Diff to previous 273364 (colored)
Remove Class-Path from Ant's manifest and provide an ant-bootstrap.jar
for people who'd like to run Ant via java -jar.

Revision 273364 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 12:34:27 2002 UTC (7 years, 2 months ago) by bodewig
File length: 53707 byte(s)
Diff to previous 273315 (colored)
conditionally exclude JUnitReportTest

Revision 273315 - (view) (annotate) - [select for diffs]
Modified Mon Sep 9 16:52:24 2002 UTC (7 years, 2 months ago) by stevel
File length: 53346 byte(s)
Diff to previous 273308 (colored)
XmlValidate no longer needs 1.2

Revision 273308 - (view) (annotate) - [select for diffs]
Modified Mon Sep 9 07:25:19 2002 UTC (7 years, 2 months ago) by bodewig
File length: 53439 byte(s)
Diff to previous 273291 (colored)
XMLValidate now depends on JDK 1.2

Revision 273291 - (view) (annotate) - [select for diffs]
Modified Wed Sep 4 11:05:19 2002 UTC (7 years, 2 months ago) by bodewig
File length: 53346 byte(s)
Diff to previous 273274 (colored)
<tag /> ---> <tag/>
remove some stray CRs
fix some typos

Submitted by:	Larry Shatzer <Larry.Shatzer@Spirent.com>

Revision 273274 - (view) (annotate) - [select for diffs]
Modified Mon Sep 2 12:22:34 2002 UTC (7 years, 2 months ago) by bodewig
File length: 53685 byte(s)
Diff to previous 273260 (colored)
Make sure Python and Perl scripts get only included once in -bin.tar.

Submitted by:	Jim Wright <JimWright@quick.cz>

Revision 273260 - (view) (annotate) - [select for diffs]
Modified Thu Aug 29 17:13:33 2002 UTC (7 years, 2 months ago) by ehatcher
File length: 53685 byte(s)
Diff to previous 273248 (colored)
More patches (+ test cases!) from Eric Pugh on the <image> task.

Revision 273248 - (view) (annotate) - [select for diffs]
Modified Fri Aug 23 00:40:47 2002 UTC (7 years, 3 months ago) by ehatcher
File length: 53604 byte(s)
Diff to previous 273192 (colored)
Fix PDF mangling

Revision 273192 - (view) (annotate) - [select for diffs]
Modified Mon Aug 5 08:34:01 2002 UTC (7 years, 3 months ago) by bodewig
File length: 53595 byte(s)
Diff to previous 273180 (colored)
Put JspcTest at the end to ensure we run all other tests in Gump.

Revision 273180 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 00:45:00 2002 UTC (7 years, 3 months ago) by ehatcher
File length: 53537 byte(s)
Diff to previous 273178 (colored)
Fixed bootstrap when JAI not present

Revision 273178 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 15:19:45 2002 UTC (7 years, 3 months ago) by ehatcher
File length: 53533 byte(s)
Diff to previous 273116 (colored)
Build changes to optionally include/exclude the JAI <image> task.

Revision 273116 - (view) (annotate) - [select for diffs]
Modified Tue Jul 16 13:06:46 2002 UTC (7 years, 4 months ago) by bodewig
File length: 53164 byte(s)
Diff to previous 273093 (colored)
Move all top level elements to an implicit target named "" and make
all othere targets depend on that one.

As a side effect, <description> is now handled by ProjectHelperImpl,
the data type has become unused.

Revision 273093 - (view) (annotate) - [select for diffs]
Modified Fri Jul 12 10:50:01 2002 UTC (7 years, 4 months ago) by bodewig
File length: 53801 byte(s)
Diff to previous 273081 (colored)
Kaffe has ThreadLocal but no swing.

Revision 273081 - (view) (annotate) - [select for diffs]
Modified Tue Jul 9 21:06:15 2002 UTC (7 years, 4 months ago) by umagesh
File length: 53625 byte(s)
Diff to previous 272967 (colored)
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.

Revision 272967 - (view) (annotate) - [select for diffs]
Modified Sat Jun 22 23:38:38 2002 UTC (7 years, 5 months ago) by umagesh
File length: 52381 byte(s)
Diff to previous 272826 (colored)
Merge changes made to 1.5 Beta2.

Revision 272826 - (view) (annotate) - [select for diffs]
Modified Sat Jun 1 12:26:43 2002 UTC (7 years, 5 months ago) by umagesh
File length: 52087 byte(s)
Diff to previous 272670 (colored)
Merge changes made to 1.5 Beta1.

Revision 272670 - (view) (annotate) - [select for diffs]
Modified Tue May 7 11:08:33 2002 UTC (7 years, 6 months ago) by bodewig
File length: 49365 byte(s)
Diff to previous 272631 (colored)
JDK 1.2 compatibility.

Revision 272631 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 23:13:11 2002 UTC (7 years, 6 months ago) by umagesh
File length: 49322 byte(s)
Diff to previous 272629 (colored)
Main branch is now open for commits for 1.6alpha

Revision 272629 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 21:12:34 2002 UTC (7 years, 6 months ago) by umagesh
File length: 49322 byte(s)
Diff to previous 272583 (colored)
Include Recursive search for java files to be excluded unless JDK 1.2.

Submitted by: Rob Oxspring <roxspring@imapmail.org>

Revision 272583 - (view) (annotate) - [select for diffs]
Modified Fri Apr 26 16:06:52 2002 UTC (7 years, 7 months ago) by bodewig
File length: 49319 byte(s)
Diff to previous 272572 (colored)
Directory based <javadoc>.

Two new nested elements, <packageset> and <fileset>.  <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.

<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.

<fileset> allows you to select files in the default package as well.

PR: 6433

Revision 272572 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 09:24:13 2002 UTC (7 years, 7 months ago) by bodewig
File length: 49357 byte(s)
Diff to previous 272571 (colored)
remove RPM building stuff from distribution.

Revision 272571 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 07:08:00 2002 UTC (7 years, 7 months ago) by bodewig
File length: 51707 byte(s)
Diff to previous 272561 (colored)
There is some non-optional stuff in util/regexp

Revision 272561 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 23:11:03 2002 UTC (7 years, 7 months ago) by ehatcher
File length: 51589 byte(s)
Diff to previous 272559 (colored)
oops... typo!

Revision 272559 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 18:33:52 2002 UTC (7 years, 7 months ago) by ehatcher
File length: 51590 byte(s)
Diff to previous 272530 (colored)
Commons Logging listener

Gump alert: to get this built we need to have commons-logging.jar available, but without the bulid should work fine.

Revision 272530 - (view) (annotate) - [select for diffs]
Modified Sat Apr 20 13:57:28 2002 UTC (7 years, 7 months ago) by ehatcher
File length: 51046 byte(s)
Diff to previous 272516 (colored)
fixed XMLValidate task and test - see the kind of trouble we can get into using String for filename parameters?!  :)

Revision 272516 - (view) (annotate) - [select for diffs]
Modified Thu Apr 18 18:18:59 2002 UTC (7 years, 7 months ago) by umagesh
File length: 51137 byte(s)
Diff to previous 272515 (colored)
Generate MD5 checksums for 'rpm's as well.

Revision 272515 - (view) (annotate) - [select for diffs]
Modified Thu Apr 18 18:02:56 2002 UTC (7 years, 7 months ago) by umagesh
File length: 50929 byte(s)
Diff to previous 272507 (colored)
Search $PATH to see if rpm is available if it is not present in normal locations.

Revision 272507 - (view) (annotate) - [select for diffs]
Modified Thu Apr 18 12:58:50 2002 UTC (7 years, 7 months ago) by donaldp
File length: 50779 byte(s)
Diff to previous 272488 (colored)
Add an extra exclude for extension package unless jdk1.2+

Revision 272488 - (view) (annotate) - [select for diffs]
Modified Wed Apr 17 13:27:10 2002 UTC (7 years, 7 months ago) by umagesh
File length: 50910 byte(s)
Diff to previous 272474 (colored)
Replace <filterset> with <filterchain>, primarily to spread the word.

Revision 272474 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 17:18:27 2002 UTC (7 years, 7 months ago) by umagesh
File length: 50755 byte(s)
Diff to previous 272470 (colored)
Do not calculate MD5 checksums for .asc and .md5 files

Revision 272470 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 12:22:48 2002 UTC (7 years, 7 months ago) by sbailliez
File length: 50517 byte(s)
Diff to previous 272469 (colored)
Fix something that should not make it into cvs..

Revision 272469 - (view) (annotate) - [select for diffs]
Modified Tue Apr 16 12:21:29 2002 UTC (7 years, 7 months ago) by sbailliez
File length: 50696 byte(s)
Diff to previous 272429 (colored)
Moving from Crimson 1.1.3 to Xerces 2.0.1

Revision 272429 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 09:53:24 2002 UTC (7 years, 7 months ago) by donaldp
File length: 50520 byte(s)
Diff to previous 272424 (colored)
org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff

The goal of this task is to give a list of differences between two tags or
dates. It produces an xml report like the changelog report of the CvsChangeLog
task. The output gives the list of modified files, removed files and new files.

The proposed task name is cvstagdiff.

PR: 8086
Submitted by: fred@castify.net (Frederic Lavigne)

Revision 272424 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 06:42:09 2002 UTC (7 years, 7 months ago) by stevel
File length: 50478 byte(s)
Diff to previous 272391 (colored)
added exclusion of tests we know which break. This lets us add tests into the system before we have a fix for them; you just have to run them individually for now.

Revision 272391 - (view) (annotate) - [select for diffs]
Modified Fri Apr 12 04:39:46 2002 UTC (7 years, 7 months ago) by stevel
File length: 50065 byte(s)
Diff to previous 272388 (colored)
info on dotnet availability tests only printed in verbose mode.

Revision 272388 - (view) (annotate) - [select for diffs]
Modified Thu Apr 11 23:35:45 2002 UTC (7 years, 7 months ago) by stevel
File length: 49977 byte(s)
Diff to previous 272294 (colored)
dont run the .net tests unless CSC and WSDL are found

Revision 272294 - (view) (annotate) - [select for diffs]
Modified Mon Apr 8 14:25:18 2002 UTC (7 years, 7 months ago) by bodewig
File length: 49241 byte(s)
Diff to previous 272249 (colored)
rework inheritance tree for DirSet and FileSet, they are not
interchangeable.

Revision 272249 - (view) (annotate) - [select for diffs]
Modified Sat Apr 6 01:32:22 2002 UTC (7 years, 7 months ago) by donaldp
File length: 49166 byte(s)
Diff to previous 272236 (colored)
Add changelog.xsl to distribution and also make sure it is documented.

Revision 272236 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 12:55:01 2002 UTC (7 years, 7 months ago) by conor
File length: 49122 byte(s)
Diff to previous 272230 (colored)
Re-enable DependTest - no longer uses touch
Update many checks to handle optional tasks which require JDK 1.2+
Problems remain for builds with ORO present

Revision 272230 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 03:23:24 2002 UTC (7 years, 7 months ago) by conor
File length: 48884 byte(s)
Diff to previous 272227 (colored)
NetRexx and iContract tasks require JDK 1.2 methods currently

Revision 272227 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 15:55:56 2002 UTC (7 years, 7 months ago) by bodewig
File length: 48663 byte(s)
Diff to previous 272224 (colored)
temporarily(?) disable DependTest

Revision 272224 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 14:19:39 2002 UTC (7 years, 7 months ago) by conor
File length: 48504 byte(s)
Diff to previous 272208 (colored)
Changes to BCEL checking and some additional descriptions

Revision 272208 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 11:31:38 2002 UTC (7 years, 7 months ago) by bodewig
File length: 48326 byte(s)
Diff to previous 272200 (colored)
there is no TraX and really no Xalan2 dependency in these files.

Revision 272200 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 10:31:18 2002 UTC (7 years, 7 months ago) by bodewig
File length: 48768 byte(s)
Diff to previous 272195 (colored)
Make sure locale argument is the first one in javadoc

PR: 4984

Revision 272195 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 09:37:09 2002 UTC (7 years, 7 months ago) by conor
File length: 48743 byte(s)
Diff to previous 272188 (colored)
Break up the packages into groups a little more focussed than at present

Revision 272188 - (view) (annotate) - [select for diffs]
Modified Wed Apr 3 16:17:37 2002 UTC (7 years, 7 months ago) by bodewig
File length: 48506 byte(s)
Diff to previous 272185 (colored)
testcase for AbstractCvsTask

Submitted by:	stephan beal <stephan@wanderinghorse.net>

As you need a CVS client and must run this test in an Ant source tree
checked out from CVS, this test does not run by default, you need to
enable it via

ant test -Dhave.cvs=1

Revision 272185 - (view) (annotate) - [select for diffs]
Modified Wed Apr 3 13:18:03 2002 UTC (7 years, 7 months ago) by bodewig
File length: 48256 byte(s)
Diff to previous 272161 (colored)
close streams in junitreport.

PR: 6852

Make XalanExecutor independent of Xalan2 so one can compile
Xalan1Executor without Xalan2.

Revision 272161 - (view) (annotate) - [select for diffs]
Modified Tue Apr 2 11:56:49 2002 UTC (7 years, 7 months ago) by donaldp
File length: 48361 byte(s)
Diff to previous 272160 (colored)
Speclling would be a great skill ... or so they tell me.

Revision 272160 - (view) (annotate) - [select for diffs]
Modified Tue Apr 2 11:53:35 2002 UTC (7 years, 7 months ago) by donaldp
File length: 48362 byte(s)
Diff to previous 272153 (colored)
Made the manifest for the optional package actually conform to the specification and put versions in dewey decimal format.

Also made optional package an extension.

Revision 272153 - (view) (annotate) - [select for diffs]
Modified Mon Apr 1 08:38:03 2002 UTC (7 years, 7 months ago) by donaldp
File length: 48238 byte(s)
Diff to previous 272152 (colored)
Revert last change because I am a doppy bugger

Revision 272152 - (view) (annotate) - [select for diffs]
Modified Mon Apr 1 08:34:31 2002 UTC (7 years, 7 months ago) by donaldp
File length: 48232 byte(s)
Diff to previous 272151 (colored)
Ant package and extension have same value so may aswell expand property ...

Revision 272151 - (view) (annotate) - [select for diffs]
Modified Mon Apr 1 08:33:59 2002 UTC (7 years, 7 months ago) by donaldp
File length: 48238 byte(s)
Diff to previous 272050 (colored)
Specification Version MUST be in DeweyDecimal notation with maximum 3 places (ie major.minor.micro).

Also made jar implement the org.apache.tools.ant extension (aswell as the specification for the package org.apache.tools.ant). As a consequence put Implementation-Version into dewey decimal form aswell.

Revision 272050 - (view) (annotate) - [select for diffs]
Modified Wed Mar 27 10:18:15 2002 UTC (7 years, 8 months ago) by jskeet
File length: 48081 byte(s)
Diff to previous 271943 (colored)
Added @ant.datatype tag.

Revision 271943 - (view) (annotate) - [select for diffs]
Modified Thu Mar 21 10:44:19 2002 UTC (7 years, 8 months ago) by bodewig
File length: 47992 byte(s)
Diff to previous 271856 (colored)
spashscreen task

Submitted by:	Les Hughes <leslie.hughes@rubus.com>

Revision 271856 - (view) (annotate) - [select for diffs]
Modified Fri Mar 15 14:15:53 2002 UTC (7 years, 8 months ago) by conor
File length: 47484 byte(s)
Diff to previous 271853 (colored)
Refactor dependency analysis.
Add a DependencyAnalyzer interface
Currently supports BCEL based analyzers
Refactor ejbjar not to require BCEL to run.
More to come ...

Revision 271853 - (view) (annotate) - [select for diffs]
Modified Fri Mar 15 09:53:16 2002 UTC (7 years, 8 months ago) by ehatcher
File length: 47870 byte(s)
Diff to previous 271845 (colored)
Removing the logos, moving artwork into images

Revision 271845 - (view) (annotate) - [select for diffs]
Modified Fri Mar 15 00:28:06 2002 UTC (7 years, 8 months ago) by donaldp
File length: 47944 byte(s)
Diff to previous 271814 (colored)
Update build file to copy across more of the useful xsl sheets.

Submitted by: "Ingmar J Stein" <stein@xtramind.com>

Revision 271814 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 10:17:23 2002 UTC (7 years, 8 months ago) by bodewig
File length: 47843 byte(s)
Diff to previous 271811 (colored)
JDK 1.1 fixes, second half.

Thanks Conor 8-)

Revision 271811 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 07:23:34 2002 UTC (7 years, 8 months ago) by bodewig
File length: 48071 byte(s)
Diff to previous 271806 (colored)
JDK 1.1 fixes

incomplete in the case of XCatalog, I'll follow up on this.

Revision 271806 - (view) (annotate) - [select for diffs]
Modified Sat Mar 9 23:47:53 2002 UTC (7 years, 8 months ago) by ehatcher
File length: 47843 byte(s)
Diff to previous 271796 (colored)
don't mangle artwork!

Revision 271796 - (view) (annotate) - [select for diffs]
Modified Fri Mar 8 11:16:14 2002 UTC (7 years, 8 months ago) by bodewig
File length: 47763 byte(s)
Diff to previous 271793 (colored)
give conext classloaders in <junit> another try, catch Xalan errors in
TraxLiaisonTest.

Revision 271793 - (view) (annotate) - [select for diffs]
Modified Fri Mar 8 08:34:19 2002 UTC (7 years, 8 months ago) by stevel
File length: 47746 byte(s)
Diff to previous 271759 (colored)
cut out jspc testing unless jasper is around

Revision 271759 - (view) (annotate) - [select for diffs]
Modified Wed Mar 6 03:25:51 2002 UTC (7 years, 8 months ago) by umagesh
File length: 47388 byte(s)
Diff to previous 271719 (colored)
Promote Filter Reader proposal to main trunk.

Revision 271719 - (view) (annotate) - [select for diffs]
Modified Mon Mar 4 08:43:51 2002 UTC (7 years, 8 months ago) by jskeet
File length: 47280 byte(s)
Diff to previous 271645 (colored)
JavaDoc now builds without warnings again - thanks Erik :)

Revision 271645 - (view) (annotate) - [select for diffs]
Modified Sat Mar 2 00:21:17 2002 UTC (7 years, 8 months ago) by stevel
File length: 47200 byte(s)
Diff to previous 271631 (colored)
attack of the tab police

Revision 271631 - (view) (annotate) - [select for diffs]
Modified Fri Mar 1 10:26:18 2002 UTC (7 years, 8 months ago) by bodewig
File length: 46770 byte(s)
Diff to previous 271630 (colored)
be consistent with Perl scripts, always strip CRs.

Revision 271630 - (view) (annotate) - [select for diffs]
Modified Fri Mar 1 10:19:05 2002 UTC (7 years, 8 months ago) by bodewig
File length: 46861 byte(s)
Diff to previous 271556 (colored)
support the Perl antRun script needed for Netware.

Submitted by:	Jeff Tulley <JTULLEY@novell.com>

Revision 271556 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 10:23:40 2002 UTC (7 years, 9 months ago) by jskeet
File length: 46543 byte(s)
Diff to previous 271552 (colored)
Added todo tag to javadoc task so that JavaDocs will now build
them appropriately.

Revision 271552 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 09:52:46 2002 UTC (7 years, 9 months ago) by bodewig
File length: 46484 byte(s)
Diff to previous 271535 (colored)
As long as Stephane has disbaled it, this test will always fail.

Revision 271535 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 04:32:36 2002 UTC (7 years, 9 months ago) by conor
File length: 46500 byte(s)
Diff to previous 271512 (colored)
Allow tests to be run behind a firewall by specifying -Doffline=true

Revision 271512 - (view) (annotate) - [select for diffs]
Modified Fri Feb 22 15:38:03 2002 UTC (7 years, 9 months ago) by bodewig
File length: 46274 byte(s)
Diff to previous 271509 (colored)
Move the <exclude> patterns for <javac> and <junit> to external
patternsets so that they are in one place instead of repeated up to
three time.

update link for BSF.

Add pointer to JDepend in the Library Dependencies section.

Revision 271509 - (view) (annotate) - [select for diffs]
Modified Fri Feb 22 10:51:34 2002 UTC (7 years, 9 months ago) by bodewig
File length: 44128 byte(s)
Diff to previous 271457 (colored)
Start factoring out the exclude patterns from <javac> and <junit> into
a single place - realized that the sitraka stuff requires TraX to
compile.

Revision 271457 - (view) (annotate) - [select for diffs]
Modified Wed Feb 20 17:54:59 2002 UTC (7 years, 9 months ago) by bodewig
File length: 43689 byte(s)
Diff to previous 271445 (colored)
move all stuff that can only be compiled conditionally to optional.jar

Revision 271445 - (view) (annotate) - [select for diffs]
Modified Wed Feb 20 08:57:59 2002 UTC (7 years, 9 months ago) by bodewig
File length: 43157 byte(s)
Diff to previous 271436 (colored)
exclude JUnitClassloaderTest if the test classes can be loaded from
the system classloader.

I'm afraid I didn't beat the nightly GUMP run, expect a nag mail 8-)

Revision 271436 - (view) (annotate) - [select for diffs]
Modified Tue Feb 19 22:46:29 2002 UTC (7 years, 9 months ago) by sbailliez
File length: 42487 byte(s)
Diff to previous 271435 (colored)
make it clear why it is excluded, it's better to read
it in this file than in the cvs log. :o)

Revision 271435 - (view) (annotate) - [select for diffs]
Modified Tue Feb 19 22:43:06 2002 UTC (7 years, 9 months ago) by sbailliez
File length: 42393 byte(s)
Diff to previous 271426 (colored)
exclude the JUnitClassLoader test for jdk < JDK1.2 since it uses the context classloader.

Revision 271426 - (view) (annotate) - [select for diffs]
Modified Tue Feb 19 14:04:53 2002 UTC (7 years, 9 months ago) by bodewig
File length: 42169 byte(s)
Diff to previous 271369 (colored)
Add Package Version Specification in manifest files for ant.jat and
optional.jar

PR: 6180

Revision 271369 - (view) (annotate) - [select for diffs]
Modified Fri Feb 15 17:08:18 2002 UTC (7 years, 9 months ago) by bodewig
File length: 40704 byte(s)
Diff to previous 271368 (colored)
Make JDK 1.4 happy by changing assert to assertTrue.

TraxLiaisonTest accesses the protected TraXLiaison.getSystemId method
and therefore has to be loaded via the same classloader as TraxLiaison.

Revision 271368 - (view) (annotate) - [select for diffs]
Modified Fri Feb 15 16:51:10 2002 UTC (7 years, 9 months ago) by bodewig
File length: 40574 byte(s)
Diff to previous 271367 (colored)
Make tests pass on JDK 1.1.

The change to ProjectTest basically backs out a change I had to make
to Ralf Wiebicke's original submission to make it work on my box three
months ago.  Since then nothing has changed, but my JDK now throws a
different exception than it did back then - go figure.

TimeZone doesn't seem to matter for JDK 1.1, testDateTimeISO fails as
text is "2002-02-23T10:11:12" on my machine.  I ran out of time and
disabled the test, but I promise to check back later. 8-)

Revision 271367 - (view) (annotate) - [select for diffs]
Modified Fri Feb 15 15:19:18 2002 UTC (7 years, 9 months ago) by bodewig
File length: 40396 byte(s)
Diff to previous 271283 (colored)
Print a warning if we drop elements from a use supplied path.

Avoid exactly that warning in Ant's own build file.

Revision 271283 - (view) (annotate) - [select for diffs]
Modified Mon Feb 11 07:13:48 2002 UTC (7 years, 9 months ago) by sbailliez
File length: 40305 byte(s)
Diff to previous 271276 (colored)
Exclude also from tests (should be better to do that on .class to avoid redundancy in filters.)

Revision 271276 - (view) (annotate) - [select for diffs]
Modified Sun Feb 10 22:29:48 2002 UTC (7 years, 9 months ago) by stevel
File length: 40193 byte(s)
Diff to previous 271254 (colored)
small changes to the tests
 -option to control summary printouts
 -JavaTest is excluded from the bulk test
 -the test classpath is turned into a property and passed down to the tests (and hence on to the build files themselves)
 -description for single test added

Revision 271254 - (view) (annotate) - [select for diffs]
Modified Sat Feb 9 22:55:38 2002 UTC (7 years, 9 months ago) by sbailliez
File length: 39461 byte(s)
Diff to previous 271220 (colored)
Excluding MAuditParser test when appropriate. Sorry Steve.

Revision 271220 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 13:43:00 2002 UTC (7 years, 9 months ago) by bodewig
File length: 39356 byte(s)
Diff to previous 271171 (colored)
ease building with Kaffe

Revision 271171 - (view) (annotate) - [select for diffs]
Modified Wed Feb 6 09:55:30 2002 UTC (7 years, 9 months ago) by bodewig
File length: 38767 byte(s)
Diff to previous 271156 (colored)
Add license for Crimson.

See <http://marc.theaimsgroup.com/?t=101286428900001&r=1&w=2>

Revision 271156 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 16:58:34 2002 UTC (7 years, 9 months ago) by bodewig
File length: 38536 byte(s)
Diff to previous 271155 (colored)
move NoExitSecurityManager to make Ant bootstrappable on JDK 1.1

Revision 271155 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 16:13:06 2002 UTC (7 years, 9 months ago) by bodewig
File length: 38522 byte(s)
Diff to previous 271148 (colored)
remove redundant <antcall>

Revision 271148 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 09:32:48 2002 UTC (7 years, 9 months ago) by adammurdoch
File length: 38555 byte(s)
Diff to previous 271137 (colored)
* Added new combined email task, which replaces the old <mail> and
 <mimemail> tasks.

* Deprecated <mimemail> task, and old SendEmail and MimeMail classes.

Submitted by Rob Oxspring <roxspring@yahoo.com>.

Revision 271137 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 10:35:30 2002 UTC (7 years, 9 months ago) by bodewig
File length: 38323 byte(s)
Diff to previous 271035 (colored)
Testcase for SOS fails for me: the test calls the protected
buildCmdLine method which will throw an IllegalAccessException if the
testcase and the task class have been loaded by different classloaders.

Revision 271035 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 07:34:34 2002 UTC (7 years, 9 months ago) by stevel
File length: 38163 byte(s)
Diff to previous 270998 (colored)
adding destFile naming scheme to tar, for consistency with the zip family and other tasks. I know Costin thinks we do this deliberately, just to break his builds, so even though I have updated the manual and the test cases, I have commented out the deprecated message which users should get when they use the tarfile attribute. Which means old builds still work, but the old params are no longer documented for new users.

Revision 270998 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 13:02:43 2002 UTC (7 years, 9 months ago) by bodewig
File length: 38161 byte(s)
Diff to previous 270821 (colored)
Add a property that allows a failed chmod to be non-fatal.

<chmod> can fail if the user running the build is not the owner of the
file who's permissions should be changed.

Revision 270821 - (view) (annotate) - [select for diffs]
Modified Mon Jan 21 17:14:26 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37803 byte(s)
Diff to previous 270816 (colored)
Make JDK 1.1 happier

Revision 270816 - (view) (annotate) - [select for diffs]
Modified Mon Jan 21 09:47:24 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37704 byte(s)
Diff to previous 270815 (colored)
yet another property needs to be passed down to the tests.

Revision 270815 - (view) (annotate) - [select for diffs]
Modified Mon Jan 21 09:18:56 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37590 byte(s)
Diff to previous 270781 (colored)
Make sure we pass down ant.home to unit tests (needed to make execute
with a change of cwd work on JDK < 1.3).

Fix a copyright line.

Revision 270781 - (view) (annotate) - [select for diffs]
Modified Fri Jan 18 16:22:52 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37472 byte(s)
Diff to previous 270659 (colored)
Use org.apache.env.Which utility to dump system info if present.

Revision 270659 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 14:18:42 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37020 byte(s)
Diff to previous 270657 (colored)
Add some more copyright notices.

Revision 270657 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 11:21:21 2002 UTC (7 years, 10 months ago) by bodewig
File length: 36934 byte(s)
Diff to previous 270647 (colored)
License police on documentation files:

(1) Make sure all years in which a file has been modified are
listed.

(2) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.

Also: the initial checkin into this CVS module was in 2000, not 1999.

Revision 270647 - (view) (annotate) - [select for diffs]
Modified Wed Jan 9 10:54:32 2002 UTC (7 years, 10 months ago) by ehatcher
File length: 36934 byte(s)
Diff to previous 270646 (colored)
made filtertrace overridable

Revision 270646 - (view) (annotate) - [select for diffs]
Modified Wed Jan 9 09:13:59 2002 UTC (7 years, 10 months ago) by bodewig
File length: 36849 byte(s)
Diff to previous 270645 (colored)
clean out reference to ManifestFile

Revision 270645 - (view) (annotate) - [select for diffs]
Modified Wed Jan 9 09:08:39 2002 UTC (7 years, 10 months ago) by bodewig
File length: 36944 byte(s)
Diff to previous 270623 (colored)
Remove code that has never been used in any released version of Ant.

Revision 270623 - (view) (annotate) - [select for diffs]
Modified Tue Jan 8 09:46:26 2002 UTC (7 years, 10 months ago) by bodewig
File length: 37571 byte(s)
Diff to previous 270618 (colored)
Move responsibility for cleanup to the test themselves.

Revision 270618 - (view) (annotate) - [select for diffs]
Modified Mon Jan 7 17:06:28 2002 UTC (7 years, 10 months ago) by bodewig
File length: 38055 byte(s)
Diff to previous 270606 (colored)
Skip SQLExecTest if the testcase and the <sql> implementation would be
loaded by different classloaders.

package private access is only allowed if the classes belong to the
same "runtime package", which is the fully qualified package name plus
the defining classloader.  Enough reading of JLS and VMSPEC for me for
today 8-)

We probably could code around the problem by placing a subclass of
SQLExec into the same classloader as SQLExecTest and invoke methods on
this subclass.

Revision 270606 - (view) (annotate) - [select for diffs]
Modified Mon Jan 7 06:29:42 2002 UTC (7 years, 10 months ago) by stevel
File length: 37517 byte(s)
Diff to previous 270596 (colored)
file -> destfile in zip, jar calls

Revision 270596 - (view) (annotate) - [select for diffs]
Modified Sun Jan 6 13:55:55 2002 UTC (7 years, 10 months ago) by ehatcher
File length: 37501 byte(s)
Diff to previous 270271 (colored)
Added LICENSE.txt to META-INF of distributable JAR's per jakarta-general suggestions.

Revision 270271 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 18:49:48 2001 UTC (7 years, 11 months ago) by sbailliez
File length: 37317 byte(s)
Diff to previous 270133 (colored)
Do not forget to exclude new starteams tasks from the build
Submitted by: Peter Janes <peterj@liberate.com>

Revision 270133 - (view) (annotate) - [select for diffs]
Modified Wed Dec 12 14:52:35 2001 UTC (7 years, 11 months ago) by bodewig
File length: 37230 byte(s)
Diff to previous 270122 (colored)
Add some tests for manifest task - realized that empty manifest aren't
that empty.

Revision 270122 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 15:45:41 2001 UTC (7 years, 11 months ago) by bodewig
File length: 37172 byte(s)
Diff to previous 270119 (colored)
JDK 1.1 doesn't grok UTF16 8-(

Revision 270119 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 14:45:13 2001 UTC (7 years, 11 months ago) by conor
File length: 37160 byte(s)
Diff to previous 270117 (colored)
Properly exclude ejbjar unless BCEL is around

Revision 270117 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 14:05:43 2001 UTC (7 years, 11 months ago) by bodewig
File length: 36971 byte(s)
Diff to previous 270115 (colored)
If running on JDK 1.3 register an exit handler that kills spawned
processes when the JVM exits.

PR: 5125
Submitted by:	mnewcomb@tacintel.com (Michael Newcomb)

Revision 270115 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 13:54:35 2001 UTC (7 years, 11 months ago) by bodewig
File length: 36475 byte(s)
Diff to previous 270065 (colored)
JDK 1.1 issues.

I'm sure the depend classes can be converted to not use JDK 1.2
collection classes.

Revision 270065 - (view) (annotate) - [select for diffs]
Modified Sun Dec 2 00:44:27 2001 UTC (7 years, 11 months ago) by sbailliez
File length: 36292 byte(s)
Diff to previous 270052 (colored)
Add an etc directory to the distrib and copy some useful stylesheets to it.

Revision 270052 - (view) (annotate) - [select for diffs]
Modified Fri Nov 30 12:35:05 2001 UTC (7 years, 11 months ago) by bodewig
File length: 36190 byte(s)
Diff to previous 270044 (colored)
these things don't exist (any longer)

Revision 270044 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 13:08:33 2001 UTC (7 years, 11 months ago) by conor
File length: 36541 byte(s)
Diff to previous 270007 (colored)
Move dependency classfileset support code over to Apache BCEL

Revision 270007 - (view) (annotate) - [select for diffs]
Modified Sun Nov 25 19:28:51 2001 UTC (8 years ago) by rubys
File length: 36541 byte(s)
Diff to previous 269970 (colored)
Allow junitreport to be compiled independent of the presence of Xalan1.

The reason for this is that the Xalan1 team is strongly considering
removing Xalan1Compat from cvs...

No logic changes were made in this commit...classes were merely split out
into separate files, and the instance of Xalan1Executor is now created
using reflection APIs.

Revision 269970 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 16:30:40 2001 UTC (8 years ago) by bodewig
File length: 36211 byte(s)
Diff to previous 269964 (colored)
add bzip2 compressed tarballs to distribution target

Revision 269964 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 15:53:14 2001 UTC (8 years ago) by bodewig
File length: 36163 byte(s)
Diff to previous 269963 (colored)
add real tests fro the gzip and bzip2 tasks.

Revision 269963 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 15:18:46 2001 UTC (8 years ago) by bodewig
File length: 36477 byte(s)
Diff to previous 269962 (colored)
Add testcase for <checksum>, clarify its documentation when used as a
condition and create checksums in Ant's distribution target.

Revision 269962 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 14:30:22 2001 UTC (8 years ago) by conor
File length: 36107 byte(s)
Diff to previous 269951 (colored)
An initial cut at getting the RPMs for Ant to build as part of the
distribution build.

Revision 269951 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 14:39:14 2001 UTC (8 years ago) by sbailliez
File length: 34091 byte(s)
Diff to previous 269917 (colored)
Try not breaking the build with the Sitraka tests that requires regexp support and trax at some point

Revision 269917 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 08:42:54 2001 UTC (8 years ago) by bodewig
File length: 33940 byte(s)
Diff to previous 269897 (colored)
Perforce tests depend on ORO

Revision 269897 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 07:44:25 2001 UTC (8 years ago) by stevel
File length: 33718 byte(s)
Diff to previous 269892 (colored)
DTDs get copied over with property files

Revision 269892 - (view) (annotate) - [select for diffs]
Modified Fri Nov 9 13:55:31 2001 UTC (8 years ago) by bodewig
File length: 33682 byte(s)
Diff to previous 269889 (colored)
Enable the commented out tests in TaskdefTest - they failed because
org.apache.tools.ant classes must live on the system classloader to be
loaded.

Revision 269889 - (view) (annotate) - [select for diffs]
Modified Fri Nov 9 11:15:14 2001 UTC (8 years ago) by donaldp
File length: 33638 byte(s)
Diff to previous 269884 (colored)
Add in a completiong script for nt build files.

Submitted by: Mike Williams <mikew@cortexebusiness.com.au>

Revision 269884 - (view) (annotate) - [select for diffs]
Modified Thu Nov 8 12:58:21 2001 UTC (8 years ago) by conor
File length: 33519 byte(s)
Diff to previous 269883 (colored)
Subclass of fileset which given a root class will return the closure of all
classes upon which that class depends.

Submitted by:	Holger Engels <hengels@mercatis.de>

Revision 269883 - (view) (annotate) - [select for diffs]
Modified Thu Nov 8 09:39:00 2001 UTC (8 years ago) by bodewig
File length: 33048 byte(s)
Diff to previous 269882 (colored)
but it still depends on Xalan ...

Revision 269882 - (view) (annotate) - [select for diffs]
Modified Thu Nov 8 09:28:37 2001 UTC (8 years ago) by bodewig
File length: 32819 byte(s)
Diff to previous 269876 (colored)
AggregateTransformer depends on TraX, not so much on Xalan.

Revision 269876 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 09:58:58 2001 UTC (8 years ago) by bodewig
File length: 32821 byte(s)
Diff to previous 269867 (colored)
keep track of JAR version that heve been checked into CVS, acknowledge
JUnit's license.

Revision 269867 - (view) (annotate) - [select for diffs]
Modified Mon Nov 5 13:07:32 2001 UTC (8 years ago) by conor
File length: 32839 byte(s)
Diff to previous 269866 (colored)
Remove undesirable package dependency by making TaskdefsTest facilities
available to all Ant Tests in the BuildFileTest class. The next step is
to make current Taskdefs inherit directly from BuildFileTest and then
deprecate TaskdefsTest

Revision 269866 - (view) (annotate) - [select for diffs]
Modified Mon Nov 5 10:20:50 2001 UTC (8 years ago) by bodewig
File length: 32770 byte(s)
Diff to previous 269855 (colored)
TraXLiaisonTest needs TraX (what a surprise).

Revision 269855 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 14:04:56 2001 UTC (8 years ago) by bodewig
File length: 32667 byte(s)
Diff to previous 269842 (colored)
I found myself compiling with 1.1 today ...

Notes:

(1) JUnitTestRunnerTest fails with an InvocationTargetException, I
don't have the time to investigate why this happens right now.

(2) I didn't modify ManifestFile as I couldn't figure out why Entry
implemented Comparator.  Why doesn't this task use
org.apache.tools.ant.taskdefs.Manifest anyway?

Revision 269842 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 14:40:14 2001 UTC (8 years ago) by bodewig
File length: 32344 byte(s)
Diff to previous 269839 (colored)
Crimson doesn't bundle the TraX classes any longer.

Revision 269839 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 10:05:39 2001 UTC (8 years ago) by bodewig
File length: 32203 byte(s)
Diff to previous 269832 (colored)
Show that Ant is an Apache project.

Revision 269832 - (view) (annotate) - [select for diffs]
Modified Mon Oct 29 11:16:49 2001 UTC (8 years ago) by bodewig
File length: 32147 byte(s)
Diff to previous 269822 (colored)
Make <style> support Exolab's new Adaptx processor.

Submitted by:	Arnaud Blandin <blandin@intalio.com>

Revision 269822 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 09:36:40 2001 UTC (8 years, 1 month ago) by bodewig
File length: 31364 byte(s)
Diff to previous 269820 (colored)
Add testcases for the substitution methods (and make them work 8-)

Add testcase for <replaceregexp>, this task now works with ORO,
Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the
regular expression.

Revision 269820 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 15:03:39 2001 UTC (8 years, 1 month ago) by bodewig
File length: 31072 byte(s)
Diff to previous 269819 (colored)
Rewritten part of the regexp stuff, adding substitution and options.
New optional replaceregexp tasks that takes advantage of it.

Submitted by:	Matthew Inger <matti@sedonacorp.com>

This doesn't really work (but doesn't break anything either), but I
wanted to get the stuff committed now, I will put work into it
tomorrow.  See mail to the list for details.

Revision 269819 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 12:37:31 2001 UTC (8 years, 1 month ago) by bodewig
File length: 30900 byte(s)
Diff to previous 269790 (colored)
"Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."

Submitted by:	wolf.siberski@tui.de

Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.

Revision 269790 - (view) (annotate) - [select for diffs]
Modified Sat Oct 13 10:54:58 2001 UTC (8 years, 1 month ago) by conor
File length: 30659 byte(s)
Diff to previous 269714 (colored)
Change to distribution build. It now packages optional.jar into the
main binary distribution and splits src and bin into separate directories

Revision 269714 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 05:52:45 2001 UTC (8 years, 2 months ago) by donaldp
File length: 30720 byte(s)
Diff to previous 269697 (colored)
Revert to old gzip interface.

Revision 269697 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 05:21:04 2001 UTC (8 years, 2 months ago) by donaldp
File length: 30718 byte(s)
Diff to previous 269693 (colored)
Reworked task to use files internall rather than strings so that the task doesn't have to try and resolve things internally.

Based on Daniel Hoppe <hoppe@sitewaerts.de> 's patch.

Revision 269693 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 01:57:42 2001 UTC (8 years, 2 months ago) by donaldp
File length: 30721 byte(s)
Diff to previous 269692 (colored)
Remove name attribute from project.

Revision 269692 - (view) (annotate) - [select for diffs]
Modified Wed Sep 12 16:43:26 2001 UTC (8 years, 2 months ago) by donaldp
File length: 30732 byte(s)
Diff to previous 269690 (colored)
Oops I used the wrong convention!!!

This patch corrects it so that the old zipfile attribute is now tofile.

Revision 269690 - (view) (annotate) - [select for diffs]
Modified Wed Sep 12 15:26:08 2001 UTC (8 years, 2 months ago) by donaldp
File length: 30728 byte(s)
Diff to previous 269669 (colored)
Update ant build file so that it uses the new unified "file" attribute for all archive manipulation tasks.

Revision 269669 - (view) (annotate) - [select for diffs]
Modified Tue Sep 4 18:26:14 2001 UTC (8 years, 2 months ago) by nico
File length: 30746 byte(s)
Diff to previous 269663 (colored)
Filtering was active during copying docs/images - bad results for our nice logos :-(

Revision 269663 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 13:26:38 2001 UTC (8 years, 2 months ago) by conor
File length: 30542 byte(s)
Diff to previous 269618 (colored)
Merge in 1.4 src changes

Revision 269618 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 22:00:32 2001 UTC (8 years, 3 months ago) by sbailliez
File length: 30469 byte(s)
Diff to previous 269588 (colored)
Dump some properties from Xalan to check for various XML/XSL/JAXP
information. Hopefuly this will give additional details when running GUMP
or running unit tests and figure out problems.

Revision 269588 - (view) (annotate) - [select for diffs]
Modified Sat Aug 18 15:02:35 2001 UTC (8 years, 3 months ago) by conor
File length: 30067 byte(s)
Diff to previous 269532 (colored)
Merge from Ant 1.4 Beta 2

Revision 269532 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 11:49:01 2001 UTC (8 years, 3 months ago) by conor
File length: 28464 byte(s)
Diff to previous 269508 (colored)
Main branch is now open for commits for 1.5alpha

Revision 269508 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 22:31:47 2001 UTC (8 years, 3 months ago) by sbailliez
File length: 28464 byte(s)
Diff to previous 269499 (colored)
Copy the 2 JUnit stylesheets to the xsl directory in the junit package so that they can be loaded as a resource.

Revision 269499 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 14:51:49 2001 UTC (8 years, 3 months ago) by conor
File length: 28462 byte(s)
Diff to previous 269496 (colored)
Minor change so that doco link works when browsing locally
Don't include generated API in source distribution

Revision 269496 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 13:53:20 2001 UTC (8 years, 3 months ago) by conor
File length: 28406 byte(s)
Diff to previous 269489 (colored)
build file for docs. Currently separate but can be integrated with
main build file later on

Revision 269489 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 11:59:19 2001 UTC (8 years, 3 months ago) by conor
File length: 28335 byte(s)
Diff to previous 269472 (colored)
Defaultdist.dir property is no longer required

Revision 269472 - (view) (annotate) - [select for diffs]
Modified Mon Aug 6 10:24:03 2001 UTC (8 years, 3 months ago) by conor
File length: 28399 byte(s)
Diff to previous 269464 (colored)
Add test for Bootstrap failures
Simplify the build by using inheritAll="false"

Revision 269464 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 13:56:48 2001 UTC (8 years, 3 months ago) by conor
File length: 28407 byte(s)
Diff to previous 269463 (colored)
Bring back FixCRLF usage in build

Revision 269463 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 11:06:53 2001 UTC (8 years, 3 months ago) by conor
File length: 28430 byte(s)
Diff to previous 269456 (colored)
Fix bootstrap problems. Two issues. Filtering was always been done
Antcall was broken since the ProjectComponent check is too agressive
Now only applies to data types. The Ant task is perhaps a little special
in that it returns a task for one of its nested elements.

Revision 269456 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 16:38:21 2001 UTC (8 years, 3 months ago) by bodewig
File length: 28380 byte(s)
Diff to previous 269451 (colored)
New task <condition>.

This is a first cut of the generalization of <available> and
<uptodate> that is on the list for Ant2. This task supports a single
condition and sets a property if it holds true - conditions can be
containers for other conditions in turn, giving it the opportunity to
support boolean logic.

Built in conditions as of now:

* <available> and <uptodate> (slightly modified the tasks to allow them to
be used as conditions)

* containers <and>, <or> and <not>

* New conditions <equals> (compares to Strings) and <os> which should
give easier access to os.name.

More extensive documentation to follow.  Take a look at Ant's build
file, it uses the task to detect whether javamail is available now.

I had to perform some ugly tricks to make sure that project gets
passed to every object that will need it - this will be very different
in the future I hope.

Revision 269451 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 14:21:00 2001 UTC (8 years, 3 months ago) by conor
File length: 28514 byte(s)
Diff to previous 269449 (colored)
Add a Log4j listener

Revision 269449 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 11:22:22 2001 UTC (8 years, 3 months ago) by bodewig
File length: 28177 byte(s)
Diff to previous 269427 (colored)
<fixcrlf> now deals with CR only line-ends and arbitrary tab lengths.
It should work independant of the size of the file as well.

Additionally it can treat tabs inside character constants in source
files differently.

Documentation will follow - also it will now update the timestamp of
files, even if the file doesn't change. This will be fixed before the
final release but shouldn't stop us from starting the beta cycle.

PR: 1053
Submitted by:   Peter B. West <pbwest@powerup.com.au>

Revision 269427 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 10:42:43 2001 UTC (8 years, 3 months ago) by sbailliez
File length: 28105 byte(s)
Diff to previous 269418 (colored)
add an exclude to remove MAudit task from the compile since it requires Oromatcher

Revision 269418 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 20:12:52 2001 UTC (8 years, 3 months ago) by sbailliez
File length: 28015 byte(s)
Diff to previous 269412 (colored)
Fixed a typing mistake to exclude Sitraka's tasks

Revision 269412 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 08:29:46 2001 UTC (8 years, 3 months ago) by sbailliez
File length: 28014 byte(s)
Diff to previous 269392 (colored)
Sitraka JProbe Coverage tasks: covmerge, covreport, coverage
As it needs a regexp engine, the build.xml is modified to build it only if OroMatcher exists in the classpath.

Revision 269392 - (view) (annotate) - [select for diffs]
Modified Thu Jul 26 15:38:48 2001 UTC (8 years, 4 months ago) by bodewig
File length: 27719 byte(s)
Diff to previous 269378 (colored)
Make UnknownElement aware of TaskContainer so that one can taskdef a
TaskContainer at runtime.

Revision 269378 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 08:18:52 2001 UTC (8 years, 4 months ago) by bodewig
File length: 27588 byte(s)
Diff to previous 269323 (colored)
document handling of inner classes in <rmic>.

PR: 2436

Revision 269323 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 07:09:19 2001 UTC (8 years, 4 months ago) by bodewig
File length: 27512 byte(s)
Diff to previous 269321 (colored)
<junit> will now try to include the task-definition itself as well as
the needed support classes (Ant and JUnit itself) in the classpath if
running in forked mode - this means that you shouldn't have to use
different classpath elements for "in VM" and "fork" mode any longer.

Doesn't work for JDK 1.1 as the URL returned by Class.getResource
doesn't contain the name of the JAR file there.

PR: 1239

Revision 269321 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 16:11:47 2001 UTC (8 years, 4 months ago) by bodewig
File length: 27840 byte(s)
Diff to previous 269312 (colored)
New task mimemail - this task requires JavaMail (and JAF) that's why
it is optional and doesn't replace the existing mail task.  The main
improvement is that it supports attachments you can specify via a
fileset.

Submitted by:	 Glenn Twiggs <glenn_twiggs@bmc.com>
                 Steve Loughran <steve_l@iseran.com>
                 Erik Hatcher <erik@hatcher.net>
                 Paulo Gaspar <paulo.gaspar@krankikom.de>

Revision 269312 - (view) (annotate) - [select for diffs]
Modified Wed Jul 11 08:16:41 2001 UTC (8 years, 4 months ago) by bodewig
File length: 26905 byte(s)
Diff to previous 269281 (colored)
Properly mask out JDK 1.4 specific stuff.

Revision 269281 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 04:11:56 2001 UTC (8 years, 4 months ago) by conor
File length: 26478 byte(s)
Diff to previous 269280 (colored)
Restore use of external file

Revision 269280 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 03:59:43 2001 UTC (8 years, 4 months ago) by conor
File length: 26477 byte(s)
Diff to previous 269219 (colored)
Add API as part of manual. The files that are in the API directory
are there to handle the situation when the API has not been generated
or it has been generated with JDK 1.1. One or both will be overwritten
when the API is actually generated via javadoc.

PR:	1812

Revision 269219 - (view) (annotate) - [select for diffs]
Modified Fri Jun 22 07:48:33 2001 UTC (8 years, 5 months ago) by bodewig
File length: 26454 byte(s)
Diff to previous 269076 (colored)
include developer PGP keys in distribution.

Revision 269076 - (view) (annotate) - [select for diffs]
Modified Fri Jun 1 04:43:03 2001 UTC (8 years, 5 months ago) by donaldp
File length: 26392 byte(s)
Diff to previous 269045 (colored)
Added in jdpend task

Submitted By: J�r�me Lacoste <jerome.lacoste@smartcardsystem.com>

Revision 269045 - (view) (annotate) - [select for diffs]
Modified Wed May 23 16:44:11 2001 UTC (8 years, 6 months ago) by bodewig
File length: 26156 byte(s)
Diff to previous 269023 (colored)
Added useexternalfile attribute to <javadoc> - this makes javadoc use
a temporary file for source file and package names (via javadoc's
@file parameter) to defeat command line length limitations.

Inspired by:	Frederic Lavigne <fred@castify.net>

Revision 269023 - (view) (annotate) - [select for diffs]
Modified Fri May 11 06:22:44 2001 UTC (8 years, 6 months ago) by bodewig
File length: 26121 byte(s)
Diff to previous 269020 (colored)
Make javadoc expand properties for the new nested elements.

Use this to make the year of the copyright message in Ant's javadoc
dynamic - nice demonstration of tstamp's format element at the same
time.

Inspired by:	Jon Stevens <jon@latchkey.com>

Revision 269020 - (view) (annotate) - [select for diffs]
Modified Thu May 10 12:14:36 2001 UTC (8 years, 6 months ago) by bodewig
File length: 26058 byte(s)
Diff to previous 269014 (colored)
Add some nested elements to javadoc where it seemed to be useful.

Submitted by:	Jesse Glick <Jesse.Glick@netbeans.com>

Revision 269014 - (view) (annotate) - [select for diffs]
Modified Tue May 8 09:35:31 2001 UTC (8 years, 6 months ago) by bodewig
File length: 26051 byte(s)
Diff to previous 269011 (colored)
Assorted patches:

(1) make Ant JDK 1.4 aware
(2) improved <style> debugging
(3) bring DesirableFilter in line with defualt excludes
(4) use correct URL syntax in <get>'s unit test
(5) improve JavaDoc comments in Path.java
(6) description for test target in Ant's build file

Submitted by:	Jesse Glick <Jesse.Glick@netbeans.com>

Revision 269011 - (view) (annotate) - [select for diffs]
Modified Fri May 4 08:03:53 2001 UTC (8 years, 6 months ago) by bodewig
File length: 26017 byte(s)
Diff to previous 268990 (colored)
Add a new formatter "brief" for <junit>

PR: 1175
Submitted by:	Robert Watkins <robert.watkins@qsipayments.com>

Revision 268990 - (view) (annotate) - [select for diffs]
Modified Tue May 1 10:31:48 2001 UTC (8 years, 6 months ago) by conor
File length: 26017 byte(s)
Diff to previous 268988 (colored)
iplanet-ejbc task for EJB stubs and skeletons for the iPlanet
Application Server 6.0
Nested element to support iPlanet in ejbjar task


Submitted by:	Greg Nelson <greg@netscape.com>

Revision 268988 - (view) (annotate) - [select for diffs]
Modified Tue May 1 07:50:15 2001 UTC (8 years, 6 months ago) by conor
File length: 25937 byte(s)
Diff to previous 268905 (colored)
Repair install target and correct mionor typo

Revision 268905 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 11:26:26 2001 UTC (8 years, 7 months ago) by bodewig
File length: 25928 byte(s)
Diff to previous 268863 (colored)
<fixcrlf> will only overwrite files if their content is different from
the original.

Submitted by:	Attila Szegedi <szegedi@scriptum.hu>

Revision 268863 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 12:56:17 2001 UTC (8 years, 8 months ago) by bodewig
File length: 25631 byte(s)
Diff to previous 268848 (colored)
Add descriptions to main targets.

Submitted by:	mpoeschl@marmot.at

Revision 268848 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 09:12:47 2001 UTC (8 years, 8 months ago) by bodewig
File length: 25085 byte(s)
Diff to previous 268833 (colored)
Move TraXLiaison from optional.jar to ant.jar.

Revision 268833 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 09:15:29 2001 UTC (8 years, 8 months ago) by bodewig
File length: 24878 byte(s)
Diff to previous 268792 (colored)
Changed the <chmod>s and <fixcrlf>s.

(1) Make the files and directories we create accessible to anybody on Unix.

(2) Change permissions for the Perl script as well, so that it becomes
    executable.

(3) Add or remove CRs from Perl script and .java files according to
    the current paltform.

PR: 698 - for part (1)

Revision 268792 - (view) (annotate) - [select for diffs]
Modified Fri Mar 9 11:45:11 2001 UTC (8 years, 8 months ago) by bodewig
File length: 24187 byte(s)
Diff to previous 268758 (colored)
remove CRs from ant and antRun scripts in the dist targets.
PR: 837
Obtained from:
Submitted by:
Reviewed by:

Revision 268758 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 13:25:50 2001 UTC (8 years, 8 months ago) by bodewig
File length: 23983 byte(s)
Diff to previous 268756 (colored)
No reason to test for TraX anymore as we now officially require JAXP 1.1.

Revision 268756 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 03:00:57 2001 UTC (8 years, 8 months ago) by conor
File length: 24210 byte(s)
Diff to previous 268749 (colored)
Quick fix to get nightly builds working again.

Revision 268749 - (view) (annotate) - [select for diffs]
Modified Fri Mar 2 23:08:28 2001 UTC (8 years, 8 months ago) by conor
File length: 24020 byte(s)
Diff to previous 268728 (colored)
Further merges now that CVS is going a little faster

Revision 268728 - (view) (annotate) - [select for diffs]
Modified Fri Feb 23 05:06:58 2001 UTC (8 years, 9 months ago) by donaldp
File length: 23967 byte(s)
Diff to previous 268722 (colored)
Added extra test target that calls run-test as "test" is more common/standard

Revision 268722 - (view) (annotate) - [select for diffs]
Modified Fri Feb 23 04:59:13 2001 UTC (8 years, 9 months ago) by donaldp
File length: 23922 byte(s)
Diff to previous 268716 (colored)
Excluded pcvs from test cases as I believe it has to be localised??

Revision 268716 - (view) (annotate) - [select for diffs]
Modified Thu Feb 22 12:37:54 2001 UTC (8 years, 9 months ago) by donaldp
File length: 23766 byte(s)
Diff to previous 268696 (colored)
Added exclude when icontract is not present

Revision 268696 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 20:41:25 2001 UTC (8 years, 9 months ago) by rubys
File length: 23523 byte(s)
Diff to previous 268691 (colored)
Dump configuration information along with test output.
Based on a suggestion from Stephane Bailliez.

Revision 268691 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 13:44:44 2001 UTC (8 years, 9 months ago) by conor
File length: 23012 byte(s)
Diff to previous 268676 (colored)
Merge 1.3 branch changes into MAIN

Revision 268676 - (view) (annotate) - [select for diffs]
Modified Thu Feb 15 13:39:59 2001 UTC (8 years, 9 months ago) by bodewig
File length: 22987 byte(s)
Diff to previous 268652 (colored)
Merge in my patches from the 1.3 branch.

Revision 268652 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 12:32:01 2001 UTC (8 years, 9 months ago) by conor
File length: 23130 byte(s)
Diff to previous 268588 (colored)
Merge of 1.3 branch changes into the main branch

Revision 268588 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 14:30:23 2001 UTC (8 years, 9 months ago) by conor
File length: 23110 byte(s)
Diff to previous 268585 (colored)
MAIN is now 1.4 alpha

Revision 268585 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 13:54:05 2001 UTC (8 years, 9 months ago) by conor
File length: 23064 byte(s)
Diff to previous 268581 (colored)
Update version for 1.3 beta 1 build

Revision 268581 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 13:58:17 2001 UTC (8 years, 9 months ago) by conor
File length: 23064 byte(s)
Diff to previous 268567 (colored)
Add nested filesets to tar through which file permissions can be set.
This is done through an octal mode attribute. The groupname and username
may also be set. See build.xml for an example usage.

Revision 268567 - (view) (annotate) - [select for diffs]
Modified Sat Feb 3 14:23:47 2001 UTC (8 years, 9 months ago) by conor
File length: 22245 byte(s)
Diff to previous 268562 (colored)
Add in any jars in lib/optional when doing a build.

Revision 268562 - (view) (annotate) - [select for diffs]
Modified Fri Feb 2 17:04:01 2001 UTC