DO NOT REPLY [Bug 18256] - ant.bat wrong syntax building classpath

2003-03-28 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=18256.
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=18256

ant.bat wrong syntax building classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 01:56 ---
Works for me

D:\work\projects\cloverecho %JAVA_HOME%
C:\Program Files\j2sdk1.4.1_01

D:\work\projects\cloverant -version
Apache Ant version 1.6alpha compiled on March 27 2003

We've been through quite a few interations on this. Is your JAVA_HOME variable 
quoted - it should not be.


DO NOT REPLY [Bug 17421] - shift in ant.bat causes problems

2003-03-28 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=17421.
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=17421

shift in ant.bat causes problems

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 01:59 ---
OK I guess the quoting of the option works for you. Closing accordingly. If 
you still have issues, please reopen.


Re: [Patch] one obsolete file can go away from optional/perforce

2003-03-28 Thread Conor MacNeill
On Fri, 28 Mar 2003 08:55 am, Antoine Levy-Lambert wrote:
 Hi dear ant committers,

 this fileRepository revision: 1.4
 /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/perforc
e/package.html,v can simply go away. It is obsolete and redundant with
 docs/manual/OptionalTasks/perforce.html which is maintained.

This file is used in the generation of javadocs. Are you suggesting to remove 
it? Actually I would like to see all packages have a package.html file.

-- 
Conor MacNeill
Blog: http://codefeed.com/blog/



DO NOT REPLY [Bug 18206] - ejbjar task doesn't preserve last line of MANIFEST.MF

2003-03-28 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=18206.
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=18206

ejbjar task doesn't preserve last line of MANIFEST.MF

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 02:40 ---
Thanks for the detailed test case. Strictly speaking the manifest you have
provided is not quite valid. The grammar for a manifest section is as follows:
(see
http://java.sun.com/j2se/1.4.1/docs/guide/jar/jar.html#Manifest%20Specification)
 

individual-section: Name : value newline *perentry-attribute

Your manifest does not contain the required newline for the last section. 

There is however a note in the spec:
# Before parsing:

If the last character of the file is an EOF character (code 26), the EOF is
treated as whitespace. Two newlines are appended (one for editors that don't put
a newline at the end of the last line, and one so that the grammar doesn't have
to special-case the last entry, which may not have a blank line after it).

It appears the JDK's Manifest class does not do this. You can look at the
src.zip that comes with the JDK to confirm this. (Ant's Manifest does not have
this problem).

We could raise a bug against the JDK but that has already been done
http://developer.java.sun.com/developer/bugParade/bugs/4489716.html
and rejected (The rejection is bogus in light of the above comment in the spec,
IMHO).

Workaround is to add the newlines required to your manifest. We could preprocess
the Manifest through Ant's manifest class to handle this. I'll close this as a
WONTFIX now but feel free to follow up.


DO NOT REPLY [Bug 18133] - System.out

2003-03-28 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=18133.
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=18133

System.out





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 03:22 ---
Just FYI. Ant 1.5.x does not support input from commands run from either the
exec or java tasks. The input stream is not even connected. Ant 1.6 will
allow the input stream to be connected to a file or a property. It does not yet
support the mode you need, however, as the input and output streams are
independent and the output stream is buffered - so it's output won't appear till
aftee the input has been read.


Re: Regression in CVS HEAD - probably related to embed proposal

2003-03-28 Thread Conor MacNeill
On Thu, 13 Mar 2003 03:04 am, Stefan Bodewig wrote:

 I could commit a testcase to proof this, but wanted to state the
 problem here before we get the same Gump test failure mail for weeks.

+1 to the testcase. I have disabled the import test because it fails but I 
want to re-enable and fix. The same strategy could be used here.

Conor

-- 
Conor MacNeill
Blog: http://codefeed.com/blog/



DO NOT REPLY [Bug 18447] - Add purge option to Copy task.

2003-03-28 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=18447.
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=18447

Add purge option to Copy task.





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 06:30 ---
I meant two possible values, not to.


cvs commit: ant/lib README xercesImpl.jar

2003-03-28 Thread bodewig
bodewig 2003/03/27 22:53:44

  Modified:.WHATSNEW
   lib  README xercesImpl.jar
  Log:
  Upgrade to Xerces 2.4.0
  
  Revision  ChangesPath
  1.376 +2 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.375
  retrieving revision 1.376
  diff -u -r1.375 -r1.376
  --- WHATSNEW  27 Mar 2003 16:32:18 -  1.375
  +++ WHATSNEW  28 Mar 2003 06:53:39 -  1.376
  @@ -77,6 +77,8 @@
   
   Other changes:
   --
  +* Shipped XML parser is now Xerces 2.4.0
  +
   * The filesetmanifest attribute of jar has been reenabled.
   
   * The start and end tokens for translate may now be longer than a
  
  
  
  1.15  +1 -1  ant/lib/README
  
  Index: README
  ===
  RCS file: /home/cvs/ant/lib/README,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- README28 Jan 2003 08:23:09 -  1.14
  +++ README28 Mar 2003 06:53:39 -  1.15
  @@ -2,7 +2,7 @@
   Dependencies for a list of the jar requirements for various optional
   tasks and features.
   
  -This directory contains xercesImpl.jar from the 2.3.0 release of
  +This directory contains xercesImpl.jar from the 2.4.0 release of
   Apache Xerces.  For more information or newer releases see
   http://xml.apache.org/xerces2-j/.  See the file LICENSE.xerces for
   the terms of distribution.
  
  
  
  1.7   +1875 -1777ant/lib/xercesImpl.jar
  
Binary file
  
  


DO NOT REPLY [Bug 18447] - Add purge option to Copy task.

2003-03-28 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=18447.
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=18447

Add purge option to Copy task.

[EMAIL PROTECTED] changed:

   What|Removed |Added

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



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 07:14 ---
You want sync which is in CVS HEAD and will be part of Ant 1.6.


DO NOT REPLY [Bug 18431] - new p4labelsync task

2003-03-28 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=18431.
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=18431

new p4labelsync task

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Enhancement


DO NOT REPLY [Bug 17441] - stripjavacomments strips too much

2003-03-28 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=17441.
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=17441

stripjavacomments strips too much





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 07:32 ---
Nobody is perfect ... and there more eyes on it :-)

Thanx


cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs CopyTest.java

2003-03-28 Thread bodewig
bodewig 2003/03/27 23:33:05

  Modified:src/etc/testcases/taskdefs copy.xml
   src/testcases/org/apache/tools/ant/taskdefs CopyTest.java
  Log:
  Demonstrate bug 18414
  
  Revision  ChangesPath
  1.10  +22 -0 ant/src/etc/testcases/taskdefs/copy.xml
  
  Index: copy.xml
  ===
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/copy.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- copy.xml  27 Mar 2003 16:32:18 -  1.9
  +++ copy.xml  28 Mar 2003 07:33:04 -  1.10
  @@ -67,6 +67,28 @@
 encoding=ISO8859_1 outputencoding=UTF8/
 /target
   
  +  target name=testMissingFileIgnore
  +copy file=not-there tofile=copytest1.tmp
  +  failonerror=false/
  +  /target
  +
  +  target name=testMissingFileBail
  +copy file=not-there tofile=copytest1.tmp
  +  failonerror=true/
  +  /target
  +
  +  target name=testMissingDirIgnore
  +copy todir=copytest1dir failonerror=false
  +  fileset dir=not-there/
  +/copy
  +  /target
  +
  +  target name=testMissingDirBail
  +copy todir=copytest1dir failonerror=false
  +  fileset dir=not-there/
  +/copy
  +  /target
  +
 target name=cleanup 
   delete file=copytest1.tmp/
   delete file=copytest3.tmp/
  
  
  
  1.12  +20 -0 
ant/src/testcases/org/apache/tools/ant/taskdefs/CopyTest.java
  
  Index: CopyTest.java
  ===
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/CopyTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CopyTest.java 27 Mar 2003 16:32:19 -  1.11
  +++ CopyTest.java 28 Mar 2003 07:33:05 -  1.12
  @@ -158,4 +158,24 @@
   File f2 = getProject().resolveFile(copytest1.tmp);
   assertTrue(fileUtils.contentEquals(f1, f2));
   }
  +
  +public void testMissingFileIgnore() {
  +expectLogContaining(testMissingFileIgnore, 
  +Warning: Could not find file );
  +}
  +
  +public void testMissingFileBail() {
  +expectBuildException(testMissingFileBail, not-there doesn't 
exist);
  +assertTrue(getBuildException().getMessage()
  +   .startsWith(Warning: Could not find file ));
  +}
  +
  +public void testMissingDirIgnore() {
  +expectLogContaining(testMissingDirIgnore, Warning: );
  +}
  +
  +public void testMissingDirBail() {
  +expectBuildException(testMissingDirBail, not-there doesn't 
exist);
  +assertTrue(getBuildException().getMessage().endsWith( not found.));
  +}
   }
  
  
  


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

2003-03-28 Thread bodewig
bodewig 2003/03/27 23:35:31

  Modified:src/etc/testcases/taskdefs copy.xml
  Log:
  Oops
  
  Revision  ChangesPath
  1.11  +1 -1  ant/src/etc/testcases/taskdefs/copy.xml
  
  Index: copy.xml
  ===
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/copy.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- copy.xml  28 Mar 2003 07:33:04 -  1.10
  +++ copy.xml  28 Mar 2003 07:35:31 -  1.11
  @@ -84,7 +84,7 @@
 /target
   
 target name=testMissingDirBail
  -copy todir=copytest1dir failonerror=false
  +copy todir=copytest1dir failonerror=true
 fileset dir=not-there/
   /copy
 /target
  
  
  


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

2003-03-28 Thread Stefan Bodewig
On 28 Mar 2003, [EMAIL PROTECTED] wrote:

   - public void setFailOnError(boolean failonerror) {
   - this.failonerror = failonerror;
   - }
   +public void setFailOnError(boolean failonerror) {
   +this.failonerror = failonerror;
   +}
   
I have no idea what's happened here, especially since I've made the
last commit to that file yesterday and can't remember running a code
formatter over it after that (or something similar).

Stefan


cvs commit: ant/src/testcases/org/apache/tools/ant TaskContainerTest.java

2003-03-28 Thread bodewig
bodewig 2003/03/28 00:41:15

  Added:   src/etc/testcases/core Tag: ANT_15_BRANCH taskcontainer.xml
   src/testcases/org/apache/tools/ant Tag: ANT_15_BRANCH
TaskContainerTest.java
  Log:
  Add testcase that shows property expansion in action for 1.5 - this one passes
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +13 -0 ant/src/etc/testcases/core/Attic/taskcontainer.xml
  
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +74 -0 
ant/src/testcases/org/apache/tools/ant/Attic/TaskContainerTest.java
  
  
  
  


DO NOT REPLY [Bug 17040] - JUnit task report does not use the one defined by setName method

2003-03-28 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=17040.
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=17040

JUnit task report does not use the one defined by setName method

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
   Target Milestone|--- |1.6


cvs commit: ant build.xml

2003-03-28 Thread bodewig
bodewig 2003/03/28 01:06:36

  Modified:.build.xml
  Log:
  Disable failing test
  
  Revision  ChangesPath
  1.357 +1 -0  ant/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.356
  retrieving revision 1.357
  diff -u -r1.356 -r1.357
  --- build.xml 11 Mar 2003 14:42:42 -  1.356
  +++ build.xml 28 Mar 2003 09:06:36 -  1.357
  @@ -302,6 +302,7 @@
 patternset id=teststhatfail
   exclude name=${optional.package}/BeanShellScriptTest.java/
   exclude name=${ant.package}/taskdefs/ImportTest.java/
  +exclude name=${ant.package}/TaskContainerTest.java/
 /patternset
   
 !--
  
  
  


DO NOT REPLY [Bug 18457] - PatternSet silently ignores include patterns in zip task

2003-03-28 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=18457.
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=18457

PatternSet silently ignores include patterns in zip task

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 09:46 ---
The name attribute of include takes exactly one patter, not a list of 
patterns.
How would you detect a syntax error here?  There are valid filenames that 
contain
a comma.


cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit XMLJUnitResultFormatter.java

2003-03-28 Thread bodewig
bodewig 2003/03/28 04:20:51

  Modified:.WHATSNEW
   src/main/org/apache/tools/ant/taskdefs/optional/junit
XMLJUnitResultFormatter.java
  Log:
  The xml formatter for JUnit will now honor test case names set with
  setName
  
  PR: 17040
  
  Revision  ChangesPath
  1.379 +3 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.378
  retrieving revision 1.379
  diff -u -r1.378 -r1.379
  --- WHATSNEW  28 Mar 2003 08:28:15 -  1.378
  +++ WHATSNEW  28 Mar 2003 12:20:50 -  1.379
  @@ -195,6 +195,9 @@
   * Copy has a new outputencoding attribute that can be used to change
 the encoding while copying files.  Bugzilla Report 18217.
   
  +* The xml formatter for JUnit will now honor test case names set with
  +  setName.  Bugzilla Report 17040.
  +
   Changes from Ant 1.5.2 to Ant 1.5.3
   ===
   
  
  
  
  1.27  +18 -11
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java
  
  Index: XMLJUnitResultFormatter.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- XMLJUnitResultFormatter.java  7 Mar 2003 11:23:06 -   1.26
  +++ XMLJUnitResultFormatter.java  28 Mar 2003 12:20:51 -  1.27
  @@ -1,7 +1,7 @@
   /*
* The Apache Software License, Version 1.1
*
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
  @@ -104,6 +104,10 @@
*/
   private Hashtable testElements = new Hashtable();
   /**
  + * tests that failed.
  + */
  +private Hashtable failedTests = new Hashtable();
  +/**
* Timing helper.
*/
   private Hashtable testStarts = new Hashtable();
  @@ -186,12 +190,6 @@
*/
   public void startTest(Test t) {
   testStarts.put(t, new Long(System.currentTimeMillis()));
  -
  -Element currentTest = doc.createElement(TESTCASE);
  -currentTest.setAttribute(ATTR_NAME, 
  - JUnitVersionHelper.getTestCaseName(t));
  -rootElement.appendChild(currentTest);
  -testElements.put(t, currentTest);
   }
   
   /**
  @@ -200,16 +198,24 @@
* pA Test is finished.
*/
   public void endTest(Test test) {
  -Element currentTest = (Element) testElements.get(test);
  -
   // Fix for bug #5637 - if a junit.extensions.TestSetup is
   // used and throws an exception during setUp then startTest
   // would never have been called
  -if (currentTest == null) {
  +if (!testStarts.containsKey(test)) {
   startTest(test);
  +}
  +
  +Element currentTest = null;
  +if (!failedTests.containsKey(test)) {
  +currentTest = doc.createElement(TESTCASE);
  +currentTest.setAttribute(ATTR_NAME, 
  + 
JUnitVersionHelper.getTestCaseName(test));
  +rootElement.appendChild(currentTest);
  +testElements.put(test, currentTest);
  +} else {
   currentTest = (Element) testElements.get(test);
   }
  -
  +
   Long l = (Long) testStarts.get(test);
   currentTest.setAttribute(ATTR_TIME,
+ ((System.currentTimeMillis() - l.longValue()) / 1000.0));
  @@ -245,6 +251,7 @@
   private void formatError(String type, Test test, Throwable t) {
   if (test != null) {
   endTest(test);
  +failedTests.put(test, test);
   }
   
   Element nested = doc.createElement(type);
  
  
  


DO NOT REPLY [Bug 18166] - Concat enhancement

2003-03-28 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=18166.
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=18166

Concat enhancement

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 12:42 ---
will be in nightly 2003-03-29.  I even didn't remove the trimleading attribute 
;-)


cvs commit: ant/docs/manual/OptionalTasks pvcstask.html

2003-03-28 Thread bodewig
bodewig 2003/03/28 04:51:51

  Modified:docs/manual/OptionalTasks pvcstask.html
  Log:
  Improve pvcs docs by moving a paragraph
  
  Revision  ChangesPath
  1.7   +9 -5  ant/docs/manual/OptionalTasks/pvcstask.html
  
  Index: pvcstask.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/pvcstask.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- pvcstask.html 9 Jul 2002 21:05:52 -   1.6
  +++ pvcstask.html 28 Mar 2003 12:51:51 -  1.7
  @@ -9,6 +9,14 @@
   
   h1
   Ant Pvcs Task User Manual/h1
  +
  +pbNote:/b
  +Before using this task, the user running ant must have access to the
  +commands of PVCS (get and pcli) and must have access to the
  +repository. Note that the way to specify the repository is platform
  +dependent so use property to specify location of repository.
  +/p
  +
   by
   br!-- Names are in alphabetical order, on last name --
   ul
  @@ -34,10 +42,6 @@
   of the source code from a PVCS repository. PVCS is a version control system
   developed by a href=http://www.merant.com/products/pvcs;Merant/a.
   br
  -Before using this tag, the user running ant must have access to the commands
  -of PVCS (get and pcli) and must have access to the repository. Note that the 
way to specify
  -the repository is platform dependent so use property to specify location of 
repository.
  -br
   This version has been tested agains PVCS version 6.5 and 6.6 under Windows 
and Solaris.
   
   hr
  @@ -248,7 +252,7 @@
 Total time: 22 seconds/pre
   
   hr WIDTH=100%
  -p align=centerCopyright copy; 2001-2002 Apache Software
  +p align=centerCopyright copy; 2001-2003 Apache Software
   Foundation. All rights Reserved./p
   pPVCS is a registered trademark of MERANT./p
   /body
  
  
  


cvs commit: ant/docs/manual/OptionalTasks pvcstask.html

2003-03-28 Thread bodewig
bodewig 2003/03/28 04:54:18

  Modified:docs/manual/OptionalTasks Tag: ANT_15_BRANCH pvcstask.html
  Log:
  Improve pvcs docs by moving a paragraph
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.4.2.3   +9 -5  ant/docs/manual/OptionalTasks/pvcstask.html
  
  Index: pvcstask.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/pvcstask.html,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- pvcstask.html 4 Jul 2002 11:36:51 -   1.4.2.2
  +++ pvcstask.html 28 Mar 2003 12:54:18 -  1.4.2.3
  @@ -9,6 +9,14 @@
   
   h1
   Ant Pvcs Task User Manual/h1
  +
  +pbNote:/b
  +Before using this task, the user running ant must have access to the
  +commands of PVCS (get and pcli) and must have access to the
  +repository. Note that the way to specify the repository is platform
  +dependent so use property to specify location of repository.
  +/p
  +
   by
   br!-- Names are in alphabetical order, on last name --
   ul
  @@ -34,10 +42,6 @@
   of the source code from a PVCS repository. PVCS is a version control system
   developed by a href=http://www.merant.com/products/pvcs;Merant/a.
   br
  -Before using this tag, the user running ant must have access to the commands 
  -of PVCS (get and pcli) and must have access to the repository. Note that the 
way to specify
  -the repository is platform dependent so use property to specify location of 
repository.
  -br
   This version has been tested agains PVCS version 6.5 and 6.6 under Windows 
and Solaris.
   
   hr
  @@ -248,7 +252,7 @@
 Total time: 22 seconds/pre
   
   hr WIDTH=100%
  -p align=centerCopyright copy; 2001-2002 Apache Software
  +p align=centerCopyright copy; 2001-2003 Apache Software
   Foundation. All rights Reserved./p
   pPVCS is a registered trademark of MERANT./p
   /body
  
  
  


DO NOT REPLY [Bug 17424] - pvcs (optional task)

2003-03-28 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=17424.
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=17424

pvcs (optional task)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 12:57 ---
I've moved the paragraph to the top.  Better that way?


DO NOT REPLY [Bug 11214] - Uptodate should ignore on not exiting fileset

2003-03-28 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=11214.
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=11214

Uptodate should ignore on not exiting fileset

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 13:39 ---
The filesets you specify in uptodate are the source files.

I completely agree that missing target files are just an indication that things
are not up-to-date, but missing source files are a completely different thing.

If you use the sourcefile attribute instead of nested filesets, the task is 
going
to fail if your point it to a non-existant file as well.  So failing if the
filesets you specify don't exist is just consistent.


DO NOT REPLY [Bug 11282] - xmlvalidate task failed to validate files with file entities

2003-03-28 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=11282.
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=11282

xmlvalidate task failed to validate files with file entities

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME


DO NOT REPLY [Bug 11282] - xmlvalidate task failed to validate files with file entities

2003-03-28 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=11282.
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=11282

xmlvalidate task failed to validate files with file entities

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|1.5.3   |1.6


DO NOT REPLY [Bug 13679] - White Space in path kill SYSTEM tag

2003-03-28 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=13679.
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=13679

White Space in path kill SYSTEM tag

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 14:09 ---
Won't fix in the 1.5 branch, it is fixed in 1.6, so there is no reason to keep
it open any longer.


DO NOT REPLY [Bug 18256] - ant.bat wrong syntax building classpath

2003-03-28 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=18256.
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=18256

ant.bat wrong syntax building classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 14:37 ---
It still doesn't work for me!
I have also investigated a lot, and think the right solution is in quoting the 
single path elements while building the list. Quoting the finished list does 
not help!

My settings:
C:\echo %JAVA_HOME%
D:\Program Files\j2sdk1.4.1

C:\ant -version
Apache Ant version 1.5.2 compiled on February 28 2003
C:\


DO NOT REPLY [Bug 18256] - ant.bat wrong syntax building classpath

2003-03-28 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=18256.
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=18256

ant.bat wrong syntax building classpath





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 14:50 ---
What is not working? You originally said it reported  that the main class was 
not found yet your exmaple  clearly shows Ant running.


DO NOT REPLY [Bug 14619] - Mapper with type regexp takes 'null' for empty sub-RegExp's

2003-03-28 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=14619.
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=14619

Mapper with type regexp takes 'null' for empty sub-RegExp's

[EMAIL PROTECTED] changed:

   What|Removed |Added

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



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 14:54 ---
null is returned by all three supported libraries for groups that didn't match
anything, this is even documented 8-)

In Ant's context, the result it unexpected and I've adapted Ant to use empty
strings instead.

I'm not sure how greedy * is, but do you really need the sub-match in your
from pattern?  I.e. won't (.*\\) match the same as ((.*\\)*)?

Should be fixed in nightly build 2003-03-29.


DO NOT REPLY [Bug 14743] - uptodate task always returns true, skips all files

2003-03-28 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=14743.
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=14743

uptodate task always returns true, skips all files

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:04 ---
If everything else works with / than the file cheking should also work with it.


cvs commit: ant/docs/manual/CoreTasks mail.html

2003-03-28 Thread bodewig
bodewig 2003/03/28 07:02:53

  Modified:docs/manual/CoreTasks mail.html
  Log:
  files attribute splits at spaces as well.
  
  Revision  ChangesPath
  1.15  +2 -2  ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mail.html 23 Sep 2002 16:14:00 -  1.14
  +++ mail.html 28 Mar 2003 15:02:53 -  1.15
  @@ -65,7 +65,7 @@
 tr
   td valign=topfiles/td
   td valign=topFiles to send as attachments to the email.  Separate 
multiple
  -file names using a comma.  You can also use codelt;filesetgt;/code
  +file names using a comma or space.  You can also use 
codelt;filesetgt;/code
   elements to specify files./td
   td align=center valign=topNo/td
 /tr
  @@ -188,7 +188,7 @@
   that order depending on what support classes are available. 
code${buildname}/code
   will be replaced with the codebuildname/code property's value./p
   hr
  -p align=centerCopyright copy; 2000-2002 Apache Software Foundation. All 
rights
  +p align=centerCopyright copy; 2000-2003 Apache Software Foundation. All 
rights
   Reserved./p
   
   /body
  
  
  


DO NOT REPLY [Bug 18256] - ant.bat wrong syntax building classpath

2003-03-28 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=18256.
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=18256

ant.bat wrong syntax building classpath





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:05 ---
Well naturally it works, after I have applied the changes in antrun.bat.
I have corrected it for me and thought it would be appreciated if I submit this 
correction, for the rest of comunity.
It would be also nice to find it in the next version and not have to reaply the 
change every time.


cvs commit: ant/docs/manual/CoreTasks mail.html

2003-03-28 Thread bodewig
bodewig 2003/03/28 07:05:11

  Modified:docs/manual/CoreTasks Tag: ANT_15_BRANCH mail.html
  Log:
  files attribute splits at spaces as well.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.10.2.7  +2 -2  ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.10.2.6
  retrieving revision 1.10.2.7
  diff -u -r1.10.2.6 -r1.10.2.7
  --- mail.html 23 Sep 2002 16:15:48 -  1.10.2.6
  +++ mail.html 28 Mar 2003 15:05:11 -  1.10.2.7
  @@ -65,7 +65,7 @@
 tr
   td valign=topfiles/td
   td valign=topFiles to send as attachments to the email.  Separate 
multiple
  -file names using a comma.  You can also use codelt;filesetgt;/code
  +file names using a comma or space.  You can also use 
codelt;filesetgt;/code
   elements to specify files./td
   td align=center valign=topNo/td
 /tr
  @@ -188,7 +188,7 @@
   that order depending on what support classes are available. 
code${buildname}/code
   will be replaced with the codebuildname/code property's value./p
   hr
  -p align=centerCopyright copy; 2000-2002 Apache Software Foundation. All 
rights
  +p align=centerCopyright copy; 2000-2003 Apache Software Foundation. All 
rights
   Reserved./p
   
   /body
  
  
  


DO NOT REPLY [Bug 18166] - Concat enhancement

2003-03-28 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=18166.
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=18166

Concat enhancement





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:07 ---
Great news!
Peter


DO NOT REPLY [Bug 15246] - EmailTask doesn't handle space in file paths

2003-03-28 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=15246.
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=15246

EmailTask doesn't handle space in file paths

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:08 ---
OK, three things:

(1) mail's documentation was broken, the files attribute also splits on spaces.
FIXED.

(2) The NPE in your test occurs as you haven't set the project attribute of the
task.  So it's a bug in your testcase 8-)

(3) You can use a fileset to attach your files with spaces in their name.


DO NOT REPLY [Bug 14743] - uptodate task always returns true, skips all files

2003-03-28 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=14743.
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=14743

uptodate task always returns true, skips all files

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:14 ---
From Ant's manual (under the attribute list of the mapper element):

 Note that Ant will not automatically convert / or \ characters in the to and 
 from
 attributes to the correct directory separator of your current platform. If you
 need to specify this separator, use ${file.separator} instead.

Not everything works with /, sorry.

Feel free to reopen it as an enhancement request.


DO NOT REPLY [Bug 15287] - junit hung if the object in the test case spawns a new thread

2003-03-28 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=15287.
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=15287

junit hung if the object in the test case spawns a new thread

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 15:21 ---
With the comments from 2002-12-12, I think we can close this.


DO NOT REPLY [Bug 18473] New: - Build Failed chmod returned: -1

2003-03-28 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=18473.
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=18473

Build Failed chmod returned: -1

   Summary: Build Failed chmod returned: -1
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: Build Process
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


Hi,

I am trying to build ANT 1.5.2 from source on a Linux platform running RH 7.2.
I have JDK 1.3.1. I am unable to build ANT. I received the same error message
when trying to build ANT 1.5.1. I have set the CLASSPATH to point to the
xercesImpl.jar and xml-apis.jar files. What am I doing wrong? Thanks for your
help.

Regards,

Shyamal

padre:53 ./build.sh -Ddist.dir=/usr/local/apps/apache-ant-1.5.2 dist
... Bootstrapping Ant Distribution
... Compiling Ant Classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
... Copying Required Files
... Building Ant Distribution
Buildfile: build.xml

bootstrap:

prepare:

check_for_optional_packages:

build:
Created dir: /usr/local/apps/apache-ant-1.5.2/build/lib
Compiling 162 source files to /usr/local/apps/apache-ant-1.5.2/build/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
Copying 1 file to /usr/local/apps/apache-ant-1.5.2/build/classes
Copying 2 files to /usr/local/apps/apache-ant-1.5.2/build/classes
Copying 2 files to
/usr/local/apps/apache-ant-1.5.2/build/classes/org/apache/tools/ant/taskdefs/optional/junit/xsl

jars:
Copying 4 files to /usr/local/apps/apache-ant-1.5.2/build
Building jar: /usr/local/apps/apache-ant-1.5.2/build/lib/ant.jar
Building jar: /usr/local/apps/apache-ant-1.5.2/build/lib/optional.jar

dist-lite:
Created dir: /usr/local/apps/apache-ant-1.5.2/bootstrap
Created dir: /usr/local/apps/apache-ant-1.5.2/bootstrap/bin
Created dir: /usr/local/apps/apache-ant-1.5.2/bootstrap/lib
Copying 2 files to /usr/local/apps/apache-ant-1.5.2/bootstrap/lib
Copying 9 files to /usr/local/apps/apache-ant-1.5.2/bootstrap/bin

BUILD SUCCESSFUL
Total time: 13 seconds
... Cleaning Up Build Directories
... Done Bootstrapping Ant Distribution
Buildfile: build.xml

dist:

prepare:

check_for_optional_packages:

build:
Created dir: /usr/local/apps/apache-ant-1.5.2/build/classes
Compiling 444 source files to /usr/local/apps/apache-ant-1.5.2/build/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
Copying 3 files to /usr/local/apps/apache-ant-1.5.2/build/classes
Copying 2 files to /usr/local/apps/apache-ant-1.5.2/build/classes
Copying 2 files to
/usr/local/apps/apache-ant-1.5.2/build/classes/org/apache/tools/ant/taskdefs/optional/junit/xsl

jars: 
Building jar: /usr/local/apps/apache-ant-1.5.2/build/lib/ant.jar
Building jar: /usr/local/apps/apache-ant-1.5.2/build/lib/optional.jar

dist-lite:
Created dir: /usr/local/apps/apache-ant-1.5.2/bin
Copying 2 files to /usr/local/apps/apache-ant-1.5.2/lib
Copying 9 files to /usr/local/apps/apache-ant-1.5.2/bin

BUILD FAILED
file:/usr/local/apps/apache-ant-1.5.2/build.xml:788: chmod returned: -1


DO NOT REPLY [Bug 18473] - Build Failed chmod returned: -1

2003-03-28 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=18473.
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=18473

Build Failed chmod returned: -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 16:24 ---
The command line beind passed to chmod is to long for your environment.

Add a '-Dchmod.fail=false' when building.

Jesse


DO NOT REPLY [Bug 18473] - Build Failed chmod returned: -1

2003-03-28 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=18473.
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=18473

Build Failed chmod returned: -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 16:47 ---
I ran the build.sh with the -Dchmod.fail=false flag to both build and perform
the install-lite. The build seems to be successful. Is there a test that I
can perform that the installation has been successful. Thanks for your prompt
help.

- Shyamal


DO NOT REPLY [Bug 12632] - [PATCH] New lsync to synchronize a local directory from one or more filesets

2003-03-28 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=12632.
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=12632

[PATCH] New lsync to synchronize a local directory from one or more filesets





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 18:05 ---
Could this bug (16270) possibly be visited as well, before the 1.6 release?


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-03-28 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=18476.
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=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 18:17 ---
Created an attachment (id=5556)
Modify FileUtils#copyFile to retain line endings when used with filterchains


DO NOT REPLY [Bug 12587] - jar update not working on solaris

2003-03-28 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=12587.
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=12587

jar update not working on solaris





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 18:29 ---
We no longer build on Solaris.  I think I included the build script - maybe you 
can try.


DO NOT REPLY [Bug 18473] - Build Failed chmod returned: -1

2003-03-28 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=18473.
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=18473

Build Failed chmod returned: -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 18:49 ---
You can run 'ant -diagnostics' to see if all the tasks are available.

If I remember correctly the build fails trying to set the permissions of the 
generated documentation, so it should not cause any problems.

Please close this bug if you are happy with the solution.

Jesse


DO NOT REPLY [Bug 18473] - Build Failed chmod returned: -1

2003-03-28 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=18473.
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=18473

Build Failed chmod returned: -1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


DO NOT REPLY [Bug 18484] New: - Please add parameters into script task.

2003-03-28 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=18484.
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=18484

Please add parameters into script task.

   Summary: Please add parameters into script task.
   Product: Ant
   Version: 1.6Alpha (nightly)
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Optional Tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Currently it is impossible to run the same script within ANT with different
parameters.