Fixed isSymbolicLink logic for null parent file; made isAbsolutePath() public.
7 lines of code changed in:
Add a very tiny test for native2ascii
45 lines of code changed in:
Fix @link
1 lines of code changed in:
Support Kaffe in native2ascii, make it a full facade task later
337 lines of code changed in:
2005
1 lines of code changed in:
diagnostics should list lib dir too.
Refactored the constants in the launcher for better sharing.
I worry about the hard coded file separator there (/),
so replaced in the code, but left the constant in,
in case someone was using it.
Updated WHATSNEW. Added which.jar to the fetchables.
87 lines of code changed in:
javadoc, some refactorings,
attempt to delete VMS command file when process completes.
163 lines of code changed in:
The new interface can't compile on Kaffe yet
1 lines of code changed in:
s/ANT/Ant/
1 lines of code changed in:
Javadoc
174 lines of code changed in:
Javadoc
13 lines of code changed in:
typo
1 lines of code changed in:
First step towards a facade implementation of native2ascii, will support Sun and Kaffe versions
24 lines of code changed in:
More javadoc
42 lines of code changed in:
2005
3 lines of code changed in:
More Kaffe debugging
3 lines of code changed in:
Who'd have guessed that:
boolean xor not boolean
is equivalent to:
boolean == boolean?
Added a comment as well so Peter will be my friend again!
2 lines of code changed in:
javadoc
84 lines of code changed in:
javadoc
31 lines of code changed in:
checkstyle
14 lines of code changed in:
javadoc
11 lines of code changed in:
javadoc
12 lines of code changed in:
trailing spaces
1 lines of code changed in:
checkstyle
4 lines of code changed in:
WHATSNEW: reference has a project
5 lines of code changed in:
get reference ready for 1.6.3
4 lines of code changed in:
Some javadoc and lots of spelling corrections.
53 lines of code changed in:
Merge length task to 1.6 branch
2 lines of code changed in:
-2 characters
1 lines of code changed in:
Added else attribute to condition task.
PR: 33074
58 lines of code changed in:
Rewording the References section.
PR: 33274
19 lines of code changed in:
Javadoc & cosmetics
14 lines of code changed in:
I said I was synching 1.6 with HEAD, forgot to update HEAD first!
15 lines of code changed in:
Permit <java fork="true"> to accept standard input from console.
PR: 24918
76 lines of code changed in:
bugzilla bug#30307 ; need a way of adding typedef'd image operations.
submitted by Christopher Lenz
11 lines of code changed in:
add a dumphtml target
1 lines of code changed in:
move change to 1.6
3 lines of code changed in:
bad link in docs to the enhancement page in bugzilla
PR: 33252
Obtained from: Jason Pyeron
35 lines of code changed in:
Show touch changes as merged.
12 lines of code changed in:
Missed a few...
41 lines of code changed in:
Changing the verification process not to rely on isfileselected because I'm
too lazy to move it to the 1.6 branch right now when it's not even mine. :)
24 lines of code changed in:
Show merged pvcs doc changes.
2 lines of code changed in:
Lost the stylesheet.
1 lines of code changed in:
Show exec's searchpath attribute as merged.
3 lines of code changed in:
Javadoc, changed local searchPath of resolveExecutable to mustSearchPath,
other inconsequentials
84 lines of code changed in:
Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...)
2 lines of code changed in:
Catch up merges
16 lines of code changed in:
Oops, got | and ^ confused... :(
1 lines of code changed in:
Merged DependScanner losing its private basedir member.
3 lines of code changed in:
Thread-safe(r)ty, javadoc, code simplification
8 lines of code changed in:
Merge "Wrapper scripts did not detect WINNT value of dynamic OS environment
variable when logged into workstations using Novell authentication."
4 lines of code changed in:
Javadoc
13 lines of code changed in:
Grammar
1 lines of code changed in:
Document description NPE; move FileUtils.createNewFile(2 param) to 1.6 branch;
correct libraries from getlibraries.
7 lines of code changed in:
Prepare to merge to 1.6 branch.
6 lines of code changed in:
let's hope 1.6 will support -source 1.1
3 lines of code changed in:
looking at the Gump build for java-service-wrapper, -source 1.2 seems to work
2 lines of code changed in:
Believe it or not, -source 1.1 is not supported by JDK 1.5.0
13 lines of code changed in:
date update
1 lines of code changed in:
checkstyle
35 lines of code changed in:
Help people to adapt to JDK 1.5
29 lines of code changed in:
handle no javac on command line better.
2 lines of code changed in:
2005
1 lines of code changed in:
Make dest optional; some reformatting.
60 lines of code changed in:
Make apply's dest attribute optional.
38 lines of code changed in:
Various aesthetic changes + isSymbolicLink() works when parent arg is null.
130 lines of code changed in:
<available> returned false positives when checking a file
passed in with the current basedir leading twice.
42 lines of code changed in:
javadoc
44 lines of code changed in:
checkstyle
4 lines of code changed in:
javadoc
8 lines of code changed in:
remove unused import
1 lines of code changed in:
date
1 lines of code changed in:
remove duplicate final
80 lines of code changed in:
remove unused import
1 lines of code changed in:
checkstyle
3 lines of code changed in:
javadoc + linelength
40 lines of code changed in:
Make $TMP handling more consistent, add subversion support
17 lines of code changed in:
javadoc + style
Obtained from: Kevin Jackson
62 lines of code changed in:
typo
2 lines of code changed in:
javadoc and remove unused imports
10 lines of code changed in:
javadoc on exceptions
5 lines of code changed in:
Log warnings as warnings.
4 lines of code changed in:
Javadoc
15 lines of code changed in:
Javadoc
6 lines of code changed in:
Javadoc
80 lines of code changed in:
checkstyle - mostly javadoc
127 lines of code changed in:
remove unused import + javadoc
3 lines of code changed in:
javadoc
14 lines of code changed in:
space around operators
1 lines of code changed in:
2005
16 lines of code changed in:
javadoc
26 lines of code changed in:
type not task
1 lines of code changed in:
javadoc
12 lines of code changed in:
javadoc + space around operands
5 lines of code changed in:
Reactivate methods disabled in PR 33049.
The equals method was a bit lousy and does not have a real meaning, so I keep it clear that the equals is related to the instance and nothing else. the hashCode method is actually the most important for performance.
I have yet to find a way to unit test it programmatically as I don't understand the Zip task impl. at first glance.
12 lines of code changed in:
Xor. Not strictly necessary, but the logical equivalent is a dog to type.
156 lines of code changed in:
missing documentation.
13 lines of code changed in:
Year
1 lines of code changed in:
Add size to Resource info; switch length task to use Resources
instead of files so that it can report lengths for zipfilesets.
138 lines of code changed in:
javadoc
65 lines of code changed in:
javadoc+unneeded imports
6 lines of code changed in:
javadoc
24 lines of code changed in:
Nitpicking.
13 lines of code changed in:
javadoc
11 lines of code changed in:
checkstyle
41 lines of code changed in:
date
3 lines of code changed in:
checkstyle: 100 char line limit
12 lines of code changed in:
no need to declare methods as public in a public interface
100 line limit
6 lines of code changed in:
space around operands
5 lines of code changed in:
remove _fields
10 lines of code changed in:
checkstyle - space around operators
14 lines of code changed in:
renaming as per Peter's suggestion. Made one of the attributes visible, too.
22 lines of code changed in:
unused import
0 lines of code changed in:
Revert what looks like an accidental commit
10 lines of code changed in:
2005
7 lines of code changed in:
Add automatic d/l of needed JARs to user lib (default), system or optional directories. Enjoy!
216 lines of code changed in:
cleanup a few loose ends
5 lines of code changed in:
javadoc
6 lines of code changed in:
date
2 lines of code changed in:
trailing space
1 lines of code changed in:
javadoc
107 lines of code changed in:
First updates to library
-default dest, repository
-override properties
-changes to tests to keep working
-enhancements to tests so they work behind a firewall if ~/.ant/proxy.properties contains the settings
150 lines of code changed in:
I pulled out a bit of pre-1.2 testing, but the code it wrapped is probably unneeded, as we dont set a security manager.
1 lines of code changed in:
trailing whitespace + multi setting
7 lines of code changed in:
javadoc
12 lines of code changed in:
Allow <sync> to keep files in target even if they are not in any source directories, PR 21832
131 lines of code changed in:
gave up on xdoc updates for now; did the libraries task by hand. minor updates of nice + mapper.
50 lines of code changed in:
Javadoc
31 lines of code changed in:
Minor javadoc.
4 lines of code changed in:
Typo
1 lines of code changed in:
javadoc
71 lines of code changed in:
Add support of zip comment.
PR: 22793
Obtained from: Larry Shatzer
35 lines of code changed in:
trailing space
1 lines of code changed in:
javadoc + _ in fields and variables
83 lines of code changed in:
Pointers to Ivy and AntSpaces
157 lines of code changed in:
propertyset references did not handle nested propertyset references
Reported by: Matthew Nelson
86 lines of code changed in:
stylecheck
1 lines of code changed in:
build.clonevm -> ant.build.clonevm
14 lines of code changed in:
Fixing the exclusion path.
2 lines of code changed in:
Adding scripting support to conditions.
244 lines of code changed in:
Javadoc + removal of m_ fields
Obtained from: Kevin Jackson
22 lines of code changed in:
Kaffe debugging via Gump
4 lines of code changed in:
2005
1 lines of code changed in:
Allow scriptfilter and scriptselector to be used with groovy's restricted
script names.
2 lines of code changed in:
checkstyle
8 lines of code changed in:
Adding scripting support to selectors. No personal need for this right now, just rounding off what you can now do with mappers via filterchains
442 lines of code changed in:
unneeded import
0 lines of code changed in:
date
1 lines of code changed in:
revert local property patch until memory leakage problem is fixed
9 lines of code changed in:
Attempt to cut down on memory usage of local properties
for threads that do not use properties.
This is a quick fix and not tested too much.
The whole thing may be scrapped...
56 lines of code changed in:
Silently ignore messages being written to System.err/out while a Listener is processing a different message
19 lines of code changed in:
Some formatting changes and removing some duplicates
23 lines of code changed in:
Finalize and document bootclasspath changes
28 lines of code changed in:
Add pointer to AntForm
74 lines of code changed in:
2005
3 lines of code changed in:
doc updates; especially command line options, why we hate CLASSPATH and ant.file.*
I have declared a policy on what we will name new properties. Is this a good formal policy to have?
52 lines of code changed in:
remove a printf
0 lines of code changed in:
**** EXPERMINTAL ************
add in local properties
these can be activated by <localproperty/> nested element to macrodef
412 lines of code changed in:
Add in Jose's <define> nested element for <macrodef>
manual and testcases to follow...
78 lines of code changed in:
javadoc + trailing spaces
16 lines of code changed in:
Allow references to keep references to the project that
they were created in and use that project to deference the reference.
PR: 25777
Obtained from: Jesse Glick
95 lines of code changed in:
javadoc
25 lines of code changed in:
JDK 1.2's javac doesn't understand -source if forked, either - PR 32948
10 lines of code changed in:
Try to harmonize bootclasspath and build.sysclasspath a bit more, there are still some more tasks to handle
30 lines of code changed in:
regexp mapper test requires a regexp engine
3 lines of code changed in:
PR: 33049
A zip entry is not equal to another zip entry when the name matches.
Multiple files may have the same name, and have for instance different
offsets.
8 lines of code changed in:
Extended FileUtils with a comparison that ignores the kind of line break.
89 lines of code changed in:
cvs-test after reinstall
1 lines of code changed in:
javadoc
101 lines of code changed in:
year
1 lines of code changed in:
Write two EOF blocks for tar rather than one
PR: 28776
Obtained from: Oliver Rossmueller
7 lines of code changed in:
add note for reason for using setproperty rather than setnewproperty in available.java
2 lines of code changed in:
checkstyle
1 lines of code changed in:
Oops, used setProperty() instead of setNewProperty().
Thanks to Jan for the example on the userlist reminding me of my error. ;)
18 lines of code changed in:
Path is a ProjectComponent - use it for logging
3 lines of code changed in:
jikes supports -bootclasspath
3 lines of code changed in:
Minor update to remove jdk1.1 workaround
3 lines of code changed in:
Minor update in ant help. description for -nouserlib and -noclasspath were on one line.
2 lines of code changed in:
fix for infinite loop on incorrect tar files
PR: 29877
Obtained from: Ray Waldin
13 lines of code changed in:
Save three LOC
2 lines of code changed in:
updating year before Stefan gets there.
1 lines of code changed in:
More on jar attribute
37 lines of code changed in:
regenerate site
57 lines of code changed in:
Yes, it's that time of the year again. Happy new year
22 lines of code changed in:
Added bugrep # to clone entry.
1 lines of code changed in:
Add clone task.
PR: 32631
77 lines of code changed in:
Remove an unnecessary method call.
1 lines of code changed in:
No need to finish building up the set for uniqueness before
the handler can be invoked. Removes an import, some LOC, and
has a better chance of preserving order between eg pathconvert and length.
5 lines of code changed in:
Various inconsequentials
35 lines of code changed in:
javadoc
48 lines of code changed in:
forgot to update cright year
1 lines of code changed in:
javadoc
25 lines of code changed in:
javadoc
48 lines of code changed in:
Adapted the FileUtils test to show behaviour based on os type.
111 lines of code changed in:
opps
1 lines of code changed in:
checkstyle
46 lines of code changed in:
javadoc
13 lines of code changed in:
stylecheck
22 lines of code changed in:
Remove order assumption from testEach.
15 lines of code changed in:
PR: 32979
Modification to FileUtils to only accept : on the second position as absolute path for dos-like os.
37 lines of code changed in:
checkstyle
114 lines of code changed in:
checkstyle
5 lines of code changed in:
checkstyle
12 lines of code changed in:
checkstyle
27 lines of code changed in:
disabling LengthTest#testEach as
it uses a pathconvert to get a list of files
and compares this to a list of files returned in the Length
task. The order of files in a fileset is not defined, and on
my machine it is a different order that than returned by
the Length task.
3 lines of code changed in:
jdiff now has its own ant task.
33 lines of code changed in:
javadoc
24 lines of code changed in:
Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.
Also removed unused/* imports along the way.
579 lines of code changed in:
remove imports, change _copy to myCopy
Obtained from: Kevin Jackson
19 lines of code changed in:
javadoc
19 lines of code changed in:
remove imports, also modify for loops
Obtained from: Kevin Jackson
6 lines of code changed in:
checkstyle
37 lines of code changed in:
remove imports
Obtained from: Kevin Jackson
6 lines of code changed in:
checkstyle
6 lines of code changed in:
javadoc
23 lines of code changed in:
remove unneeded imports
Obtained from: Kevin Jackson
2 lines of code changed in:
Avoid NPE thrown when using oata.helper.ProjectHelperImpl .
Reported by: Mark D. Hansen
6 lines of code changed in:
Update copyright years.
1 lines of code changed in:
Spelling
3 lines of code changed in:
Add length task to Ant.
415 lines of code changed in:
Made more consequent use of the method available in FileUtils to get the granularity.
30 lines of code changed in:
Looking in the sources, 1 second is used (the "unix" granularity) instead of the claimed 0 milliseconds.
4 lines of code changed in:
Minor style updates.
20 lines of code changed in:
allow propertyset to use typedefs mappers directly
9 lines of code changed in:
Make it possible to use docs.xml even without a jakarta-site2 checkout.
36 lines of code changed in:
Typo ("UFT8").
PR: 32907
Reported by: Jed Smith <jed@jed.bz>
2 lines of code changed in:
remove references to nagoya - the machine has gone
6 lines of code changed in: