Started the type registry impl.
8 lines of code changed in:
Implemented "ROLE attribute is role name in interfaces" pattern.
32 lines of code changed in:
Stripped out cp manipulation to use simpler launcher.
Rearranged main method to be simpler by having spearate methods for CLI option parsing and setup of vars.
62 lines of code changed in:
Simplified Classloader management.
Assume all jar/zip files in lib path are sucked into runtime.
Assume that there is no difference between engine and client classes (mainly so as to make it easier to manage engine interaction via task registration et-al) without proliferating a billion jars.
12 lines of code changed in:
Add in my public key
35 lines of code changed in:
Extra clarification about where rpm task runs and what it does.
Submitted By: "Steve Loughran" <steve_l@iseran.com>
2 lines of code changed in:
Update names of properties.
96 lines of code changed in:
Whitespace removal.
0 lines of code changed in:
Removed need for AntException. Substituted TaskException where appropriate and used raw Exception in other places (ie setup of components).
211 lines of code changed in:
Moved Main/Constants/AntException to new package and made AntException not a RuntimeException
207 lines of code changed in:
Moved TskDeployer into separate directory.
98 lines of code changed in:
My PGP key.
I use my newer GnuPG key for mails (just ask 8-) and intend to use
this one to sign releases.
35 lines of code changed in:
ProjectEngine->ProjectManager (need a better name).
80 lines of code changed in:
Model is not a user concern but a modder/embeddor concern.
20 lines of code changed in:
Model is not a user concern but a modder/embeddor concern.
32 lines of code changed in:
Made model work with Arrays rather than Iterators (more typesafe).
32 lines of code changed in:
Migrate ProjectBuilderss to separate package
90 lines of code changed in:
Migrates ProjectListeners to separate package
108 lines of code changed in:
Created separate package to contain project model as per mutant.
47 lines of code changed in:
Moved TaskletEngine-> myrmidon.components.executor
Changed name to match word class of other components and to enforce uniformity in conventions. (Also same practice as used in other projects which hopefully will mean it is easier to understand).
166 lines of code changed in:
save, then commit - aaargh.
4 lines of code changed in:
Sun has put a profile of Ant in the "Best Practices" section on the
Dot-Com Builder site - added some links to our site.
Actually, I don't like the article too much and will try to make the
author change some parts so that they at least reflect reality (read
the section on "Task JAR layout" and you know what I mean).
29 lines of code changed in:
Started to fix some of the more ugly hacks that violated IOC.
32 lines of code changed in:
Move AntEngine->Embeddor to follow suit with Avalon+Framework JSR naming conventions.
38 lines of code changed in:
Update Launcher package and update ProjectListener* to reflect
* No project name
* tasklet->task
50 lines of code changed in:
Removed instance data from Project object. This allows reuse of Project objects ... is this required ???
93 lines of code changed in:
Starting to adapt to Cocoon2 style hierarchy as it fits Ant style.
343 lines of code changed in:
Started to update to task engine design I have been talking about.
212 lines of code changed in:
Run convert script to update to Beta Avalon.
692 lines of code changed in:
Make usage of my email address consistent (probably going to change
home provider).
19 lines of code changed in:
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>
126 lines of code changed in:
Added some more stuff, about 50% done now.
118 lines of code changed in:
Lots of mutant changes
55 lines of code changed in:
Link to list of system properties.
Submitted by: Ernst de Haan <ernst@jollem.com>
2 lines of code changed in:
Very early version of sorting and grouping the feature request for
Ant2.
Feel free to change everything I've done so far 8-)
105 lines of code changed in:
Clarify documentation of destdir attribute.
PR: 173
1 lines of code changed in:
skipemptyfilesets attributes of apply and execon - part 2.
forgot to save some files, sorry.
8 lines of code changed in:
Add skipemptyfilesets attributes to <execon> and <apply>.
PR: 1277
26 lines of code changed in:
Update for JUnit 3.7.
13 lines of code changed in:
Add link to Javadoc for date format + general clean-up.
PR:
Obtained from:
Submitted by:
Reviewed by:
32 lines of code changed in:
Fix an ArrayIndexOutOfBoundsException when building dom4j on Windows
6 lines of code changed in:
HTML-ify the requested-features file (as a diversion from the stuff I should
really be working on :)
PR:
Obtained from:
Submitted by:
Reviewed by:
1090 lines of code changed in:
Working on my data types :-)
99 lines of code changed in:
Spell Duncan's name correctly
1 lines of code changed in:
Mutant update.
Reorganization of classes to a fair extent
Introduction of a non-functional parallel task
Converted some data types over
Initial experiments with apsects used to store data type values
704 lines of code changed in:
<jboss> element for <ejbjar>
Submitted by: Paul Austin <paustin@viant.com>
119 lines of code changed in:
All the new things from recent patches
27 lines of code changed in:
Update to SQL task documentation. General cleanup and documentation of
new delimiter option
Submitted by: Mike Williams <mikew@cortexebusiness.com.au>
15 lines of code changed in:
This patch enables a newly created Perforce label to be locked
Submitted by: Les Hughes <leslie.hughes@rubus.com>
57 lines of code changed in:
Quote the -group parameter to Javadoc
Submitted by: Jay Glanville <dickon@nortelnetworks.com>
9 lines of code changed in:
Minor typo
1 lines of code changed in:
Class.newInstance throws a NoSuchMethodError in JDK 1.1 if there is no
no-arg constructor.
1 lines of code changed in:
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>
24 lines of code changed in:
Allow the SQL Delimiter to be set so that Oracle stored procs may be
entered.
Submitted by: Mike Williams <mikew@cortexebusiness.com.au>
13 lines of code changed in:
Initialize classes which are loaded through a classloader. Note that the
approach here uses newInstance to achieve initialisation for JDK 1.1
compatability. Under JDK 1.2, both initialization and the classloader to
use can be specified to Class.forName();
23 lines of code changed in:
Add some nested elements to javadoc where it seemed to be useful.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
249 lines of code changed in:
Improve error reporting in <xmlvalidate> and tell the XML where the
document is located.
Removed tabs, this makes this patch look a lot bigger than it is.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
23 lines of code changed in:
Add getResource() implementation to AntClassLoader
PR: 749
Submitted by: mlauer-ssci@lauer-edv.com <mlauer-ssci@lauer-edv.com>
100 lines of code changed in:
My proposal for Ant2 - Mutant
358 lines of code changed in:
sync classpath creation between Unix and Windows version.
1 lines of code changed in:
Made scripts a little more consistent, they should now work with IBM's
JDK on AIX out of the box.
Ant will now prepend CLASSPATH to the jars in ANT_HOME/lib like it
always did for Windows - if this is not the correct order, change it
here and in the batch file. We need to be consistent.
Make sure :: doesn't slip into the CLASSPATH when adding the library
jars.
67 lines of code changed in:
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>
23 lines of code changed in:
this makes ant work with jikes on OSX
i also generalized the case statement for figuring out the OS type
PR:
Obtained from:
Submitted by:
Reviewed by:
17 lines of code changed in:
Add in the addFailure method for later versions of JUnit
copied from PlainFormatter
15 lines of code changed in:
Add a new formatter "brief" for <junit>
PR: 1175
Submitted by: Robert Watkins <robert.watkins@qsipayments.com>
267 lines of code changed in:
recored the results fot last voting round
5 lines of code changed in:
capture System.out and System.err while running the junit tests.
Submitted by: Gerrit Riessen <Gerrit.Riessen@web.de>
164 lines of code changed in:
Make DirectoryScanner's error message a bit more useful.
PR: 1234
4 lines of code changed in:
Make tarfilesets work.
PR: 1543
Submitted by: Steve.Langley@ebay.sun.com
1 lines of code changed in:
fix wording of fileset example.
PR: 1239
Submitted by: Daniel.Barclay@digitalfocus.com
1 lines of code changed in:
Make <replace> work for multibyte character sets.
PR: 1208
Submitted by: AKIMOTO, Hiroki <akky@bigfoot.com>
10 lines of code changed in:
Make sure, we don't add "" to the archive - zip has gotten the same
special treatment a few weeks ago.
PR: 1607
10 lines of code changed in:
Pass -noexit flag to weblogic.rmic
PR: 1333
19 lines of code changed in:
Make <copy> throw an exception if the file to copy doesn't exist.
PR: 1547
Submitted by: Alan Gates <alang@radik.com>
4 lines of code changed in:
fix testcase 13 for available.
16 lines of code changed in:
Moved stuff that I called SEMI-REJECTED in
<http://marc.theaimsgroup.com/?l=ant-dev&m=98800940615921&w=2> to
ACCEPTED state (will back out, if somebody complains).
Fixed capitalization of Glenn's name.
4 lines of code changed in:
Added links to Steve Loughran's articles in Ant's docs dir.
12 lines of code changed in:
Add blurb about new "type" attr for <available> (meant to bundle this in
with the rest of the files for the change -- rats!)
PR:
Obtained from:
Submitted by:
Reviewed by:
PR:
Obtained from:
Submitted by:
Reviewed by:
4 lines of code changed in:
Backed out previous change that added a "dir" attribute, as this caused
backwards-compatibility issues. Added a "type" attribute instead, which
works with the "file" attribute to specify either a file or a directory.
PR:
Obtained from:
Submitted by:
Reviewed by:
42 lines of code changed in:
Removed an invalid assumption regarding the replacement of already
checked-out files.
1 lines of code changed in:
Capitalised "Perforce", cleaned up some typos, amended authors names.
Submitted by: Les Hughes <leslie.hughes@rubus.com>
9 lines of code changed in:
Created a resource page at the website, updated links to FAQ.
67 lines of code changed in:
- Added new tests for the dir-attribute
- Adjusted expected result for test13 - empty string is not a file
- Corrected all the tests - seems I have got the arguments in the wrong
order on first submission :-(
45 lines of code changed in:
The file was not correctly closed after validating it's contents, so the tests
failed on Windows.
14 lines of code changed in:
Added some comments, so one knows which entry in the buildfile belongs
to which test-method.
6 lines of code changed in:
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>
2480 lines of code changed in:
Rolling back whitespace changes.
0 lines of code changed in:
Repair install target and correct mionor typo
2 lines of code changed in: