April 2001 Commit Log

Number of Commits:
86
Number of Active Developers:
8
holtdl 2001-04-30 23:25

Make "file" attribute only check for a file; add "dir" attribute for checking

for a directory; update doc.

PR:

Obtained from:

Submitted by:

Reviewed by:

52 lines of code changed in:

nico 2001-04-29 16:24

Added new tasks vsscheckin and vsscheckout

1 lines of code changed in:

nico 2001-04-29 16:24

- Merged VSS-Documentation into one file

- Added documentation for vsscheckin and vsscheckout

528 lines of code changed in:

nico 2001-04-29 16:23

Support Checkin- and Checkout-Commands of Microsoft Visual SourceSafe.



Submitted by: mpoeschl@marmot.at <mpoeschl@marmot.at>

510 lines of code changed in:

nico 2001-04-29 16:13

vsslabel now allows to specify a comment for the label.



Submitted by: Jon Skeet <jon.skeet@peramon.com>

23 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/vss: MSVSSLABEL.java (+23 -2)
bodewig 2001-04-27 12:48

specify encoding for XmlLogger, handle TEXT Elements properly in

DOMElementWriter.



Submitted by: Stephane Bailliez <sbailliez@imediation.com>

18 lines of code changed in:

bodewig 2001-04-27 12:36

Moved <pvcs> to a package of its own, added nested element to it to

handle multiple projects in one go.



Submitted by: Frank Wierzbicki <wierzbickif@yahoo.com>

559 lines of code changed in:

bodewig 2001-04-27 11:58

add logging message to <copy>



Submitted by: Dennis Gregorovic <dennis@arsdigita.com>

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+3)
bodewig 2001-04-27 11:52

Make port and password file configurable in <cvs>.



Add new task to insert a password into the CVS password file (only

recommended for anonymous access to repositories).



Submitted by: Jeff Martin <jeff@custommonkey.org>

380 lines of code changed in:

bodewig 2001-04-27 08:42

remove the <question> element from generated HTML.

28 lines of code changed in:

  • webpage/docs: faq.html (+26 -26)
  • webpage/xdocs/stylesheets: faq.vsl (+2 -2)
bodewig 2001-04-27 08:01

BuildMonitor is a listener, not a logger.

2 lines of code changed in:

bodewig 2001-04-27 07:57

Added a couple of FAQs.

812 lines of code changed in:

nico 2001-04-26 23:31

Added a note about how Ant (the javac task) finds the files that need

a rebuild.

4 lines of code changed in:

nico 2001-04-26 23:22

Bug# 1530



Missing default-value for failOnError-attribute

1 lines of code changed in:

jon 2001-04-26 21:25

rebuilt the site with the latest project.xml cleanup fixes

PR:

Obtained from:

Submitted by:

Reviewed by:

44 lines of code changed in:

jon 2001-04-26 21:24

more project.xml cleanup

PR:

Obtained from:

Submitted by:

Reviewed by:

9 lines of code changed in:

jon 2001-04-26 21:22

for some reason, Ant isn't using the jakarta-site2 site.vsl file. so, this

change brings it in line with the current file.



cleaned up the project.xml file



rebuilt the site



worked around the issue in Velocity with parsing #$id

PR:

Obtained from:

Submitted by:

Reviewed by:

45 lines of code changed in:

holtdl 2001-04-26 20:18

Minor clean-up (and verifying I can commit from my home machine <yay!>).

PR:

Obtained from:

Submitted by:

Reviewed by:

11 lines of code changed in:

  • webpage/xdocs: faq.xml (+11 -11)
bodewig 2001-04-26 16:10

modularize site.vsl, add a first cut at a FAQ with a stylesheet of its

own.

1173 lines of code changed in:

bodewig 2001-04-25 14:12

Use current time instead of something illegal when we don't know the

last modification time of a dir.

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+5 -1)
bodewig 2001-04-25 11:55

change status message

4 lines of code changed in:

bodewig 2001-04-25 11:49

we shouldn't forget that some committers also write articles

7 lines of code changed in:

bodewig 2001-04-25 11:39

J2EEUnit is Cactus in the jakarta-commons project now.

1 lines of code changed in:

donaldp 2001-04-25 06:06

More resources links



Submitted By: Weiqi Gao <weiqigao@networkusa.net>

4 lines of code changed in:

donaldp 2001-04-25 05:42

Added some external resources.

14 lines of code changed in:

bodewig 2001-04-24 08:42

More JDK 1.1 issues. Culprits have been <pvcs>, <record> and the new

zip package.

158 lines of code changed in:

bodewig 2001-04-24 07:13

Fix stupid NPE introduced with my ZIP changes.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Zip.java (+3 -1)
bodewig 2001-04-24 07:09

Make EjbcHelper JDK 1.1 compatible.



Submitted by: <francis@devereux.tc>

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ejb: EjbcHelper.java (+5 -5)
bodewig 2001-04-23 16:12

Reimplementation of ZipOutputStream along with a subclass of ZipEntry

to allow Ant generated zip/jar/war/ear files to be extracted on Unix

boxes without permission problems for directories.



This one uses external file attributes like InfoZip's zip does, this

is a rough cut - the infrastructure to set arbitrary permissions and

add user/group IDs via Zip's external fields is there, but not used

ATM. Directories will always get 755 permissions right now.



The testcases work on my box, and I can extract Ant created archives

without any trouble - can't await tomorrows Gump run.



package documentation for org.apache.tools.zip will follow.

2333 lines of code changed in:

bodewig 2001-04-23 09:54

Peter lifted his veto

2 lines of code changed in:

bodewig 2001-04-23 08:45

voting results

130 lines of code changed in:

donaldp 2001-04-21 02:43

Added extra feature request.



Submitted By: J.D. Fagan

1 lines of code changed in:

donaldp 2001-04-21 02:20

Made sure OS version is parsed correctly for OSX



Submitted By: Archit Shah <ashah@arsdigita.com>

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+5 -2)
conor 2001-04-19 14:36

Create the ejbjar weblogic command line as a set of arguments rather than

as a single line. Avoids problems with paths which contain spaces.



Submitted by: Paul Ste. Marie <SteMarie@digineer.com>

11 lines of code changed in:

conor 2001-04-19 14:02

Provide a way to specify addtional class path for blgenclient

task.



The borland Generate client uses a java call instead of the launch of an

external process.

The previous mode is still available if you set mode="fork"



Submitted by: Beno?t MOUSSAUD <benoit.moussaud@criltelecom.com>

134 lines of code changed in:

bodewig 2001-04-18 15:54

Add pointer to Dave Dribin's J2ME tasks.



Submitted by: Dave Dribin <drib@enteract.com>

90 lines of code changed in:

bodewig 2001-04-18 14:49

brush up documentation for <javadoc> (adding documentation for the

excludepackagenames attribute in the first place), minor cleanups in

the implementation of this task.

74 lines of code changed in:

bodewig 2001-04-17 07:06

Add information about the AspectJC task.

90 lines of code changed in:

metasim 2001-04-17 00:31

Move message

6 lines of code changed in:

metasim 2001-04-17 00:27

Antidote officially moved to the CVS module jakarta-ant-antidote.

0 lines of code changed in:

nickdavis 2001-04-16 01:54

Added DragTree.java and DragTreeListener.java

(a JTree with drop and drag support)

0 lines of code changed in:

nickdavis 2001-04-16 01:52

changed the JTree to DragTree and added DragTreeListener

52 lines of code changed in:

nickdavis 2001-04-16 01:49

modified getDisplayName to display common attribute information

(eg "mkdir: ${build.dir}")

38 lines of code changed in:

nickdavis 2001-04-16 01:45

added a few optional tasks

110 lines of code changed in:

  • src/antidote/org/apache/tools/ant/gui/acs: project.dtd (+110 -10)
nickdavis 2001-04-16 01:44

added <patternset> to <fileset>'s possible children

1 lines of code changed in:

  • src/antidote/org/apache/tools/ant/gui/acs: share.dtd (+1 -1)
nico 2001-04-14 07:25

The completion of the fix for Bug #975: include proper handling of parsing

chunks of data returned by the external environment listing program

(whose command is returned by getProcEnvCommand()). UNIX environment

variables can contain text with embedded newlines.



Submitted by; Daniel Rall <dlr@finemaltcoding.com>

21 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+21 -2)
bodewig 2001-04-12 06:03

Rename <recorder> ro <record>.



Waiting too long with a step like this would force us to deprecate it

first, I hope only a few people have been using <recorder> yet.

9 lines of code changed in:

donaldp 2001-04-11 22:44

Updated ant to get environment from MacOS X



Submitted By: Archit Shah <ashah@arsdigita.com>

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+12)
donaldp 2001-04-11 22:39

Added in python style runant script



Submitted By: MOUSSAUD Beno?t <benoit.moussaud@criltelecom.com>

96 lines of code changed in:

nickdavis 2001-04-11 20:43

add support for optional elements

529 lines of code changed in:

nickdavis 2001-04-11 20:41

sort elements in the combobox

8 lines of code changed in:

nickdavis 2001-04-11 20:40

add function to fill a List from an Object[]

0 lines of code changed in:

bodewig 2001-04-10 13:58

Tested <junit> with new JUnit 3.6.

2 lines of code changed in:

bodewig 2001-04-10 07:06

Move the "Running Ant" section from "Installing Ant" to a page of its own.

116 lines of code changed in:

donaldp 2001-04-10 05:06

Updated icontract task



Submitted By: aslak.hellesoy@bekk.no

379 lines of code changed in:

donaldp 2001-04-10 04:49

Claim some fame

1 lines of code changed in:

donaldp 2001-04-10 04:47

Added in xmlvalidate task



Submitted By: Raphael PIERQUIN <pierquin@agisphere.com>

493 lines of code changed in:

donaldp 2001-04-10 04:29

Added in basic RPM task



