svn commit: r586283 - /ant/core/branches/ANT_17_BRANCH/build.xml

2007-10-19 Thread kevj
Author: kevj
Date: Fri Oct 19 00:00:50 2007
New Revision: 586283

URL: http://svn.apache.org/viewvc?rev=586283&view=rev
Log:
-allow use of antlr 3+

Modified:
ant/core/branches/ANT_17_BRANCH/build.xml

Modified: ant/core/branches/ANT_17_BRANCH/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/build.xml?rev=586283&r1=586282&r2=586283&view=diff
==
--- ant/core/branches/ANT_17_BRANCH/build.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/build.xml Fri Oct 19 00:00:50 2007
@@ -427,9 +427,12 @@
 
-
+   
+   
+ 
+ 
+   
+   
 



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



Re: svn commit: r586283 - /ant/core/branches/ANT_17_BRANCH/build.xml

2007-10-19 Thread Matt Benson
Kev--I don't get it.  The ANTLR task isn't compatible
with Antlr 3, though a compatible version is available
at antlr.org .  Did I miss something?

-Matt

--- [EMAIL PROTECTED] wrote:

> Author: kevj
> Date: Fri Oct 19 00:00:50 2007
> New Revision: 586283
> 
> URL:
> http://svn.apache.org/viewvc?rev=586283&view=rev
> Log:
> -allow use of antlr 3+
> 
> Modified:
> ant/core/branches/ANT_17_BRANCH/build.xml
> 
> Modified: ant/core/branches/ANT_17_BRANCH/build.xml
> URL:
>
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/build.xml?rev=586283&r1=586282&r2=586283&view=diff
>
==
> --- ant/core/branches/ANT_17_BRANCH/build.xml
> (original)
> +++ ant/core/branches/ANT_17_BRANCH/build.xml Fri
> Oct 19 00:00:50 2007
> @@ -427,9 +427,12 @@
>  classname="com.starbase.util.Platform"
>classpathref="classpath"/>
> - -  classname="antlr.Tool"
> -  classpathref="classpath"/>
> + 
> + 
> +classpathref="classpath"/>
> +classpathref="classpath"/>
> + 
> + 
>  classname="org.apache.stylebook.Engine"
>classpathref="classpath"/>
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



Re: [VOTE] Create a Separate Mailing List for Commits/Bugzilla/Gump ...

2007-10-19 Thread Xavier Hanin
On 10/19/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> this came up in the thread dealing with mailing list organization now
> that Ivy is with us, but I guess many people have missed it.
>
> Do we want to add a new list [EMAIL PROTECTED] that will
> receive all Commit, Gump, Bugzilla, Jira and Wiki notification mails
> (and whatever else may come up in the future)?


+1

Xavier

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


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


svn commit: r586655 - /ant/core/branches/ANT_17_BRANCH/build.xml

2007-10-19 Thread kevj
Author: kevj
Date: Fri Oct 19 18:45:21 2007
New Revision: 586655

URL: http://svn.apache.org/viewvc?rev=586655&view=rev
Log:
-revert change as we don't support antlr3 (yet)

Modified:
ant/core/branches/ANT_17_BRANCH/build.xml

Modified: ant/core/branches/ANT_17_BRANCH/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/build.xml?rev=586655&r1=586654&r2=586655&view=diff
==
--- ant/core/branches/ANT_17_BRANCH/build.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/build.xml Fri Oct 19 18:45:21 2007
@@ -427,12 +427,9 @@
 
-   
-   
- 
- 
-   
-   
+
 



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



svn commit: r586652 - /ant/core/trunk/build.xml

2007-10-19 Thread kevj
Author: kevj
Date: Fri Oct 19 18:41:15 2007
New Revision: 586652

URL: http://svn.apache.org/viewvc?rev=586652&view=rev
Log:
-revert change as we don't support antlr3 (yet)

Modified:
ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=586652&r1=586651&r2=586652&view=diff
==
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Fri Oct 19 18:41:15 2007
@@ -395,12 +395,9 @@
 
-
- 
-   
-   
-  
-   
+
 



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



Re: svn commit: r586283 - /ant/core/branches/ANT_17_BRANCH/build.xml

2007-10-19 Thread Kevin Jackson
Hi,

> Kev--I don't get it.  The ANTLR task isn't compatible
> with Antlr 3, though a compatible version is available
> at antlr.org .  Did I miss something?

Sorry, I was getting all dependencies for the build and just
downloaded the latest antlr (3).  When the build failed I noticed that
it was a selector issue and modified it.

So should I fix the task to be antlr3 compat or remove the change?

(I'll remove the change and get antlr 2.7x for the ant build)

Thanks for catching that,

Kev

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



DO NOT REPLY [Bug 43659] - NullPointer in FilterMapper in conjunction with linecontains mapper

2007-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=43659





--- Additional Comments From [EMAIL PROTECTED]  2007-10-19 09:55 ---
See the line 73
String result = FileUtils.safeReadFully(helper.getAssembledReader());
this was FileUtils.readFully.

Peter


-- 
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-19 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 40 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 4 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-19102007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-19102007.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-19102007.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-19102007.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-19102007.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-19102007.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-19102007.jar:/srv/gump/public/workspace/junit/dist/junit-19102007.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_19102007/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-19102007.jar
-
[au:antunit] Target: testresource took 0.029 sec
[au:antunit] Target: testpath took 0.029 sec
[au:antunit] Target: testfilelist took 0.011 sec
[au:antunit] Target: testpropertyset took 0.015 sec
[au:antunit] Target: testintersect took 0.014 sec
[au:antunit] Target: testzipfileset took 0.039 s

DO NOT REPLY [Bug 43660] New: - JavaResource returns a null input stream if the resource is missing

2007-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=43660

   Summary: JavaResource returns a null input stream if the resource
is missing
   Product: Ant
   Version: 1.7.0
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


JavaResource returns a null input stream if the resource is missing, instead of
throwing some kind of exception.

Root cause is in GetInputStream(), where we delegate to getResourceAsStream,
which returns null if the resource isnt there
return cl == null ? ClassLoader.getSystemResourceAsStream(getName())
: cl.getResourceAsStream(getName());
All the other implementations seem to throw an IOE (string is naughty, it throws
IllegalStateException). 

*all resources should raise a FileNotFoundException if the resource is not fully
defined*

-- 
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 43659] - NullPointer in FilterMapper in conjunction with linecontains mapper

2007-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=43659


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-10-19 09:28 ---
Thanks for the report,
However, this problem has already been fixed.


-- 
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: [VOTE] Create a Separate Mailing List for Commits/Bugzilla/Gump ...

2007-10-19 Thread Dominique Devienne
On 10/18/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> Do we want to add a new list [EMAIL PROTECTED] that will
> receive all Commit, Gump, Bugzilla, Jira and Wiki notification mails
> (and whatever else may come up in the future)?

+1.

-
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-19 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 286 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: 32 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-19102007.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-19102007.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.023 sec
[au:antunit] Target: test-passing took 0.008 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: 2.219 sec
[au:antunit] Target: testWSDL took 2.174 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: 0.852 sec
[au:antunit] Target: testCSC took 0.757 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.199 sec
[au:antunit] Target: test-passing took 0.003 sec
[au:antunit] Target: test-failing took 0 sec
[au:antunit] Target: test-failing-errorproperty took 0.118 sec
[au:antunit] Target: test-failing-with-fail took 0.007 sec
[au:antunit] Target: test-no-assembly took 0.009 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.178 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.793 sec
[au:antunit] Target: testCSCresponseFile took 0.587 sec
[au:antunit] Target: testILASM took 0.733 sec
[au:antunit] Target: testCSCdll took 0.661 sec
[au:antunit] Target: testILDASM took 0.669 sec
[au:antunit] Target: testILDASM_empty took 0.053 sec
[au:antunit] Target: testJsharp took 0.09 sec
[au:antunit] Target: testCSCResources took 0.721 sec
[au:antunit] Target: testCSC took 0.679 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.605 sec
[au:antunit] Target: testSchemaMustBeSet took 0.056 sec
[au:antunit] Target: testLocalWsdlVB took 0.023 sec
[au:antunit] Target: testInvalidExtraOps took 0.077 sec
[au:antunit] Target: testSrcIsMissing took 0.019 sec
[au:antunit] Target: testNoParams took 0.028 sec
[au:antunit] Target: testBothSrc took 0.018 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.017 sec
[au:antunit] Target: testLocalWsdl took 1.342 sec
[au:antunit] Target: testSrcIsDir took 0.034 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.008 sec
[au:antunit] Target: testLocalWsdlServer took 1.759 sec
[au:antunit] Target: testNoSrc took 0.016 sec
[au:antunit] Target: testSchema

DO NOT REPLY [Bug 43659] - NullPointer in FilterMapper in conjunction with linecontains mapper

2007-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=43659





--- Additional Comments From [EMAIL PROTECTED]  2007-10-19 09:34 ---
Where should I have looked for the latest source ? I checked the SVN repository
(http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/mappers/FilterMapper.java?view=markup),
and the file does not have the if null fix (unless you fixed it some other way).
In which release is this fix targetted ?

-- 
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-19 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 40 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: 15 mins 7 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-19102007.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-19102007.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-19102007.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-19102007.jar:/srv/gump/public/workspace/jakarta-
 
oro/jakarta-oro-19102007.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-19102007.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-19102007.jar:/srv/gump/public/workspace/junit/dist/junit-19102007.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_19102007/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-19102007.jar
-
[au:a

DO NOT REPLY [Bug 43659] New: - NullPointer in FilterMapper in conjunction with linecontains mapper

2007-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=43659

   Summary: NullPointer in FilterMapper in conjunction with
linecontains mapper
   Product: Ant
   Version: 1.7.0
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


When using a  mapper to filter out certain lines, FilterMapper
throws a NullPointerException on line 74:

if (result.length() == 0) {

This line should read:

if (result == null || result.length() == 0) {

This can be reproduced with the following ant tasks:











(this construct is used to exclude certain entries from a PATH structure, in
order to then be able to include it in a manifest's Class-Path attribute).

With the suggested null check, the filter mapping properly excludes the entries
as expected.

-- 
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: [VOTE] Create a Separate Mailing List for Commits/Bugzilla/Gump ...

2007-10-19 Thread Burgess, Benjamin

On Fri, 19 Oct 2007, Stefan Bodewig <[EMAIL PROTECTED]> wrote:

> Do we want to add a new list [EMAIL PROTECTED] that will
> receive all Commit, Gump, Bugzilla, Jira and Wiki notification mails
> (and whatever else may come up in the future)?

+1

Ben


This message, including any attachments, contains confidential information 
intended 
for a specific individual and purpose, and is protected by law. If you are not 
the intended 
recipient, please contact the sender immediately by reply e-mail and destroy 
all copies.
You are hereby notified that any disclosure, copying, or distribution of this 
message, or
the taking of any action based on it, is strictly prohibited.

TIAA-CREF


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



svn commit: r586281 - /ant/core/trunk/build.xml

2007-10-19 Thread kevj
Author: kevj
Date: Fri Oct 19 00:00:23 2007
New Revision: 586281

URL: http://svn.apache.org/viewvc?rev=586281&view=rev
Log:
-allow use of antlr 3+

Modified:
ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=586281&r1=586280&r2=586281&view=diff
==
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Fri Oct 19 00:00:23 2007
@@ -395,9 +395,12 @@
 
-
+
+ 
+   
+   
+  
+   
 



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