Author: sbailliez
Date: Sat Oct 22 11:12:27 2005
New Revision: 327677
URL: http://svn.apache.org/viewcvs?rev=327677&view=rev
Log:
Fix example by adding the UK iso3166 code
PR: 37040
Modified:
ant/core/trunk/docs/manual/CoreTasks/tstamp.html
Modified: ant/core/trunk/docs/manual/CoreT
Author: sbailliez
Date: Sat Oct 22 10:58:42 2005
New Revision: 327676
URL: http://svn.apache.org/viewcvs?rev=327676&view=rev
Log:
JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API
PR: 37203
Modified:
ant/core/trunk/docs/faq.html
ant/core/trunk/docs/ma
Author: sbailliez
Date: Sat Oct 22 10:27:25 2005
New Revision: 327675
URL: http://svn.apache.org/viewcvs?rev=327675&view=rev
Log:
Fix performance issue with StringBuffer.toString() on JDK 5.
PR: 37169
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/SQLExec.java
ant/
sbailliez2005/08/05 07:53:43
Modified:docs/manual/CoreTasks sql.html
Log:
Fixed typo
Revision ChangesPath
1.25 +3 -3 ant/docs/manual/CoreTasks/sql.html
Index: sql.html
===
RCS file: /home
sbailliez2005/08/03 16:27:37
Modified:src/main/org/apache/tools/ant/taskdefs/cvslib
ChangeLogParser.java
Added: src/testcases/org/apache/tools/ant/taskdefs/cvslib
ChangeLogParserTest.java
Log:
Support CVS date format for cvs
sbailliez2005/01/22 14:56:18
Modified:src/main/org/apache/tools/zip ZipEntry.java
Log:
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
sbailliez2004/12/03 16:03:50
Modified:src/main/org/apache/tools/zip AsiExtraField.java
ZipEntry.java ZipFile.java ZipLong.java
ZipOutputStream.java ZipShort.java
Log:
First attempt at optimizing the zip code to have decent performance
sbailliez2004/11/12 17:51:29
Modified:src/etc junit-frames.xsl
Log:
Fixed escaping of stderr/stdout
PR: 30662
Revision ChangesPath
1.23 +2 -2 ant/src/etc/junit-frames.xsl
Index: junit-frames.xsl
sbailliez2004/11/12 06:39:52
Modified:docs/manual/OptionalTasks perforce.html
Log:
Fixed property typo for p4counter.
Thanks to Bernd Gerlach-de Campos
PR: 30981
Revision ChangesPath
1.28 +1 -1 ant/docs/manual/OptionalTasks/perforce.html
Index
sbailliez2004/11/11 10:46:36
Modified:src/main/org/apache/tools/ant/taskdefs SQLExec.java
Log:
Avoid calling getResultSet() multiple times when printing just in case
Informix does not like it. This was per suggestion of Bohuslav Roztocil.
PR: 27162
Revision ChangesPath
sbailliez2004/11/11 10:06:34
Modified:src/main/org/apache/tools/ant/taskdefs/optional/starteam
StarTeamCheckout.java
Log:
Fix a NPE that occurred apparently because Folder.list() can return null
Thanks to Bob Evans
PR: 31965
Revision ChangesPath
sbailliez2004/11/11 09:27:43
Added: src/testcases/org/apache/tools/ant/taskdefs/cvslib
ChangeLogWriterTest.java
Log:
Fix invalid xml formed in case the filename is made of reserved xml
characters (ampersand for entities for instance)
PR: 30817
sbailliez2004/11/11 09:27:24
ant/src/testcases/org/apache/tools/ant/taskdefs/cvslib - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sbailliez2004/11/11 09:27:09
Modified:src/main/org/apache/tools/ant/taskdefs/cvslib
ChangeLogWriter.java
Log:
Fix invalid xml formed in case the filename is made of reserved xml
characters (ampersand for entities for instance)
PR: 30817
Revision
sbailliez2004/11/11 08:04:44
Modified:src/etc junit-frames-xalan1.xsl junit-frames.xsl
junit-noframes.xsl
Log:
Make it compatible with Safari.. the open function does not return any
document.
Thanks to Ingmar Stein
PR: 26953
Revision Changes
sbailliez2004/07/30 10:47:58
Modified:docs/manual/OptionalTasks junitreport.html
Log:
Try to make somewhat clear explanation...
Revision ChangesPath
1.16 +16 -14ant/docs/manual/OptionalTasks/junitreport.html
Index: junitreport.html
sbailliez2004/02/05 14:55:37
Modified:.WHATSNEW
Log:
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing
deep recursions.
Revision ChangesPath
1.537 +4 -0 ant/WHATSNEW
Index: WHATSNEW
sbailliez2004/02/05 14:45:51
Modified:src/etc junit-frames.xsl junit-noframes.xsl
Log:
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing
deep recursions.
Revision ChangesPath
1.17 +18 -77ant/src/etc/junit-frames.xsl
18 matches
Mail list logo