Submitted By: Josh Lucas <josh@stonecottage.com>

289 lines of code changed in:

conor 2001-04-07 03:51

Borland ejbjar element documentation

New blgenclient task to generate client jar for Borland EJBs



Submitted by: Beno?t MOUSSAUD <benoit.moussaud@criltelecom.com>

432 lines of code changed in:

nickdavis 2001-04-06 20:00

added input validation to dialog

90 lines of code changed in:

nickdavis 2001-04-06 18:40

no "delete" menu for project element. display "delete" and "new element"

for all elements.

23 lines of code changed in:

nickdavis 2001-04-06 15:54

editor which provides a combobox of available attributes

2 lines of code changed in:

nickdavis 2001-04-06 15:52

getAction was added to allow removal of JDK 1.3 feature

10 lines of code changed in:

nickdavis 2001-04-06 15:51

removed the use of JDK 1.3 feature (Button.getAction)

5 lines of code changed in:

nickdavis 2001-04-06 15:50

new elements will have required attributes added

14 lines of code changed in:

nickdavis 2001-04-06 15:49

registered DtdAttributePropertyEditor with PropertyEditorManager

6 lines of code changed in:

nickdavis 2001-04-06 15:48

changed "NamedValues" property to ACSDtdDefinedAttributes

to allow for custom editor.

50 lines of code changed in:

nickdavis 2001-04-06 15:45

Added "DtdAttributes" class and fixed DtdElement's getters and setters.

83 lines of code changed in:

bodewig 2001-04-06 08:50

Add property attribute to <p4counter>



Submitted by: Kirk Wylie <kirk@radik.com>

71 lines of code changed in:

  • docs/manual/OptionalTasks: perforce.html (+26 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional/perforce: P4Counter.java (+45 -9)
bodewig 2001-04-06 08:35

minor correction for run-single-test

1 lines of code changed in:

bodewig 2001-04-06 08:33

First cut at a task writer guildline.



Submitted by: Steve Loughran <steve_l@iseran.com>

291 lines of code changed in:

metasim 2001-04-05 00:15

Fixed coding system problem (dos-2-unix translation error).

0 lines of code changed in:

bodewig 2001-04-04 13:35

Add a <metainf> element to <jar>

29 lines of code changed in:

bodewig 2001-04-04 12:03

New task <recorder>



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

621 lines of code changed in:

bodewig 2001-04-04 11:44

document newenvironment attribute of apply.

6 lines of code changed in:

bodewig 2001-04-04 10:36

oops, Front Page is Ant's, not the one of Jakarta.

8 lines of code changed in:

bodewig 2001-04-04 10:28

separate Ant specific menus from the rest

33 lines of code changed in:

bodewig 2001-04-04 09:12

New task <p4counter>



Submitted by: Kirk Wylie <kirk@radik.com>

142 lines of code changed in:

nico 2001-04-04 06:56

- Removed javadoc explaining attributes of task. This info is already in the

vsshistory.html file. I didn't want to duplicate the work.

- Renamed task attribute "outputfilename" to "output" to unify the task

attribute namespace (i.e., other tasks use "output", why not this one?).

Also made sure that the output filename is relative to the project's

basedir.

- Added task attribute "dateFormat" to allow the format of dates in "toDate"

and "fromDate" to be specified. This was necessary for the "numDays"

functionality to work properly with my date format.

- Added "default" choice to "style" attribute. If an unknown style attribute

is provided, a BuildException is thrown.

- Fixed examples in the documentation which not included vsspath

- Only pass -R once to ss.exe and only if recursive is really specified



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

Minor changes by me.

82 lines of code changed in:

donaldp 2001-04-03 12:49

Added Ear task



Submitted By: Les Hughes [mailto:leslie.hughes@rubus.com]

246 lines of code changed in:

  • docs/manual/CoreTasks: ear.html (new 100)
  • src/main/org/apache/tools/ant/taskdefs: Ear.java (new 146)
bodewig 2001-04-03 12:37

Don't parse the XSLT stylesheet unless we know a file is going to be

transformed. This should improve performance in cases where the

generated files are up to date significantly.

50 lines of code changed in:

bodewig 2001-04-03 11:32

Add "REM" to the comment identifiers fro <sql> - even if it's non-standard



Submitted by: Michael McCallum <michael@spinsoftware.com>

15 lines of code changed in:

bodewig 2001-04-03 11:26

<fixcrlf> will only overwrite files if their content is different from

the original.



Submitted by: Attila Szegedi <szegedi@scriptum.hu>

56 lines of code changed in:

bodewig 2001-04-03 06:58

Update "other projects" list.

63 lines of code changed in:

bodewig 2001-04-03 06:55

Add link to CruiseControl.

92 lines of code changed in:

bodewig 2001-04-02 08:05

make sure ZipFileSet works if the current working directory doesn't exist.



Submitted by: David Rees <d.rees.l@usa.net>

1 lines of code changed in:

March 2001 »

Generated by StatSVN 0.3.2-SNAPSHOT