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:
Added new tasks vsscheckin and vsscheckout
1 lines of code changed in:
- Merged VSS-Documentation into one file
- Added documentation for vsscheckin and vsscheckout
528 lines of code changed in:
Support Checkin- and Checkout-Commands of Microsoft Visual SourceSafe.
Submitted by: mpoeschl@marmot.at <mpoeschl@marmot.at>
510 lines of code changed in:
vsslabel now allows to specify a comment for the label.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
23 lines of code changed in:
specify encoding for XmlLogger, handle TEXT Elements properly in
DOMElementWriter.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
18 lines of code changed in:
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:
add logging message to <copy>
Submitted by: Dennis Gregorovic <dennis@arsdigita.com>
3 lines of code changed in:
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:
remove the <question> element from generated HTML.
28 lines of code changed in:
BuildMonitor is a listener, not a logger.
2 lines of code changed in:
Added a couple of FAQs.
812 lines of code changed in:
Added a note about how Ant (the javac task) finds the files that need
a rebuild.
4 lines of code changed in:
Bug# 1530
Missing default-value for failOnError-attribute
1 lines of code changed in:
rebuilt the site with the latest project.xml cleanup fixes
PR:
Obtained from:
Submitted by:
Reviewed by:
44 lines of code changed in:
more project.xml cleanup
PR:
Obtained from:
Submitted by:
Reviewed by:
9 lines of code changed in:
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:
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:
modularize site.vsl, add a first cut at a FAQ with a stylesheet of its
own.
1173 lines of code changed in:
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:
change status message
4 lines of code changed in:
we shouldn't forget that some committers also write articles
7 lines of code changed in:
J2EEUnit is Cactus in the jakarta-commons project now.
1 lines of code changed in:
More resources links
Submitted By: Weiqi Gao <weiqigao@networkusa.net>
4 lines of code changed in:
Added some external resources.
14 lines of code changed in:
More JDK 1.1 issues. Culprits have been <pvcs>, <record> and the new
zip package.
158 lines of code changed in:
Fix stupid NPE introduced with my ZIP changes.
3 lines of code changed in:
Make EjbcHelper JDK 1.1 compatible.
Submitted by: <francis@devereux.tc>
5 lines of code changed in:
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:
Peter lifted his veto
2 lines of code changed in:
voting results
130 lines of code changed in:
Added extra feature request.
Submitted By: J.D. Fagan
1 lines of code changed in:
Made sure OS version is parsed correctly for OSX
Submitted By: Archit Shah <ashah@arsdigita.com>
5 lines of code changed in:
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:
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:
Add pointer to Dave Dribin's J2ME tasks.
Submitted by: Dave Dribin <drib@enteract.com>
90 lines of code changed in:
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:
Add information about the AspectJC task.
90 lines of code changed in:
Move message
6 lines of code changed in:
Antidote officially moved to the CVS module jakarta-ant-antidote.
0 lines of code changed in:
Added DragTree.java and DragTreeListener.java
(a JTree with drop and drag support)
0 lines of code changed in:
changed the JTree to DragTree and added DragTreeListener
52 lines of code changed in:
modified getDisplayName to display common attribute information
(eg "mkdir: ${build.dir}")
38 lines of code changed in:
added a few optional tasks
110 lines of code changed in:
added <patternset> to <fileset>'s possible children
1 lines of code changed in:
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:
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:
Updated ant to get environment from MacOS X
Submitted By: Archit Shah <ashah@arsdigita.com>
12 lines of code changed in:
Added in python style runant script
Submitted By: MOUSSAUD Beno?t <benoit.moussaud@criltelecom.com>
96 lines of code changed in:
add support for optional elements
529 lines of code changed in:
sort elements in the combobox
8 lines of code changed in:
add function to fill a List from an Object[]
0 lines of code changed in:
Tested <junit> with new JUnit 3.6.
2 lines of code changed in:
Move the "Running Ant" section from "Installing Ant" to a page of its own.
116 lines of code changed in:
Updated icontract task
Submitted By: aslak.hellesoy@bekk.no
379 lines of code changed in:
Claim some fame
1 lines of code changed in:
Added in xmlvalidate task
Submitted By: Raphael PIERQUIN <pierquin@agisphere.com>
493 lines of code changed in:
Added in basic RPM task
Submitted By: Josh Lucas <josh@stonecottage.com>
289 lines of code changed in:
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:
added input validation to dialog
90 lines of code changed in:
no "delete" menu for project element. display "delete" and "new element"
for all elements.
23 lines of code changed in:
editor which provides a combobox of available attributes
2 lines of code changed in:
getAction was added to allow removal of JDK 1.3 feature
10 lines of code changed in:
removed the use of JDK 1.3 feature (Button.getAction)
5 lines of code changed in:
new elements will have required attributes added
14 lines of code changed in:
registered DtdAttributePropertyEditor with PropertyEditorManager
6 lines of code changed in:
changed "NamedValues" property to ACSDtdDefinedAttributes
to allow for custom editor.
50 lines of code changed in:
Added "DtdAttributes" class and fixed DtdElement's getters and setters.
83 lines of code changed in:
Add property attribute to <p4counter>
Submitted by: Kirk Wylie <kirk@radik.com>
71 lines of code changed in:
minor correction for run-single-test
1 lines of code changed in:
First cut at a task writer guildline.
Submitted by: Steve Loughran <steve_l@iseran.com>
291 lines of code changed in:
Fixed coding system problem (dos-2-unix translation error).
0 lines of code changed in:
Add a <metainf> element to <jar>
29 lines of code changed in:
New task <recorder>
Submitted by: Jay Glanville <dickon@nortelnetworks.com>
621 lines of code changed in:
document newenvironment attribute of apply.
6 lines of code changed in:
oops, Front Page is Ant's, not the one of Jakarta.
8 lines of code changed in:
separate Ant specific menus from the rest
33 lines of code changed in:
New task <p4counter>
Submitted by: Kirk Wylie <kirk@radik.com>
142 lines of code changed in:
- 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:
Added Ear task
Submitted By: Les Hughes [mailto:leslie.hughes@rubus.com]
246 lines of code changed in:
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:
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:
<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:
Update "other projects" list.
63 lines of code changed in:
Add link to CruiseControl.
92 lines of code changed in:
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: