Log of /ant/core/trunk/build.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.