[ant] branch master updated: typo, thanks to @twogee

2019-08-22 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 011a89a typo, thanks to @twogee 011a89a is

Jenkins build is back to stable : Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1546

2019-08-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: Ant-Build-Matrix-master-Linux » xenial,JDK 10 (latest) #1546

2019-08-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1545

2019-08-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: Ant-Build-Matrix-master-Linux » xenial,JDK 11 (latest) #1545

2019-08-22 Thread Apache Jenkins Server
See

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #11 from mse...@guh-software.de --- Your welcome. If you are looking into this, maybe you can check if @RepeatedTest works as well. We don't use it right now but it seems that this could be similar problem. Thank you. -- You are

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #10 from Jaikiran Pai --- Ah alright, sorry, I didn't understand this clearly before - wasn't paying full attention. I will look into this in more detail. This does look like a bug. Thank you for the patience and details. -- You

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #9 from mse...@guh-software.de --- > Keeping aside the default package (I now moved the sample test to a specific > package), I am able see the @ParameterizedTest being run and listed in the > generated XML file: > > > >

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #8 from Jaikiran Pai --- > Does your fix also work with the legacy-xml output TEST-nnn.xml ( type="legacy-xml" sendSysOut="true" sendSysErr="true" />)? Because this is the problem we have. The @ParameterizedTest tests are not

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #7 from mse...@guh-software.de --- No, our tests are not running in the default package. I just created the snippet in the default package. Does your fix also work with the legacy-xml output TEST-nnn.xml ()? Because this is the

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #6 from Jaikiran Pai --- FYI - I had renamed the TestSnippet.java to SimpleTest.java, so the output is one and the same. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #5 from Jaikiran Pai --- For reference, here's the output of the test after that fix: > cat TEST-SimpleTest.txt Testcase: SimpleTest Test: testIt(String)[1] took 150 milli sec(s) Test: testIt(String)[2] took 3 milli sec(s) Test:

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #4 from Jaikiran Pai --- Thank you for providing that snippet. In reality, does your test case indeed reside in a "default" package? If yes, then I just pushed a commit[1] to upstream master which should fix the issue for you (I

[ant] branch master updated: bz-63680 Prevent StringIndexOutOfBoundsException while trying to infer the package name of a test class

2019-08-22 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 2b8f19a bz-63680 Prevent

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #3 from mse...@guh-software.de --- stripped down junitlauncher task of our used junitlauncher task:

Jenkins build is back to normal : Ant-Build-master-SonarQube #586

2019-08-22 Thread Apache Jenkins Server
See

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 --- Comment #2 from mse...@guh-software.de --- Created attachment 36729 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36729=edit TestSnippet -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63680] JUnitLauncher Task should support @ParameterizedTest

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63680 Jaikiran Pai changed: What|Removed |Added OS||All --- Comment #1 from Jaikiran Pai

Jenkins build is back to stable : Ant-Build-Matrix-master-Linux » xenial,JDK 10 (latest) #1544

2019-08-22 Thread Apache Jenkins Server
See

[ant] branch master updated: maybe build deletes the downloaded archive?

2019-08-22 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 29398ef maybe build deletes the downloaded

Build failed in Jenkins: Ant-Build-master-SonarQube #585

2019-08-22 Thread Apache Jenkins Server
See Changes: [bodewig] fix file name [bodewig] JavaMail -> Jakarta Mail - Bugzilla Issue 63683 -- Started by user bodewig [EnvInject] - Loading node environment

[ant] branch master updated: JavaMail -> Jakarta Mail - Bugzilla Issue 63683

2019-08-22 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 96921f4 JavaMail -> Jakarta Mail - Bugzilla

[Bug 63683] javax.mail.jar references should be updated

2019-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63683 Stefan Bodewig changed: What|Removed |Added Resolution|--- |FIXED OS|

[ant] branch master updated: fix file name

2019-08-22 Thread bodewig
This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git The following commit(s) were added to refs/heads/master by this push: new 41db83c fix file name 41db83c is described below