Directory proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers/

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

Browse with ViewVC

[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers

Lines of Code

proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 160 (100.0%) 4.2
donaldp 37 (97.4%) 156 (97.5%) 4.2
sbailliez 1 (2.6%) 4 (2.5%) 4.0

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-03-17 09:42

Move all but the optional tasks into the hierarchy o.a.t.todo rather than o.a.t.ant so as not to clash with ant1 compatability later

4 lines of code changed in:

donaldp 2002-03-06 10:37

Convert Jspc to using TaskContext to log

28 lines of code changed in:

donaldp 2002-02-21 09:41

Make tasks extend AbstractTask directly not via Task

2 lines of code changed in:

donaldp 2002-02-06 13:38

Style touchups

5 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+5 -3)
sbailliez 2002-01-20 17:35

- Fix order of modifiers

- Fix duplicate/unecessary imports

- Fix single if/else and loop without block

4 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+4 -2)
donaldp 2002-01-20 02:36

Did some create->add munging

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+2 -1)
donaldp 2002-01-20 02:11

Did some create->add munging

13 lines of code changed in:

donaldp 2002-01-17 08:04

This is the first patch of the looong process of refactoring the

setX()/createX() and setX()/addX() method pairs into a single setX() or

addX() method. ?I've started with Path, to get rid of some its inertia.



Submitted by: "Adam Murdoch" <adammurdoch_ml@yahoo.com>

1 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+1 -1)
donaldp 2002-01-12 05:01

Start to refactor and cleanup javac task

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+2 -2)
donaldp 2001-12-30 10:46

Restyled.

1 lines of code changed in:

donaldp 2001-12-30 09:25

Replace all different occurences of grabbing line separator with StringUtil.LINE_SEPARATOR

7 lines of code changed in:

donaldp 2001-12-23 14:25

Start updating logging to myrmidon style logging

5 lines of code changed in:

donaldp 2001-12-23 06:35

Fix up license banner.

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

donaldp 2001-12-21 14:21

Move to using Java2 collections API

6 lines of code changed in:

donaldp 2001-12-16 01:31

BuildException -> TaskException



Yay - down to 180 errors!!!!!!!!!!!!!!!!!!!!!

2 lines of code changed in:

  • proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.java (+2 -1)
donaldp 2001-12-16 00:39

BuildException -> TaskException



Removed uneeded imports.



Processed code through style formatter.

31 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/todo/org/apache/tools/ant/taskdefs/optional/jsp/compilers: JasperC.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.

41 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT