TranslateTest is now fixed, removing the exclude.
0 lines of code changed in:
cancel previous change
1 lines of code changed in:
fix translate test
13 lines of code changed in:
exclude TranslateTest, does not work
2 lines of code changed in:
Try quick fix to make tests pass
1 lines of code changed in:
Typo
1 lines of code changed in:
Clarify the BSF/Rhino problem
4 lines of code changed in:
The translate task did not translate tokens that are placed too close together.
This change fixes this. Thanks Tom, sorry for the time it took to process your patch.
PR: 17297
Submitted by: Tom Eugelink (tom at tbee dot org)
152 lines of code changed in:
Added the IContract.jar file in the installation dependencies.
Added recommended versions of bsf.jar and js.jar (Rhino)
coming from an email of Peter Reilly.
http://article.gmane.org/gmane.comp.jakarta.ant.user/13887
13 lines of code changed in:
Make FileUtilsTest pass under cygwin
I found doing this how to tell whether one is running under cygwin
if the first letter (drive letter) of System.getProperty("user.dir")
is lower case then one is under cygwin
31 lines of code changed in:
change access levels of methods to match new access levels in Definer
2 lines of code changed in:
quick fix for Ant.java use of property in Ant#reinit
9 lines of code changed in:
Add pointer to Speech4J
81 lines of code changed in:
New Launch facility. Separate jar now can be used to launch Ant which
takes over some of the functionality traditionally found in the Ant launch
scripts.
599 lines of code changed in:
Get Project#getTaskDefinitions and Project#getDataTypeDefinitions
to emulate old behaviour
This fixs the <antstructure/> output.
Provide ComponentHelper#getAntTypeTable to provide the full table
Revert changes to ProjectTest
Update Typedef.java (forgot this in previous commit)
77 lines of code changed in:
opps - 2: set includedelims to the attribute in the C&P method
1 lines of code changed in:
opps: set includedelims to the attribute
1 lines of code changed in:
Make filtersets preserve line endings
9 lines of code changed in:
2003
1 lines of code changed in:
Second patch from antlib update as described in
http://issues.apache.org/bugzilla/show_bug.cgi?id=19897
This patch
* unifies the type and task definitions into one table
* types and tasks are represented by a AntTypeDefinition object
* taskadapter has been generalized to a typeadapter
* <typedef/> has a number of new attributes:
- adapter
- adaptto
- onerror
* <taskdef/> html page updated to refer to <typedef/> page
PR: 19897
Submitted by: Peter Reilly
Reviewed by:
1174 lines of code changed in:
Added ANTLR#setGlib(File)
Marked ANTLR#setGlib(String) as deprecated, and make it call
the new setGlib(File)
20 lines of code changed in:
All the tests in ANTLRTest.java involving a super-grammar file were failing on Windows.
This change fixes the problem.
11 lines of code changed in:
Remove paste error
0 lines of code changed in:
Use the new FileUtils#rename method
41 lines of code changed in:
2003
1 lines of code changed in:
Make fixcrlf work even with /tmp on a separate filesystem
45 lines of code changed in:
Fix ImageTest for Windows environments.
The test was failing due to non respect of the date/time granularity of the
filesystem.
7 lines of code changed in:
Help people who want to donate money to find their way
72 lines of code changed in:
Make ClassFileSetTest pass under Windows.
Scanned files are represented with File.separator, not with a slash under Windows
8 lines of code changed in:
An error was happening under Windows when executing the cleanup,
test3.zip could not be deleted.
This is now fixed.
13 lines of code changed in:
Fix typo
1 lines of code changed in:
Use java.io.tmpdir as location for temporary files
in FileUtils#createTempFile (when the directory parameter is null)
69 lines of code changed in:
fix tests that failed because of wrong case in filenames
6 lines of code changed in:
2003 and some 'since' information
7 lines of code changed in:
added checksum enhancement to whatsnew
2 lines of code changed in:
#20767 - adding totalproperty and todir attributes to checksum task - submitted by Aslak Hellesoy
253 lines of code changed in:
Aslak prodded: issue 20767 - enhancements to checksum
2 lines of code changed in:
Allow <touch>'s datetime attribute to accept seconds as well.
PR: 21014
58 lines of code changed in:
2003
1 lines of code changed in:
PR: 17195
Submitted by: Markku Saarela
21 lines of code changed in:
Fix error message when filtersfile is missing.
PR: 20825
5 lines of code changed in:
Add support for nested dirsets to <apply> and thus to a couple of
subclass-tasks as well.
PR: 20687
Submitted by: Gus Heck <gus dot heck at olin dot edu>
154 lines of code changed in:
Create parent directories for destination files if they are missing.
PR: 20840
15 lines of code changed in:
Demonstrate PR 20840
16 lines of code changed in:
Make FileUtilsTest pass on my machine (Windows 2000, JDK 1.4.1_02)
2 changes :
- there was no luck with setting the date/time of a file to 123456
milliseconds since the epoch
Instead, I set the date time of the file to current time + one day
this works.
- I changed the test toURI, specs beginning with / or \\ turn URIs
beginning with file:///C:/
Note :
I observed an error in the date/time returned by java and what I would
expect theoretically under Win 2000 and JDK 1.4.1_02
of 16,344,000 (16 millions of milliseconds), slightly
more than 4 and a half hours.
20 lines of code changed in:
Make Expand behave like DirectoryScanner if a pattern ends with a
trailing slash or backslash.
PR: 20696
20 lines of code changed in:
Demonstrate Bugzilla Report 20969
22 lines of code changed in:
PR: 20966
Submitted by: Jesse Glick
3 lines of code changed in:
Throw in copyright year check as well (you knew I'd do that, no? 8-).
5 lines of code changed in:
Add pointers to FMPP and GroboUtilsCoverage
155 lines of code changed in:
2003
4 lines of code changed in:
Fixed imports, replaced import java.io.*; by each of the 4 classes
really used.
4 lines of code changed in:
new book : Extreme Programming with Ant
Submitted by: Glenn Niemeyer (gniemeyer at tech-partners dot com)
69 lines of code changed in:
Doc fixup. I have just started to use this: I like it, but still need to understand all that it does.
16 lines of code changed in:
xdocs fixup
3 lines of code changed in:
Allow JUnit to reuse the same classloader when fork is set to false
Submitted by: michael_beauregard at transcanada dot com
48 lines of code changed in:
Add some details about my activities and a link to my private website.
14 lines of code changed in:
Prevent <ejbjar> Borland implementation
from being blocked by java2iiop warning messages
PR: 19385
Submitted by: Benoit Moussaud (benoit dot moussaud at criltelecom dot com)
40 lines of code changed in:
PR: 20457 and 20870
7 lines of code changed in:
Create the temporary file for output of FixCrLf in the default directory
of FileUtils#createTempFile
This default directory is presently the current directory where ant is running.
I think it should be changed to the java.io.tmpdir
PR: 20870
Submitted by: Antoine Levy-Lambert
1 lines of code changed in:
fix the issue : VAJRemoteUtil calls getAbsolutePath instead of getPath
PR: 20457
Submitted by: Douglas Reith (douglas_reith at yahoo dot com dot au)
1 lines of code changed in:
Rework scriptdef to use DynamicConfigurator
119 lines of code changed in:
Add url attribute to the properties task
PR: 20749
Obtained from: Andrew Ferguson
98 lines of code changed in:
get UpToDate task to log at verbose level when the target file does not exist
PR: 20848
Obtained from: Eli Tucker
3 lines of code changed in:
Throw a build exception if a public constructor that takes in a Reader as its
sole argument is absent.
PR: 20768
7 lines of code changed in:
Added some more documentation to the script task.
PR: 20805
Author: Jan Materne
79 lines of code changed in:
Added the mapper unpackage
PR: 18908
Obtained from: Brad Clark
Submitted by: Peter Reilly
163 lines of code changed in:
add cvsroot and package attributes to the output of <cvstagdiff/>
PR: 16081
Submitted by: Rob van Oostrum (rob at springwellfarms dot ca)
15 lines of code changed in:
add a shout of victory against this bug in WHATSNEW and a hint in the doc
(bug was that date specs with spaces in them did not work in cvstagdiff)
PR: 15995
7 lines of code changed in:
fix handling in cvstagdiff of date time formatted as "dd-MM-yy hh:mm:ss"
PR: 15995
Obtained from: Rob Van Oostrum (rob at springwellfarms dot ca)
5 lines of code changed in:
This is not yet linked into <java> but its the intent, or maybe commandLineJava: a datatype for configuring assertion options. This'll be a fun one to test :)
313 lines of code changed in:
refactoring out something that I see in too, too many places in datatypes
26 lines of code changed in:
nobody can hide from the comment police
64 lines of code changed in:
Corrected Conor's correction ;-) and reduced a logo-size by 30k (80%) :-)
4 lines of code changed in:
handle IE
2 lines of code changed in:
Put award news on main page
46 lines of code changed in:
Add newly won Java World Editiors Choice Award to News-Page
30 lines of code changed in:
Importing COM into .NET is adding injury to insult, but if you had to unit test a COM object, how would you do it?
212 lines of code changed in:
Improve error messages when creating tasks
5 lines of code changed in:
Resolve memory leak when ejecuteJava cleans up AntClassLoader
PR: 20264
4 lines of code changed in:
Various I/O fixes to support input from java tasks.
Addition of a -noinput flag to indicate input is not allowed
to prevent locking up non-interactive builds.
PR: 18133
21 lines of code changed in:
Add support for -target to Jikes compiler adapter
PR: 20580
6 lines of code changed in:
Wrong date
1 lines of code changed in:
Allow tasks to be defined on the fly using scripts
756 lines of code changed in:
Fix hopefully bug 18956.
The code has been tested on Linux by Adam Ambrose
P4HandlerAdapter will now delegate to PumpStreamHandler
PR: 18956
158 lines of code changed in:
license of XmlTask was wrong, corrected from GNU to Apache
following an email of Brian Agnew
2 lines of code changed in:
Oops.
1 lines of code changed in:
Starting with 1.6, Concat supports filterchain.
1 lines of code changed in:
Fix for 20499:
When a proxied task throws a build exception, or other
exception, the taskadapter reports this at
error level. This is incorrect as the
intent of taskadapter is to transparently adapt
a task, the exception should be reported
at verbose level.
3 lines of code changed in:
fixes NPE on iterator causing JXPath to fail with exception if expression returns no results
PR: 20272
Submitted by: Nick Chalko (nick at chalko dot com)
1 lines of code changed in:
Ignore the patch file and the temporary file when checking for Copyright.
1 lines of code changed in:
Remind submitters to include the ASF copyright on new files.
21 lines of code changed in:
ok, we all Cut 'n Paste :-)
1 lines of code changed in:
Suggest using Ant to generate a patch file for Ant.
67 lines of code changed in:
Added requirement for jsse.jar for SMTP over TLS/SSL
PR: 19180
9 lines of code changed in:
Make sure that javac source files in lists passed to external compilers
are always quoted in the default external compiler implementations
Also replace backslashes with slashes in path names containing spaces
PR: 10499 17683
Submitted by: Joe Boon (joe dot boon at cdcsolutions dot com) and
Anne Kinsella (anne dot kinsella at iona dot com)
9 lines of code changed in:
May 2003 »