DO NOT REPLY [Bug 25605] New: - record task logfile has wildly inaccurate duration

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25605.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25605

record task logfile has wildly inaccurate duration

   Summary: record task logfile has wildly inaccurate duration
   Product: Ant
   Version: 1.5.4
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The following Ant XML file:

?xml version=1.0?
project name=invalid_duration default=main
target name=main depends= description=
record name=broken_append_default.log loglevel=verbose 
append=yes/
/target
/project

executes in a second or two on my system, but the log file records:

main:  duration 17861748 minutes 41 seconds

BUILD SUCCESSFUL

Note the duration is off by about 34 years.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25606] New: - checksum doesn't work when todir is set and totalproperty is not

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606

checksum doesn't work when todir is set and totalproperty is not

   Summary: checksum doesn't work when todir is set and
totalproperty is not
   Product: Ant
   Version: 1.6Beta
  Platform: Sun
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


basically, if you have
checksum todir=${output}
  filset dir=src
exclude name=**/*.MD5/
  /fileset
/checksum

you will get this exception:

java.lang.NullPointerException
at java.io.File.init(File.java:258)
at 
org.apache.tools.ant.taskdefs.Checksum.getChecksumFile(Checksum.java:445)
at
org.apache.tools.ant.taskdefs.Checksum.addToIncludeFileMap(Checksum.java:405)
at
org.apache.tools.ant.taskdefs.Checksum.validateAndExecute(Checksum.java:384)
at org.apache.tools.ant.taskdefs.Checksum.execute(Checksum.java:263)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:102)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at
org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:346)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
at org.apache.tools.ant.Task.perform(Task.java:401)
at org.apache.tools.ant.Target.execute(Target.java:338)
at org.apache.tools.ant.Target.performTasks(Target.java:365)
at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
at org.apache.tools.ant.Main.runBuild(Main.java:669)
at org.apache.tools.ant.Main.startAnt(Main.java:220)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)

this is because relativeFilePaths is not getting populated, unless totalProperty
!= null.  

modifying line 337 to: if (totalproperty != null || todir != null) {  // the
todir != null part is new

populates the relativeFilePaths map, and things run smoothly.

thanks for the feature by the way of specifying todir! very usefull!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25607] New: - checksum is loud

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607

checksum is loud

   Summary: checksum is loud
   Product: Ant
   Version: 1.6Beta
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


it would be nice if instead of listing every file it is generating a checksum 
for,
checksum would just say: Calculating MD5 checksums for 1051 files.  
getting hundreds of lines that look like this:
 [checksum] Calculating MD5 checksum for
/source/dev/main/dev/TS6.0/TS6.1.0/WORKAREA/ant1.6/src/client/toolkit/teamsite/src/com/interwoven/ui/teamsite/common.properties

can fill up build logs real quick

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25502] - IO error with XDoclet 1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502

IO error with XDoclet 1.1





--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 07:04 ---
Re: Erik Hatcher's suggestion to upgrade to XDoclet 1.2beta
one of my staff reported that our websphere descriptors no longer were 
generated correctly under that version of XDoclet and we have not had time to 
investigate further.

Re: Alban Peignier's suggestion re: weblogic.jar
we are using weblogic 8.1, but removing it from the classpath did not resolve 
the problem.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25502] - IO error with XDoclet 1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502

IO error with XDoclet 1.1





--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 07:04 ---
Attached is the verbose execution for 1.6b3

[ejbdoclet] Generating Javadoc
[ejbdoclet] Executing 'C:\devtools\java\jdk131_07\bin\javadoc.exe' with 
arguments:
[ejbdoclet] '-private'
[ejbdoclet] '-classpath'
[ejbdoclet] 'C:\Projects\notiva\cbo-akron\lib\ant.jar;C:\Projects\notiva\cbo-
akron\lib\aspectjrt.jar;C:\Projects\notiva\cbo-akron\li
b\cactus.jar;C:\Projects\notiva\cbo-
akron\lib\clover.jar;C:\Projects\notiva\cbo-
akron\lib\ejb.jar;C:\Projects\notiva\cbo-akron\lib\h
ttpclient.jar;C:\Projects\notiva\cbo-akron\lib\jakarta-ant-1.4.1-
optional.jar;C:\Projects\notiva\cbo-akron\lib\jaxp.jar;C:\Projects\
notiva\cbo-akron\lib\jdbc2_0-stdext.jar;C:\Projects\notiva\cbo-
akron\lib\jms.jar;C:\Projects\notiva\cbo-akron\lib\jta.jar;C:\Project
s\notiva\cbo-akron\lib\junit.jar;C:\Projects\notiva\cbo-akron\lib\log4j-
1.2.2.jar;C:\Projects\notiva\cbo-akron\lib\mailapi.jar;C:\Pr
ojects\notiva\cbo-akron\lib\mockobjects-alt-jdk1.3-
0.09dev.jar;C:\Projects\notiva\cbo-akron\lib\mockobjects-alt-jdk1.3-j2ee1.3-
0.09d
ev.jar;C:\Projects\notiva\cbo-akron\lib\mockobjects-core-
0.09dev.jar;C:\Projects\notiva\cbo-akron\lib\mockobjects-jdk1.3-0.09dev.jar
;C:\Projects\notiva\cbo-akron\lib\mockobjects-jdk1.3-j2ee1.3-
0.09dev.jar;C:\Projects\notiva\cbo-akron\lib\notiva-tools.jar;C:\Projec
ts\notiva\cbo-akron\lib\ostermiller-utils.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\US_export_policy.jar;C:\Projects\notiva\cbo-a
kron\lib\runtime\bcprov-jdk13-113.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\cglib2.jar;C:\Projects\notiva\cbo-akron\lib\runtime\c
lasses12.jar;C:\Projects\notiva\cbo-akron\lib\runtime\commons-
beanutils.jar;C:\Projects\notiva\cbo-akron\lib\runtime\commons-collect
ions.jar;C:\Projects\notiva\cbo-akron\lib\runtime\commons-
digester.jar;C:\Projects\notiva\cbo-akron\lib\runtime\commons-lang.jar;C:\
Projects\notiva\cbo-akron\lib\runtime\commons-
logging.jar;C:\Projects\notiva\cbo-akron\lib\runtime\commons-
net.jar;C:\Projects\notiv
a\cbo-akron\lib\runtime\dom4j.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\hibernate2.jar;C:\Projects\notiva\cbo-akron\lib\runtime\j
ce1_2_1.jar;C:\Projects\notiva\cbo-akron\lib\runtime\jgroups-
all.jar;C:\Projects\notiva\cbo-akron\lib\runtime\local_policy.jar;C:\Pr
ojects\notiva\cbo-akron\lib\runtime\log4j-1.2.8.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\lucene-1.2.jar;C:\Projects\notiva\cbo-a
kron\lib\runtime\lucene-demos-1.2.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\odmg.jar;C:\Projects\notiva\cbo-akron\lib\runtime\ogn
l-2.6.3.jar;C:\Projects\notiva\cbo-akron\lib\runtime\oscore-
2.2.1.jar;C:\Projects\notiva\cbo-akron\lib\runtime\relaxngDatatype.jar;C
:\Projects\notiva\cbo-akron\lib\runtime\sitemesh.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\sunjce_provider.jar;C:\Projects\notiva
\cbo-akron\lib\runtime\swarmcache-1.0RC2.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\velocity-1.3.1.jar;C:\Projects\notiva\cbo-akro
n\lib\runtime\webwork.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\xalan.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\xdb_g.jar;C:\P
rojects\notiva\cbo-akron\lib\runtime\xercesImpl.jar;C:\Projects\notiva\cbo-
akron\lib\runtime\xmlParserAPIs.jar;C:\Projects\notiva\cb
o-akron\lib\runtime\xsdlib.jar;C:\Projects\notiva\cbo-akron\lib\runtime\xwork-
1.0-beta.jar;C:\Projects\notiva\cbo-akron\lib\servlet.
jar;C:\Projects\notiva\cbo-akron\lib\xdoclet.jar;C:\Projects\notiva\cbo-
akron\build\lib\jsi-message.jar;C:\Projects\notiva\cbo-akron
\build\lib\jsi-servlet.jar;C:\Projects\notiva\cbo-akron\build\lib\notiva-
util.jar;C:\Projects\notiva\cbo-akron\build\lib\notiva-web-
util.jar;C:\devtools\bea\weblogic81\server\lib\weblogic.jar'
[ejbdoclet] '-sourcepath'
[ejbdoclet] 'C:\Projects\notiva\cbo-akron\core\src'
[ejbdoclet] '-doclet'
[ejbdoclet] 'xdoclet.DocletTask$DocletMain'
[ejbdoclet] '-docletpath'
[ejbdoclet] 'C:\Projects\notiva\cbo-akron\lib\ant.jar;C:\Projects\notiva\cbo-
akron\lib\aspectjrt.jar;C:\Projects\notiva\cbo-akron\li
b\cactus.jar;C:\Projects\notiva\cbo-
akron\lib\clover.jar;C:\Projects\notiva\cbo-
akron\lib\ejb.jar;C:\Projects\notiva\cbo-akron\lib\h
ttpclient.jar;C:\Projects\notiva\cbo-akron\lib\jakarta-ant-1.4.1-
optional.jar;C:\Projects\notiva\cbo-akron\lib\jaxp.jar;C:\Projects\
notiva\cbo-akron\lib\jdbc2_0-stdext.jar;C:\Projects\notiva\cbo-
akron\lib\jms.jar;C:\Projects\notiva\cbo-akron\lib\jta.jar;C:\Project
s\notiva\cbo-akron\lib\junit.jar;C:\Projects\notiva\cbo-akron\lib\log4j-
1.2.2.jar;C:\Projects\notiva\cbo-akron\lib\mailapi.jar;C:\Pr
ojects\notiva\cbo-akron\lib\mockobjects-alt-jdk1.3-

DO NOT REPLY [Bug 25502] - IO error with XDoclet 1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502

IO error with XDoclet 1.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 07:22 ---
d'oh. after posting that last note I noticed hidden in the verbose output that 
there's a copy of ant.jar sitting right on top of the doclet path. upon closer 
inspection it was a copy of Ant 1.5.1. Updating the jar file to the right 
version made the problem go away.

now I'm off to find out why we even had a copy of Ant.jar separate from 
$ANT_HOME/lib in the first place.

my apologies.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25606] - checksum doesn't work when todir is set and totalproperty is not

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606

checksum doesn't work when todir is set and totalproperty is not

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25607] - checksum is loud

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607

checksum is loud

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/src/etc/testcases/taskdefs checksum.xml

2003-12-18 Thread antoine
antoine 2003/12/18 00:39:06

  Modified:.WHATSNEW
   src/main/org/apache/tools/ant/taskdefs Checksum.java
   src/testcases/org/apache/tools/ant/taskdefs
ChecksumTest.java
   src/etc/testcases/taskdefs checksum.xml
  Log:
  Make checksum work with nested filesets and no total property
  Make checksum less loud, downgrading message calculating checksum to verbose
  PR: 25606
  PR: 25607
  Submitted by: Ariel Backenroth ( abackenr at interwoven dot com )
  
  Revision  ChangesPath
  1.514 +2 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.513
  retrieving revision 1.514
  diff -u -r1.513 -r1.514
  --- WHATSNEW  1 Dec 2003 22:10:17 -   1.513
  +++ WHATSNEW  18 Dec 2003 08:39:06 -  1.514
  @@ -93,6 +93,8 @@
 are resolved at a later stage. This causes some
 differences especially for user defined task containers.
   
  +* checksum log message Calculating checksum ... has been degraded from 
INFO to VERBOSE.
  +
   Fixed bugs:
   ---
   * Filter readers were not handling line endings properly.  Bugzilla
  
  
  
  1.35  +2 -2  ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java
  
  Index: Checksum.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Checksum.java 13 Sep 2003 12:58:33 -  1.34
  +++ Checksum.java 18 Dec 2003 08:39:06 -  1.35
  @@ -374,7 +374,7 @@
   String[] srcFiles = ds.getIncludedFiles();
   for (int j = 0; j  srcFiles.length; j++) {
   File src = new File(fs.getDir(getProject()), 
srcFiles[j]);
  -if (totalproperty != null) {
  +if (totalproperty != null || todir != null) {
   // Use '/' to calculate digest based on file name.
   // This is required in order to get the same result
   // on different platforms.
  @@ -467,7 +467,7 @@
   messageDigest.reset();
   File src = (File) e.nextElement();
   if (!isCondition) {
  -log(Calculating  + algorithm +  checksum for  + src);
  +log(Calculating  + algorithm +  checksum for  + src, 
Project.MSG_VERBOSE);
   }
   fis = new FileInputStream(src);
   DigestInputStream dis = new DigestInputStream(fis,
  
  
  
  1.7   +4 -1  
ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java
  
  Index: ChecksumTest.java
  ===
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ChecksumTest.java 24 Jun 2003 15:40:28 -  1.6
  +++ ChecksumTest.java 18 Dec 2003 08:39:06 -  1.7
  @@ -125,6 +125,9 @@
   expectPropertySet(verifyFromProperty, verify, true);
   }
   
  +public void testVerifyChecksumdirNoTotal() {
  +executeTarget(verifyChecksumdirNoTotal);
  +}
   private void testVerify(String target) {
   assertNull(project.getProperty(logo.MD5));
   assertNull(project.getProperty(no.logo.MD5));
  
  
  
  1.6   +8 -0  ant/src/etc/testcases/taskdefs/checksum.xml
  
  Index: checksum.xml
  ===
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/checksum.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- checksum.xml  24 Jun 2003 15:40:28 -  1.5
  +++ checksum.xml  18 Dec 2003 08:39:06 -  1.6
  @@ -65,4 +65,12 @@
 /fileset
   /checksum
 /target
  +!-- bug report 25606 --
  +target name=verifyChecksumdirNoTotal
  +  checksum todir=${basedir}/checksum/checksums
  +fileset dir=${basedir}/checksum
  +  exclude name=**/*.MD5/
  +/fileset
  +  /checksum
  +/target
   /project
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/src/etc/testcases/taskdefs checksum.xml

2003-12-18 Thread antoine
antoine 2003/12/18 00:54:15

  Modified:.Tag: ANT_16_BRANCH WHATSNEW
   src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Checksum.java
   src/testcases/org/apache/tools/ant/taskdefs Tag:
ANT_16_BRANCH ChecksumTest.java
   src/etc/testcases/taskdefs Tag: ANT_16_BRANCH checksum.xml
  Log:
  Merge from HEAD
  Make checksum work with nested filesets and no total property
  Make checksum less loud, downgrading message calculating checksum to verbose
  PR: 25606
  PR: 25607
  Submitted by: Ariel Backenroth ( abackenr at interwoven dot com )
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.503.2.21 +8 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.20
  retrieving revision 1.503.2.21
  diff -u -r1.503.2.20 -r1.503.2.21
  --- WHATSNEW  17 Dec 2003 16:02:56 -  1.503.2.20
  +++ WHATSNEW  18 Dec 2003 08:54:14 -  1.503.2.21
  @@ -8,6 +8,10 @@
 rather than blocking. If you run such a process and rely on it blocking, as
 it would do in Ant 1.5, you may have problem.
   
  +* checksum message calculating checksum downgraded to MSG_VERBOSE
  +  to limit output in case of large filesets.
  +  Bugzilla Report 25607.
  +
   * Change logging level of captured standard error output from MSG_ERR to 
