[GitHub] [ant] twogee commented on a change in pull request #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
twogee commented on a change in pull request #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#discussion_r268422972 ## File path: manual/Tasks/jar.html ## @@ -217,6 +217,23 @@ Parameters include META-INF unless

[GitHub] [ant] twogee commented on a change in pull request #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
twogee commented on a change in pull request #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#discussion_r268423028 ## File path: manual/Tasks/jar.html ## @@ -385,6 +402,40 @@ service a JAR file has more that one

Bug report for Ant [2019/03/24]

2019-03-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GitHub] [ant] jaikiran commented on issue #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
jaikiran commented on issue #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#issuecomment-476030934 this is ok to test This is an automated message from the Apache Git Service.

[GitHub] [ant] asfgit commented on issue #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
asfgit commented on issue #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#issuecomment-476032382 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Linux/114/

[GitHub] [ant] asfgit commented on issue #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
asfgit commented on issue #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#issuecomment-476032427 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Windows/120/

[GitHub] [ant] twogee commented on a change in pull request #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
twogee commented on a change in pull request #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#discussion_r268423359 ## File path: src/main/org/apache/tools/ant/util/jarattr/ClassFormatException.java ## @@ -0,0 +1,59 @@ +/*

[GitHub] [ant] twogee commented on a change in pull request #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
twogee commented on a change in pull request #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#discussion_r268422972 ## File path: manual/Tasks/jar.html ## @@ -217,6 +217,23 @@ Parameters include META-INF unless

[GitHub] [ant] twogee commented on a change in pull request #89: Added version and mainClass attributes to task.

2019-03-24 Thread GitBox
twogee commented on a change in pull request #89: Added version and mainClass attributes to task. URL: https://github.com/apache/ant/pull/89#discussion_r268423686 ## File path: src/main/org/apache/tools/ant/util/jarattr/Constant.java ## @@ -0,0 +1,147 @@ +/* Review