I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 15 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Not all JDKs with version 1.3 have com.sun.tools.javac.Main. IBM's doesn't, so check and fall back to classic in this case. More... almost 24 years ago
Added a JUnit unit test for IntrospectionHelper. More... almost 24 years ago
Hope I've got this right this time. Submitted by: Sergey V. Udaltsov <[email protected]> More... almost 24 years ago
Only ensured tablength was even, not it was a power of 2. More... almost 24 years ago
Ensure tablength is a positive power of 2 in FixCRLF. More... almost 24 years ago
Rewritten the introspection part of ProjectHelper. More... almost 24 years ago
Missed the getTarget method. In fact this is the one that introduced the problem because it makes the introspection think there is a property of type Target rather than string. More... almost 24 years ago
Avoid problems due to changes in JDK 1.3 introspection. This was discovered by Phil Hanna <[email protected]> Similar to the problem with the old class attribute (changed to classname) More... almost 24 years ago
Take more care with regard to open files/streams. More... almost 24 years ago
Change Project.translatePath to use PathTokenizer More... almost 24 years ago
Give Ernst some credit for the Javadoc changes :-) More... almost 24 years ago
Add nested doclet tag to javadoc task More... almost 24 years ago
New signjar task. More... almost 24 years ago
Close ZIP files after expand operation is complete. More... almost 24 years ago
Fix problem bootstrapping under JDK 1.1 More... almost 24 years ago
Added failonerror attribute to Exec. More... almost 24 years ago
Make the length of a TAB customizable. More... almost 24 years ago
Pick up jar files from the lib directory in the bootstrap process More... almost 24 years ago
Move to task level logging More... almost 24 years ago
Add support for multiple source paths to Javac These can either be specified as path strings or nested elements. The path strings use the same separator conventions as other paths in Ant. More... almost 24 years ago
Override the logging of Javadoc output in order to filter out Generating messages. Generating messages are set to a priority of VERBOSE unless they appear after what could be an informational message. More... almost 24 years ago
Fix a regression in a verbose message that I introduced recently... Submitted by: Glenn McAllister More... almost 24 years ago
Tasks for EJB development under Weblogic Server 4.51 More... almost 24 years ago
Provide access to the return code of the JavaVM when it is forked. More... almost 24 years ago
reintroduced the forseoverwrite attribute to copydir into build.xml and made it work as well. More... almost 24 years ago
Change use of deprecated src attribute in Chmod task. More... almost 24 years ago
Various cleanups 1) Nomenclature: nested elements, not nested properties 2) Run task instead of PR: Obtained from: Submitted by: Reviewed by: More... almost 24 years ago
Add the runtime classes to the compile classpath if using jikes. Submitted by: Colin 't Hart <[email protected]> More... almost 24 years ago
Make Chmod a MatchingTask. Submitted by: Mariusz Nowostawski <[email protected]> More... almost 24 years ago
Add support for docletpath. More... almost 24 years ago