MSG_WARN.
 Previous some standard error was output as MSG_ERR and some as MSG_WARN 
(namely
 standard error from exec and forked jvms).
  @@ -20,6 +24,10 @@
   
   * xmlcatalog Wrong file location to URL conversion in XMLCatalog.
 Bugzilla Report 23913.
  +
  +* checksum was throwing a null pointer exception, when used with nested 
filesets
  +  and totalproperty attribute not set.
  +  Bugzilla Report 25606.
   
   Other changes:
   --
  
  
  
  No   revision
  No   revision
  1.34.2.1  +2 -2  ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java
  
  Index: Checksum.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java,v
  retrieving revision 1.34
  retrieving revision 1.34.2.1
  diff -u -r1.34 -r1.34.2.1
  --- Checksum.java 13 Sep 2003 12:58:33 -  1.34
  +++ Checksum.java 18 Dec 2003 08:54:14 -  1.34.2.1
  @@ -374,7 +374,7 @@
   String[] srcFiles = ds.getIncludedFiles();
   for (int j = 0; j  srcFiles.length; j++) {
   File src = new File(fs.getDir(getProject()), 
srcFiles[j]);
  -if (totalproperty != null) {
  +if (totalproperty != null || todir != null) {
   // Use '/' to calculate digest based on file name.
   // This is required in order to get the same result
   // on different platforms.
  @@ -467,7 +467,7 @@
   messageDigest.reset();
   File src = (File) e.nextElement();
   if (!isCondition) {
  -log(Calculating  + algorithm +  checksum for  + src);
  +log(Calculating  + algorithm +  checksum for  + src, 
Project.MSG_VERBOSE);
   }
   fis = new FileInputStream(src);
   DigestInputStream dis = new DigestInputStream(fis,
  
  
  
  No   revision
  No   revision
  1.6.2.1   +4 -1  
ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java
  
  Index: ChecksumTest.java
  ===
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/ChecksumTest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ChecksumTest.java 24 Jun 2003 15:40:28 -  1.6
  +++ ChecksumTest.java 18 Dec 2003 08:54:14 -  1.6.2.1
  @@ -125,6 +125,9 @@
   expectPropertySet(verifyFromProperty, verify, true);
   }
   
  +public void testVerifyChecksumdirNoTotal() {
  +executeTarget(verifyChecksumdirNoTotal);
  +}
   private void testVerify(String target) {
   assertNull(project.getProperty(logo.MD5));
   assertNull(project.getProperty(no.logo.MD5));
  
  
  
  No   revision
  No   revision
  1.5.2.1   +8 -0  ant/src/etc/testcases/taskdefs/checksum.xml
  
  Index: checksum.xml
  ===
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/checksum.xml,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- checksum.xml  24 Jun 2003 15:40:28 -  1.5
  +++ checksum.xml  18 Dec 2003 08:54:14 -  1.5.2.1
  @@ 

DO NOT REPLY [Bug 25606] - checksum doesn't work when todir is set and totalproperty is not

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606

checksum doesn't work when todir is set and totalproperty is not

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Priority|Other   |Low
 Resolution||FIXED
   Target Milestone|--- |1.6

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25606] - checksum doesn't work when todir is set and totalproperty is not

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25606

checksum doesn't work when todir is set and totalproperty is not

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Priority|Low |Medium

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25607] - checksum is loud

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25607

checksum is loud

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.6

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: proposal/xdocs : Anakia versus dvsl

2003-12-18 Thread Dominique Devienne
What I find strange is that an XML snippet (Ant vocabulary) needs to be put
in a CDATA section inside an XML document (Doc vocabulary, be it Anakia,
DVSL, whatever)in this day and age. I naively hold that XML namespace were
invented in part to be able to mix different XML vocabularies.

Using a CDATA section, you can never enhance the HTML output to have element
and attribute names be in fact links to the relevant manual section for
example. --DD

-Original Message-
From: Antoine Lévy-Lambert

it can process CDATA sections 
with build file examples where in the XML there are litteral   ...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/src/main/org/apache/tools/ant/taskdefs RecorderEntry.java

2003-12-18 Thread peterreilly
peterreilly2003/12/18 01:10:51

  Modified:src/main/org/apache/tools/ant/taskdefs RecorderEntry.java
  Log:
  Initialize targetstarttime, even if the recorder is in a target
  PR: 25605
  Obtained from: John McDonnell
  
  Revision  ChangesPath
  1.12  +1 -0  
ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java
  
  Index: RecorderEntry.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- RecorderEntry.java21 Sep 2003 20:20:03 -  1.11
  +++ RecorderEntry.java18 Dec 2003 09:10:51 -  1.12
  @@ -93,6 +93,7 @@
* @param name The name of this recorder (used as the filename).
*/
   protected RecorderEntry(String name) {
  +targetStartTime = System.currentTimeMillis();
   filename = name;
   }
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: proposal/xdocs : Anakia versus dvsl

2003-12-18 Thread Antoine Lévy-Lambert
Dominique Devienne wrote:
What I find strange is that an XML snippet (Ant vocabulary) needs to be put
in a CDATA section inside an XML document (Doc vocabulary, be it Anakia,
DVSL, whatever)in this day and age. I naively hold that XML namespace were
invented in part to be able to mix different XML vocabularies.
Using a CDATA section, you can never enhance the HTML output to have element
and attribute names be in fact links to the relevant manual section for
example. --DD
-Original Message-
From: Antoine Lévy-Lambert
it can process CDATA sections 
with build file examples where in the XML there are litteral   ...

 

Hi Dominique,
I had not thought of the use of XML namespaces, but I had noticed that 
this CDATA section construct is used in the xdocs/faq.xml.

Can you create a sample working with anakia or with dvsl and allowing us 
to enter the examples in xml without escaping the build file snippets 
and without CDATA sections ?

Cheers,
Antoine

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: ant/src/main/org/apache/tools/ant/taskdefs RecorderEntry.java

2003-12-18 Thread peterreilly
peterreilly2003/12/18 01:11:38

  Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
RecorderEntry.java
  Log:
  Sync with HEAD
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.11.2.1  +1 -0  
ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java
  
  Index: RecorderEntry.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- RecorderEntry.java21 Sep 2003 20:20:03 -  1.11
  +++ RecorderEntry.java18 Dec 2003 09:11:38 -  1.11.2.1
  @@ -93,6 +93,7 @@
* @param name The name of this recorder (used as the filename).
*/
   protected RecorderEntry(String name) {
  +targetStartTime = System.currentTimeMillis();
   filename = name;
   }
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25605] - record task logfile has wildly inaccurate duration

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25605.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25605

record task logfile has wildly inaccurate duration

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 09:15 ---
Thanks for the report.
The reason for the strange time is that the recoder
is started in a target, so it does not see the start
of the target event and then thinks that the target
takes currentTime - 0 time - about 34 years since
the epoch.

Fixed now for release of ant 1.6.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTypes namespace.html

2003-12-18 Thread peterreilly
peterreilly2003/12/18 04:43:06

  Modified:docs/manual conceptstypeslist.html
  Added:   docs/manual/CoreTypes namespace.html
  Log:
  Add description for namespace support in ant 1.6
  Grapped ant wiki page
  Obtained from: Christopher Lenz
  
  Revision  ChangesPath
  1.15  +2 -0  ant/docs/manual/conceptstypeslist.html
  
  Index: conceptstypeslist.html
  ===
  RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- conceptstypeslist.html1 Dec 2003 22:03:25 -   1.14
  +++ conceptstypeslist.html18 Dec 2003 12:43:06 -  1.15
  @@ -37,6 +37,8 @@
   a href=OptionalTypes/extension.htmlExtension Package/abr
   a href=OptionalTypes/extensionset.htmlSet of Extension Packages/abr
   
  +h3Namespace/h3
  +a href=CoreTypes/namespace.htmlNamespace Support/abr
   h3Antlib/h3
   a href=CoreTypes/antlib.htmlAntlib/abr
   a href=CoreTypes/antlib.html#antlibnamespaceAntlib namespace/abr
  
  
  
  1.1  ant/docs/manual/CoreTypes/namespace.html
  
  Index: namespace.html
  ===
  !DOCTYPE HTML PUBLIC -//IETF//DTD HTML//EN
  htmlheadtitleXmlNamespaceSupport/title/head
body
  h2a name=namespaceXML Namespace Support/a/h2
  Ant 1.6 introduces support for XML namespaces. 
  h2History/h2
  
  p
All releases of Ant prior to Ant 1.6 do not support XML namespaces.
No support basically implies two things here:
  /p
  ul
li Element names correspond to the qname of the tags, which is
  usually the same as the local name. But if the build file writer uses
  colons in names of defined tasks/types, those become part of the
  element name. Turning on namespace support gives colon-separated
  prefixes in tag names a special meaning, and thus build files using
  colons in user-defined tasks and types will break.
/li
li Attributes with the names 'xmlns' and 'xmlns:lt;prefixgt;'
  are not treated specially, which means that custom tasks and types 
have
  actually been able to use such attributes as parameter names. Again,
  such tasks/types are going to break when namespace support is enabled
  on the parser.
/li
  /ul
  pUse of colons in element names has been discouraged in the past
IIRC, and using any attribute starting with xml is actually strongly
discouraged by the XML spec to reserve such names for future use.
  /p
  h2Motivation/h2
  
  pIn build files using a lot of custom and third-party tasks, it is
easy to get into name conflicts. When individual types are defined, the
build file writer can do some name-spacing manually (for example, using
tomcat-deploy instead of just deploy). But when defining whole
libraries of types using the lt;typedefgt; 'resource' attribute, the
build file writer has no chance to override or even prefix the names
supplied by the library. /p
  h2Assigning Namespaces/h2
  
  p
Adding a 'prefix' attribute to lt;typedefgt; might have been enough,
but XML already has a well-known method for name-spacing. Thus, instead
of adding a 'prefix' attribute, the lt;typedefgt; and lt;taskdefgt;
tasks get a 'uri' attribute, which stores the URI of the XML namespace
with which the type should be associated:
  /ppre lt;typedef resource=org/example/tasks.properties uri=a 
href=http://example.org/tasks;http://example.org/tasks/a/gt;
   lt;my:task xmlns:my=a 
href=http://example.org/tasks;http://example.org/tasks/agt;
  ...
   lt;/my:taskgt;
  /pre
  pAs the above example demonstrates, the namespace URI needs to be
specified at least twice: one time as the value of the 'uri' attribute,
and another time to actually map the namespace to occurrences of
elements from that namespace, by using the 'xmlns' attribute. This
mapping can happen at any level in the build file:
  /ppre lt;project name=test xmlns:my=a 
href=http://example.org/tasks;http://example.org/tasks/agt; 
 lt;typedef resource=org/example/tasks.properties uri=a 
href=http://example.org/tasks;http://example.org/tasks/a/gt;
 lt;my:taskgt;
   ...
 lt;/my:taskgt;
   lt;/projectgt;
  /pre
  p
Use of a namespace prefix is of course optional. Therefore
the example could also look like this:
  /ppre lt;project name=testgt; 
 lt;typedef resource=org/example/tasks.properties uri=a 
href=http://example.org/tasks;http://example.org/tasks/a/gt;
 lt;task xmlns=a 
href=http://example.org/tasks;http://example.org/tasks/agt;
   ...
 lt;/taskgt;
   lt;/projectgt;
  /pre
  p
Here, the namespace is set as the default 

cvs commit: ant/docs/manual/CoreTypes namespace.html

2003-12-18 Thread peterreilly
peterreilly2003/12/18 04:46:42

  Modified:docs/manual Tag: ANT_16_BRANCH conceptstypeslist.html
  Added:   docs/manual/CoreTypes Tag: ANT_16_BRANCH namespace.html
  Log:
  Sync with HEAD
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.13.2.3  +2 -0  ant/docs/manual/conceptstypeslist.html
  
  Index: conceptstypeslist.html
  ===
  RCS file: /home/cvs/ant/docs/manual/conceptstypeslist.html,v
  retrieving revision 1.13.2.2
  retrieving revision 1.13.2.3
  diff -u -r1.13.2.2 -r1.13.2.3
  --- conceptstypeslist.html9 Oct 2003 21:01:14 -   1.13.2.2
  +++ conceptstypeslist.html18 Dec 2003 12:46:41 -  1.13.2.3
  @@ -38,6 +38,8 @@
   a href=OptionalTypes/extension.htmlExtension Package/abr
   a href=OptionalTypes/extensionset.htmlSet of Extension Packages/abr
   
  +h3Namespace/h3
  +a href=CoreTypes/namespace.htmlNamespace Support/abr
   h3Antlib/h3
   a href=CoreTypes/antlib.htmlAntlib/abr
   a href=CoreTypes/antlib.html#antlibnamespaceAntlib namespace/abr
  
  
  
  No   revision
  No   revision
  1.1.2.1   +3 -1  ant/docs/manual/CoreTypes/namespace.html
  
  Index: namespace.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/namespace.html,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- namespace.html18 Dec 2003 12:43:06 -  1.1
  +++ namespace.html18 Dec 2003 12:46:41 -  1.1.2.1
  @@ -1,5 +1,7 @@
   !DOCTYPE HTML PUBLIC -//IETF//DTD HTML//EN
  -htmlheadtitleXmlNamespaceSupport/title/head
  +htmlheadtitleXmlNamespaceSupport/title
  +link rel=stylesheet type=text/css href=../stylesheets/antmanual.css
  +/head
 body
   h2a name=namespaceXML Namespace Support/a/h2
   Ant 1.6 introduces support for XML namespaces. 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25564] - CVS tagdiff does not escape XML characters

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25564.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25564

CVS tagdiff does not escape XML characters





--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 13:19 ---
Created an attachment (id=9627)
File to demonstrate XML generation by throwing SAX events to a transformer.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Bug 25564 - CVS tagdiff does not escape XML characters

2003-12-18 Thread Steven . Murphy
Hi,

I have attached a file to the bug report.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25564

Steve





Dominique Devienne [EMAIL PROTECTED]
17/12/2003 11:14
Please respond to Ant Developers List

 
To: 'Antoine Levy-Lambert ' [EMAIL PROTECTED], 'Ant Developers 
List ' 
[EMAIL PROTECTED]
cc: 
Subject:RE: Bug 25564 - CVS tagdiff does not escape XML 
characters


From: [EMAIL PROTECTED]

 My favoured way of generating XML from a class is to extend
 XMLFilterImpl and fire SAX events to a Transformer with no
 stylesheet and StreamResult of the required output file,
 inspired by Cocoon 2.

Would you care to provide a concrete example please? Thanks, --DD

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





DO NOT REPLY [Bug 25502] - IO error with XDoclet 1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502

IO error with XDoclet 1.1





--- Additional Comments From [EMAIL PROTECTED]  2003-12-18 16:06 ---
in retrospect, Alban Peignier's comments re: having another version of Ant in 
the classpath was dead-on even though I initially dismissed it after removing 
weblogic.jar from the classpath... Thanks Alban!

This might be worth an FAQ entry; I did a ton of looking around before 
creating the issue and didn't see anything.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Bug 25564 - CVS tagdiff does not escape XML characters

2003-12-18 Thread Dominique Devienne
Thanks Steven! Interesting ;-) 

Included below is my own twist on the technique you demonstated
that allows to encapsulate the SAX/TrAX code. Clients just
implement the XmlContentProvider, probably as an anonymous inner
class at the same time as calling XmlWriter.write().

I noticed though that with JDK 1.4.2, even when requesting indenting,
the resulting file is not indented :-(

package com.lgc.buildmagic.util;

import java.io.File;
import java.io.Writer;
import java.io.OutputStream;
import java.io.IOException;

// SAX classes
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.xml.sax.ContentHandler;
import org.xml.sax.helpers.AttributesImpl;
import org.xml.sax.helpers.XMLFilterImpl;

// TrAX classes
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.TransformerException;
import javax.xml.transform.TransformerConfigurationException;
import javax.xml.transform.sax.SAXSource;
import javax.xml.transform.stream.StreamResult;

public class XmlWriter {

  /** The mirror image of SAX's ContentHandler that writes to a handler. */
  public interface XmlContentProvider {
void writeTo(ContentHandler to)
 throws SAXException;
  }

  /** Just a dummy impl of the content provider interface above for testing.
*/
  public static class MyProvider
  implements XmlContentProvider {
public void writeTo(ContentHandler to)
throws SAXException {
  final AttributesImpl attributes = new AttributesImpl();
  to.startDocument();
  to.startElement(, history-cache, history-cache, attributes);

   to.startElement(, entries, entries, attributes);
to.startElement(, name, name, attributes);
String name = Javahcache;
to.characters(name.toCharArray(), 0, name.length());
to.endElement(, name, name);

to.startElement(, tag, tag, attributes);
String tag = tagtext/tag;
to.characters(tag.toCharArray(), 0, tag.length());
to.endElement(, tag, tag);
   to.endElement(, entries, entries);

  to.endElement(, history-cache, history-cache);
  to.endDocument();
}
  }

  public void write(File file, XmlContentProvider provider)
  throws TransformerException {
write(new StreamResult(file), provider);
  }

  public void write(OutputStream outputStream, XmlContentProvider provider)
  throws TransformerException {
write(new StreamResult(outputStream), provider);
  }

  public void write(Writer writer, XmlContentProvider provider)
  throws TransformerException {
write(new StreamResult(writer), provider);
  }

  /**
   * Writes SAX events sent by an XML provider using an identity transform.
   *
   * @param  result The stream to write the result of the identity transform
to.
   * @param  provider The XML content provider.
   */
  private void write(StreamResult result, final XmlContentProvider provider)
   throws TransformerException {
TransformerFactory factory = TransformerFactory.newInstance();
Transformer transformer = factory.newTransformer();
transformer.setOutputProperty(OutputKeys.INDENT, yes);

XMLFilterImpl reader = new XMLFilterImpl() {
  public void parse(InputSource input)
  throws IOException,
 SAXException {
provider.writeTo(getContentHandler());
  }
};
SAXSource source = new SAXSource(reader, new InputSource());
transformer.transform(source, result);
  }

  public static void main(String[] args)
 throws Exception {
new XmlWriter().write(new File(XmlWriter.xml), new MyProvider());
  }

}

-Original Message-
From: [EMAIL PROTECTED]
To: Ant Developers List
Sent: 12/18/2003 7:36 AM
Subject: RE: Bug 25564 - CVS tagdiff does not escape XML characters

Hi,

I have attached a file to the bug report.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25564

Steve





Dominique Devienne [EMAIL PROTECTED]
17/12/2003 11:14
Please respond to Ant Developers List

 
To: 'Antoine Levy-Lambert ' [EMAIL PROTECTED], 'Ant
Developers List ' 
[EMAIL PROTECTED]
cc: 
Subject:RE: Bug 25564 - CVS tagdiff does not escape XML
characters


From: [EMAIL PROTECTED]

 My favoured way of generating XML from a class is to extend
 XMLFilterImpl and fire SAX events to a Transformer with no
 stylesheet and StreamResult of the required output file,
 inspired by Cocoon 2.

Would you care to provide a concrete example please? Thanks, --DD

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25633] New: - macrodef should support default element node

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25633.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25633

macrodef should support default element node

   Summary: macrodef should support default element node
   Product: Ant
   Version: 1.7Alpha (nightly)
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Currently I have to put macro subnodes into additional argument node in order 
to make them work with macrodef. It would be much better to have an ability to 
use all macrodef instance subnodes directly. For example:

  macrodef name=jython
attribute name=script/
element name=/
sequential
  java classname=org.python.util.launcher failonerror=true
arg file=@{script}/
elements/
  /java
/sequential
  /macrodef

  jython script=script.jy
arg value=${package}/
arg file=${outpath}/
  /jython

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs bindownload.html srcdownload.html

2003-12-18 Thread antoine
antoine 2003/12/18 13:04:16

  Modified:xdocssrcdownload.xml bindownload.xml
   docs bindownload.html srcdownload.html
  Log:
  ReleaseInstructions step 18 - migration to ant 1.6.0
  
  Revision  ChangesPath
  1.19  +14 -22ant/xdocs/srcdownload.xml
  
  Index: srcdownload.xml
  ===
  RCS file: /home/cvs/ant/xdocs/srcdownload.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- srcdownload.xml   13 Oct 2003 08:36:44 -  1.18
  +++ srcdownload.xml   18 Dec 2003 21:04:16 -  1.19
  @@ -31,14 +31,6 @@
   
   /section
   
  -section name=Downloading Ant 1.6beta
  -
  -pBeta releases are not mirrored, you can find our latest beta
  -release at a
  
-href=http://cvs.apache.org/dist/ant/;http://cvs.apache.org/dist/ant//a./p
  -
  -/section
  -
   section name=Mirror
   
   pYou are currently using b[preferred]/b.  If you encounter a
  @@ -64,30 +56,30 @@
   
   section name=Current Release of Ant
   
  -pCurrently, Apache Ant 1.5.4 is the best available version, see the
  +pCurrently, Apache Ant 1.6.0 is the best available version, see the
   a href=[preferred]/ant/README.htmlrelease notes/a./p
   
   div class=warning
   div class=labelNote/div
  -div class=contentAnt 1.5.4 has been released on 12-August-2003 and
  +div class=contentAnt 1.6.0 has been released on 18-December-2003 and
   may not be available on all mirrors for a few days./div
   /div
   
   ul
   licode.zip/code archive: 
  -a 
href=[preferred]/ant/source/apache-ant-1.5.4-src.zipapache-ant-1.5.4-src.zip/a
 
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.asc;PGP/a]
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.zip.md5;MD5/a]/li
  +a 
href=[preferred]/ant/source/apache-ant-1.6.0-src.zipapache-ant-1.6.0-src.zip/a
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.asc;PGP/a]
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.zip.md5;MD5/a]/li
   
   licode.tar.gz/code archive: 
  -a 
href=[preferred]/ant/source/apache-ant-1.5.4-src.tar.gzapache-ant-1.5.4-src.tar.gz/a
 
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.asc;PGP/a]
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.gz.md5;MD5/a]/li
  +a 
href=[preferred]/ant/source/apache-ant-1.6.0-src.tar.gzapache-ant-1.6.0-src.tar.gz/a
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.asc;PGP/a]
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.gz.md5;MD5/a]/li
   
   licode.tar.bz2/code archive: 
  -a 
href=[preferred]/ant/source/apache-ant-1.5.4-src.tar.bz2apache-ant-1.5.4-src.tar.bz2/a
 
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.asc;PGP/a]
  -[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.5.4-src.tar.bz2.md5;MD5/a]/li
  +a 
href=[preferred]/ant/source/apache-ant-1.6.0-src.tar.bz2apache-ant-1.6.0-src.tar.bz2/a
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.asc;PGP/a]
  +[a 
href=http://www.apache.org/dist/ant/source/apache-ant-1.6.0-src.tar.bz2.md5;MD5/a]/li
   /ul
   /section
   
  @@ -125,17 +117,17 @@
   
   pcode
   % pgpk -a KEYSbr /
  -% pgpv apache-ant-1.5.4-src.tar.gz.ascbr /
  +% pgpv apache-ant-1.6.0-src.tar.gz.ascbr /
   /code
   emor/embr /
   code
   % pgp -ka KEYSbr /
  -% pgp apache-ant-1.5.4-src.tar.gz.ascbr /
  +% pgp apache-ant-1.6.0-src.tar.gz.ascbr /
   /code
   emor/embr /
   code
   % gpg --import KEYSbr /
  -% gpg --verify apache-ant-1.5.4-src.tar.gz.asc
  +% gpg --verify apache-ant-1.6.0-src.tar.gz.asc
   /code/p
   
   pAlternatively, you can verify the MD5 signature on the files.  A
  
  
  
  1.21  +14 -21ant/xdocs/bindownload.xml
  
  Index: bindownload.xml
  ===
  RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- bindownload.xml   13 Oct 2003 08:36:44 -  1.20
  +++ bindownload.xml   18 Dec 2003 21:04:16 -  1.21
  @@ -34,13 +34,6 @@
   
   /section
   
  -section name=Downloading Ant 1.6beta
  -
  -pBeta releases are not mirrored, you can find our latest beta
  -release at a
  
-href=http://cvs.apache.org/dist/ant/;http://cvs.apache.org/dist/ant//a./p
  -
  -/section
   
   section name=Mirror
   
  @@ -67,30 +60,30 @@
   
   section name=Current Release of Ant
   
  -pCurrently, Apache Ant 1.5.4 is the best available version, see the
  +pCurrently, Apache Ant 1.6.0 is the best available version, see the
   a href=[preferred]/ant/README.htmlrelease notes/a./p
   
   div class=warning
   div class=labelNote/div
  -div class=contentAnt 1.5.4 has been released on 12-August-2003 and
  +div class=contentAnt 1.6.0 has been released on 18-December-2003 and
   may not be available 

cvs commit: ant/docs index.html faq.html antnews.html

2003-12-18 Thread antoine
antoine 2003/12/18 13:47:06

  Modified:xdocsindex.xml faq.xml antnews.xml
   docs index.html faq.html antnews.html
  Log:
  Ant 1.6.0 release
  
  Revision  ChangesPath
  1.59  +5 -27 ant/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/ant/xdocs/index.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- index.xml 4 Dec 2003 23:57:34 -   1.58
  +++ index.xml 18 Dec 2003 21:47:05 -  1.59
  @@ -9,46 +9,24 @@
   
   body
   
  - section name=Ant 1.6beta3
  -pApache Ant 1.6beta3 is now available for a
  -href=http://cvs.apache.org/dist/ant/v1.6beta3/;download/a.  As
  + section name=Ant 1.6.0
  +pApache Ant 1.6.0 is now available for a
  +href=http://ant.apache.org/bindownload.cgi;download/a.  As
   we've already said in the announcements of Ant 1.5.4, this release
   requires JDK 1.2 or later to run./p
   
  -pWe encourage user to give this beta a release a try and report
  -any bugs found so that we get a chance to fix them before we make
  -the final release of Ant 1.6./p
  -
  -pAnt 1.6 adds a lot of new features, most prominently support
  +pAnt 1.6.0 adds a lot of new features, most prominently support
   for XML namespaces as well as a new concept of Ant libraries that
   makes use of namespaces to avoid name clashes of custom tasks.
   For a longer list of fixed bugs and new features see the release
   notes./p
   
  -pThe manual of Ant 1.6 is available on line 
  -a href=manual-1.6beta/ here/a./p
  -
   pIf you find anything that hasn't been covered in the manual (I bet you
   did) or could be explained better, feel free to help us out in the
   a 
href=http://nagoya.apache.org/wiki/apachewiki.cgi?NewAntFeaturesInDetail;Wiki 
/a./p
   
/section
   
  - section name=Ant 1.5.4
  -pApache Ant 1.5.4 is now available for
  - a href=http://ant.apache.org/bindownload.cgi;download/a.
  -/p
  -
  -div class=warning
  -div class=labelNote/div
  -div class=contentAnt 1.5.4 will be the last release that supports
  -  JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 
or
  -  later
  -/div
  -/div
  -
  -  /section
  -
 section name=Apache Ant
   
   p
  @@ -100,7 +78,7 @@
 section name=Documentation
   
   p
  -You can view the documentation for the current release (Apache Ant 1.5.4)
  +You can view the documentation for the current release (Apache Ant 1.6.0)
   a href=manual/index.htmlonline/a
   /p
   
  
  
  
  1.45  +5 -0  ant/xdocs/faq.xml
  
  Index: faq.xml
  ===
  RCS file: /home/cvs/ant/xdocs/faq.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- faq.xml   9 Dec 2003 16:46:50 -   1.44
  +++ faq.xml   18 Dec 2003 21:47:05 -  1.45
  @@ -166,6 +166,11 @@
   td1.5.4/td
   td12 August 2003/td
 /tr
  +
  +  tr
  +td1.6.0/td
  +td18 December 2003/td
  +  /tr
   /table
 /answer
   /faq
  
  
  
  1.52  +16 -132   ant/xdocs/antnews.xml
  
  Index: antnews.xml
  ===
  RCS file: /home/cvs/ant/xdocs/antnews.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- antnews.xml   4 Dec 2003 23:57:34 -   1.51
  +++ antnews.xml   18 Dec 2003 21:47:06 -  1.52
  @@ -5,30 +5,24 @@
   author email=Conor MacNeill/author
   author email=[EMAIL PROTECTED]Stefan Bodewig/author
   author email=Magesh Umasankar/author
  +author email=Antoine Levy-Lambert/author
   titleNews/title
 /properties
   
   body
  -   section name=Ant 1.6beta3
  -h3December 5, 2003 - Ant 1.6beta3 Available/h3
  -pApache Ant 1.6beta3 is now available for a
  -href=http://cvs.apache.org/dist/ant/v1.6beta3/;download/a.  As
  +   section name=Ant 1.6.0
  +h3December 18, 2003 - Ant 1.6.0 Available/h3
  +pApache Ant 1.6.0 is now available for a
  +href=http://ant.apache.org/bindownload.cgi;download/a.  As
   we've already said in the announcements of Ant 1.5.4, this release
   requires JDK 1.2 or later to run./p
   
  -pWe encourage user to give this beta a release a try and report
  -any bugs found so that we get a chance to fix them before we make
  -the final release of Ant 1.6./p
  -
  -pAnt 1.6 adds a lot of new features, most prominently support
  +pAnt 1.6.0 adds a lot of new features, most prominently support
   for XML namespaces as well as a new concept of Ant libraries that
   makes use of namespaces to avoid name clashes of custom tasks.
   For a longer list of fixed bugs and new features see the 

DO NOT REPLY [Bug 23455] - [PATCH] mark xlsp liaison as deprecated

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23455.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23455

[PATCH] mark xlsp liaison as deprecated

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23526] - touch should support nested filelist elements

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23526.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23526

touch should support nested filelist elements

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23637] - Provide an ant.file.dir or ant.dir for the directory of the build file

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23637.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23637

Provide an ant.file.dir or ant.dir for the directory of the build file

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23638] - Provide a change directory task

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23638.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23638

Provide a change directory task

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23686] - exec doesn't work well with interactive programs

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23686.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23686

exec doesn't work well with interactive programs

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23734] - apply should differentiate between empty and up to date when skipempty is true

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23734.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23734

apply should differentiate between empty and up to date when skipempty is true

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23760] - allow for regular expressions in FileSet include and exclude

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23760.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23760

allow for regular expressions in FileSet include and exclude

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23789] - warn if delete task contains a fileset AND a dir attribute!! The content of dir is deleted before fileset's exclude is evaluated!!!

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23789.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23789

warn if delete task contains a fileset AND a dir attribute!! The content of 
dir is deleted before fileset's exclude is evaluated!!!

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23820] - include scanner setup non-nested filesets in debug output

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23820.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23820

include scanner setup non-nested filesets in debug output

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23832] - concat should append newline if used with append=yes

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23832.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23832

concat should append newline if used with append=yes

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23873] - wlstop should allow user to stop a managed server

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23873.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23873

wlstop should allow user to stop a managed server

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23874] - New wlstart task to start weblogic managed servers

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23874.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23874

New wlstart task to start weblogic managed servers

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23893] - EXEC hangs until all processes launched from within .bat file finish.

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23893.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23893

EXEC hangs until all processes launched from within .bat file finish.

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23920] - Contains selector test fails on JDK 1.2.2 and IBM JDK 1.4.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23920.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23920

Contains selector test fails on JDK 1.2.2 and IBM JDK 1.4.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24112] - /addmodules is not a valid option for vjc

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24112.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24112

/addmodules is not a valid option for vjc

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24223] - Task Available should fill the property with concrete filename

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24223.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24223

Task Available should fill the property with concrete filename

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24231] - command-line option to signify no more options

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24231.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24231

command-line option to signify no more options

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24259] - unzip to extract files with current time and date

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24259.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24259

