January 2000 Commit Log

Number of Commits:
32
Number of Active Developers:
4
rubys 2000-01-31 14:09

JDK 1.1.8 apparently doesn't like self referencial imports

0 lines of code changed in:

rubys 2000-01-30 17:15

More ant.home cleanup

2 lines of code changed in:

rubys 2000-01-30 16:20

Ensure quoted strings for javadoc are interpreted properly by the shell

7 lines of code changed in:

  • src/bin: antRun (+1 -2)
  • src/main/org/apache/tools/ant/taskdefs: Exec.java (+6 -6)
costin 2000-01-27 04:43

Added TaskAdapter - allows use of external Beans, without requiring them to

extend Task or have any ideea that Ant will use them.



The only requirement is to have a

void execute() throws Exception



That allows Tomcat ( and other projects) to define normal Beans and still

be able to script them.



The usage is identical with normal Task-extending Beans.



Also fixed bootstrap.sh.

122 lines of code changed in:

stefano 2000-01-27 03:57

transformed tabs into spaces...



BTW, Sam, my tests show the pumping threads

slow down the process to half of its original speed,

we should use a better method for this...

38 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Exec.java (+38 -40)
stefano 2000-01-27 03:54

used the new boolean method

16 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+16 -16)
stefano 2000-01-27 03:54

transformed tabs into spaces for more portable look

242 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+242 -247)
stefano 2000-01-27 03:53

added ability to fork the JVM for those processes that call System.exit(), also added the JVM arguments

38 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Java.java (+38 -7)
stefano 2000-01-27 03:51

cleaner use of the Java API and added the "TODAY" stamp, used mainly in documentation

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Tstamp.java (+23 -27)
stefano 2000-01-27 03:51

updated task list

1 lines of code changed in:

stefano 2000-01-27 03:50

new task: delete single file (strangely it was missing)

82 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Delete.java (new 82)
stefano 2000-01-27 03:50

centralized and more generic method for evaluating boolean attributes

8 lines of code changed in:

stefano 2000-01-27 03:49

removed these: mixing the GPL with BSD is bad, no matter what...

0 lines of code changed in:

stefano 2000-01-27 03:48

small cleanups

0 lines of code changed in:

stefano 2000-01-27 03:48

MUCH! improved documentation (also up-to-date with latest changes)

1546 lines of code changed in:

stefano 2000-01-27 03:47

some nice intro (preparing for a decent distro)

128 lines of code changed in:

stefano 2000-01-27 03:47

new build file (hopefully better)

112 lines of code changed in:

rubys 2000-01-26 03:46

Simultaneously consume both the stdout and stderr during exec calls

(StreamPumper code based on org.apache.jasper.compiler.JikesJavaCompiler)

75 lines of code changed in:

rubys 2000-01-26 00:54

Better support for jdk1.2, keep the generated source files and put them in

a separate folder

Submitted by: Ludovic Claude <lc@websitewatchers.com>

142 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Rmic.java (+142 -23)
rubys 2000-01-25 23:03

Main: fixed a pb with the -D parameter

Project: prints the os as well as jdk version

taskdefs.Exec: Fixed issues with Win95

Submitted by: Ludovic Claude <lc@websitewatchers.com>

42 lines of code changed in:

stefano 2000-01-24 00:15

Added the ability to dump everything to a file.

75 lines of code changed in:

stefano 2000-01-23 11:39

new javadoc task now extends exec and spawns another JVM to go around the system.exit() problems

679 lines of code changed in:

stefano 2000-01-23 11:38

removed security manager

278 lines of code changed in:

stefano 2000-01-23 11:37

updated readme

0 lines of code changed in:

rubys 2000-01-21 04:44

Copydir shouldn't warn that it is doing what is requested

Submitted by: Glenn Twiggs <Glenn_Twiggs@bmc.com>

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copydir.java (+2 -2)
rubys 2000-01-14 13:50

Allow jakarta-ant to be build into an "ANT_HOME" structure in place.

Move implicit tasks into an explicit init target

24 lines of code changed in:

rubys 2000-01-14 02:13

Misc doc, scoping, style and error recovery issues

Submitted by: Kare Nuorteva <kare@satama.com>

82 lines of code changed in:

rubys 2000-01-13 18:08

Make system self contained, bootstrapable, and buildable on both

Windows and Unix platforms.

6 lines of code changed in:

duncan 2000-01-13 10:42

initial checkin

5298 lines of code changed in:

duncan 2000-01-13 10:30

Really just a test of notifications

0 lines of code changed in:

duncan 2000-01-13 10:24

Flesh out readme and testing putback notifications

53 lines of code changed in:

duncan 2000-01-13 10:15

Initial revision

1 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT