Italicised the deprecated tasks
Submitted by: mpoeschl@marmot.at
4 lines of code changed in:
Readded IContract
Submitted By: Aslak Helles?y <aslak.hellesoy@netcom.no>
66 lines of code changed in:
Added -emacs flag.
5 lines of code changed in:
By Christoph Wilhelms: Externalization of strings and removal of
dependency ordering capability.
169 lines of code changed in:
Typo fixup
Submitted By: Jeff Turner <jeff@socialchange.net.au>
1 lines of code changed in:
Readded icontract docs
36 lines of code changed in:
Pvcs task name added to default list
1 lines of code changed in:
Actually add the Pvcs file
2 lines of code changed in:
Added extra test target that calls run-test as "test" is more common/standard
2 lines of code changed in:
Bleh - I really should test that it compiles no ? ;)
1 lines of code changed in:
Pvcs test buildfile
23 lines of code changed in:
Pvcs test
38 lines of code changed in:
Pvcs docs
173 lines of code changed in:
PCVS link
1 lines of code changed in:
Excluded pcvs from test cases as I believe it has to be localised??
3 lines of code changed in:
Removed stray ^M
0 lines of code changed in:
Added name for icontract
1 lines of code changed in:
Added IContract task
Submitted By: <aslak.hellesoy@netcom.no>
87 lines of code changed in:
Added exclude when icontract is not present
5 lines of code changed in:
Added in missing import ..
1 lines of code changed in:
Added in sketch of new item set type approach which is generalisation of current system.
0 lines of code changed in:
Changed sample file extentnion to .ant
53 lines of code changed in:
Changed default file extentnion to .ant
1 lines of code changed in:
Rearranged packages
28 lines of code changed in:
Added Christoph Wilhelms' "depends" property editor.
237 lines of code changed in:
Increase timeout in ExecuteWatchdog test to improve its chance to
pass. The race condition is still there, this only masks the problem
that a Thread that sleeps for TIME_OUT/2 might not terminate within
TIME_OUT.
1 lines of code changed in:
Dump configuration information along with test output.
Based on a suggestion from Stephane Bailliez.
15 lines of code changed in:
Disabled the testcases which really try to access a webserver. Not everyone
has one.
5 lines of code changed in:
Merge 1.3 branch changes into MAIN
1083 lines of code changed in:
orphaned change
2 lines of code changed in:
Merge in my patches from the 1.3 branch.
4 lines of code changed in:
Added a note about how to use the srcdir-attribute (not include packages there)
because this seems to become a very frequently asked question.
6 lines of code changed in:
Initial blurb on Antidote.
76 lines of code changed in:
Merge back Tar changes so they can be tested with Gump
45 lines of code changed in:
Merge of 1.3 branch changes into the main branch
12078 lines of code changed in:
Add a warn on longfile mode
----------------------------------------------------------------------
33 lines of code changed in:
Just changed some parameters to conform to ant standard
2 lines of code changed in:
Applied Chris Wilhelm's change to provide a clear log button, and not
to clear the log by default. Also added date to the start and end
build messages.
36 lines of code changed in:
Applied patch from Deryk Sinotte that fixes problem with discontiguous
selections of multiple targets.
7 lines of code changed in:
Removed awk script now that src copy does not occur.
3 lines of code changed in:
Rearranged convert package with separation of client-engine code
41 lines of code changed in:
Updated to reflect new package hierarchy
30 lines of code changed in:
Removed old tasks and moved them into module hierarchy
3 lines of code changed in:
Updated to reflect new packaging
10 lines of code changed in:
Moved DataType engine components to tasklet hierarchy as it can not exist independenct of tasklets.
22 lines of code changed in:
Moved DataType to tasklet hierarchy as it can not exist independenct of tasklets.
1 lines of code changed in:
Module for basic functionality useful in almost all domains
113 lines of code changed in:
Package used to hold test cases for features of task engine
12 lines of code changed in:
Basic module that contains task essential to operation/bootstrapping of myrmidon/ant
75 lines of code changed in:
Add in Log4J
4 lines of code changed in:
Update webpage - thanks Nico.
11 lines of code changed in:
Since velocity.properties has a hardcoded path to ../../jakarta-site2 why not
include all the jars jakarta-site2 provides, so that AnakiaTask should always be
available?
13 lines of code changed in:
Pointers to other jakarta-projects are correct now and the other projects are
now named "Other Projects" instead of "SubProjects"
24 lines of code changed in:
MAIN is now 1.4 alpha
1 lines of code changed in:
Update version for 1.3 beta 1 build
1 lines of code changed in:
Initial attempt at an Anakia based webpage
223 lines of code changed in:
Fix up the location where the toplink element looks for descriptors.
Thanks to much persistence by Cyril Bouteille <CyrilBouteille@yahoo.com>
14 lines of code changed in:
Make antlr test file a little better, but it still fails to pass its
junit tests
1 lines of code changed in:
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.
148 lines of code changed in:
Added debug-attribute to rmic (Bug #224)
13 lines of code changed in:
Unix was alread correct.
2 lines of code changed in:
Copy - which is to save compiling files which have already been compiled
now goes to the right place.
4 lines of code changed in:
Enhancements to SoundTask to allow a directory to be specified from which
a random sound will be chosen.
Submitted by: Diane Holt <holtdl@yahoo.com>
69 lines of code changed in:
enhancement to the optional task PropertyFile.
Operations can now be applied to all types. The now and never operations
have become values for the = operation.
Submitted by: Thomas Christen <chr@active.ch>
400 lines of code changed in:
Changes to wlstop and wlrun to work with weblogic 6.0
Use under 5.1 is unchanged. Under WL6.0, a number of new attributes
must be provided. An example of use under WL6.0 is
<target name="petstore">
<wlrun taskname="petstore"
classpath="${weblogic.classes}"
name="petstoreServer"
domain="petstore"
home="${weblogic.home}"
password="petstorePassword"
beahome="${bea.home}"/>
</target>
Thanks to Andrew Sliwkowski and Peter Cardimino of BEA for clarifying how
to get this to run under WL6.0
215 lines of code changed in:
Try to maintain the current compression setting rather than just avoiding
compression, since Weblogic 6.0 generates compressed jars whereas 5.1
generates uncompressed jars
8 lines of code changed in:
Fixes to AntClassLoader.
Changes AntClassLoader so it does not use the primordial class
loader for system classes. This is needed when the classloader itself was not
loaded with the primordial loader.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>Reviewed by:
58 lines of code changed in:
Documented if and unless attributes of the nested include and exclude
elements of PatternSet.
Reported by Peter Donald (from the openejb-dev-list)
13 lines of code changed in:
Made sure env vars are cleaned
Also added bootstrap jars to CLASSPATh because for some reason they were not being added otherwise ???
2 lines of code changed in:
Made sure env vars are cleaned and CLASSPATH is not decorated with extra " characters. It is expected that if CLASSPATH is set that it is valid and thus the extra "'s are uneeded.
2 lines of code changed in:
Minor format change.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
1 lines of code changed in:
Add support for untaring of GNU tar files.
23 lines of code changed in:
Add in any jars in lib/optional when doing a build.
17 lines of code changed in:
Handle classes which are on the classpath but which cannot be loaded due to
downstream dependencies.
5 lines of code changed in:
Change buildException to always print nested exceptions when printing
its stack trace. Removed the equivalent code from DefaultLogger.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
29 lines of code changed in:
Made it build on systems where CLASSPATH is not se by rearrangine CP entries.
Note this will still leave some java-runtimes broken but it should *mostly* work
1 lines of code changed in:
oops, forgot a file
254 lines of code changed in:
New task <junitreport> and some improvements of DOMElementWriter
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
946 lines of code changed in:
<junit> wouldn't write to a file anymore.
3 lines of code changed in:
Build process tweaks. Source distribution now builds out of box on
Solaris.
8 lines of code changed in:
Fixed Bug #378.
ExecuteOn (and Apply) have a default-value of false for their parallel-attribute.
4 lines of code changed in:
perform property expansion on the patterns read from files specified
as includesfile or excludesfile attributes.
Suggested by: Jason Rosenberg <jason@squaretrade.com>
32 lines of code changed in:
Some additional enhancements to junit related classes.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
242 lines of code changed in:
Test should be >= since we need space for the terminator.
1 lines of code changed in:
Add support for long filenames in tar task. The tar task now takes an
attribute "longfile" which can take either the value "truncate" or the
value "gnu". If the attribute is omitted, an exception is thrown (the
current behaviour). Truncation is currently silent but willbe fixed to
give a warning.
Restored building of tar files in the distribution target.
84 lines of code changed in:
Move constant strings from XMLJunitResultFormatter into a separate
interface - important for a new task that will follow.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
109 lines of code changed in:
Rename <transform> to <apply>
121 lines of code changed in:
Fixed javadoc of Zip.addZipfileset
2 lines of code changed in: