Re: [patch] ant in anger

2005-03-17 Thread Kev Jackson
Shatzer, Larry wrote:
why  to quot;? '' is perfectly valid in HTML, and no need to escape it.
 

Sorry, I'm assuming that the docs will be transformed into xml at some 
point, at that time quot; may be better than .

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


DO NOT REPLY [Bug 34049] New: - javac lost a char when compile

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

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

   Summary: javac lost a char when compile
   Product: Ant
   Version: 1.6.2
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


OS:Windows XP   JDK version:1.4.2_04
When I compile java file with ant,javac cannot find source java file. 
look at the output detail, i find that source java file`s name lost a char.  
[javac] error: cannot read: E:\z28785_view_amsclient\AMSResClient\asn1\com\h
uawei\ams\security\AsnCreateUsrRsp.java

correct name is AsnCreateUserRsp.java,less a 'e'.




Buildfile: build.xml

cleardirForASN:
   [delete] Deleting directory 
E:\z28785_view_amsclient\AMSResClient\build\class
es\asn1

prepareAsn:
[mkdir] Created dir: 
E:\z28785_view_amsclient\AMSResClient\build\classes\asn
1

compileAsn:
[javac] Compiling 174 source files to 
E:\z28785_view_amsclient\AMSResClient\
build\classes\asn1
[javac] error: cannot read: E:\z28785_view_amsclient\AMSResClient\asn1
\com\h
uawei\ams\security\AsnCreateUsrRsp.java
[javac] 1 error

BUILD FAILED

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 6757] - adding visibility to tasks

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 07:42 ---
*** Bug 34045 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34045] - Declaration of task visibility

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 07:42 ---


*** This bug has been marked as a duplicate of 6757 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: [PATCH] some entity escaping

2005-03-17 Thread Stefan Bodewig
On Wed, 16 Mar 2005, Larry Shatzer
[EMAIL PROTECTED] wrote:

 Escaping  to amp; and  to gt;

Attachment has been stripped.

Stefan

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 00:10:50

  Modified:.CONTRIBUTORS WHATSNEW
   docs/manual/OptionalTasks junit.html
   src/main/org/apache/tools/ant/taskdefs/optional/junit
JUnitTestRunner.java
  Log:
  swallow sun.reflect lines when filtertrace is true, PR 22758, Submitted by 
Emmanuel Bourg ebourg at apache dot org
  
  Revision  ChangesPath
  1.46  +1 -0  ant/CONTRIBUTORS
  
  Index: CONTRIBUTORS
  ===
  RCS file: /home/cvs/ant/CONTRIBUTORS,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- CONTRIBUTORS  14 Mar 2005 10:42:35 -  1.45
  +++ CONTRIBUTORS  17 Mar 2005 08:10:49 -  1.46
  @@ -58,6 +58,7 @@
   Don Jeffery
   Drew Sudell
   Eli Tucker
  +Emmanuel Bourg
   Eric Pugh
   Erik Hatcher
   Erik Langenbach
  
  
  
  1.782 +5 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.781
  retrieving revision 1.782
  diff -u -r1.781 -r1.782
  --- WHATSNEW  16 Mar 2005 16:56:03 -  1.781
  +++ WHATSNEW  17 Mar 2005 08:10:49 -  1.782
  @@ -151,6 +151,11 @@
 handled to nested projects.
 Bugzilla report 25777
   
  +* junit with filtertrace=true will now also swallow lines for the
  +  sun.reflect package.  If you need to see them in your stack trace,
  +  you must set filtertrace to false.
  +  Bugzilla Report 22758
  +
   Other changes:
   --
   
  
  
  
  1.39  +1 -0  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- junit.html7 Mar 2005 18:11:14 -   1.38
  +++ junit.html17 Mar 2005 08:10:49 -  1.39
  @@ -207,6 +207,7 @@
  junit.awtui.TestRunner
  junit.textui.TestRunner
  java.lang.reflect.Method.invoke(
  +   sun.reflect.
  org.apache.tools.ant./pre/p
   
   h3a name=nestedNested Elements/a/h3
  
  
  
  1.55  +2 -1  
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  
  Index: JUnitTestRunner.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- JUnitTestRunner.java  22 Nov 2004 09:23:34 -  1.54
  +++ JUnitTestRunner.java  17 Mar 2005 08:10:49 -  1.55
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
*
*  Licensed under the Apache License, Version 2.0 (the License);
*  you may not use this file except in compliance with the License.
  @@ -113,6 +113,7 @@
   junit.awtui.TestRunner,
   junit.textui.TestRunner,
   java.lang.reflect.Method.invoke(,
  +sun.reflect.,
   org.apache.tools.ant.
   };
   
  
  
  

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



DO NOT REPLY [Bug 22758] - [junit] add sun.reflect to the default trace filters

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 00:13:57

  Modified:.Tag: ANT_16_BRANCH CONTRIBUTORS WHATSNEW
   docs/manual/OptionalTasks Tag: ANT_16_BRANCH junit.html
   src/main/org/apache/tools/ant/taskdefs/optional/junit Tag:
ANT_16_BRANCH JUnitTestRunner.java
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.1.2.34  +1 -0  ant/CONTRIBUTORS
  
  Index: CONTRIBUTORS
  ===
  RCS file: /home/cvs/ant/CONTRIBUTORS,v
  retrieving revision 1.1.2.33
  retrieving revision 1.1.2.34
  diff -u -r1.1.2.33 -r1.1.2.34
  --- CONTRIBUTORS  14 Mar 2005 10:43:28 -  1.1.2.33
  +++ CONTRIBUTORS  17 Mar 2005 08:13:56 -  1.1.2.34
  @@ -58,6 +58,7 @@
   Don Jeffery
   Drew Sudell
   Eli Tucker
  +Emmanuel Bourg
   Eric Pugh
   Erik Hatcher
   Erik Langenbach
  
  
  
  1.503.2.201 +5 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.200
  retrieving revision 1.503.2.201
  diff -u -r1.503.2.200 -r1.503.2.201
  --- WHATSNEW  16 Mar 2005 16:52:25 -  1.503.2.200
  +++ WHATSNEW  17 Mar 2005 08:13:56 -  1.503.2.201
  @@ -15,6 +15,11 @@
 handled to nested projects.
 Bugzilla report 25777
   
  +* junit with filtertrace=true will now also swallow lines for the
  +  sun.reflect package.  If you need to see them in your stack trace,
  +  you must set filtertrace to false.
  +  Bugzilla Report 22758
  +
   Other changes:
   --
   
  
  
  
  No   revision
  No   revision
  1.30.2.7  +2 -1  ant/docs/manual/OptionalTasks/junit.html
  
  Index: junit.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/junit.html,v
  retrieving revision 1.30.2.6
  retrieving revision 1.30.2.7
  diff -u -r1.30.2.6 -r1.30.2.7
  --- junit.html11 May 2004 11:48:42 -  1.30.2.6
  +++ junit.html17 Mar 2005 08:13:56 -  1.30.2.7
  @@ -198,6 +198,7 @@
  junit.awtui.TestRunner
  junit.textui.TestRunner
  java.lang.reflect.Method.invoke(
  +   sun.reflect.
  org.apache.tools.ant./pre/p
   
   h3a name=nestedNested Elements/a/h3
  @@ -566,7 +567,7 @@
   code${reports.tests}/code./p
   
   hr
  -p align=centerCopyright copy; 2000-2004 The Apache Software Foundation. 
All rights
  +p align=centerCopyright copy; 2000-2005 The Apache Software Foundation. 
All rights
   Reserved./p
   /body
   /html
  
  
  
  No   revision
  No   revision
  1.42.2.8  +2 -1  
ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java
  
  Index: JUnitTestRunner.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner.java,v
  retrieving revision 1.42.2.7
  retrieving revision 1.42.2.8
  diff -u -r1.42.2.7 -r1.42.2.8
  --- JUnitTestRunner.java  12 Nov 2004 11:08:01 -  1.42.2.7
  +++ JUnitTestRunner.java  17 Mar 2005 08:13:56 -  1.42.2.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
*
*  Licensed under the Apache License, Version 2.0 (the License);
*  you may not use this file except in compliance with the License.
  @@ -112,6 +112,7 @@
   junit.awtui.TestRunner,
   junit.textui.TestRunner,
   java.lang.reflect.Method.invoke(,
  +sun.reflect.,
   org.apache.tools.ant.
   };
   
  
  
  

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 00:21:21

  Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit
XMLJUnitResultFormatter.java
  Log:
  Don't die if Test.getName returns null, PR 29407
  
  Revision  ChangesPath
  1.39  +8 -3  
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.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- XMLJUnitResultFormatter.java  22 Nov 2004 09:23:34 -  1.38
  +++ XMLJUnitResultFormatter.java  17 Mar 2005 08:21:21 -  1.39
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
*
*  Licensed under the Apache License, Version 2.0 (the License);
*  you may not use this file except in compliance with the License.
  @@ -49,6 +49,9 @@
   
   public class XMLJUnitResultFormatter implements JUnitResultFormatter, 
XMLConstants {
   
  +/** constant for unnnamed testsuites/cases */
  +private static final String UNKNOWN = unknown;
  +
   private static DocumentBuilder getDocumentBuilder() {
   try {
   return DocumentBuilderFactory.newInstance().newDocumentBuilder();
  @@ -103,7 +106,8 @@
   public void startTestSuite(JUnitTest suite) {
   doc = getDocumentBuilder().newDocument();
   rootElement = doc.createElement(TESTSUITE);
  -rootElement.setAttribute(ATTR_NAME, suite.getName());
  +String n = suite.getName();
  +rootElement.setAttribute(ATTR_NAME, n == null ? UNKNOWN : n);
   
   //add the timestamp
   final String timestamp = DateUtils.format(new Date(),
  @@ -190,8 +194,9 @@
   Element currentTest = null;
   if (!failedTests.containsKey(test)) {
   currentTest = doc.createElement(TESTCASE);
  +String n = JUnitVersionHelper.getTestCaseName(test);
   currentTest.setAttribute(ATTR_NAME,
  - 
JUnitVersionHelper.getTestCaseName(test));
  + n == null ? UNKNOWN : n);
   // a TestSuite can contain Tests from multiple classes,
   // even tests with the same name - disambiguate them.
   currentTest.setAttribute(ATTR_CLASSNAME,
  
  
  

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 00:21:46

  Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit Tag:
ANT_16_BRANCH XMLJUnitResultFormatter.java
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.30.2.6  +8 -3  
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.30.2.5
  retrieving revision 1.30.2.6
  diff -u -r1.30.2.5 -r1.30.2.6
  --- XMLJUnitResultFormatter.java  9 Mar 2004 17:01:50 -   1.30.2.5
  +++ XMLJUnitResultFormatter.java  17 Mar 2005 08:21:46 -  1.30.2.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
*
*  Licensed under the Apache License, Version 2.0 (the License);
*  you may not use this file except in compliance with the License.
  @@ -45,6 +45,9 @@
   
   public class XMLJUnitResultFormatter implements JUnitResultFormatter, 
XMLConstants {
   
  +/** constant for unnnamed testsuites/cases */
  +private static final String UNKNOWN = unknown;
  +
   private static DocumentBuilder getDocumentBuilder() {
   try {
   return DocumentBuilderFactory.newInstance().newDocumentBuilder();
  @@ -99,7 +102,8 @@
   public void startTestSuite(JUnitTest suite) {
   doc = getDocumentBuilder().newDocument();
   rootElement = doc.createElement(TESTSUITE);
  -rootElement.setAttribute(ATTR_NAME, suite.getName());
  +String n = suite.getName();
  +rootElement.setAttribute(ATTR_NAME, n == null ? UNKNOWN : n);
   
   // Output properties
   Element propsElement = doc.createElement(PROPERTIES);
  @@ -173,8 +177,9 @@
   Element currentTest = null;
   if (!failedTests.containsKey(test)) {
   currentTest = doc.createElement(TESTCASE);
  +String n = JUnitVersionHelper.getTestCaseName(test);
   currentTest.setAttribute(ATTR_NAME,
  - 
JUnitVersionHelper.getTestCaseName(test));
  + n == null ? UNKNOWN : n);
   // a TestSuite can contain Tests from multiple classes,
   // even tests with the same name - disambiguate them.
   currentTest.setAttribute(ATTR_CLASSNAME,
  
  
  

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



DO NOT REPLY [Bug 29407] - Handle null JUnit test name more gracefully

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 09:21 ---
the report will use unknown now.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 18128] - filesets don't support sets of absolute filenames

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 09:23 ---
giving this back to the public, will hopefully be fixed via FileCollections 
planned
for Ant 1.7.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 24364] - Javadoc task link attribute should be relative to basedir

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 10:05 ---
I've added a new attribute resolveLink to the nested link element since 
changing
the default looked dangerous.

Fixed with nightly build 2005-03-18.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 01:06:22

  Modified:docs/manual/CoreTasks javadoc.html
   src/main/org/apache/tools/ant/taskdefs Javadoc.java
  Log:
  Optionally resolve the link attribute.
  
  PR: 24364
  
  Revision  ChangesPath
  1.31  +12 -1 ant/docs/manual/CoreTasks/javadoc.html
  
  Index: javadoc.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- javadoc.html  7 Mar 2005 18:09:09 -   1.30
  +++ javadoc.html  17 Mar 2005 09:06:22 -  1.31
  @@ -550,7 +550,9 @@
 /tr
 tr
   td valign=tophref/td
  -td valign=topThe URL for the external documentation you wish to link 
to/td
  +td valign=topThe URL for the external documentation you wish
  +to link to.  This can be an absolute URL, or a relative file
  +name./td
   td align=center valign=topYes/td
 /tr
 tr
  @@ -565,6 +567,15 @@
the external documentation/td
   td align=center valign=topOnly if the offline attribute is 
true/td
 /tr
  +  tr
  +td valign=topresolveLink/td
  +td valign=topIf the link attribute is a relative file name,
  +Ant will first try to locate the file relative to the current
  +project's basedir and if it finds a file there use an absolute URL
  +for the link attribute, otherwise it will pass the file name
  +verbatim to the javadoc command./td
  +td align=center valign=topNo, default is false./td
  +  /tr
   /table
   
   h4a name=groupelementgroup/a/h4
  
  
  
  1.136 +39 -3 ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  
  Index: Javadoc.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- Javadoc.java  14 Mar 2005 10:03:36 -  1.135
  +++ Javadoc.java  17 Mar 2005 09:06:22 -  1.136
  @@ -1200,6 +1200,7 @@
   private String href;
   private boolean offline = false;
   private File packagelistLoc;
  +private boolean resolveLink = false;
   
   /** Constructor for LinkArguement */
   public LinkArgument() {
  @@ -1253,6 +1254,24 @@
   public boolean isLinkOffline() {
   return offline;
   }
  +
  +/**
  + * Sets whether Ant should resolve the link attribute relative
  + * to the current basedir.
  + * @param resolve a codeboolean/code value
  + */
  +public void setResolveLink(boolean resolve) {
  +this.resolveLink = resolve;
  +}
  +
  +/**
  + * should Ant resolve the link attribute relative to the
  + * current basedir?
  + */
  +public boolean shouldResolveLink() {
  +return resolveLink;
  +}
  +
   }
   
   /**
  @@ -1756,11 +1775,28 @@
   log(No href was given for the link - skipping,
   Project.MSG_VERBOSE);
   continue;
  -} else {
  +}
  +String link = null;
  +if (la.shouldResolveLink()) {
  +File hrefAsFile = 
  +getProject().resolveFile(la.getHref());
  +if (hrefAsFile.exists()) {
  +try {
  +link = FILE_UTILS.getFileURL(hrefAsFile)
  +.toExternalForm();
  +} catch (MalformedURLException ex) {
  +// should be impossible
  +log(Warning: link location was invalid  
  ++ hrefAsFile, Project.MSG_WARN);
  +}
  +}
  +}
  +if (link == null) {
   // is the href a valid URL
   try {
   URL base = new URL(file://.);
   new URL(base, la.getHref());
  +link = la.getHref();
   } catch (MalformedURLException mue) {
   // ok - just skip
   log(Link href \ + la.getHref()
  @@ -1790,7 +1826,7 @@
   toExecute.createArgument()
   .setValue(-linkoffline);
   toExecute.createArgument()
  -.setValue(la.getHref());
  +.setValue(link);
   

DO NOT REPLY [Bug 34031] - XMLProperty usage of FileUtils.getFileUtils()

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 10:09 ---
(In reply to comment #1)
 Could it be that you are mixing sources from different ant versions?

opps, yes this is the case apologies for the churn


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 01:11:11

  Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH javadoc.html
   src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Javadoc.java
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.26.2.5  +13 -2 ant/docs/manual/CoreTasks/javadoc.html
  
  Index: javadoc.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
  retrieving revision 1.26.2.4
  retrieving revision 1.26.2.5
  diff -u -r1.26.2.4 -r1.26.2.5
  --- javadoc.html  19 Nov 2004 09:10:00 -  1.26.2.4
  +++ javadoc.html  17 Mar 2005 09:11:11 -  1.26.2.5
  @@ -550,7 +550,9 @@
 /tr
 tr
   td valign=tophref/td
  -td valign=topThe URL for the external documentation you wish to link 
to/td
  +td valign=topThe URL for the external documentation you wish
  +to link to.  This can be an absolute URL, or a relative file
  +name./td
   td align=center valign=topYes/td
 /tr
 tr
  @@ -565,6 +567,15 @@
the external documentation/td
   td align=center valign=topOnly if the offline attribute is 
true/td
 /tr
  +  tr
  +td valign=topresolveLink/td
  +td valign=topIf the link attribute is a relative file name,
  +Ant will first try to locate the file relative to the current
  +project's basedir and if it finds a file there use an absolute URL
  +for the link attribute, otherwise it will pass the file name
  +verbatim to the javadoc command./td
  +td align=center valign=topNo, default is false./td
  +  /tr
   /table
   
   h4a name=groupelementgroup/a/h4
  @@ -779,7 +790,7 @@
 lt/javadocgt;/pre
   
   hr
  -p align=centerCopyright copy; 2000-2004 The Apache Software Foundation. 
All rights
  +p align=centerCopyright copy; 2000-2005 The Apache Software Foundation. 
All rights
   Reserved./p
   
   /body
  
  
  
  No   revision
  No   revision
  1.124.2.6 +40 -4 ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  
  Index: Javadoc.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,v
  retrieving revision 1.124.2.5
  retrieving revision 1.124.2.6
  diff -u -r1.124.2.5 -r1.124.2.6
  --- Javadoc.java  9 Mar 2004 17:01:33 -   1.124.2.5
  +++ Javadoc.java  17 Mar 2005 09:11:11 -  1.124.2.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright  2000-2004 The Apache Software Foundation
  + * Copyright  2000-2005 The Apache Software Foundation
*
*  Licensed under the Apache License, Version 2.0 (the License);
*  you may not use this file except in compliance with the License.
  @@ -1197,6 +1197,7 @@
   private String href;
   private boolean offline = false;
   private File packagelistLoc;
  +private boolean resolveLink = false;
   
   public LinkArgument() {
   }
  @@ -1224,6 +1225,24 @@
   public boolean isLinkOffline() {
   return offline;
   }
  +
  +/**
  + * Sets whether Ant should resolve the link attribute relative
  + * to the current basedir.
  + * @param resolve a codeboolean/code value
  + */
  +public void setResolveLink(boolean resolve) {
  +this.resolveLink = resolve;
  +}
  +
  +/**
  + * should Ant resolve the link attribute relative to the
  + * current basedir?
  + */
  +public boolean shouldResolveLink() {
  +return resolveLink;
  +}
  +
   }
   
   /**
  @@ -1696,11 +1715,28 @@
   log(No href was given for the link - skipping,
   Project.MSG_VERBOSE);
   continue;
  -} else {
  +}
  +String link = null;
  +if (la.shouldResolveLink()) {
  +File hrefAsFile = 
  +getProject().resolveFile(la.getHref());
  +if (hrefAsFile.exists()) {
  +try {
  +link = FILE_UTILS.getFileURL(hrefAsFile)
  +.toExternalForm();
  +} catch (MalformedURLException ex) {
  +// should be impossible
  +log(Warning: link location was invalid  
  ++ hrefAsFile, Project.MSG_WARN);
  +}
  +}
  +}
  +if (link == null) {
   // is the href a valid URL
   try {
   

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

2005-03-17 Thread bodewig
bodewig 2005/03/17 01:34:03

  Modified:.WHATSNEW
   docs/manual/CoreTasks javadoc.html
   src/main/org/apache/tools/ant/taskdefs Javadoc.java
  Log:
  Optionally create javadocs for packages that only contain a
  package.html file.
  
  PR: 25339
  
  Revision  ChangesPath
  1.783 +4 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.782
  retrieving revision 1.783
  diff -u -r1.782 -r1.783
  --- WHATSNEW  17 Mar 2005 08:10:49 -  1.782
  +++ WHATSNEW  17 Mar 2005 09:34:01 -  1.783
  @@ -281,6 +281,10 @@
 This was confusing so the definitions are now treated as similar.
 Bugzilla Report 31215.
   
  +* javadoc has a new attribute includenosourcepackages that can be
  +  used to document packages that don't hold source files but a
  +  package.html file.  Bugzilla Report 25339.
  +
   Fixed bugs:
   ---
   
  
  
  
  1.32  +11 -2 ant/docs/manual/CoreTasks/javadoc.html
  
  Index: javadoc.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- javadoc.html  17 Mar 2005 09:06:22 -  1.31
  +++ javadoc.html  17 Mar 2005 09:34:01 -  1.32
  @@ -433,6 +433,14 @@
   td align=center valign=top1.4+/td
   td align=center valign=topNo/td
 /tr
  +  tr
  +td valign=topincludenosourcepackages/td
  +td valign=topIf set to true, packages that don't contain Java
  +  source but a package.html will get documented as well.
  +  emsince Ant 1.6.3/em./td
  +td align=center valign=topall/td
  +td align=center valign=topNo (default is codefalse/code)/td
  +  /tr
   /table
   
   h4a name=groupattributeFormat of the group attribute/a/h4
  @@ -465,8 +473,9 @@
   
   pA a href=../CoreTypes/fileset.htmlFileSet/a.  All matched
   files will be passed to javadoc as source files.  Ant will
  -automatically add the include pattern code**/*.java/code to these
  -filesets./p
  +automatically add the include pattern code**/*.java/code (and
  +code**/package.html/code if inncludenosourcepackages is true) to
  +these filesets./p
   
   pNested filesets can be used to document sources that are in the
   default package or if you want to exclude certain files from
  
  
  
  1.137 +16 -4 ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  
  Index: Javadoc.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- Javadoc.java  17 Mar 2005 09:06:22 -  1.136
  +++ Javadoc.java  17 Mar 2005 09:34:02 -  1.137
  @@ -434,6 +434,7 @@
   private boolean linksource = false;
   private boolean breakiterator = false;
   private String noqualifier;
  +private boolean includeNoSourcePackages = false;
   
   private Vector fileSets = new Vector();
   private Vector packageSets = new Vector();
  @@ -1624,6 +1625,15 @@
   }
   
   /**
  + * If set to true, Ant will also accept packages that only hold
  + * package.html files but no Java sources.
  + * @since Ant 1.6.3
  + */
  +public void setIncludeNoSourcePackages(boolean b) {
  +this.includeNoSourcePackages = b;
  +}
  +
  +/**
* Execute the task.
* @throws BuildException on error
*/
  @@ -2080,6 +2090,9 @@
   if (!fs.hasPatterns()  !fs.hasSelectors()) {
   fs = (FileSet) fs.clone();
   fs.createInclude().setName(**/*.java);
  +if (includeNoSourcePackages) {
  +fs.createInclude().setName(**/package.html);
  +}
   }
   File baseDir = fs.getDir(getProject());
   DirectoryScanner ds = fs.getDirectoryScanner(getProject());
  @@ -2152,10 +2165,9 @@
   File pd = new File(baseDir, dirs[i]);
   String[] files = pd.list(new FilenameFilter () {
   public boolean accept(File dir1, String name) {
  -if (name.endsWith(.java)) {
  -return true;
  -}
  -return false;// ignore dirs
  +return name.endsWith(.java)
  +|| (includeNoSourcePackages 
  + name.equals(package.html));
   }
   });
   
  
  
  

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

DO NOT REPLY [Bug 25339] - javadoc task excludes packages with only package.html

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 10:35 ---
I've added a new attribute to enable this, default is off.

I'm sorry about my comments on your patch, it has been correct.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 26739] - javadoc should put all parameters into an external file when requested or automatically

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Target Milestone|--- |1.7




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 01:38:59

  Modified:.Tag: ANT_16_BRANCH WHATSNEW
   docs/manual/CoreTasks Tag: ANT_16_BRANCH javadoc.html
   src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Javadoc.java
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.503.2.202 +4 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.201
  retrieving revision 1.503.2.202
  diff -u -r1.503.2.201 -r1.503.2.202
  --- WHATSNEW  17 Mar 2005 08:13:56 -  1.503.2.201
  +++ WHATSNEW  17 Mar 2005 09:38:59 -  1.503.2.202
  @@ -306,6 +306,10 @@
 This was confusing so the definitions are now treated as similar.
 Bugzilla Report 31215.
   
  +* javadoc has a new attribute includenosourcepackages that can be
  +  used to document packages that don't hold source files but a
  +  package.html file.  Bugzilla Report 25339.
  +
   Fixed bugs:
   ---
   
  
  
  
  No   revision
  No   revision
  1.26.2.6  +11 -2 ant/docs/manual/CoreTasks/javadoc.html
  
  Index: javadoc.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
  retrieving revision 1.26.2.5
  retrieving revision 1.26.2.6
  diff -u -r1.26.2.5 -r1.26.2.6
  --- javadoc.html  17 Mar 2005 09:11:11 -  1.26.2.5
  +++ javadoc.html  17 Mar 2005 09:38:59 -  1.26.2.6
  @@ -433,6 +433,14 @@
   td align=center valign=top1.4+/td
   td align=center valign=topNo/td
 /tr
  +  tr
  +td valign=topincludenosourcepackages/td
  +td valign=topIf set to true, packages that don't contain Java
  +  source but a package.html will get documented as well.
  +  emsince Ant 1.6.3/em./td
  +td align=center valign=topall/td
  +td align=center valign=topNo (default is codefalse/code)/td
  +  /tr
   /table
   
   h4a name=groupattributeFormat of the group attribute/a/h4
  @@ -465,8 +473,9 @@
   
   pA a href=../CoreTypes/fileset.htmlFileSet/a.  All matched
   files will be passed to javadoc as source files.  Ant will
  -automatically add the include pattern code**/*.java/code to these
  -filesets./p
  +automatically add the include pattern code**/*.java/code (and
  +code**/package.html/code if inncludenosourcepackages is true) to
  +these filesets./p
   
   pNested filesets can be used to document sources that are in the
   default package or if you want to exclude certain files from
  
  
  
  No   revision
  No   revision
  1.124.2.7 +17 -5 ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
  
  Index: Javadoc.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Javadoc.java,v
  retrieving revision 1.124.2.6
  retrieving revision 1.124.2.7
  diff -u -r1.124.2.6 -r1.124.2.7
  --- Javadoc.java  17 Mar 2005 09:11:11 -  1.124.2.6
  +++ Javadoc.java  17 Mar 2005 09:38:59 -  1.124.2.7
  @@ -433,6 +433,7 @@
   private boolean linksource = false;
   private boolean breakiterator = false;
   private String noqualifier;
  +private boolean includeNoSourcePackages = false;
   
   private Vector fileSets = new Vector();
   private Vector packageSets = new Vector();
  @@ -1572,6 +1573,15 @@
   this.noqualifier = noqualifier;
   }
   
  +/**
  + * If set to true, Ant will also accept packages that only hold
  + * package.html files but no Java sources.
  + * @since Ant 1.6.3
  + */
  +public void setIncludeNoSourcePackages(boolean b) {
  +this.includeNoSourcePackages = b;
  +}
  +
   public void execute() throws BuildException {
   if (javadoc2.equals(getTaskType())) {
   log(!! javadoc2 is deprecated. Use javadoc instead. !!);
  @@ -1722,7 +1732,7 @@
   getProject().resolveFile(la.getHref());
   if (hrefAsFile.exists()) {
   try {
  -link = FILE_UTILS.getFileURL(hrefAsFile)
  +link = fileUtils.getFileURL(hrefAsFile)
   .toExternalForm();
   } catch (MalformedURLException ex) {
   // should be impossible
  @@ -2010,6 +2020,9 @@
   if (!fs.hasPatterns()  !fs.hasSelectors()) {
   fs = (FileSet) fs.clone();
   fs.createInclude().setName(**/*.java);
  +if (includeNoSourcePackages) {
  +fs.createInclude().setName(**/package.html);
  +}
   }
   File baseDir = 

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

2005-03-17 Thread bodewig
bodewig 2005/03/17 01:59:36

  Modified:.WHATSNEW
   docs/manual/CoreTasks javac.html
   src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
  Log:
  Modernize Jikes (unconditionally) - PR 25868 and 26404
  
  Revision  ChangesPath
  1.784 +5 -3  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.783
  retrieving revision 1.784
  diff -u -r1.783 -r1.784
  --- WHATSNEW  17 Mar 2005 09:34:01 -  1.783
  +++ WHATSNEW  17 Mar 2005 09:59:36 -  1.784
  @@ -156,6 +156,11 @@
 you must set filtertrace to false.
 Bugzilla Report 22758
   
  +* The jikes compiler adapter now supports -bootclasspath, -extdirs and
  +  -sourcepath and also uses the same logic for debug flags as javac.
  +  This means, the jikes compiler adapter now requires Jikes 1.15 or later.
  +  Bugzilla Reports 25868, 26404 and 32609.
  +
   Other changes:
   --
   
  @@ -194,9 +199,6 @@
   
   * added a new mapper filtermapper
   
  -* The jikes compiler adapter now supports -bootclasspath.  Bugzilla
  -  Report 32609.
  -
   * When a BuildListener tried to access System.err or System.out, Ant
 would have thrown an exception - this has been changed.  Ant now
 silently ignores the message.  BuildListeners still should avoid
  
  
  
  1.51  +4 -2  ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- javac.html7 Mar 2005 18:09:09 -   1.50
  +++ javac.html17 Mar 2005 09:59:36 -  1.51
  @@ -58,7 +58,7 @@
 codejavac1.4/code and
 codejavac1.5/code can be used as aliases./li
 licodejikes/code (the a
  -href=http://oss.software.ibm.com/developerworks/opensource/jikes/; 
target=_topJikes/a
  +href=http://jikes.sourceforge.net/; target=_topJikes/a
   compiler)./li
 licodejvc/code (the Command-Line Compiler from Microsoft's SDK
 for Java / Visual J++) ndash; codemicrosoft/code can be used
  @@ -209,7 +209,7 @@
   td valign=topdebuglevel/td
   td valign=topKeyword list to be appended to the code-g/code
 command-line switch.  This will be ignored by all implementations 
except
  -  codemodern/code and codeclassic(ver gt;= 1.2)/code.
  +  codemodern/code, codeclassic(ver gt;= 1.2)/code and 
codejikes/code.
 Legal values are codenone/code or a comma-separated list of the
 following keywords:
 codelines/code, codevars/code, and codesource/code.
  @@ -536,6 +536,8 @@
   
   h3Jikes Notes/h3
   
  +pYou need Jikes 1.15 or later./p
  +
   pJikes supports some extra options, which can be set be defining
   the properties shown below prior to invoking the task. The setting
   for each property will be in affect for all codelt;javacgt;/code
  
  
  
  1.32  +30 -20
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  
  Index: Jikes.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Jikes.java4 Feb 2005 15:41:39 -   1.31
  +++ Jikes.java17 Mar 2005 09:59:36 -  1.32
  @@ -44,11 +44,24 @@
   public boolean execute() throws BuildException {
   attributes.log(Using jikes compiler, Project.MSG_VERBOSE);
   
  -Path classpath = new Path(project);
  +Commandline cmd = new Commandline();
   
  -// Jikes doesn't support an extension dir (-extdir)
  -// so we'll emulate it for compatibility and convenience.
  -classpath.addExtdirs(extdirs);
  +// For -sourcepath, use the sourcepath value if present.
  +// Otherwise default to the srcdir value.
  +Path sourcepath = null;
  +if (compileSourcepath != null) {
  +sourcepath = compileSourcepath;
  +} else {
  +sourcepath = src;
  +}
  +// If the buildfile specifies sourcepath=, then don't
  +// output any sourcepath.
  +if (sourcepath.size()  0) {
  +cmd.createArgument().setValue(-sourcepath);
  +cmd.createArgument().setPath(sourcepath);
  +}
  +
  +Path classpath = new Path(project);
   
   if (bootclasspath == null || bootclasspath.size() == 0) {
   // no bootclasspath, therefore, get one from the java runtime
  @@ -61,21 +74,17 @@
   }
   classpath.append(getCompileClasspath());
   
  -// Jikes has no option for source-path so we
  -// will add it to classpath.
  -if 

DO NOT REPLY [Bug 25868] - JAVAC debug=off attribute is inconsistent among jikes and javac compiler

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 11:00 ---
Jikes CVS hints it has been supported since 1.15, long enough to support it by
default IMHO.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 25868] - JAVAC debug=off attribute is inconsistent among jikes and javac compiler

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

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


Bug 25868 depends on bug 26404, which changed state.

Bug 26404 Summary: jikes compiler adaptor doesn't support modern jikes options
http://issues.apache.org/bugzilla/show_bug.cgi?id=26404

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 26404] - jikes compiler adaptor doesn't support modern jikes options

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 11:04 ---
Not exactly fixed the way you'd want it, but close.

jikes will now use -bootclasspath, -sourcepath, -extdirs and -g:options.

If you specify a bootclasspath, it will get used.  If you don't the adapter
will still implicitly add rt.jar to -classpath, we can't change that (backwards
compatibility).

-extdirs and -bootclasspath will not be set to anything if you don't provide
values for them.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



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

2005-03-17 Thread Stefan Bodewig
On 17 Mar 2005, [EMAIL PROTECTED] wrote:

   Modernize Jikes (unconditionally) - PR 25868 and 26404

the next Kaffe Gump run should tell us if something went wrong.

Stefan

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



DO NOT REPLY [Bug 34049] - javac lost a char when compile

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|javac lost a char when  |javac lost a char when
   |compile |compile




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 11:13 ---
This is a really wierd error. 

1. can you paste the bit of the build file where you compile?
2. can you paste a directory listing of the dir /ams/security
3. Is this a clearcase file system? It has hints of it (like the word 'view')


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 02:19:19

  Modified:.Tag: ANT_16_BRANCH WHATSNEW
   docs/manual/CoreTasks Tag: ANT_16_BRANCH javac.html
   src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.503.2.203 +5 -3  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.503.2.202
  retrieving revision 1.503.2.203
  diff -u -r1.503.2.202 -r1.503.2.203
  --- WHATSNEW  17 Mar 2005 09:38:59 -  1.503.2.202
  +++ WHATSNEW  17 Mar 2005 10:18:43 -  1.503.2.203
  @@ -20,6 +20,11 @@
 you must set filtertrace to false.
 Bugzilla Report 22758
   
  +* The jikes compiler adapter now supports -bootclasspath, -extdirs and
  +  -sourcepath and also uses the same logic for debug flags as javac.
  +  This means, the jikes compiler adapter now requires Jikes 1.15 or later.
  +  Bugzilla Reports 25868, 26404 and 32609.
  +
   Other changes:
   --
   
  @@ -58,9 +63,6 @@
   
   * added a new mapper filtermapper
   
  -* The jikes compiler adapter now supports -bootclasspath.  Bugzilla
  -  Report 32609.
  -
   * When a BuildListener tried to access System.err or System.out, Ant
 would have thrown an exception - this has been changed.  Ant now
 silently ignores the message.  BuildListeners still should avoid
  
  
  
  No   revision
  No   revision
  1.42.2.10 +4 -2  ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.42.2.9
  retrieving revision 1.42.2.10
  diff -u -r1.42.2.9 -r1.42.2.10
  --- javac.html28 Jan 2005 16:39:20 -  1.42.2.9
  +++ javac.html17 Mar 2005 10:19:18 -  1.42.2.10
  @@ -58,7 +58,7 @@
 codejavac1.4/code and
 codejavac1.5/code can be used as aliases./li
 licodejikes/code (the a
  -href=http://oss.software.ibm.com/developerworks/opensource/jikes/; 
target=_topJikes/a
  +href=http://jikes.sourceforge.net/; target=_topJikes/a
   compiler)./li
 licodejvc/code (the Command-Line Compiler from Microsoft's SDK
 for Java / Visual J++) ndash; codemicrosoft/code can be used
  @@ -209,7 +209,7 @@
   td valign=topdebuglevel/td
   td valign=topKeyword list to be appended to the code-g/code
 command-line switch.  This will be ignored by all implementations 
except
  -  codemodern/code and codeclassic(ver gt;= 1.2)/code.
  +  codemodern/code, codeclassic(ver gt;= 1.2)/code and 
codejikes/code.
 Legal values are codenone/code or a comma-separated list of the
 following keywords:
 codelines/code, codevars/code, and codesource/code.
  @@ -536,6 +536,8 @@
   
   h3Jikes Notes/h3
   
  +pYou need Jikes 1.15 or later./p
  +
   pJikes supports some extra options, which can be set be defining
   the properties shown below prior to invoking the task. The setting
   for each property will be in affect for all codelt;javacgt;/code
  
  
  
  No   revision
  No   revision
  1.22.2.9  +30 -20
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
  
  Index: Jikes.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
  retrieving revision 1.22.2.8
  retrieving revision 1.22.2.9
  diff -u -r1.22.2.8 -r1.22.2.9
  --- Jikes.java4 Feb 2005 15:42:03 -   1.22.2.8
  +++ Jikes.java17 Mar 2005 10:19:18 -  1.22.2.9
  @@ -44,11 +44,24 @@
   public boolean execute() throws BuildException {
   attributes.log(Using jikes compiler, Project.MSG_VERBOSE);
   
  -Path classpath = new Path(project);
  +Commandline cmd = new Commandline();
   
  -// Jikes doesn't support an extension dir (-extdir)
  -// so we'll emulate it for compatibility and convenience.
  -classpath.addExtdirs(extdirs);
  +// For -sourcepath, use the sourcepath value if present.
  +// Otherwise default to the srcdir value.
  +Path sourcepath = null;
  +if (compileSourcepath != null) {
  +sourcepath = compileSourcepath;
  +} else {
  +sourcepath = src;
  +}
  +// If the buildfile specifies sourcepath=, then don't
  +// output any sourcepath.
  +if (sourcepath.size()  0) {
  +cmd.createArgument().setValue(-sourcepath);
  +cmd.createArgument().setPath(sourcepath);
  +}
  +
  +Path classpath = new Path(project);
   
   if (bootclasspath == null || 

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

2005-03-17 Thread bodewig
bodewig 2005/03/17 04:01:19

  Modified:.CONTRIBUTORS WHATSNEW
   src/main/org/apache/tools/ant/taskdefs/optional Rpm.java
  Log:
  failOnError and showOutput attributes for rpm
  
  Submitted by: Zach Garner zach at awarix dot com
  
  In Ant 1.6.2 rpm wouldn't fail even if the command failed, CVS HEAD
  would fail unconditionally if the command failed.  If chose 1.6.2's
  behavior as default for failOnError (i.e. it is false by default).
  
  Revision  ChangesPath
  1.47  +1 -0  ant/CONTRIBUTORS
  
  Index: CONTRIBUTORS
  ===
  RCS file: /home/cvs/ant/CONTRIBUTORS,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- CONTRIBUTORS  17 Mar 2005 08:10:49 -  1.46
  +++ CONTRIBUTORS  17 Mar 2005 12:01:18 -  1.47
  @@ -222,4 +222,5 @@
   Yohann Roussel
   Yuji Yamano
   Yves Martin
  +Zach Garner
   Zdenek Wagner
  
  
  
  1.785 +2 -0  ant/WHATSNEW
  
  Index: WHATSNEW
  ===
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.784
  retrieving revision 1.785
  diff -u -r1.784 -r1.785
  --- WHATSNEW  17 Mar 2005 09:59:36 -  1.784
  +++ WHATSNEW  17 Mar 2005 12:01:18 -  1.785
  @@ -287,6 +287,8 @@
 used to document packages that don't hold source files but a
 package.html file.  Bugzilla Report 25339.
   
  +* rpm has new attributes failonerror and showoutput attributes.
  +
   Fixed bugs:
   ---
   
  
  
  
  1.25  +55 -8 
ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java
  
  Index: Rpm.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/Rpm.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Rpm.java  9 Feb 2005 07:54:12 -   1.24
  +++ Rpm.java  17 Mar 2005 12:01:19 -  1.25
  @@ -90,6 +90,17 @@
   private File error;
   
   /**
  + * Halt on error return value from rpm build.
  + */
  +private boolean failOnError = false;
  +
  +/**
  + * Show output of RPM build command on console. This does not affect
  + * the printing of output and error messages to files.
  + */
  +private boolean showoutput = true;
  +
  +/**
* Execute the task
*
* @throws BuildException is there is a problem in the task execution.
  @@ -124,8 +135,13 @@
   OutputStream outputstream = null;
   OutputStream errorstream = null;
   if (error == null  output == null) {
  -streamhandler = new LogStreamHandler(this, Project.MSG_INFO,
  - Project.MSG_WARN);
  +if (showoutput) {
  +streamhandler = new LogStreamHandler(this, Project.MSG_INFO,
  + Project.MSG_WARN);
  +} else {
  +streamhandler = new LogStreamHandler(this, Project.MSG_DEBUG,
  + Project.MSG_DEBUG);
  +}
   } else {
   if (output != null) {
   try {
  @@ -135,8 +151,10 @@
   } catch (IOException e) {
   throw new BuildException(e, getLocation());
   }
  -} else {
  +} else if (showoutput) {
   outputstream = new LogOutputStream(this, Project.MSG_INFO);
  +} else {
  +outputstream = new LogOutputStream(this, Project.MSG_DEBUG);
   }
   if (error != null) {
   try {
  @@ -146,8 +164,10 @@
   }  catch (IOException e) {
   throw new BuildException(e, getLocation());
   }
  -} else {
  +} else if (showoutput) {
   errorstream = new LogOutputStream(this, Project.MSG_WARN);
  +} else {
  +errorstream = new LogOutputStream(this, Project.MSG_DEBUG);
   }
   streamhandler = new PumpStreamHandler(outputstream, errorstream);
   }
  @@ -164,10 +184,14 @@
   try {
   log(Building the RPM based on the  + specFile +  file);
   int returncode = exe.execute();
  -if (returncode != 0) {
  -throw new BuildException(' +
  -toExecute.getExecutable() +
  -' failed with exit code +returncode);
  +if (Execute.isFailure(returncode)) {
  +String msg = ' + toExecute.getExecutable() 
  ++ ' failed with exit code  + returncode;
  +if (failOnError) {
  +throw new BuildException(msg);
  +} else {
  +

Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Stefan Bodewig
On Wed, 16 Mar 2005, Zach Garner [EMAIL PROTECTED] wrote:

 - Provide a way to halt the build if the RPM build command exists
 with an error status.

I've renamed that attribute to failonerror - since we already use this
name in a couple of tasks for this type of functionality.

 - Provide a way to quiet the RPM build process.

Maybe rename (and revert the logic) the attribute from showOutput to
quiet?

Your patch with minor modifications went into CVS HEAD and I've set
the @since tags to 1.6.3.  To make this happen, the patch also must
get merged into the 1.6 branch, which I'll do as soon as you also
provide a patch to the manual page.

Thanks

Stefan

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



cvs commit: ant/xdocs contributors.xml

2005-03-17 Thread bodewig
bodewig 2005/03/17 04:06:47

  Modified:docs contributors.html
   xdocscontributors.xml
  Log:
  house-keeping
  
  Revision  ChangesPath
  1.59  +3 -0  ant/docs/contributors.html
  
  Index: contributors.html
  ===
  RCS file: /home/cvs/ant/docs/contributors.html,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- contributors.html 10 Mar 2005 08:05:21 -  1.58
  +++ contributors.html 17 Mar 2005 12:06:47 -  1.59
  @@ -305,6 +305,9 @@
   Active Committers
 /h4
   p
  +bSteve Cohen/b
  +/p
  +p
   bDominique Devienne/b (ddevienne at apache.org)
   br /
   Dominique has been involved non-stop with the Ant user community since
  
  
  
  1.37  +4 -0  ant/xdocs/contributors.xml
  
  Index: contributors.xml
  ===
  RCS file: /home/cvs/ant/xdocs/contributors.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- contributors.xml  10 Mar 2005 08:05:21 -  1.36
  +++ contributors.xml  17 Mar 2005 12:06:47 -  1.37
  @@ -168,6 +168,10 @@
 subsection name=Active Committers
   
   p
  +bSteve Cohen/b
  +/p
  +
  +p
   bDominique Devienne/b (ddevienne at apache.org)
   br/
   Dominique has been involved non-stop with the Ant user community since
  
  
  

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



cvs commit: ant/xdocs/stylesheets templates.vm

2005-03-17 Thread bodewig
bodewig 2005/03/17 04:10:33

  Modified:xdocsTag: ANT_16_BRANCH bindownload.xml contributors.xml
external.xml faq.xml index.xml problems.xml
projects.xml resources.xml srcdownload.xml
   xdocs/stylesheets Tag: ANT_16_BRANCH templates.vm
  Log:
  sync
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.17.2.5  +1 -1  ant/xdocs/bindownload.xml
  
  Index: bindownload.xml
  ===
  RCS file: /home/cvs/ant/xdocs/bindownload.xml,v
  retrieving revision 1.17.2.4
  retrieving revision 1.17.2.5
  diff -u -r1.17.2.4 -r1.17.2.5
  --- bindownload.xml   17 Jul 2004 13:09:12 -  1.17.2.4
  +++ bindownload.xml   17 Mar 2005 12:10:32 -  1.17.2.5
  @@ -111,7 +111,7 @@
   section name=Nightly Builds
   
   pIf you wish to use the latest Ant features, you can try downloading a
  -a href=http://cvs.apache.org/builds/ant/nightly/;nightly build/a.
  +a href=http://brutus.apache.org/~nightlybuild/builds/ant/;nightly 
build/a.
   /p
   
   /section
  
  
  
  1.16.2.4  +97 -62ant/xdocs/contributors.xml
  
  Index: contributors.xml
  ===
  RCS file: /home/cvs/ant/xdocs/contributors.xml,v
  retrieving revision 1.16.2.3
  retrieving revision 1.16.2.4
  diff -u -r1.16.2.3 -r1.16.2.4
  --- contributors.xml  24 Jun 2004 14:43:52 -  1.16.2.3
  +++ contributors.xml  17 Mar 2005 12:10:32 -  1.16.2.4
  @@ -1,6 +1,6 @@
   ?xml version=1.0 encoding=ISO-8859-1?
   !--
  -   Copyright 2002-2004 The Apache Software Foundation
  +   Copyright 2002-2005 The Apache Software Foundation
   
  Licensed under the Apache License, Version 2.0 (the License);
  you may not use this file except in compliance with the License.
  @@ -39,6 +39,10 @@
   /p
   
   p
  +bMatt Benson/bbr/
  +/p
  +
  +p
   bStefan Bodewig/b (stefan.bodewig at freenet.de)
   br/
   Stefan is a senior developer at BoST interactive, where he is mainly
  @@ -51,7 +55,7 @@
   p
   bErik Hatcher/b (ehatcher at apache.org)
   br/
  -Erik is the co-author of a href=http://www.manning.com/antbook;
  +Erik is the co-author of a href=http://www.manning.com/hatcher;
   Java Development with Ant/a and speaks on Ant and other topics at
   a href=http://www.nofluffjuststuff.com;No Fluff, Just Stuff
   symposiums/a as well as other venues.  Erik is the President of
  @@ -87,11 +91,11 @@
   of Northrhine Westfalia / Germany. He is the co-author of
   a 
href=http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-341?;
   Rational Rose und UML im Praxiseinsatz/a the first German book about
  -that OOAD-tool.
  +that OOAD-tool. 
   /p
   
   p
  -bCostin Monolache/bbr/
  +bPeter Reilly/bbr/
   /p
   
   p
  @@ -108,10 +112,6 @@
   /p
   
   p
  -bPeter Reilly/bbr/
  -/p
  -
  -p
   bMagesh Umasankar/b (umagesh at apache.org)
   br/
   Magesh is a lead software developer at
  @@ -153,6 +153,10 @@
   /p
   
   p
  +bCostin Monolache/bbr/
  +/p
  +
  +p
   bJon Skeet/bbr/
   /p
   
  @@ -164,11 +168,44 @@
 subsection name=Active Committers
   
   p
  -bPreston Bannister/bbr/
  +bSteve Cohen/b
   /p
   
   p
  -bMatt Benson/bbr/
  +bDominique Devienne/b (ddevienne at apache.org)
  +br/
  +Dominique has been involved non-stop with the Ant user community since
  +the 1.4 days, trying without success to answer posts as well or as often
  +as Diane Holt after she left the user list. He is opiniated (to a fault
  +sometimes), but always striving for the best possible design. Dominique
  +currently works for a href=http://www.lgc.com;Landmark Graphics/a.
  +/p
  +
  +p
  +bJose Alberto Fernandez/b
  +/p
  +
  +p
  +bJesse Glick/b (jesse dot glick at sun dot com)
  +br/
  +Jesse has been using Java since 1998 and joined Sun Microsystems as
  +part of the company that produced the NetBeans IDE. After discovering
  +Ant in the 1.2 days, he wrote most of NetBeans' Ant integration.
  +Recently he has worked on the NetBeans 4.0 project system, based heavily
  +on Ant as a build tool.
  +/p
  +
  +p
  +bMartijn (J.M.) Kruithof/b (ant at kruithof xs4all nl)
  +br/
  +Martijn Kruithof is a system engineer working with and on Java products 
  +in a telecommunication network setting.
  +/p
  +
  +  /subsection
  +  subsection name=Emeritus Committers
  +p
  +   

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2005-03-17 Thread Gump Integration Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project test-ant-no-xerces has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 13 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- test-ant-no-xerces :  Java based build tool


Full details are available at:
http://brutus.apache.org/gump/public/ant/test-ant-no-xerces/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed



The following work was performed:
http://brutus.apache.org/gump/public/ant/test-ant-no-xerces/gump_work/build_ant_test-ant-no-xerces.html
Work Name: build_ant_test-ant-no-xerces (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 mins 41 secs
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dtest.haltonfailure=false 
-Dant.home=/usr/local/gump/public/workspace/ant/dist run-tests 
[Working Directory: /usr/local/gump/public/workspace/ant]
CLASSPATH: 

DO NOT REPLY [Bug 34054] New: - JUnitReport - Allow it to take name of xml files into account.

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

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

   Summary: JUnitReport - Allow it to take name of xml files into
account.
   Product: Ant
   Version: unspecified
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Optional Tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have a requirement where I need to run the same test a large number of 
times, but just want to generate one report with all of the outputs.  The 
problem with the current implementation is that if the test class is the same 
it uses this for the report file generated.  

So, if I have AbcTest that is run with inputs ZZZ and YYY and XXX, I will only 
ever be able to see one of these reports in the same report, i.e. there will 
only be one html file called AbcTest that will either show the output for 
inputs ZZZ or YYY or .

The change I would like to have completed is that it can optionally take in 
the name of the output file from the test, so that the name could be unique.

I will attach the required change and await some feedback.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34054] - JUnitReport - Allow it to take name of xml files into account.

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 14:00 ---
Created an attachment (id=14505)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=14505action=view)
The required changes for JUnitReport (XMLResultAggregator)

I seem unable to get to the cvs repository at the moment, so I decided to add
the file to a bugzilla and see if someone else can add it in.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Zach Garner

  - Provide a way to quiet the RPM build process.
 
 Maybe rename (and revert the logic) the attribute from showOutput to
 quiet?

I can submit a patch to CVS that uses quiet instead of showOutput if
you'd like. The attribute quiet does sound better, I just didn't think
of it at the time.

 Your patch with minor modifications went into CVS HEAD and I've set
 the @since tags to 1.6.3.  To make this happen, the patch also must
 get merged into the 1.6 branch, which I'll do as soon as you also
 provide a patch to the manual page.

Thanks for your help, I'll get the mannual patch to you as soon as I
can.



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



DO NOT REPLY [Bug 34054] - JUnitReport - Allow it to take name of xml files into account.

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 14:27 ---
I think this is a duplicate of bug 32645

which also means it is supposed to be fixed.  Can you try a recent nightly 
build?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: [patch] Improvements to the RPM Optional Task

2005-03-17 Thread Stefan Bodewig
On Thu, 17 Mar 2005, Zach Garner [EMAIL PROTECTED] wrote:
  - Provide a way to quiet the RPM build process.
 
 Maybe rename (and revert the logic) the attribute from showOutput
 to quiet?
 
 I can submit a patch to CVS that uses quiet instead of showOutput if
 you'd like.

I'd prefer that.

 I'll get the mannual patch to you as soon as I can.

Still a week or two before we cut the 1.6.3 release candidate.

Stefan

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



DO NOT REPLY [Bug 6495] - Support XML catalogs to resolve external entities in build files

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 14:56 ---
you should be using import by now, catalogs can and should be supported by 
tasks,
but I don't think we'll do so for the Ant build file itself.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 8745] - log compile errors so that they can be picked up by the BuildListeners

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:00 ---
Ant has no way to tell compiler errors from other output of the compiler.

The compilation errors do get emitted as messages to the build listener.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 10398] - Addition of a DNS condition to the core task

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
 Status|REOPENED|NEW




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:06 ---
since  it is open to remind *you* ;-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 10652] - WebDav Support

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:10 ---
support is provided by slide and/or commons-vfs (Jakarta Commons).  Since Ant
wouldn't implement WebDAV itself but use Slide, the tasks are best kept with 
Slide
IMHO.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34055] New: - Missing documentation on ExecJava task

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

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

   Summary: Missing documentation on ExecJava task
   Product: Ant
   Version: 1.6.2
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P3
 Component: Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The ExecJava task exists, but the documentation is missing.
It is for example unclear what differentiates the Java task from the ExecJava
task.  The guidelines specify one of them should be used, but there is no
information to make an informed decision of which one to use.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 06:23:58

  Modified:src/main/org/apache/tools/ant DirectoryScanner.java
  Log:
  DirectoryScanner improvements have been merged
  
  Revision  ChangesPath
  1.98  +17 -17ant/src/main/org/apache/tools/ant/DirectoryScanner.java
  
  Index: DirectoryScanner.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/DirectoryScanner.java,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- DirectoryScanner.java 7 Mar 2005 17:27:50 -   1.97
  +++ DirectoryScanner.java 17 Mar 2005 14:23:58 -  1.98
  @@ -282,7 +282,7 @@
* isIncluded or isExcluded and cleared at the end of the scan
* method (cleared in clearCaches, actually)./p
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private Set includeNonPatterns = new HashSet();
   
  @@ -297,7 +297,7 @@
* isIncluded or isExcluded and cleared at the end of the scan
* method (cleared in clearCaches, actually)./p
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private Set excludeNonPatterns = new HashSet();
   
  @@ -308,7 +308,7 @@
* isIncluded or isExcluded and cleared at the end of the scan
* method (cleared in clearCaches, actually)./p
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private String[] includePatterns;
   
  @@ -319,7 +319,7 @@
* isIncluded or isExcluded and cleared at the end of the scan
* method (cleared in clearCaches, actually)./p
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private String[] excludePatterns;
   
  @@ -327,42 +327,42 @@
* Have the non-pattern sets and pattern arrays for in- and
* excludes been initialized?
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private boolean areNonPatternSetsReady = false;
   
   /**
* Scanning flag.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private boolean scanning = false;
   
   /**
* Scanning lock.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private Object scanLock = new Object();
   
   /**
* Slow scanning flag.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private boolean slowScanning = false;
   
   /**
* Slow scanning lock.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private Object slowScanLock = new Object();
   
   /**
* Exception thrown during scan.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private IllegalStateException illegal = null;
   
  @@ -682,7 +682,7 @@
* May be codenull/code, in which case the
* exclude patterns don't get changed at all.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   public synchronized void addExcludes(String[] excludes) {
   if (excludes != null  excludes.length  0) {
  @@ -709,7 +709,7 @@
*
* p When a pattern ends with a '/' or '\', ** is appended.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private static String normalizePattern(String p) {
   String pattern = p.replace('/', File.separatorChar)
  @@ -1179,7 +1179,7 @@
* @param pattern the pattern to check.
* @param name the name to check.
* @return whether the pattern is deeper than the name.
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private boolean isDeeper(String pattern, String name) {
   Vector p = SelectorUtils.tokenizePath(pattern);
  @@ -1498,7 +1498,7 @@
* @param cs whether to scan case-sensitively.
* @return File object that points to the file in question or null.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private File findFile(File base, String path, boolean cs) {
   return findFile(base, SelectorUtils.tokenizePath(path), cs);
  @@ -1513,7 +1513,7 @@
* @param cs whether to scan case-sensitively.
* @return File object that points to the file in question or null.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private File findFile(File base, Vector pathElements, boolean cs) {
   if (pathElements.size() == 0) {
  @@ -1614,7 +1614,7 @@
* Ensure that the in|exclude quot;patternsquot;
* have been properly divided up.
*
  - * @since Ant 1.7
  + * @since Ant 1.6.3
*/
   private synchronized void ensureNonPatternSetsReady() {
   if (!areNonPatternSetsReady) {
  @@ -1630,7 +1630,7 @@
*
* @param set Set to populate.
* @param patterns String[] of patterns.
  - * @since Ant 1.7
  

DO NOT REPLY [Bug 13841] - Speed up javac when explicit list of files is defined

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:24 ---
long lists of non-patterns is one of the cases where file system scanning is
expected be a lot faster in Ant 1.6.3.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 14641] - Prototypical schemavalid task that uses Xerces-J 2.2.1 to validate an XML file against it's Schema (XSD)

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||FIXED
   Target Milestone|--- |1.7




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:26 ---
I suppose 1.7's schemavalidate task should work.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34055] - Missing documentation on ExecJava task

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:27 ---
which ExecJava task?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 15093] - Would like to have support for States in the Starbase optional tasks

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 15561] - event build finished not received in a antcall

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||FIXED
   Target Milestone|--- |1.6.2




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:32 ---
buildFinished is only ever fired once, at the very end of the complete build
process.

Ant 1.6.2 adds the SubBuildListener interface which add subBuildFinished, this 
is
what you want.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34054] - JUnitReport - Allow it to take name of xml files into account.

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:39 ---
Sorry, this is a different enhancement (to the XMLResultAggregator).  The code 
for the small change is attached.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 17008] - create new type Set of FileSets and ZipFileSets

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:39 ---


*** This bug has been marked as a duplicate of 5035 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 5035] - Patternset and fileset enhancements

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:39 ---
*** Bug 17008 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34055] - Missing documentation on ExecuteJava task

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Missing documentation on|Missing documentation on
   |ExecJava task   |ExecuteJava task




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:40 ---
Sorry, make that ExecuteJava

See
http://ant.apache.org/ant_task_guidelines.html

and

docs/manual/api/org/apache/tools/ant/taskdefs/ExecuteJava.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34055] - Missing documentation on ExecuteJava task

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:47 ---
OK, I see.  ExecuteJava is not a task, it is a class used internally.

If ExecuteJava offers all features you need to run your Java class from another
task, you should probably use it.  It's just that the Java task itself supports
more things.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 19437] - Allow targets to be inherited to lower level subprojects like properties

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 15:53 ---
import offers the requested functionality.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 19470] - Use createViewLabel method of View class to create view labels instead of Label class

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2005-03-17 Thread bodewig
bodewig 2005/03/17 07:13:09

  Modified:src/main/org/apache/tools/ant/taskdefs Recorder.java
  Log:
  Clean up recorder map when subbuild finishes, PR 20053
  
  Revision  ChangesPath
  1.26  +99 -2 ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java
  
  Index: Recorder.java
  ===
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Recorder.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Recorder.java 6 Jan 2005 17:22:44 -   1.25
  +++ Recorder.java 17 Mar 2005 15:13:09 -  1.26
  @@ -17,8 +17,10 @@
   package org.apache.tools.ant.taskdefs;
   
   import java.util.Hashtable;
  +import org.apache.tools.ant.BuildEvent;
   import org.apache.tools.ant.BuildException;
   import org.apache.tools.ant.Project;
  +import org.apache.tools.ant.SubBuildListener;
   import org.apache.tools.ant.Task;
   import org.apache.tools.ant.types.EnumeratedAttribute;
   
  @@ -40,7 +42,7 @@
* @since Ant 1.4
* @ant.task name=record category=utility
*/
  -public class Recorder extends Task {
  +public class Recorder extends Task implements SubBuildListener {
   
   //
   // ATTRIBUTES
  @@ -66,6 +68,15 @@
   //
   // CONSTRUCTORS / INITIALIZERS
   
  +/**
  + * Overridden so we can add the task as build listener.
  + *
  + * @since Ant 1.7
  + */
  +public void init() {
  +getProject().addBuildListener(this);
  +}
  +
   //
   // ACCESSOR METHODS
   
  @@ -153,6 +164,7 @@
   RecorderEntry recorder = getRecorder(filename, getProject());
   // set the values on the recorder
   recorder.setMessageOutputLevel(loglevel);
  +recorder.setEmacsMode(emacsMode);
   if (start != null) {
   if (start.booleanValue()) {
   recorder.reopenFile();
  @@ -162,7 +174,6 @@
   recorder.closeFile();
   }
   }
  -recorder.setEmacsMode(emacsMode);
   }
   
   //
  @@ -231,5 +242,91 @@
   return entry;
   }
   
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void buildStarted(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void subBuildStarted(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void targetStarted(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void targetFinished(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void taskStarted(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void taskFinished(BuildEvent event) {
  +}
  +
  +/**
  + * Empty implementation required by SubBuildListener interface.
  + *
  + * @since Ant 1.7
  + */
  +public void messageLogged(BuildEvent event) {
  +}
  +
  +/**
  + * Cleans recorder registry.
  + *
  + * @since Ant 1.7
  + */
  +public void buildFinished(BuildEvent event) {
  +cleanup();
  +}
  +
  +/**
  + * Cleans recorder registry, if this is the subbuild the task has
  + * been created in.
  + *
  + * @since Ant 1.7
  + */
  +public void subBuildFinished(BuildEvent event) {
  +if (event.getProject() == getProject()) {
  +cleanup();
  +}
  +}
  +
  +/**
  + * cleans recorder registry and removes itself from BuildListener list.
  + *
  + * @since Ant 1.7
  + */
  +private void cleanup() {
  +recorderEntries.clear();
  +getProject().removeBuildListener(this);
  +}
   }
   
  
  
  

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



DO NOT REPLY [Bug 20053] - Method required to clear down the recorderEntries Hashtable in the ANT 1.5.3 Recorder Class

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2005-03-17 Thread Matt Benson
--- [EMAIL PROTECTED] wrote:

 bodewig 2005/03/17 06:23:58
 
   Modified:src/main/org/apache/tools/ant
 DirectoryScanner.java
   Log:
   DirectoryScanner improvements have been merged

I knew I forgot something... ;)

Thanks,
Matt




__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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



DO NOT REPLY [Bug 22522] - cvs-Task doesn't support -d switch

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version||All
Summary|cvs-Task ignores dest-|cvs-Task doesn't support -
   |Attribute   |d switch




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 23286] - [PATCH] suppression of useless import in testcase and some enhancements

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:24 ---
By now the patch won't apply anymore.  The unneeded imports should get caught
by checkstyle.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 23688] - Provide a method to get the ant logging level for the log4j appender

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:26 ---


*** This bug has been marked as a duplicate of 22460 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 22460] - No access to the message output level from API

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:26 ---
*** Bug 23688 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



RE: [patch] ant in anger

2005-03-17 Thread Shatzer, Larry
Even in XML you do not need to quote it, unless it is in an attribute, and
as Peter pointed out, it makes examples harder to understand. I'm for only
having quot; show up where it is needed, in attributes, if necessary.

-Original Message-
From: Kev Jackson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 16, 2005 7:55 PM
To: Ant Developers List
Subject: Re: [patch] ant in anger

Shatzer, Larry wrote:

why  to quot;? '' is perfectly valid in HTML, and no need to escape it.
  

Sorry, I'm assuming that the docs will be transformed into xml at some 
point, at that time quot; may be better than .

Kev



-
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

2005-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=23832


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||DUPLICATE
   Target Milestone|--- |1.6




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:29 ---
use the fixlastline attribute.

*** This bug has been marked as a duplicate of 12511 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



RE: [PATCH] some entity escaping

2005-03-17 Thread Shatzer, Larry
Ooops, I forgot that *.patch files are stripped.

Here it is named *.txt


-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 16, 2005 11:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [PATCH] some entity escaping

On Wed, 16 Mar 2005, Larry Shatzer
[EMAIL PROTECTED] wrote:

 Escaping  to amp; and  to gt;

Attachment has been stripped.

Stefan

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

Index: docs/ant_in_anger.html
===
RCS file: /home/cvspublic/ant/docs/ant_in_anger.html,v
retrieving revision 1.18
diff -u -r1.18 ant_in_anger.html
--- docs/ant_in_anger.html  16 Mar 2005 06:03:52 -  1.18
+++ docs/ant_in_anger.html  16 Mar 2005 19:45:15 -
@@ -878,7 +878,7 @@
 lifetch - get the latest source from the cvs tree
 lidocs/javadocs - do the documentation
 liall - clean, fetch, build, test, docs, deploy
-limain - the default build process (usually build or build  test)
+limain - the default build process (usually build or build amp; test)
 /ul
 Sub projects quot;webquot;, quot;bean-1quot;, quot;bean-2quot; can be 
given their own build
 files - ttweb.xml/tt, ttbean-1.xml/tt, ttbean-2.xml/tt - with the 
same entry points.
Index: docs/manual/developlist.html
===
RCS file: /home/cvspublic/ant/docs/manual/developlist.html,v
retrieving revision 1.8
diff -u -r1.8 developlist.html
--- docs/manual/developlist.html11 Mar 2005 17:18:47 -  1.8
+++ docs/manual/developlist.html16 Mar 2005 19:45:23 -
@@ -23,7 +23,7 @@
 a href=antexternal.htmlUsing Ant Tasks Outside of Ant/abr
 br
 a href=tutorial-writing-tasks.htmlTutorial: Writing Tasks/abr
-a href=tutorial-tasks-filesets-properties.htmlTutorial: Tasks using 
Properties, Filesets  Paths/abr
+a href=tutorial-tasks-filesets-properties.htmlTutorial: Tasks using 
Properties, Filesets amp; Paths/abr
 
 /body
 /html
Index: docs/manual/tutorial-tasks-filesets-properties.html
===
RCS file: 
/home/cvspublic/ant/docs/manual/tutorial-tasks-filesets-properties.html,v
retrieving revision 1.8
diff -u -r1.8 tutorial-tasks-filesets-properties.html
--- docs/manual/tutorial-tasks-filesets-properties.html 7 Mar 2005 18:33:59 
-   1.8
+++ docs/manual/tutorial-tasks-filesets-properties.html 16 Mar 2005 19:46:10 
-
@@ -1,7 +1,7 @@
 html
 head
   link rel=stylesheet type=text/css href=stylesheets/style.css/
-titleTutorial: Tasks using Properties, Filesets  Paths/title
+titleTutorial: Tasks using Properties, Filesets amp; Paths/title
   meta name=author content=Jan Mategrave;rne
   style type=text/css
   !--
@@ -11,7 +11,7 @@
   /style
 /head
 body
-h1Tutorial: Tasks using Properties, Filesets  Paths/h1
+h1Tutorial: Tasks using Properties, Filesets amp; Paths/h1
 
 pAfter reading the tutorial about a 
href=tutorial-writing-tasks.htmlwriting
 tasks [1]/a this tutorial explains how to get and set properties and how to 
use
@@ -280,7 +280,7 @@
 for(int i=0; ilt;includedFiles.length; i++) {
 String filename = includedFiles[i].replace('\\','/');  
 // 4
 filename = filename.substring(filename.lastIndexOf(/)+1);
-if (foundLocation==null  file.equals(filename)) {
+if (foundLocation==null amp;amp; file.equals(filename)) {
 File base  = ds.getBasedir();  
 // 5
 File found = new File(base, includedFiles[i]);
 foundLocation = found.getAbsolutePath();
@@ -392,7 +392,7 @@
 for(int i=0; ilt;includedFiles.length; i++) {
 String filename = includedFiles[i].replace('\\','/');
 filename = filename.substring(filename.lastIndexOf(/)+1);
-if (foundLocation==null  file.equals(filename)) {
+if (foundLocation==null amp;amp; file.equals(filename)) {
 bfoundLocation = includedFiles[i];/b   
 // 3
 }
 }
@@ -502,7 +502,7 @@
 for(int i=0; ilt;includedFiles.length; i++) {
 String filename = includedFiles[i].replace('\\','/');
 filename = filename.substring(filename.lastIndexOf(/)+1);
-if (file.equals(filename)  
b!foundFiles.contains(includedFiles[i]/b)) {   // 1
+if (file.equals(filename) amp;amp; 
b!foundFiles.contains(includedFiles[i]/b)) {   // 1
 foundFiles.add(includedFiles[i]);
 }
 }
Index: docs/manual/CoreTasks/clone.html
===
RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/clone.html,v
retrieving revision 1.2
diff -u 

DO NOT REPLY [Bug 24553] - export ANT_HOME if it is set by ant.sh

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:34 ---
use the ant.home property.

You can't rely on ANT_HOME being correct when Ant has been run from within an 
IDE
anyway, but the IDE is likely to at least set the ant.home property (since a few
other things like running external commands with vmlauncher=false rely on it).


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24694] - JAVA_HOME should be exported

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:35 ---


*** This bug has been marked as a duplicate of 24553 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24553] - export ANT_HOME if it is set by ant.sh

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:35 ---
*** Bug 24694 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 10398] - Addition of a DNS condition to the core task

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:59 ---
isreachable does a DNS lookup *first*; no resolve - not reachable. then it
does a ping on java1.5+ . We could make the ping optional, as that is better for
doing long haul tests. I.e. 

isreachable url=http://apache.org/;  only works in some situations, and not
others, depending on where my laptop is. adding a ping=true switch would give
better java compatibility (on java1.4 and below, if ping=true we'd just warn
that it was absent)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 34059] New: - MacroDef supports description attribute but it doesn't appear in the documentation

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

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

   Summary: MacroDef supports description attribute but it doesn't
appear in the documentation
   Product: Ant
   Version: 1.6.2
  Platform: Other
   URL: http://ant.apache.org/manual/CoreTasks/macrodef.html
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


MacroDef supports a description attribute, e.g. macrodef name=test
description=my test macrodef... but this doesn't appear in the manual page
for macrodef.

http://ant.apache.org/manual/CoreTasks/macrodef.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24694] - JAVA_HOME should be exported

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:07 ---
This bug was closed because This bug has been marked as a duplicate of 24553 
which is incorrect.  
Bug 24553 is dealing with ANT_HOME, while this bug is related to JAVA_HOME 
which are completely 
different.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24694] - JAVA_HOME should be exported

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:14 ---
Oops, yes, sorry.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 12511] - concat directive must have a newline

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 16:29 ---
*** Bug 23832 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 34059] - MacroDef supports description attribute but it doesn't appear in the documentation

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:22 ---
_EVERY_ task supports a description because org.apache.tools.ant.Task has a
setDescription(String) method. See here:
http://ant.apache.org/manual/CoreTasks/common.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24553] - export ANT_HOME if it is set by ant.sh

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:27 ---
(In reply to comment #3)
 *** Bug 24694 has been marked as a duplicate of this bug. ***

24694 is _not_ a duplicate of this bug.  It deals with JAVA_HOME not ANT_HOME.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24798] - BZip2: faster, less memory

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.

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



DO NOT REPLY [Bug 26026] - deleteuncontrolled parameter of stcheckout task should honor excludes and/or default excludes

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 26027] - stcheckout and stcheckin are a little verbose

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 27154] - Sync-up Java Task API with ExecTask

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:39 ---
what would you want to do with cmdl that you can't do with the current API?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 28320] - copy task preserving permissions

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 17:48 ---
Unfortunately we've changed FileUtils to statics by now and the original
factory approach went away.

That would leave us with adding hooks to tasks that you then needed to extend 
and
override.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 33507] - Need way to have files retrieved via the stcheckout task be read-only

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 33506] - Provide a dateFormat attribute in the stlabel task

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: [patch] ant in anger

2005-03-17 Thread Steve Loughran
Kev Jackson wrote:
Shatzer, Larry wrote:
why  to quot;? '' is perfectly valid in HTML, and no need to escape 
it.
 

Sorry, I'm assuming that the docs will be transformed into xml at some 
point, at that time quot; may be better than .
you dont need quot; in XML, except in the special case of 'you want to 
nest a double quote inside a double quoted attribute.

tag attr= this ' is 'ok quot;herequote; and so is 'this'/tag
I dont think we should be using it except in that special case.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27596] - signjar should support the -verify and -certs options

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
   Target Milestone|--- |1.7




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:04 ---
Will be needed as part of library signing policy; will be achieved by
refactoring out a base class of signjar and then having a separate verifyjar
task to verify signatures.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 33497] - Add toDir to SignJar task for use with nested filesets, to avoid resigning.

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:06 ---


*** This bug has been marked as a duplicate of 23058 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 23058] - element todir for task signjar

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:06 ---
*** Bug 33497 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 30516] - [signjar] : support attribute 'destdir'

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:07 ---


*** This bug has been marked as a duplicate of 23058 ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 23058] - element todir for task signjar

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:07 ---
*** Bug 30516 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 23058] - element todir for task signjar

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Target Milestone|--- |1.7




--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:08 ---
targeting ant1.7 for this. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 33497] - Add toDir to SignJar task for use with nested filesets, to avoid resigning.

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 18:18 ---
(In reply to comment #9)
 
 *** This bug has been marked as a duplicate of 23058 ***

One question: The bug for which this has been marked as a duplicate may not be
quite the same. If I read bug 23058, correctly, it is expecting all the jar
files in the input fileset to be combined into a single output jar.

The intention of my RFE is to provide an input fileset containing multiple jar
files, and to have the SignJar task produce multiple output jars in a specified
output directory (one signed output jar for each input jar).

Dan

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34059] - MacroDef supports description attribute but it doesn't appear in the documentation

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 19:17 ---
It is worth to note that while it has the description attribute, it doesn't
support the nested description element.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 28320] - copy task preserving permissions

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 19:20 ---
(In reply to comment #16)
 Unfortunately we've changed FileUtils to statics by now and the original
 factory approach went away.
 
 That would leave us with adding hooks to tasks that you then needed to extend 
 and
 override.
 

The shared static FileUtils is always fetched via the getFileUtils() method on
the FileUtils class. If wanted, this shared instance could be a different one,
per platform. the getFileUtils / FileUtils can be adapted to get the primary
instance via a factory method. (The old newFileUtils() wasn't a configurable
factory either.) Just different FileUtils per Task cannot be made via
getFileUtils(), another for the entire build, depending on OS would be feasible
though.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 28320] - copy task preserving permissions

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 19:30 ---
The following methods are static and are good newFileUtils(deprecated,
superseded by getFileUtils) / getFileUtils

The following methods do not really do much harm:

close(*)
delete(File)
readFully() -- what is this one doing in FileUtils anyway?


The following methods are bad to be static, because platform specific
implementations should have the possibility to use different implementations:
isAbsolutePath/isContextRelativePath

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31928] - ant java task is terminated but a forked child process is not terminated

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

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





--- Additional Comments From [EMAIL PROTECTED]  2005-03-17 21:13 ---
Take a look at the open JDC-Bug 4717969

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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