Directory proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink/

Directory Created:
2001-12-15 12:06
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
3
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink

Lines of Code

proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
donaldp 19 (100.0%) 148 (100.0%) 7.7

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2001-12-30 00:21

Update classes so that Path no longer accepts a Project object in its constructor and there is no setProject in ProjectComponent objects

2 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: JlinkTask.java (+2 -2)
donaldp 2001-12-23 14:25

Start updating logging to myrmidon style logging

3 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: JlinkTask.java (+3 -4)
donaldp 2001-12-23 06:35

Fix up license banner.

3 lines of code changed in:

donaldp 2001-12-22 13:00

restyled



Removed setAntRun() calls from Execute class



Renamed Environment to EnvironmentData

1 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: jlink.java (+1 -1)
donaldp 2001-12-21 14:21

Move to using Java2 collections API

13 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: jlink.java (+13 -12)
donaldp 2001-12-16 05:44

log() --> getLogger().info()

1 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: JlinkTask.java (+1 -1)
donaldp 2001-12-16 02:05

BuildException -> TaskException



39 errors to go

39 errors to go

hey ho we're merry now for theres

39 errors to go

7 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: JlinkTask.java (+7 -1)
donaldp 2001-12-16 00:39

BuildException -> TaskException



Removed uneeded imports.



Processed code through style formatter.

61 lines of code changed in:

donaldp 2001-12-15 14:56

Started refactoring.



Made BuildException extend TaskException. Now BuildException is no longer a RuntimException and needs to be declared everywhere it could be thrown



Removed the constructors that took location info for BuildException. Location is something known about byt the container and the tasks them selves should not be worrying about that sort of thing



Removed a bunch of deprecated methods and features. Also moved all file handling utilities outside iof the Project class. To aid the transition I added a resolveFile method to the base ProjectComponent class.



480 odd compile errors left to clean up.

1 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/jlink: JlinkTask.java (+1 -1)
donaldp 2001-12-15 12:06

Add in a clone of the main ant source tree so that it can undergo some heavy refactoring.



Initial stages involves just making the Ant1.x tasks implement Ant2 interface and refactoring BuildException such that it can be easily be replaced by TaskException etc.

56 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT