Jenkins build is back to normal : Ant-Build-Matrix » JDK 1.6 (latest),Ubuntu #551

2013-03-05 Thread Apache Jenkins Server
See

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Windows #552

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding ASF header [antoine] JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 -- Started by upstream project "Ant

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.7 (latest),Windows #552

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding ASF header [antoine] JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 -- Started by upstream project "Ant

svn commit: r1452722 - in /ant/core/trunk: WHATSNEW lib/optional/hamcrest-core-1.3.jar src/etc/poms/ant-junit4/pom.xml src/etc/testcases/taskdefs/optional/junit.xml

2013-03-05 Thread antoine
Author: antoine Date: Tue Mar 5 10:28:59 2013 New Revision: 1452722 URL: http://svn.apache.org/r1452722 Log: adding hamcrest to the lib/optional because it is required at runtime for some tests, also bumping junit dependency in pom file Added: ant/core/trunk/lib/optional/hamcrest-core-1.3.j

Jenkins build became unstable: Ant-Build-Matrix » JDK 1.6 (latest),Ubuntu #552

2013-03-05 Thread Apache Jenkins Server
See

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Ubuntu #552

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding ASF header [antoine] JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 -- [...truncated 2388 lines...] AU

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Windows #553

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding hamcrest to the lib/optional because it is required at runtime for some tests, also bumping junit dependency in pom file -

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #553

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding hamcrest to the lib/optional because it is required at runtime for some tests, also bumping junit dependency in pom file -

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Ubuntu #553

2013-03-05 Thread Apache Jenkins Server
See Changes: [antoine] adding hamcrest to the lib/optional because it is required at runtime for some tests, also bumping junit dependency in pom file --

Jenkins build is back to stable : Ant-Build-Matrix » JDK 1.6 (latest),Ubuntu #553

2013-03-05 Thread Apache Jenkins Server
See

svn commit: r1453004 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2013-03-05 Thread maartenc
Author: maartenc Date: Tue Mar 5 21:24:28 2013 New Revision: 1453004 URL: http://svn.apache.org/r1453004 Log: Attempt to improve HTTP upload speed (IVY-1197) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java Modified: ant/ivy/core/trunk/src/java/org/apach

[jira] [Commented] (IVY-1197) OutOfMemoryError duriong ivy:publish

2013-03-05 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593946#comment-13593946 ] Maarten Coene commented on IVY-1197: Martin, thanks for the interesting links. We now s

Build failed in Jenkins: Ivy-tests » JDK 1.5 (latest),Windows #53

2013-03-05 Thread Apache Jenkins Server
See Changes: [maartenc] Attempt to improve HTTP upload speed (IVY-1197) -- [...truncated 2216 lines...] [junit] at org.apache.tools.ant.Target.execute(Ta

svn commit: r1453089 - /ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml

2013-03-05 Thread jglick
Author: jglick Date: Tue Mar 5 23:29:05 2013 New Revision: 1453089 URL: http://svn.apache.org/r1453089 Log: Odd indentation. Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit.xml URL: http://svn.apache.

svn commit: r1453094 - in /ant/core/trunk/src: etc/testcases/taskdefs/optional/ main/org/apache/tools/ant/taskdefs/optional/junit/ tests/junit/org/apache/tools/ant/taskdefs/optional/junit/ tests/junit

2013-03-05 Thread jglick
Author: jglick Date: Tue Mar 5 23:54:38 2013 New Revision: 1453094 URL: http://svn.apache.org/r1453094 Log: Junit → JUnit Added: ant/core/trunk/src/tests/junit/org/example/junit/JUnit4Skippable.java - copied, changed from r1453087, ant/core/trunk/src/tests/junit/org/example/junit/Juni

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Windows #554

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] Junit → JUnit [Jesse Glick] Odd indentation. -- Started by upstream project "Ant-Build-Matrix" build number 554 originally ca

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #554

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] Junit → JUnit [Jesse Glick] Odd indentation. -- [...truncated 378 lines...] [exec] [au:antunit] Target: testStringEncodi

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.7 (latest),Windows #554

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] Junit → JUnit [Jesse Glick] Odd indentation. -- Started by upstream project "Ant-Build-Matrix" build number 554 originally ca

Jenkins build is back to normal : Ivy-tests » JDK 1.5 (latest),Ubuntu #53

2013-03-05 Thread Apache Jenkins Server
See

svn commit: r1453111 - /ant/core/trunk/src/main/org/apache/tools/ant/types/Path.java

2013-03-05 Thread jglick
Author: jglick Date: Wed Mar 6 01:08:01 2013 New Revision: 1453111 URL: http://svn.apache.org/r1453111 Log: Was not compatible to make systemClasspath (and systemBootClasspath) final; the NetBeans Ant integration in fact overwrites this value (for a reason). Modified: ant/core/trunk/src/mai

svn commit: r1453118 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit: BriefJUnitResultFormatter.java PlainJUnitResultFormatter.java TestListenerWrapper.java XMLJUnitResultFo

2013-03-05 Thread jglick
Author: jglick Date: Wed Mar 6 01:29:44 2013 New Revision: 1453118 URL: http://svn.apache.org/r1453118 Log: Restored Java 5 compilability. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.java ant/core/trunk/src/main/org/apache/to

svn commit: r1453122 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java

2013-03-05 Thread jglick
Author: jglick Date: Wed Mar 6 01:45:55 2013 New Revision: 1453122 URL: http://svn.apache.org/r1453122 Log: Diagnosis of XMLResultAggregatorTest.testFrames failure on Java 7. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/TraXLiaison.java Modified: ant/core/trunk

svn commit: r1453133 - in /ant/core/trunk/src/main/org/apache/tools/ant/util: DOMElementWriter.java StringUtils.java

2013-03-05 Thread jglick
Author: jglick Date: Wed Mar 6 02:03:52 2013 New Revision: 1453133 URL: http://svn.apache.org/r1453133 Log: StringUtils.replace is obsolete. Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.jav

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Ubuntu #554

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] Junit → JUnit [Jesse Glick] Odd indentation. -- Started by upstream project "Ant-Build-Matrix" build number 554 originally cau

[Bug 54641] New: XSLTC problem with StringUtils

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54641 Bug ID: 54641 Summary: XSLTC problem with StringUtils Product: Ant Version: 1.8.4 Hardware: PC OS: Linux Status: NEW Severity: critical Pr

[Bug 51668] broken on JDK 7 when a SecurityManager is set

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51668 --- Comment #7 from Jesse Glick --- (In reply to comment #6) > not enough to fix the bug we're seeing in Eclipse bug #54641 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54641] XSLTC problem with StringUtils

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54641 --- Comment #1 from Jesse Glick --- Created attachment 30021 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30021&action=edit First attempt at a fix Makes XMLResultAggregatorTest pass but causes failures in JUnitReportTest. --

[Bug 54641] XSLTC problem with StringUtils

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54641 Jesse Glick changed: What|Removed |Added CC||jgl...@apache.org Target Milestone

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.5 (latest),Windows #555

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] StringUtils.replace is obsolete. [Jesse Glick] Diagnosis of XMLResultAggregatorTest.testFrames failure on Java 7. [Jesse Glick] Restored Java 5 compilability. [Jess

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #555

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] StringUtils.replace is obsolete. [Jesse Glick] Diagnosis of XMLResultAggregatorTest.testFrames failure on Java 7. [Jesse Glick] Restored Java 5 compilability. [Jess

Build failed in Jenkins: Ant-Build-Matrix » JDK 1.7 (latest),Windows #555

2013-03-05 Thread Apache Jenkins Server
See Changes: [Jesse Glick] StringUtils.replace is obsolete. [Jesse Glick] Diagnosis of XMLResultAggregatorTest.testFrames failure on Java 7. [Jesse Glick] Restored Java 5 compilability. [Jess

svn commit: r1453159 - /ant/core/tags/ANT_190/

2013-03-05 Thread antoine
Author: antoine Date: Wed Mar 6 04:20:43 2013 New Revision: 1453159 URL: http://svn.apache.org/r1453159 Log: Tagging version 1.9.0 of Ant Added: ant/core/tags/ANT_190/ - copied from r1453158, ant/core/trunk/

Jenkins build is back to normal : IvyDE-updatesite #656

2013-03-05 Thread Apache Jenkins Server
See