[RESULT] Ivy has Graduated as an Ant Subproject

2007-10-11 Thread Stefan Bodewig
Hi,

during the vote the following people have cast their +1

Antoine Levy-Lambert
Craig L Russell
Gilles Scokart
Jean T. Anderson
Martijn Dashorst
Matthieu Riou
Niclas Hedhman
Noel J. Bergman
Robert Burrell Donkin
Stefan Bodewig
Stephane Bailliez
Steve Loughran
Xavier Hanin
Yoav Shapira

ten of whom are Incubator PMC members.  With no -1s this vote has
passed.

Congratulations to the Ivy team and good luck!

Stefan

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



DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




-- 
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]



Infrastructure (was Re: [RESULT] Ivy has Graduated as an Ant Subproject)

2007-10-11 Thread Stefan Bodewig
OK, now comes the work ...

I've already updated the incubator site, granted all three Ivy
committers svn karma for Ant and will soon add a small blurb to Ant's
new page.

We will at least need to:

* migrate svn content

* migrate the mailing lists

* migrate the website

* maybe migrate Wiki content

* add the three Ivy committers to the ant Unix group.

I suggest that Xavier, Maarten and Gilles join [EMAIL PROTECTED] so that we can
hash out the details without CCing two lists.

I'm glad to have you on board now!

Cheers

Stefan

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



svn commit: r583730 - in /ant/core/trunk/docs/manual: CoreTasks/antversion.html CoreTasks/retry.html OptionalTasks/sshexec.html api/index.html

2007-10-11 Thread bodewig
Author: bodewig
Date: Thu Oct 11 01:31:12 2007
New Revision: 583730

URL: http://svn.apache.org/viewvc?rev=583730view=rev
Log:
linefeeds

Modified:
ant/core/trunk/docs/manual/CoreTasks/antversion.html   (contents, props 
changed)
ant/core/trunk/docs/manual/CoreTasks/retry.html   (contents, props changed)
ant/core/trunk/docs/manual/OptionalTasks/sshexec.html
ant/core/trunk/docs/manual/api/index.html

Modified: ant/core/trunk/docs/manual/CoreTasks/antversion.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/antversion.html?rev=583730r1=583729r2=583730view=diff
==
--- ant/core/trunk/docs/manual/CoreTasks/antversion.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/antversion.html Thu Oct 11 01:31:12 
2007
@@ -1,95 +1,95 @@
-!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the License); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an AS IS BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
---
-html
-
-head
-meta http-equiv=Content-Language content=en-us
-link rel=stylesheet type=text/css href=../stylesheets/style.css
-titleAntversion Task/title
-/head
-
-body
-
-h2a name=antversionAntversion/a/h2
-h3Description/h3
-p
-Stores the Ant version (when used as task) or checks for a specific Ant 
version 
-(when used as condition).
-bSince Ant 1.7.0/b
-/p
-
-table border=1 cellpadding=2 cellspacing=0
-  tr
-td valign=topbAttribute/b/td
-td valign=topbDescription/b/td
-td align=center valign=topbRequired (Task)/b/td
-td align=center valign=topbRequired (Condition)/b/td
-  /tr
-  tr
-td valign=topatleast/td
-td valign=topThe version that this at least.
-  The format is major.minor.point./td
-td valign=top align=centerNo/td
-td valign=top rowspan=2 align=centerOne of these./td
-  /tr
-  tr
-td valign=topexactly/td
-td valign=topThe version that this ant is exactly.
-  The format is ttmajor.minor.point/tt./td
-td valign=top align=centerNo/td
-  /tr
-  tr
-td valign=topproperty/td
-td valign=topThe name of the property to set./td
-td valign=top align=centerYes/td
-td valign=top align=centerNo (ignored)/td
-  /tr
-/table
-
-
-h3Examples/h3
-
-blockquotepre
-lt;antversion property=quot;antversionquot;/gt;
-/pre/blockquote
-pStores the current Ant version in the property iantversion/i./p
-
-blockquotepre
-lt;antversion property=quot;antversionquot; atleast=quot;1.6quot;/gt;
-/pre/blockquote
-pStores the Ant version in the property iantversion/i if the current Ant 
version is 1.6.0
-or higher. Otherwise the property remains unset./p
-
-blockquotepre
-lt;antversion property=quot;ant-is-exact-7quot; 
exactly=quot;1.7.0quot;/gt;
-/pre/blockquote
-pSets the property iant-is-exact-7/i if Ant 1.7.0 is running. Neither 
1.6.5 nor 1.7.0
-would match./p
-
-blockquotepre
-lt;condition property=quot;Ant17isOnlinequot;gt;
-  lt;andgt;
-lt;antversion exactly=quot;1.7.0quot;/gt;
-lt;http url=quot;http://ant.apache.orgquot;/gt;
-  lt;/andgt;
-lt;/conditiongt;
-/pre/blockquote
-pSets iAnt17isOnline/i if Ant 1.7.0 is running and can get a 
non-error-response from
-the Ant homepage./p
-
-/body
-/html
+!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the License); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an AS IS BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--
+html
+
+head
+meta http-equiv=Content-Language content=en-us
+link rel=stylesheet type=text/css href=../stylesheets/style.css
+titleAntversion Task/title
+/head
+
+body
+
+h2a name=antversionAntversion/a/h2
+h3Description/h3
+p
+Stores the Ant version (when used as task) or checks for a specific Ant 
version 
+(when used as 

svn commit: r583733 - /ant/core/trunk/docs/contributors.html

2007-10-11 Thread bodewig
Author: bodewig
Date: Thu Oct 11 01:32:16 2007
New Revision: 583733

URL: http://svn.apache.org/viewvc?rev=583733view=rev
Log:
regenerate site for Kev ;-)

Modified:
ant/core/trunk/docs/contributors.html

Modified: ant/core/trunk/docs/contributors.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/contributors.html?rev=583733r1=583732r2=583733view=diff
==
--- ant/core/trunk/docs/contributors.html (original)
+++ ant/core/trunk/docs/contributors.html Thu Oct 11 01:32:16 2007
@@ -276,6 +276,9 @@
 a href=http://www.tui.com;TUI/a. His passion are all UI related things so
 at the Ant-Project he takes care of Antidote - the Ant GUI.
 /p
+p
+  bKevin Jackson/b (foamdino at gmail.com)br /
+/p
   h4 
class=subsection
 a name=Emeritus Members/a
 Emeritus Members
@@ -326,9 +329,6 @@
 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
-  bKevin Jackson/b (foamdino at gmail.com)br /
 /p
 p
bAlexey Solofnenko/b (trelony at gmail.com)br /



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



svn commit: r583734 - in /ant/core/trunk: docs/antnews.html docs/index.html xdocs/antnews.xml xdocs/index.xml

2007-10-11 Thread bodewig
Author: bodewig
Date: Thu Oct 11 01:32:55 2007
New Revision: 583734

URL: http://svn.apache.org/viewvc?rev=583734view=rev
Log:
Welcome Ivy!

Modified:
ant/core/trunk/docs/antnews.html
ant/core/trunk/docs/index.html
ant/core/trunk/xdocs/antnews.xml
ant/core/trunk/xdocs/index.xml

Modified: ant/core/trunk/docs/antnews.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/antnews.html?rev=583734r1=583733r2=583734view=diff
==
--- ant/core/trunk/docs/antnews.html (original)
+++ ant/core/trunk/docs/antnews.html Thu Oct 11 01:32:55 2007
@@ -179,6 +179,18 @@
   div class=content
 h1 class=titleNews/h1
 h3 class=section
+  a name=Apache Ivy is an Ant Sub-Project Now!/a
+  Apache Ivy is an Ant Sub-Project Now!
+/h3
+h3October 11, 2007 - Apache Ivy is an Ant 
Sub-Project Now!/h3
+pApache Ivy, A Java based tool for 
tracking, resolving and
+managing project dependencies., just finished a 
href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+pUntil we've finished the migration, you can 
learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+h3 class=section
   a name=AntUnit 1.0/a
   AntUnit 1.0
 /h3

Modified: ant/core/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/index.html?rev=583734r1=583733r2=583734view=diff
==
--- ant/core/trunk/docs/index.html (original)
+++ ant/core/trunk/docs/index.html Thu Oct 11 01:32:55 2007
@@ -175,6 +175,18 @@
   div class=content
 h1 class=titleWelcome/h1
 h3 class=section
+  a name=Apache Ivy is an Ant Sub-Project Now!/a
+  Apache Ivy is an Ant Sub-Project Now!
+/h3
+h3October 11, 2007 - Apache Ivy is an Ant 
Sub-Project Now!/h3
+pApache Ivy, A Java based tool for 
tracking, resolving and
+managing project dependencies., just finished a 
href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+pUntil we've finished the migration, you can 
learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+h3 class=section
   a name=Ant 1.7.0/a
   Ant 1.7.0
 /h3

Modified: ant/core/trunk/xdocs/antnews.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antnews.xml?rev=583734r1=583733r2=583734view=diff
==
--- ant/core/trunk/xdocs/antnews.xml (original)
+++ ant/core/trunk/xdocs/antnews.xml Thu Oct 11 01:32:55 2007
@@ -26,6 +26,20 @@
   /properties
 
 body
+  section name=Apache Ivy is an Ant Sub-Project Now!
+h3October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!/h3
+
+pApache Ivy, A Java based tool for tracking, resolving and
+managing project dependencies., just finished a
+href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+
+pUntil we've finished the migration, you can learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+  /section
+
   section name=AntUnit 1.0
 h3January 8, 2007 - Apache AntUnit 1.0 Available/h3
 pApache AntUnit 1.0 is now available for a

Modified: ant/core/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/index.xml?rev=583734r1=583733r2=583734view=diff
==
--- ant/core/trunk/xdocs/index.xml (original)
+++ ant/core/trunk/xdocs/index.xml Thu Oct 11 01:32:55 2007
@@ -24,6 +24,20 @@
   /properties
 
 body
+  section name=Apache Ivy is an Ant Sub-Project Now!
+h3October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!/h3
+
+pApache Ivy, A Java based tool for tracking, resolving and
+managing project dependencies., just finished a
+href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+
+pUntil we've finished the migration, you can learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+  /section
+
section name=Ant 1.7.0
 h3December 19, 2006 - Ant 1.7.0 Available/h3
 pApache Ant 1.7.0 is now available for a



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

svn commit: r583738 - in /ant/core/branches/ANT_17_BRANCH: docs/ docs/manual/CoreTasks/ docs/manual/OptionalTasks/ docs/manual/api/ xdocs/

2007-10-11 Thread bodewig
Author: bodewig
Date: Thu Oct 11 01:39:39 2007
New Revision: 583738

URL: http://svn.apache.org/viewvc?rev=583738view=rev
Log:
merge Ivy announcement from trunk

Modified:
ant/core/branches/ANT_17_BRANCH/docs/antnews.html
ant/core/branches/ANT_17_BRANCH/docs/index.html
ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html   
(contents, props changed)
ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/retry.html   
(contents, props changed)
ant/core/branches/ANT_17_BRANCH/docs/manual/OptionalTasks/sshexec.html
ant/core/branches/ANT_17_BRANCH/docs/manual/api/index.html
ant/core/branches/ANT_17_BRANCH/xdocs/antnews.xml
ant/core/branches/ANT_17_BRANCH/xdocs/index.xml

Modified: ant/core/branches/ANT_17_BRANCH/docs/antnews.html
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/antnews.html?rev=583738r1=583737r2=583738view=diff
==
--- ant/core/branches/ANT_17_BRANCH/docs/antnews.html (original)
+++ ant/core/branches/ANT_17_BRANCH/docs/antnews.html Thu Oct 11 01:39:39 2007
@@ -179,6 +179,18 @@
   div class=content
 h1 class=titleNews/h1
 h3 class=section
+  a name=Apache Ivy is an Ant Sub-Project Now!/a
+  Apache Ivy is an Ant Sub-Project Now!
+/h3
+h3October 11, 2007 - Apache Ivy is an Ant 
Sub-Project Now!/h3
+pApache Ivy, A Java based tool for 
tracking, resolving and
+managing project dependencies., just finished a 
href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+pUntil we've finished the migration, you can 
learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+h3 class=section
   a name=AntUnit 1.0/a
   AntUnit 1.0
 /h3

Modified: ant/core/branches/ANT_17_BRANCH/docs/index.html
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/index.html?rev=583738r1=583737r2=583738view=diff
==
--- ant/core/branches/ANT_17_BRANCH/docs/index.html (original)
+++ ant/core/branches/ANT_17_BRANCH/docs/index.html Thu Oct 11 01:39:39 2007
@@ -175,6 +175,18 @@
   div class=content
 h1 class=titleWelcome/h1
 h3 class=section
+  a name=Apache Ivy is an Ant Sub-Project Now!/a
+  Apache Ivy is an Ant Sub-Project Now!
+/h3
+h3October 11, 2007 - Apache Ivy is an Ant 
Sub-Project Now!/h3
+pApache Ivy, A Java based tool for 
tracking, resolving and
+managing project dependencies., just finished a 
href=http://incubator.apache.org/;Incubation/a and has joined
+the Ant project.  More information will be available from the Ant
+site soon./p
+pUntil we've finished the migration, you can 
learn more about
+Ivy from its a href=http://incubator.apache.org/ivy/;Incubator
+website/a./p
+h3 class=section
   a name=Ant 1.7.0/a
   Ant 1.7.0
 /h3

Modified: ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html?rev=583738r1=583737r2=583738view=diff
==
--- ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html 
(original)
+++ ant/core/branches/ANT_17_BRANCH/docs/manual/CoreTasks/antversion.html Thu 
Oct 11 01:39:39 2007
@@ -1,95 +1,95 @@
-!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the License); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an AS IS BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
---
-html
-
-head
-meta http-equiv=Content-Language content=en-us
-link rel=stylesheet type=text/css href=../stylesheets/style.css
-titleAntversion Task/title
-/head
-
-body
-
-h2a name=antversionAntversion/a/h2
-h3Description/h3
-p
-Stores the Ant version (when used as task) or checks for a specific Ant 
version 
-(when used as condition).
-bSince Ant 1.7.0/b
-/p
-
-table border=1 cellpadding=2 

DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 02:29 ---
this isnt a bug in ant; I can assure you it isnt possible for ant to be released
with junit not working on linux, as it would fail its own tests.

you are mixing ant versions. 
-Look at the classpath you run the tests on, make sure there arent ant 1.6.x
jars on there
-delete any RPM/deb installed ant versions

-- 
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]



[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2007-10-11 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 dotnet-antlib-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 265 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- dotnet-antlib-test :  Task and Type Libraries for Apache Ant


Full details are available at:

http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/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://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/gump_work/build_ant-antlibs_dotnet-antlib-test.html
Work Name: build_ant-antlibs_dotnet-antlib-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 20 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dant-testutil.jar=/srv/gump/public/workspace/ant/build/lib/ant-testutil.jar 
test 
[Working Directory: /srv/gump/public/workspace/ant-antlibs/dotnet]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-11102007.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-11102007.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
-
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
[au:antunit] Target: test-passing took 0.007 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dir with 
spaces/wsdl-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.41 sec
[au:antunit] Target: testWSDL took 1.388 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dotnetexec-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.015 sec
[au:antunit] Target: testCSC took 0.956 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/nunit/nunit-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.253 sec
[au:antunit] Target: test-passing took 0.01 sec
[au:antunit] Target: test-failing took 0.005 sec
[au:antunit] Target: test-failing-errorproperty took 0.114 sec
[au:antunit] Target: test-failing-with-fail took 0.017 sec
[au:antunit] Target: test-no-assembly took 0.006 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/old-core-test.xml
[au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 5.466 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.713 sec
[au:antunit] Target: testCSCresponseFile took 0.725 sec
[au:antunit] Target: testILASM took 0.759 sec
[au:antunit] Target: testCSCdll took 0.613 sec
[au:antunit] Target: testILDASM took 0.752 sec
[au:antunit] Target: testILDASM_empty took 0.053 sec
[au:antunit] Target: testJsharp took 0.017 sec
[au:antunit] Target: testCSCResources took 0.869 sec
[au:antunit] Target: testCSC took 0.77 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/wsdl2dotnet-test.xml
[au:antunit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 3.963 sec
[au:antunit] Target: testSchemaMustBeSet took 0.065 sec
[au:antunit] Target: testLocalWsdlVB took 0.069 sec
[au:antunit] Target: testInvalidExtraOps took 0.031 sec
[au:antunit] Target: testSrcIsMissing took 0.033 sec
[au:antunit] Target: testNoParams took 0.054 sec
[au:antunit] Target: testBothSrc took 0.034 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.021 sec
[au:antunit] Target: testLocalWsdl took 1.449 sec
[au:antunit] Target: testSrcIsDir took 0.031 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.009 sec
[au:antunit] Target: testLocalWsdlServer took 1.326 sec
[au:antunit] Target: testNoSrc took 0.045 sec
[au:antunit] Target: 

DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 03:00 ---
There are no ant 1.6.x jars in my classpath. But, I have lots of jars 
(commons, jboss, axis, etc.etc.), could it be that one of these is carrying 
old version ant classes inside, causing this?

It will be very very tedious for me to look into each and every jar and find 
out, so any advice greatly appreciated

-- 
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 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 03:58 ---
funnily enough, I had to track down duplicate classes in a different program
last week, and now know how to do it. It's pretty easy. 

If you add the jvm option -verbose:class to junit you can find where classes
get loaded on; capture the output and search through it for
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner

junit fork=yes
  jvmarg value=-verbose:class/



-- 
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 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 04:54 ---
Thanks for your advice, but the output only shows the following once -
[junit] [Loaded 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner]
[junit] [Loaded 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner$TeeOutputStream]

I do not see any duplicate classes, neither does the above say which jar its 
loaded from.

I do have junit/swingui/TestRunner.class in junit.jar, which is in my 
classpath. (if I remove junit.jar, ant junit task cannot find 
junit.framework.Test so it fails)

I do not see any other duplicate classes related to ant, all the classes are 
coming from my apache-ant-1.7.0/lib.

Please could you advise some more, there has to be something! I am thinking of 
deleting everything and starting from scratch, but I don't see how that could 
help.

-- 
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]



svn commit: r583818 - /ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

2007-10-11 Thread stevel
Author: stevel
Date: Thu Oct 11 06:19:03 2007
New Revision: 583818

URL: http://svn.apache.org/viewvc?rev=583818view=rev
Log:
SFOS-485 release build.xml isnt compatible with Ant1.7.0
http://jira.smartfrog.org/jira/browse/SFOS-485

-fixing the docs so nobody else uses commandResource prematurely.

Modified:
ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/sshexec.html?rev=583818r1=583817r2=583818view=diff
==
--- ant/core/trunk/docs/manual/OptionalTasks/sshexec.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Thu Oct 11 06:19:03 
2007
@@ -65,7 +65,8 @@
   /tr
   tr
 td valign=topcommandResource/td
-td valign=topThe resource (file) that contains the commands to run on 
the remote host./td
+td valign=topThe resource (file) that contains the commands to run on 
the remote host.
+Since Ant 1.7.1/td
 td valian=top align=centerEither this or command must be set/td
   /tr
   tr



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



DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 06:38 ---
(In reply to comment #5)

I also have the same issue, followed the advice on mailing list, but problem is 
not solved.

I also built new version of Ant from SVN repository ANT_17_BRANCH (revision no. 
583390), now using new version of Ant junitvmwatcherxxx.properties error is 
gone, but it hangs while running junit tests unless I terminate jave.exe using 
takmanager.


-- 
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]



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

2007-10-11 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 has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 19 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 :  Java based build tool


Full details are available at:
http://vmgump.apache.org/gump/public/ant/test-ant/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://vmgump.apache.org/gump/public/ant/test-ant/gump_work/build_ant_test-ant.html
Work Name: build_ant_test-ant (Type: Build)
Work ended in a state of : Failed
Elapsed: 13 mins 22 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dtest.haltonfailure=false 
-Dant.home=/srv/gump/public/workspace/ant/dist run-tests 
[Working Directory: /srv/gump/public/workspace/ant]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/build/testcases:/srv/gump/public/workspace/ant/src/tests/junit:/srv/gump/public/workspace/ant/src/etc/testcases:/srv/gump/public/workspace/ant/build/lib/ant-stylebook.jar:/srv/gump/public/workspace/ant/build/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/build/lib/ant-swing.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/build/lib/ant-javamail.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bcel.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-regexp.jar:/srv/gump/public/workspace/ant/build/lib/ant-trax.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-net.jar:/srv/gump/public/workspace/ant/build/lib/ant-jsch.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-log4j.jar:/srv/gump/public/workspace/ant/build/lib/ant-antlr.jar:/srv/gump/public/workspace/ant/build/li
 
b/ant-commons-logging.jar:/srv/gump/public/workspace/ant/build/lib/ant-jdepend.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bsf.jar:/srv/gump/public/workspace/ant/build/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/build/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-oro.jar:/srv/gump/public/workspace/ant/build/lib/ant.jar:/srv/gump/public/workspace/ant/build/lib/ant-jai.jar:/srv/gump/packages/antlr-2.7.6/antlr.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-11102007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-11102007.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-11102007.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/jakarta-bcel/target/bcel-5.3-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-11102007.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-11102007.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-11102007.jar:/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/packages/jsch/jsch-0.1.28.jar:/srv/gump/public/workspace/xml-stylebook/bin/stylebook-1.0-b3_xalan-2.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-11102007.jar:/srv/gump/public/workspace/junit/dist/junit-11102007.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-compiler.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-runtime.jar:/srv/gump/public/workspace/xml-commons/java/build/which.jar:/srv/gump/public/workspace/rhino/build/rhino_11102007/js.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-
 
2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar:/srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-11102007.jar
-

DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 06:59 ---
Well, I reverted back to Ant v1.6.5 and everything works fine.

-- 
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]



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

2007-10-11 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 19 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://vmgump.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://vmgump.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: 12 mins 15 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dtest.haltonfailure=false 
-Dant.home=/srv/gump/public/workspace/ant/dist run-tests 
[Working Directory: /srv/gump/public/workspace/ant]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/build/testcases:/srv/gump/public/workspace/ant/src/tests/junit:/srv/gump/public/workspace/ant/src/etc/testcases:/srv/gump/public/workspace/ant/build/lib/ant-stylebook.jar:/srv/gump/public/workspace/ant/build/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/build/lib/ant-swing.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/build/lib/ant-javamail.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bcel.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-regexp.jar:/srv/gump/public/workspace/ant/build/lib/ant-trax.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-net.jar:/srv/gump/public/workspace/ant/build/lib/ant-jsch.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-log4j.jar:/srv/gump/public/workspace/ant/build/lib/ant-antlr.jar:/srv/gump/public/workspace/ant/build/li
 
b/ant-commons-logging.jar:/srv/gump/public/workspace/ant/build/lib/ant-jdepend.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bsf.jar:/srv/gump/public/workspace/ant/build/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/build/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-oro.jar:/srv/gump/public/workspace/ant/build/lib/ant.jar:/srv/gump/public/workspace/ant/build/lib/ant-jai.jar:/srv/gump/packages/antlr-2.7.6/antlr.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-11102007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-11102007.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-11102007.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/jakarta-bcel/target/bcel-5.3-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-11102007.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-11102007.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-11102007.jar:/srv/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/packages/jsch/jsch-0.1.28.jar:/srv/gump/public/workspace/xml-stylebook/bin/stylebook-1.0-b3_xalan-2.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-11102007.jar:/srv/gump/public/workspace/junit/dist/junit-11102007.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-compiler.jar:/srv/gump/public/workspace/jakarta-tomcat-4.0/dist/common/lib/jasper-runtime.jar:/srv/gump/public/workspace/xml-commons/java/build/which.jar:/srv/gump/public/workspace/rhino/build/rhino_11102007/js.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.ja
 
r:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar:/srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-11102007.jar
-
[au:antunit] Target: testresource took 0.035 sec
[au:antunit] Target: testpath took 0.492 sec
[au:antunit] Target: testfilelist took 0.01 sec
[au:antunit] Target: testpropertyset took 0.018 sec
[au:antunit] Target: testintersect took 0.033 sec
[au:antunit] Target: testzipfileset took 0.082 

DO NOT REPLY [Bug 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 09:32 ---
Yes, if you are still using JUnit 3.x, but my tests are using JUnit 4.x, so for 
me there is no option but to use Ant 1.7. I am facing this problem on Windows 
XP.


-- 
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 43586] - java.io.FileNotFoundException: /home/***/apache-ant-1.7.0/junitvmwatcher *** .properties

2007-10-11 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=43586.
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=43586


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[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.

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



svn commit: r583884 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/optional/Javah.java types/Resource.java

2007-10-11 Thread peterreilly
Author: peterreilly
Date: Thu Oct 11 10:10:16 2007
New Revision: 583884

URL: http://svn.apache.org/viewvc?rev=583884view=rev
Log:
checkstyle

Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java
ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java?rev=583884r1=583883r2=583884view=diff
==
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java 
Thu Oct 11 10:10:16 2007
@@ -83,7 +83,7 @@
 //private Path extdirs;
 private FacadeTaskHelper facade = null;
 private Vector files = new Vector();
-
+
 /**
  * No arg constructor.
  */
@@ -137,10 +137,14 @@
 }
 }
 
+/**
+ * Add a fileset.
+ * @param fs the fileset to add.
+ */
 public void addFileSet(FileSet fs) {
 files.add(fs);
 }
-
+
 /**
  * Names of the classes to process.
  * @return the array of classes.
@@ -155,18 +159,19 @@
 }
 }
 
-if(files.size()  0) {
-for(Enumeration e = files.elements(); e.hasMoreElements();){
-FileSet fs = (FileSet)e.nextElement();
-String[] includedClasses = 
fs.getDirectoryScanner(getProject()).getIncludedFiles();
-for(int i = 0; i  includedClasses.length; i++) {
-String className = 
-includedClasses[i].replace('\\', '.').replace('/', 
'.').substring(0,includedClasses[i].length()-6);
+if (files.size()  0) {
+for (Enumeration e = files.elements(); e.hasMoreElements();) {
+FileSet fs = (FileSet) e.nextElement();
+String[] includedClasses = fs.getDirectoryScanner(
+getProject()).getIncludedFiles();
+for (int i = 0; i  includedClasses.length; i++) {
+String className =
+includedClasses[i].replace('\\', '.').replace('/', '.')
+.substring(0,includedClasses[i].length() - 6);
 al.add(className);
 }
 }
 }
-
 Enumeration e = classes.elements();
 while (e.hasMoreElements()) {
 ClassArgument arg = (ClassArgument) e.nextElement();

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java?rev=583884r1=583883r2=583884view=diff
==
--- ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java Thu Oct 11 
10:10:16 2007
@@ -174,9 +174,12 @@
 /**
  * Tells the modification time in milliseconds since 01.01.1970 (the 
epoch).
  *
- * @return the modification time, if that is meaningful (e.g. for a file 
resource which exists);
- * 0 if the resource does not exist, to mirror the behavior of 
[EMAIL PROTECTED] java.io.File#lastModified};
- * or 0 if the notion of modification time is meaningless for this 
class of resource (e.g. an inline string)
+ * @return the modification time, if that is meaningful
+ *(e.g. for a file resource which exists);
+ * 0 if the resource does not exist, to mirror the behavior
+ * of [EMAIL PROTECTED] java.io.File#lastModified};
+ * or 0 if the notion of modification time is meaningless for this 
class
+ *   of resource (e.g. an inline string)
  */
 public long getLastModified() {
 if (isReference()) {



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



Re: Infrastructure (was Re: [RESULT] Ivy has Graduated as an Ant Subproject)

2007-10-11 Thread Xavier Hanin
On 10/11/07, Stefan Bodewig [EMAIL PROTECTED] wrote:

 OK, now comes the work ...

 I've already updated the incubator site, granted all three Ivy
 committers svn karma for Ant and will soon add a small blurb to Ant's
 new page.


Great!

We will at least need to:

 * migrate svn content

 * migrate the mailing lists

 * migrate the website

 * maybe migrate Wiki content

 * add the three Ivy committers to the ant Unix group.


What can we do to help for these points? For the svn content, mailing lists
and ant unix group, I don't see anything we can do.

For the website, migration should be pretty easy if we use the same pattern
as we did in incubation: put the Ivy website under /www/ant.apache.org/ivy/
instead of /www/incubator.apache.org/ivy/.

For the wiki I don't know if we need to migrate something. The wiki is
available at  http://wiki.apache.org/ivy/ which is not specific to
incubation. And one less migration task is not a bad thing IMO :-)

I suggest that Xavier, Maarten and Gilles join [EMAIL PROTECTED] so that we can
 hash out the details without CCing two lists.


Agreed.

I'm glad to have you on board now!


Thanks, I'm glad to join!

Cheers,

Xavier

Cheers

 Stefan

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




-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://incubator.apache.org/ivy/
http://www.xoocode.org/


DO NOT REPLY [Bug 43475] - Add support for a setUp and tearDown target to be called before and after the entire set of tests

2007-10-11 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=43475.
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=43475





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 13:14 ---
Created an attachment (id=20961)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=20961action=view)
Patch to implement this feature that works with bug 43604

This patch also includes a change made necessary by the patch to bug 43604
(which adds a method to the AntUnitListener interface).

-- 
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]



Ivy mailing list organisation (Was: Re: Infrastructure (was Re: [RESULT] Ivy has Graduated as an Ant Subproject))

2007-10-11 Thread Gilles Scokart
2007/10/11, Xavier Hanin [EMAIL PROTECTED]:

 On 10/11/07, Stefan Bodewig [EMAIL PROTECTED] wrote:

 We will at least need to:
 
  * migrate svn content
 
  * migrate the mailing lists
 
  * migrate the website
 
  * maybe migrate Wiki content
 
  * add the three Ivy committers to the ant Unix group.


 What can we do to help for these points? For the svn content, mailing
 lists
 and ant unix group, I don't see anything we can do.



A thing that we should do is to decide how we will organize our mailing
list.

In the incubator, we had a user, a dev and a commit mailing list.

I liked the separation of commit generated message and dev human messages
because it make it much easier to read (you don't read both messages the
same way).

So, one solution is to keep it like that.  Use three mailing list:
- [EMAIL PROTECTED] (for user list)
- [EMAIL PROTECTED] (for human dev related discussion)
- [EMAIL PROTECTED] (for commit, jira and gump generated mails)


However, one of the drawback of this aproach is that we might often have to
put dev@ant.apache.org and [EMAIL PROTECTED] in copy of our mails.
Which is something I personaly don't care when I'm using gmail (the mail are
present only once) but that could be anoying with most other mailer.

I think the choice also depends on how will be made the votes for release,
for new committers, or for other subjects.

WDYT?

-- 
Gilles SCOKART


DO NOT REPLY [Bug 43604] - Plain and XML listeners should add log output from the tests to the test report

2007-10-11 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=43604.
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=43604





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 13:01 ---
Created an attachment (id=20959)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=20959action=view)
Patch to implement this feature


-- 
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: Ivy mailing list organisation (Was: Re: Infrastructure (was Re: [RESULT] Ivy has Graduated as an Ant Subproject))

2007-10-11 Thread Dominique Devienne
On 10/11/07, Gilles Scokart [EMAIL PROTECTED] wrote:
 decide how we will organize our mailing list. [...]
 So, one solution is to keep it like that.  Use three mailing list:
 - [EMAIL PROTECTED] (for user list)
 - [EMAIL PROTECTED] (for human dev related discussion)
 - [EMAIL PROTECTED] (for commit, jira and gump generated mails)

What about using [EMAIL PROTECTED] and [EMAIL PROTECTED] directly, and discuss 
Ivy
directly on the Ant lists? Ivy could be considered in a way as a big
AntLib, and we don't have separate lists for AntLibs for example. Just
a thought... --DD

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



DO NOT REPLY [Bug 43582] - Write log messages from test to AntUnit's log

2007-10-11 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=43582.
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=43582





--- Additional Comments From [EMAIL PROTECTED]  2007-10-11 14:02 ---
(In reply to comment #2)
 An extension for this would be to log everything at info on a test
 failure...this could be good for builds under cruise control and gump, as you
 get better remote diagnostics

For this sort of thing, it would be better for the reports generated by the
plain and XML listener to include the log output as well.  I've written this up
as bug 43604.

-- 
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: Infrastructure

2007-10-11 Thread Stefan Bodewig
On Thu, 11 Oct 2007, Xavier Hanin [EMAIL PROTECTED] wrote:
 On 10/11/07, Stefan Bodewig [EMAIL PROTECTED] wrote:

 We will at least need to:

 * migrate svn content

 * migrate the mailing lists

 * migrate the website

 * maybe migrate Wiki content

 * add the three Ivy committers to the ant Unix group.
 
 
 What can we do to help for these points?

First of all, discuss and make decisions 8-)

 For the svn content, mailing lists and ant unix group, I don't see
 anything we can do.

If we know where to put it, you can move the svn content immediately.
You already have committe access to both the source and target
locations.

 For the website, migration should be pretty easy if we use the same
 pattern as we did in incubation: put the Ivy website under
 /www/ant.apache.org/ivy/ instead of /www/incubator.apache.org/ivy/.

Hmm.  I once started to build /ant/site (in svn) but we still use a
part of Ant's core subversion area for the website.  I wouldn't want
to add Ivy's documentation to Ant's core (or Ant's site to Ivy).

 For the wiki I don't know if we need to migrate something.

I don't think we do, just need to add some links.

Stefan

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



Re: Ivy mailing list organisation

2007-10-11 Thread Stefan Bodewig
On Thu, 11 Oct 2007, Gilles Scokart [EMAIL PROTECTED] wrote:

 So, one solution is to keep it like that.  Use three mailing list:
 - [EMAIL PROTECTED] (for user list)
 - [EMAIL PROTECTED] (for human dev related discussion)
 - [EMAIL PROTECTED] (for commit, jira and gump generated
 mails)

that would be the easiest from an infrastructure point of view.  The
list could be renamed, existing subscribers would be transferred
automatically and the old addresses would forward for some time.

 However, one of the drawback of this aproach is that we might often
 have to put dev@ant.apache.org and [EMAIL PROTECTED] in copy of
 our mails.

True.  This might call for a [EMAIL PROTECTED] list, but right now I don't
think it will be needed that often.

Dominique's suggestion would solve that easily, of course.

 I think the choice also depends on how will be made the votes for
 release, for new committers, or for other subjects.

Release votes would be on the dev list of the subproject that wants to
do the release, whichever that may be.  Votes on people are not really
conducted on public lists anyway, it just looks as if they were.

Stefan

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