unzip to extract files with current time and date

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24260] - unzip seem extracting all files all the time.

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24260.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24260

unzip seem extracting all files all the time.

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24359] - add listfiles to rmic

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24359.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24359

add listfiles to rmic

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24569.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24569

cvschangelog not adding prevrevision on all files

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24627] - [patch] make exec to include directory path when complaining about it

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24627.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24627

[patch] make exec to include directory path when complaining about it

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24646] - using format=xml in junit gives NoClassDefFoundError

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24646.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24646

using format=xml in junit gives NoClassDefFoundError

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24680] - [PATCH] set threadContextLoader for xslt task

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24680.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24680

[PATCH] set threadContextLoader for xslt task

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24710] - applytask task (not foreach)

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24710.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24710

applytask task (not foreach)

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24711] - macrodef elements should support a description attribute

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24711.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24711

macrodef elements should support a description attribute

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24713] - Arbitrary header support for Mail task

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24713.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24713

Arbitrary header support for Mail task

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24806] - Add merge as valid option for vssget writablefiles attribute

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24806.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24806

Add merge as valid option for vssget writablefiles attribute

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24877] - exec task doesn't handle error conditions well

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24877.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24877

exec task doesn't handle error conditions well

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24918] - [PATCH] Permit console input to be sent to java

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24918.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24918

[PATCH] Permit console input to be sent to java

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25032] - Unable to FTP to a Windows server

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25032.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25032

Unable to FTP to a Windows server

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25086] - OutOfMemory error leads to confusing error in XmlLogger

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25086.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25086

OutOfMemory error leads to confusing error in XmlLogger

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25181] - SYMLINK task creates cyclic symlinks

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25181

SYMLINK task creates cyclic symlinks

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25205] - timeout on junit results in wrong timing information

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25205.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25205

timeout on junit results in wrong timing information

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25228] - subant.html...

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25228.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25228

subant.html...

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25378] - Added batch limit to the SCP task

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25378.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25378

Added batch limit to the SCP task

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25379] - Cvs Tasks doesn't handle wildcards, so why not add a fileset

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25379.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25379

Cvs Tasks doesn't handle wildcards, so why not add a fileset

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25380] - Unzip task doesnt overwrite destination when file listing is root

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25380.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25380

Unzip task doesnt overwrite destination when file listing is root

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: DO NOT REPLY [Bug 25086] - OutOfMemory error leads to confusing error in XmlLogger

2003-12-18 Thread Ozben Evren

replying to have bugzilla registered in whitelist. disregard, if anybody is 
reading.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 18, 2003 2:39 PM
To: [EMAIL PROTECTED]
Subject: DO NOT REPLY [Bug 25086] - OutOfMemory error leads to confusing
error in XmlLogger


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25086.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25086

OutOfMemory error leads to confusing error in XmlLogger

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25446] - ScriptDefBase javadoc incorrect

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25446.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25446

ScriptDefBase javadoc incorrect

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25455] - process fork fails if junit dir attribute points to non-existent location

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25455.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25455

process fork fails if junit dir attribute points to non-existent location

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25564] - CVS tagdiff does not escape XML characters

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25564.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25564

CVS tagdiff does not escape XML characters

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25601] - Please add force option to archival tasks jar/zip/etc

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25601.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25601

Please add force option to archival tasks jar/zip/etc

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25398] - macrodef broken: attribute values aren't being set

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25398.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25398

macrodef broken: attribute values aren't being set

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24016] - Copy task does not copy empty directories

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24016.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24016

Copy task does not copy empty directories

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24411] - odd presetdef behavior with additive task parameters like javac srcdir

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24411.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24411

odd presetdef behavior with additive task parameters like javac srcdir

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24993] - TStamp task documentation has HREF to invalid Sun URL

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24993.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24993

TStamp task documentation has HREF to invalid Sun URL

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24058] - jsharpc task is documented as jsharp (without 'c' at the end)

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24058.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24058

jsharpc task is documented as jsharp (without 'c' at the end)

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24059] - [PATCH] Minor edits to xmlproperty docs

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24059.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24059

[PATCH] Minor edits to xmlproperty docs

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25502] - IO error with XDoclet 1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25502

IO error with XDoclet 1.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24344] - NPE in JDependTask if forked

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24344.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24344

NPE in JDependTask if forked

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24169] - scp and sshexec failonerror documentation is reversed and wrong

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24169.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24169

scp and sshexec failonerror documentation is reversed and wrong

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23726] - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23726.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23726

Ant 1.6beta breaks the javah task with Java 1.4.2

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25258] - System.in closed by java

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25258.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25258

System.in closed by java

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23833] - FTP scanning wrong when remotedir is not absolute

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23833.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23833

FTP scanning wrong when remotedir is not absolute

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24743] - javadoc task fails for multiple source locations

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24743.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24743

javadoc task fails for multiple source locations

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25581] - file attribute in fileset leads to lost dir tree

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25581.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25581

file attribute in fileset leads to lost dir tree

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24024] - [PATCH] Definer could load all antlibs matching a resource path

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24024.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24024

[PATCH] Definer could load all antlibs matching a resource path

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24060] - [PATCH] Typo in subant.html

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24060.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24060

[PATCH] Typo in subant.html

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24061] - jsharpc does not work well with a big number of source files.

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24061.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24061

jsharpc does not work well with a big number of source files.

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23986] - scp task hangs indefinitely when target directory doesn't exist

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23986.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23986

scp task hangs indefinitely when target directory doesn't exist

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23987] - scp task doesn't complain if remote directory is not specified

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23987.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23987

scp task doesn't complain if remote directory is not specified

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24170] - failonerror does not work when sshexec task times out

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24170.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24170

failonerror does not work when sshexec task times out

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24069] - [PATCH] Email addr change

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24069.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24069

[PATCH] Email addr change

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24712] - macrodef sequential should be implicit

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24712.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24712

macrodef sequential should be implicit

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 15390] - ant.regexp.regexpimpl only works if it is a system property

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15390.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15390

ant.regexp.regexpimpl only works if it is a system property

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23913] - Wrong file location to URL conversion in XMLCatalog

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23913.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23913

Wrong file location to URL conversion in XMLCatalog

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23807] - Ant 1.6 and Mail error.

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23807.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23807

Ant 1.6 and Mail error.

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23910] - \docs\manual\index.html still mentions support for JDK1.1

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23910.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23910

\docs\manual\index.html still mentions support for JDK1.1

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19967] - Skip input task if property already set

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19967.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19967

Skip input task if property already set

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23915] - Script task cannot cope with undefined task/type elements in buildfile

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23915.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23915

Script task cannot cope with undefined task/type elements in buildfile

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 24934] - echo output of presetdef is always [null]

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24934.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24934

echo output of presetdef is always [null]

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 23919] - [PATCH] ClassFileTest with jdk 1.2.2

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23919.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23919

[PATCH] ClassFileTest with jdk 1.2.2

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >