Fix increment/decrement bug.
PR: 4549
Obtained from:
Submitted by:
Reviewed by:
2 lines of code changed in:
Add runtime classes in the Kaffe case as well (it has been there for
rmic but not for javac).
8 lines of code changed in:
Use locale independent methods to identify OS or match attributes and
elements in build files.
PR: 4100
59 lines of code changed in:
Add OS/2 as Os family
15 lines of code changed in:
factor out runtime library detection.
49 lines of code changed in:
We seem to agree - at least on small things 8-)
3 lines of code changed in:
Kept Apache Ant in the title, but moved it down a row
2 lines of code changed in:
Crimson doesn't bundle the TraX classes any longer.
8 lines of code changed in:
upgrade to Apache Crimson 1.1.3
0 lines of code changed in:
only treat tasks as tasks if they are children of TaskContainers.
PR: 3693
29 lines of code changed in:
Show that Ant is an Apache project.
142 lines of code changed in:
Add testcases for the inheritall/dir attribute combinations and their
results on the new project's basedir - clarify documentation.
175 lines of code changed in:
initialize the new project first so that loggers have been configured
before we fiddle with its properties.
Don't carry over user properties for basedir and ant.file from the
second to the third call in a chain of <ant> invokes <ant> ...
9 lines of code changed in:
skipemptyfilesat and parallel didn't play nicely together.
PR: 4347
1 lines of code changed in:
Fixed imports accidentely removed during cleanup
8 lines of code changed in:
Fixed imports accidentely removed during cleanup
24 lines of code changed in:
formatters assumed that only one test could be running at the same
time, this is not true.
PR: 2442
49 lines of code changed in:
Make <style> support Exolab's new Adaptx processor.
Submitted by: Arnaud Blandin <blandin@intalio.com>
44 lines of code changed in:
typo
1 lines of code changed in:
clarify documentation for <ant> task.
9 lines of code changed in:
Add pointer to JDEE
Submitted by: Guillaume Berche <guillaume.berche@eloquant.com>
With velocity-1.3-dev from jakarta-site2, we don't seem to need the
reverseloader attribute any longer.
100 lines of code changed in:
Fixed typo reported by Bill Fellows <bfellows@genesis10.com>
1 lines of code changed in:
Code clean up:
- removed useless/duplicate imports
- added explicit imports rather than *
- changed specifiers order to be conform to JLS.
1958 lines of code changed in:
Added a blurb about Emacs JDE and IDEA integration.
Submitted by: "Guillaume Berche" <guillaume.berche@eloquant.com>
6 lines of code changed in:
Fixed documentation to point to new location of manual.
PR: 4410
Submitted by: Tim Vernum <tpv@spamcop.net>
2 lines of code changed in:
Remove misleading javadoc comment so that we start getting less questions about it ;)
PR: 4398
1 lines of code changed in:
Allow ant script to gracefully handle spaces in $HOME variable
PR: 4395
Submitted by: rick_price@email.com
1 lines of code changed in:
Add testcases for the substitution methods (and make them work 8-)
Add testcase for <replaceregexp>, this task now works with ORO,
Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the
regular expression.
292 lines of code changed in:
testcases for case insensitive matches as well as multiline versus
singleline mode.
Note 1: doStartTest1 fails with ORO 2.0 but works with 2.0.4, better
use the latest release 8-)
Note 2: doEndTest2 fails with Jakarta Regexp 1.2, I've disabled it for
the time being, but may look into it later (file a bug report,
and so on).
71 lines of code changed in:
Rewritten part of the regexp stuff, adding substitution and options.
New optional replaceregexp tasks that takes advantage of it.
Submitted by: Matthew Inger <matti@sedonacorp.com>
This doesn't really work (but doesn't break anything either), but I
wanted to get the stuff committed now, I will put work into it
tomorrow. See mail to the list for details.
1596 lines of code changed in:
"Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."
Submitted by: wolf.siberski@tui.de
Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.
2937 lines of code changed in:
A fix to make the cleanUp method do full cleanup.
PR: 4366
Submitted by: acl1@notes.ntrs.com
9 lines of code changed in:
add some extra savety measures.
18 lines of code changed in:
Only override subbuild's basedir if inheritall has been set to false.
Submitted by: Craeg K. Strong <cstrong@arielpartners.com>
Get rid of annoying warning that <property> has been redefined in
<ant> and <antcall>.
16 lines of code changed in:
make sure <propertyfile> closes the file it's been reading from.
Submitted by: Magesh Umasankar <umagesh@rediffmail.com>
8 lines of code changed in:
assert -> assertTrue in all testcases.
109 lines of code changed in:
Account for a change in JUnit - TestCase.name() has been removed.
Now use reflection to invoke either getName or name, whichever is
available, so that the formatters will still support JUnit prior to
version 3.7 - once we decide to drop this support, this workaround
will be backed out.
102 lines of code changed in:
Bootstraps are not cleaning up after themselves.
3 lines of code changed in:
add section on dependency checking
15 lines of code changed in:
add documentation for <cvs>'s failonerror attribute.
PR: 4205
6 lines of code changed in:
improve "could not create task" error message.
PR: 3919
11 lines of code changed in:
At least print a warning if users try to redefine tasks or datatypes.
PR: 3205
This doesn't really solve the original problem, which cannot be solved
in Ant 1.x IMHO, that's why I didn't close the bug.
10 lines of code changed in:
state that properties are case sensitive.
7 lines of code changed in:
bug #4111: ftp task does not work with a Windows 2000 ftp server with "MSDOS" directory listing. This is now documented.
7 lines of code changed in:
documented uriroot and uribase options; cleaned up some other bits based on more experience with the task.
44 lines of code changed in:
added uriroot and uribase options
54 lines of code changed in:
a full second of leeway on the clock during sleep tests to address scheduling/timing issues across different platforms.
4 lines of code changed in:
Make <propertyfile>'s default attribute work as expected.
PR: 3955
Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>
133 lines of code changed in:
Add initial testcase for the optional propertyfile task.
Submitted by: Levi Cook <lcook@gr.com>
14 lines of code changed in:
remove redundant code from FileUtils, handle Netware case in
IntrospectionHelper's testcase.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
6 lines of code changed in:
add "netware" as possible value for the <os> condition.
1 lines of code changed in:
Added some javadocs for OS condition.
Submitted by: "Jeff Tulley" <JTULLEY@novell.com>
16 lines of code changed in:
Allow for an ANT_ARGS environment variable, for setting things like
using a different logger or including the -find flag.
(runant.pl, also add a check for cygwin for path separator, fix ANT_OPTS.)
PR:
Obtained from:
Submitted by:
Reviewed by:
16 lines of code changed in:
I've just put together a patch for the JDepend task to use xml
output. A new
attribute "format" has been added that can take either "xml" or "text"
defaulting to the latter. ?Appropriate changes have been made to the
documentation, and additionally a .xsl file is attached to
produce html with
a similar style to that of junitreport.
Submitted by: "Rob Oxspring" <roxspring@yahoo.com>
353 lines of code changed in:
* Updated description and URL of Mark Volkmann's presentation on
Ant. Mark updated his presentation for Ant 1.4 and made it
available in PDF format.
Submitted by: Weiqi Gao <weiqigao@networkusa.net>
6 lines of code changed in:
other unices have rpm too, I am told.
3 lines of code changed in:
Text + example of how to use a task in the file it is compiled. Keeping silent on taskdef's property file loading functionality so that people dont start using it just before it gets taken away.
32 lines of code changed in:
Revisiting of these. Some proofing; more on Java1.1 to 1.4 compatibility needs.
80 lines of code changed in:
IE6 on winXP doesn't like the ' entity, rather than replace it with a single quote and break some other browser the sentence was reworked to indicate possesion differently.
2 lines of code changed in:
Change to distribution build. It now packages optional.jar into the
main binary distribution and splits src and bin into separate directories
16 lines of code changed in:
Add support for extracting names from Volumes on NetWare.
Submitted by: "Jeff Tulley" <JTULLEY@novell.com>
9 lines of code changed in:
I made a lot of changes here, to almost every test case in the "testConstructor" test. ?Partly this code is system-dependent, but it is also testing that the paths are tokenized or split into individual paths correctly, so that system dependence is probably ok here. ?I simply added in a NetWare case everywhere there was a UNIX and Windows(really, "else") case.
Submitted By: Jeff Tulley ?(jtulley@novell.com)
22 lines of code changed in:
Check for Os set to netware.
Submitted by: "Jeff Tulley" <JTULLEY@novell.com>
2 lines of code changed in:
Remove some tabs.
20 lines of code changed in:
Add comments regarding future netware integration.
Submitted by: "Jeff Tulley" <JTULLEY@novell.com>
5 lines of code changed in:
PathConvert does not allow NetWare as a targetOS. There was also a problem with the logic of PathConvert treating everything that did not have a targetOS=Windows as UNIX, where in this case the Windows assumptions are actually more correct for NetWare. ?(The assumptions are the type of classpath separator, ";" on Windows and NetWare, and the directory path separator, and NetWare can deal with either "/", or "\\" equally well).
Patch fixes these issues.
Submitted by: "Jeff Tulley" <JTULLEY@novell.com>
15 lines of code changed in:
Ignore NoSuchMethod exceptions when looking for setProject in non
Task classes being used as tasks
3 lines of code changed in:
Updated documentation for Move to reflect the ability to create filesets with single files that move to another file.
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>
4 lines of code changed in:
Make it a little cleaner
8 lines of code changed in:
News of release
38 lines of code changed in:
If a fileset defines a single file, allow the Copy and Move tasks to work with the toFile attribute.
25 lines of code changed in:
Removed some tabs.
9 lines of code changed in:
Added task to create a manifest easily from build file.
Submitted by: thomas.kerle@pd.admin.ch
8 lines of code changed in:
Handle continuations in section names
PR: 4075
11 lines of code changed in:
Update to documentation from 1.4.1 release
91 lines of code changed in:
Merge across from Ant 1.4.1 changes
34 lines of code changed in:
Add support for ejb2.0 local interfaces
Submitted by: Josh Lannin <jlannin@bea.com>
16 lines of code changed in:
Fix syntax error - leftover line
0 lines of code changed in:
D'Oh - didn;t resolve all conflicts :-( - done now.
100 lines of code changed in:
Add support for message beans
Submitted by: Josh Lannin <jlannin@bea.com>
38 lines of code changed in:
iFix up stylesheet PI
PR: 3989
Submitted by: Eric.Smith@NextPage.com (Eric James Smith)
1 lines of code changed in:
made rhino easier to find
1 lines of code changed in:
added reference to XDoclet
26 lines of code changed in:
Added ability to resolve entitys to local files.
Submitted by: Holger Engels <hengels@mercatis.de>
159 lines of code changed in:
Make sure file for reading patterns is closed.
Submitted by: tbsandee@pobox.com (Ben Sandee)
10 lines of code changed in:
Enabled encoding option for gcj Java compiler.
Submitted by: "Takashi Okamoto" <tokamoto@rd.nttdata.co.jp>
1 lines of code changed in:
Add example for csh settings.
PR:
Obtained from:
Submitted by:
Reviewed by:
5 lines of code changed in:
Add new <isset> condition, simplify ConditionBase by using ProjectComponent.
105 lines of code changed in:
Make FileUtils.resolveFile more robust - modelled after File(File, String).
This avoids the explicit checks for null directories in
SourceFileScanner as well.
27 lines of code changed in:
Add reference to current task instance under the name "self" to
<script> task.
Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>
2 lines of code changed in:
Task thats add delete capability to the P4 suite of tasks.
Submitted by: "Mike Roberts" <mike@tmorph.com>
83 lines of code changed in:
Merge across fixes from 1.4 branch
27 lines of code changed in: