May 2001 Commit Log

Number of Commits:
88
Number of Active Developers:
7
donaldp 2001-05-31 17:21

Started the type registry impl.

8 lines of code changed in:

donaldp 2001-05-31 17:20

Implemented "ROLE attribute is role name in interfaces" pattern.

32 lines of code changed in:

donaldp 2001-05-31 09:32

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:

  • proposal/myrmidon/src/java/org/apache/myrmidon: Main.java (+62 -89)
donaldp 2001-05-31 09:25

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:

  • proposal/myrmidon/src/java/org/apache/myrmidon/launcher: Main.java (+12 -1)
conor 2001-05-31 08:51

Add in my public key

35 lines of code changed in:

donaldp 2001-05-30 10:37

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:

  • docs/manual/OptionalTasks: rpm.html (+2 -1)
donaldp 2001-05-29 15:24

Update names of properties.

96 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon: Constants.java (+4 -2), Main.java (+61 -103)
  • proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor: MyrmidonEmbeddor.java (+28 -32)
  • proposal/myrmidon/src/java/org/apache/myrmidon/launcher: Main.java (+3 -3)
donaldp 2001-05-29 15:23

Whitespace removal.

0 lines of code changed in:

donaldp 2001-05-29 12:06

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:

donaldp 2001-05-29 10:47

Moved Main/Constants/AntException to new package and made AntException not a RuntimeException

207 lines of code changed in:

donaldp 2001-05-29 09:56

Moved TskDeployer into separate directory.

98 lines of code changed in:

bodewig 2001-05-29 09:27

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:

donaldp 2001-05-29 09:13

ProjectEngine->ProjectManager (need a better name).

80 lines of code changed in:

donaldp 2001-05-29 09:12

Model is not a user concern but a modder/embeddor concern.

20 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/ant: Main.java (+11 -11)
  • proposal/myrmidon/src/java/org/apache/ant/modules/basic: AntCall.java (+9 -9)
donaldp 2001-05-29 07:41

Model is not a user concern but a modder/embeddor concern.

32 lines of code changed in:

donaldp 2001-05-29 07:33

Made model work with Arrays rather than Iterators (more typesafe).

32 lines of code changed in:

donaldp 2001-05-29 07:13

Migrate ProjectBuilderss to separate package

90 lines of code changed in:

donaldp 2001-05-29 06:56

Migrates ProjectListeners to separate package

108 lines of code changed in:

donaldp 2001-05-29 06:17

Created separate package to contain project model as per mutant.

47 lines of code changed in:

donaldp 2001-05-29 06:00

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:

bodewig 2001-05-28 13:31

save, then commit - aaargh.

4 lines of code changed in:

bodewig 2001-05-28 13:28

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:

donaldp 2001-05-28 12:57

Started to fix some of the more ugly hacks that violated IOC.

32 lines of code changed in:

donaldp 2001-05-28 12:28

Move AntEngine->Embeddor to follow suit with Avalon+Framework JSR naming conventions.

38 lines of code changed in:

donaldp 2001-05-28 10:27

Update Launcher package and update ProjectListener* to reflect

* No project name

* tasklet->task

50 lines of code changed in:

donaldp 2001-05-28 09:06

Removed instance data from Project object. This allows reuse of Project objects ... is this required ???

93 lines of code changed in:

donaldp 2001-05-28 08:16

Starting to adapt to Cocoon2 style hierarchy as it fits Ant style.

343 lines of code changed in:

donaldp 2001-05-28 07:36

Started to update to task engine design I have been talking about.

212 lines of code changed in:

donaldp 2001-05-28 06:28

Run convert script to update to Beta Avalon.

692 lines of code changed in:

bodewig 2001-05-23 16:58

Make usage of my email address consistent (probably going to change

home provider).

19 lines of code changed in:

bodewig 2001-05-23 16:44

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:

bodewig 2001-05-23 15:32

Added some more stuff, about 50% done now.

118 lines of code changed in:

conor 2001-05-23 13:42

Lots of mutant changes

55 lines of code changed in:

bodewig 2001-05-22 14:40

Link to list of system properties.



Submitted by: Ernst de Haan <ernst@jollem.com>

2 lines of code changed in:

bodewig 2001-05-22 14:31

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:

bodewig 2001-05-22 10:03

Clarify documentation of destdir attribute.



PR: 173

1 lines of code changed in:

bodewig 2001-05-22 09:58

skipemptyfilesets attributes of apply and execon - part 2.



forgot to save some files, sorry.

8 lines of code changed in:

bodewig 2001-05-22 09:56

Add skipemptyfilesets attributes to <execon> and <apply>.



PR: 1277

26 lines of code changed in:

bodewig 2001-05-22 09:20

Update for JUnit 3.7.

13 lines of code changed in:

holtdl 2001-05-22 01:25

Add link to Javadoc for date format + general clean-up.

PR:

Obtained from:

Submitted by:

Reviewed by:

32 lines of code changed in:

rubys 2001-05-21 17:49

Fix an ArrayIndexOutOfBoundsException when building dom4j on Windows

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+6 -4)
holtdl 2001-05-20 00:03

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:

conor 2001-05-19 08:00

Working on my data types :-)

99 lines of code changed in:

conor 2001-05-18 14:58

Spell Duncan's name correctly

1 lines of code changed in:

conor 2001-05-18 13:38

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:

conor 2001-05-17 11:05

<jboss> element for <ejbjar>



Submitted by: Paul Austin <paustin@viant.com>

119 lines of code changed in:

conor 2001-05-17 10:43

All the new things from recent patches

27 lines of code changed in:

conor 2001-05-17 10:41

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:

  • docs/manual/CoreTasks: sql.html (+15 -9)
conor 2001-05-17 10:30

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:

  • docs/manual/OptionalTasks: perforce.html (+6)
  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Label.java (+51 -2)
conor 2001-05-17 09:56

Quote the -group parameter to Javadoc



Submitted by: Jay Glanville <dickon@nortelnetworks.com>

9 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+9 -8)
conor 2001-05-17 09:52

Minor typo

1 lines of code changed in:

bodewig 2001-05-11 06:27

Class.newInstance throws a NoSuchMethodError in JDK 1.1 if there is no

no-arg constructor.

1 lines of code changed in:

bodewig 2001-05-11 06:22

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:

conor 2001-05-10 15:25

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:

  • src/main/org/apache/tools/ant/taskdefs: SQLExec.java (+13 -1)
conor 2001-05-10 15:23

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:

bodewig 2001-05-10 12:14

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:

bodewig 2001-05-10 11:44

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:

conor 2001-05-09 15:14

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:

conor 2001-05-08 16:04

My proposal for Ant2 - Mutant

358 lines of code changed in:

bodewig 2001-05-08 12:21

sync classpath creation between Unix and Windows version.

1 lines of code changed in:

  • src/script: ant (+1 -1)
bodewig 2001-05-08 11:21

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:

bodewig 2001-05-08 09:35

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:

jon 2001-05-08 01:24

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:

  • src/script: ant (+17 -3)
conor 2001-05-05 14:02

Add in the addFailure method for later versions of JUnit

copied from PlainFormatter

15 lines of code changed in:

bodewig 2001-05-04 08:03

Add a new formatter "brief" for <junit>



PR: 1175

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

267 lines of code changed in:

bodewig 2001-05-04 07:11

recored the results fot last voting round

5 lines of code changed in:

bodewig 2001-05-03 15:04

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:

bodewig 2001-05-03 13:19

Make DirectoryScanner's error message a bit more useful.



PR: 1234

4 lines of code changed in:

bodewig 2001-05-03 13:10

Make tarfilesets work.



PR: 1543

Submitted by: Steve.Langley@ebay.sun.com

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Tar.java (+1 -1)
bodewig 2001-05-03 13:01

fix wording of fileset example.



PR: 1239

Submitted by: Daniel.Barclay@digitalfocus.com

1 lines of code changed in:

bodewig 2001-05-03 12:54

Make <replace> work for multibyte character sets.



PR: 1208

Submitted by: AKIMOTO, Hiroki <akky@bigfoot.com>

10 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+10 -6)
bodewig 2001-05-03 12:27

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:

  • src/main/org/apache/tools/ant/taskdefs: Tar.java (+10 -4)
bodewig 2001-05-03 11:35

Pass -noexit flag to weblogic.rmic



PR: 1333

19 lines of code changed in:

bodewig 2001-05-03 11:18

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:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+4 -1)
bodewig 2001-05-03 11:16

fix testcase 13 for available.

16 lines of code changed in:

bodewig 2001-05-03 08:42

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:

bodewig 2001-05-03 08:36

Added links to Steve Loughran's articles in Ant's docs dir.

12 lines of code changed in:

holtdl 2001-05-03 07:46

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:

holtdl 2001-05-03 07:41

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:

nico 2001-05-03 07:11

Removed an invalid assumption regarding the replacement of already

checked-out files.

1 lines of code changed in:

  • docs/manual/OptionalTasks: vss.html (+1 -3)
nico 2001-05-03 07:10

Capitalised "Perforce", cleaned up some typos, amended authors names.



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

9 lines of code changed in:

bodewig 2001-05-02 10:05

Created a resource page at the website, updated links to FAQ.

67 lines of code changed in:

nico 2001-05-01 11:41

- 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:

nico 2001-05-01 11:37

The file was not correctly closed after validating it's contents, so the tests

failed on Windows.

14 lines of code changed in:

nico 2001-05-01 11:36

Added some comments, so one knows which entry in the buildfile belongs

to which test-method.

6 lines of code changed in:

conor 2001-05-01 10:31

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:

conor 2001-05-01 08:07

Rolling back whitespace changes.

0 lines of code changed in:

conor 2001-05-01 07:50

Repair install target and correct mionor typo

2 lines of code changed in:

April 2001 »

Generated by StatSVN 0.3.2-SNAPSHOT