..
tstamp-test_xml:testMagicPropertyIso
Expected property 'DSTAMP' to have value '19720417' but was '20180205'
tstamp-test_xml:testMagicPropertyBoth
Expected property 'DSTAMP' to have value '19720417' but was '1
+1
Jan
> -Ursprüngliche Nachricht-
> Von: Stefan Bodewig [mailto:bode...@apache.org]
> Gesendet: Samstag, 3. Februar 2018 18:07
> An: dev@ant.apache.org
> Betreff: [VOTE] Release Apache Ant 1.10.2 based on RC1
>
> Hi all
>
> I've created a release candidate for 1.10.2:
>
> git tag: ANT_
with Java8 on Win7
> -- 4 AntUnit tests are failing
> setpermissions-test_xml:testRequiresNestedResources
> Expected build failure with message 'At least one
> resource-collection is required'
> but was 'Problem: failed to create task or
1.10.2 must contain the corrected fetch.xml
Now that we take Java 9 into account, should we add Automatic-Module-Name
to all manifests?
Gintas
2018-02-05 11:38 GMT+01:00 Jan Matèrne (jhm) :
> +1
> Jan
>
> > -Ursprüngliche Nachricht-
> > Von: Stefan Bodewig [mailto:bode...@apache.org]
>
+1.
- Downloaded the .tar.gz and installed locally. Setup ANT_HOME to this
new version.
- Ran some existing projects against this new version
- Checked some documentation in the manual.
Tested the projects using this version of Ant against both Java 8 and
Java 9.
-Jaikiran
On 03/02/18
Github user apupier commented on the issue:
https://github.com/apache/ant-ivy/pull/62
Seems that there was an issue with the Jenkins webhook.
Jan Matèrne mentioned that the build was in success
https://issues.apache.org/jira/browse/IVY-1572?focusedCommentId=16316345&page=com.atlas
+1
We did test this version in our environment, no issues were found.
Maarten
Van: Stefan Bodewig
Aan: dev@ant.apache.org
Verzonden: zaterdag 3 februari 17:32 2018
Onderwerp: [VOTE] Release Ant 1.9.10 based on RC1
Hi all
I've created a release candidate for 1.9.10:
git tag: ANT_
GitHub user reudismam opened a pull request:
https://github.com/apache/ant/pull/58
Use StringBuilder instead of StringBuffer as it offers high performanâ¦
â¦ce in single thread places as it is generally the case.
You can merge this pull request into a Git repository by running:
Github user asfgit commented on the issue:
https://github.com/apache/ant/pull/58
Can one of the admins verify this patch?
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail:
Github user asfgit commented on the issue:
https://github.com/apache/ant/pull/58
Can one of the admins verify this patch?
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail:
Houston, we have a problem: JPMS explicitly forbids broken packages.
Currently:
- apache-oro.jar and apache-regexp.jar are in the same package
(org.apache.tools.ant.util.regexp) which is also present in ant.jar and
ant-testutil.jar
- ant-commons-logging.jar and ant-apache-log4j.jar ar
On 2018-02-05, Gintautas Grigelionis wrote:
> Houston, we have a problem: JPMS explicitly forbids broken packages.
I was about to answer this to your Automatic-Module-Name question.
Ant's jar can never be Java9 modules. If we wanted them to be modules,
we'd have to move classes and seriously bre
> Generate manifest files and add automatic module names for JPMS
-1
please remove the Automatic-Module-Name attributes as our jars are no
proper JPMS modules.
Stefan
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
Fo
2018-02-05 21:02 GMT+01:00 Stefan Bodewig :
> On 2018-02-05, Gintautas Grigelionis wrote:
>
> > Houston, we have a problem: JPMS explicitly forbids broken packages.
>
> Ant's jar can never be Java9 modules. If we wanted them to be modules,
> we'd have to move classes and seriously break backwards
I adjusted the proposal and I hope that I addressed your criticism.
Most of the non-JPMS stuff is deprecated anyway, we need maybe decide what
to do with BCEL support.
Gintas
2018-02-05 21:11 GMT+01:00 Stefan Bodewig :
>
> > Generate manifest files and add automatic module names for JPMS
>
> -1
Besides, we can move classes and build an apache-bwc.jar that contains
placeholders and/or deprecated classes.
ScriptRunner is a good example of that.
Gintas
2018-02-05 21:38 GMT+01:00 Gintautas Grigelionis :
> I adjusted the proposal and I hope that I addressed your criticism.
> Most of the non
I agree. -1.
On a related note, I don't think we should be doing any of these commits
especially when there's a RC out which we plan to release. IMO, only
blocker issues need to be addressed when the RC is out.
-Jaikiran
On 06/02/18 1:41 AM, Stefan Bodewig wrote:
Generate manifest files an
Github user jaikiran commented on a diff in the pull request:
https://github.com/apache/ant/pull/58#discussion_r166183611
--- Diff: src/main/org/apache/tools/ant/listener/MailLogger.java ---
@@ -102,7 +102,7 @@
private static final String DEFAULT_MIME_TYPE = "text/plain";
Github user jaikiran commented on a diff in the pull request:
https://github.com/apache/ant/pull/58#discussion_r166183671
--- Diff: src/main/org/apache/tools/ant/taskdefs/Parallel.java ---
@@ -377,7 +377,7 @@ public synchronized void run() {
}
// now
Github user jaikiran commented on the issue:
https://github.com/apache/ant/pull/58
Overall, IMO, this can't be a general find/replace change and instead needs
to be checked for individuals places where the `StringBuffer` is used and
whether the change to `StringBuilder` will impact an
Github user jaikiran commented on the issue:
https://github.com/apache/ant/pull/57
@adamretter The test failure
https://builds.apache.org/job/Ant%20Github-PR-Windows/37/testReport/junit/org.apache.tools.ant.taskdefs.optional.junit/XMLResultAggregatorTest/testFrames/
looks related to t
21 matches
Mail list logo