Stefan Bodewig
5594451580
New task <concat>
Submitted by: Derek Slager <derek@activate.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272165 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
9c0d2b9733
Write a basic task that prints out extension and package specification data for a library or set of librarys
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272164 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
2db2db4628
Update to latest ant binaries to get new manifest data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272163 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
a0dde3035f
Upgrade to new extensions package to get the specifications parser and data holder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272162 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
96a0bcf388
Speclling would be a great skill ... or so they tell me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272161 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
7a58f9b7cf
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272160 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
61cbe76230
Documentation for splash task.
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272159 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
0de17bca25
Log errors rather than ignoring them.
Submitted by: dion@multitask.com.au via "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272158 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f7c0a7741d
Add method to FileUtils that emulates File.createNewFile (well, sort
of) and use it in Touch as well as BuildNumber.
Various JDK 1.1 issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272157 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1d4c24c80f
regenerate HTML version of TODO list
The usual 2002 cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
fd7d23a011
patch supplied by bechtel@ipcon.de (Patric Bechtel) PR 7657
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272155 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Darrell DeBoer
2a91ac371e
* Fixed a bunch of checkstyle violations (mostly
javadoc)
* Added basic javadoc target to build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272154 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
c4b35c99e8
Revert last change because I am a doppy bugger
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272153 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
2bb17f5dbb
Ant package and extension have same value so may aswell expand property ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272152 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
4402a1fb9b
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272151 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
e8a000ecfe
Catch up on WHATSNEW.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272150 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
e2ca50cce1
Allow 'dirsep' and 'pathsep' to contain multi-character values.
(Submitted by M. Kerkhoff, PR 6543)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272149 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
cd8ef18058
Flesh out the example to show the prop's use in an "unless". (PR 5775)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272148 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
b2f61cd56d
Made sure error is read (and ignored?) to avoid blocking.
Reported By: Vincent Massol
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272147 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
13236d1572
Add an example that will draw out problem with entry with 0 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272146 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
a4019bb13b
Make sure the parser works when there is no changes for an entry.
Reported By: Vincent Massol
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272145 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
01a69e59fe
If 'output' is a simple or relative filename, make it relative
to ${basedir}, not ${user.dir}. (If it's a full-path, it'll go
to the full-path file.) (PR 4548)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272144 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
46f5042246
add java1.4 support as an objective. BTW, what about antlib?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272143 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
a54a5e4ca6
More quoting cruft. (Maybe we should just put the entire
script inside one giant quote! :) (PR 4340)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272142 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
35871351d8
Add a 'failonerror' attr. (PR 4273)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272141 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
c0c34e366e
Add a todo for re: extension stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272140 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
a4310383f8
finally we have an Ant 1.5 To-Do list. Its not much, but then again, should it really be? :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272139 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
5e98e67898
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272138 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
03184992c3
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272137 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Darrell DeBoer
66d9400a3b
Better Ant1-style configuration in compatibility layer,
as JUnit task relies on child elements being created before,
but configured after, the parent.
Build "test" target now passes when run through Myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272136 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
ead2fe108e
Copy across some todos from the actionlist
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272135 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
4e90f37bae
Add a blurb about schedulers, test engines, install toools and so forth reusing myrmidon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272134 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
cd18fd06e4
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272133 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
2db42da13c
Expand the XPath todo to note that we could use it to do antcalls
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272132 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
05f85418a2
Add a todo for XPath like structures for tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272131 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
eac03a504a
Add a TODO for writing an Embeddor HOWTO and assign it to me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272130 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
04aa34610e
Add a new TODO
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272129 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
57dba9c36a
Added info wrt nested elements (PR 3189).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272128 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
b8147dc0dc
Add check for "%_JAVACMD%.exe" (PR 2484).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272127 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
05a7fe852f
Added a 'srcfile' attribute (PR 1681).
(But also found a NPE bug in the mapper stuff :( -- will try
to fix in a separate change.)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272126 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
90c469486c
Updating Excalibur to the i18n lib grabbed directly from Myrmidon.
Thanks Peter ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272125 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
e5af347f98
Only display log message in verbose mode.
Submitted by: "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272124 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Darrell DeBoer
78f2da01c3
* New ProjectBuilder which programmatically converts from Ant1 to Myrmidon
project, rather than using a stylesheet. (This is now the default builder for
".xml" files.)
* Removed xml-apis.jar and xalan.jar, and added jaxp.jar back in. Hopefully, this
will keep us out of avoid jar version hell.
* Added more stuff to the ${java.class.path} property available to ant1 tasks.
* Can now fully build Myrmidon using Ant1 compatibility layer. All test bar one
(Ant1CompatTestCase) pass when run using Myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272123 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
46b1e1afdd
Patch that lets the changelog task perform some logging to ease
debugging and see what cvs command is executed.
Submitted by: "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272122 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
03daeaf3d1
Add a basic page about configuring tasks in myrmidon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272121 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
8c0f3fd0c1
Start to integrate documentation about
* Configuring tasks
* Types/Roles
* Converter architecture
It is woefully incomplete but got sick of looking at it. Hopefully uploading it will make me more likely to work on it ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272120 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
a459897fab
Do a bit of clean-up on <buildnumber>/<changelog> docs;
add them to the tasks tables; add <buildnumber> to the
core tasks list.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272119 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
317e64c590
Source sections are <pre/> and thus should not have all that surrounding whitespace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272118 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
6e56b4522a
Reflected across from 1nt1.x tree...
Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272117 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
ded098d539
Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272116 13f79535-47bb-0310-9956-ffa450edef68
23 years ago