[jira] [Created] (NETBEANS-6005) Deleting a gradle project in Netbeans should NEVER remove build.gradle or settings.gradle unless you choose to delete all sources.

2021-09-15 Thread Mark Flacy (Jira)
Mark Flacy created NETBEANS-6005:


 Summary: Deleting a gradle project in Netbeans should NEVER remove 
build.gradle or settings.gradle unless you choose to delete all sources.
 Key: NETBEANS-6005
 URL: https://issues.apache.org/jira/browse/NETBEANS-6005
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 12.4, 12.5
Reporter: Mark Flacy


Netbeans doesn't own gradle projects.  Don't do this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6004) Gradle plugin should identify the gradle versions that it supports.

2021-09-15 Thread Mark Flacy (Jira)
Mark Flacy created NETBEANS-6004:


 Summary: Gradle plugin should identify the gradle versions that it 
supports.
 Key: NETBEANS-6004
 URL: https://issues.apache.org/jira/browse/NETBEANS-6004
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Affects Versions: 12.4, 12.5
Reporter: Mark Flacy
Assignee: Laszlo Kishalmi


I have had issues opening gradle projects at work whose gradle versions 
differed wildly between 2.10 and 6.9.  I would like to be able to examine the 
gradle plugin's description to see what versions of gradle the plugin actually 
supports.

 

None of my company's projects are at a gradle version greater than or equal to 
7.0.  However,  every time I attempt to build I always get an error message 
telling me

_Could not run build action using connection to Gradle installation 
'/Users/me/.gradle/wrapper/dists/gradle-7.0-bin//gradle-7.0_

 

Maybe the message is misleading.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-23 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy closed NETBEANS-2527.


Thank you for working on this.

All test results have shown up on both my home Linux system and my work OSX 
system after I applied the update.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: 11.0-gradle-patch-1, pull-request-available
> Fix For: Next
>
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2555) When running any test, standard output is not shown in the panel to the right of the test file result.

2019-05-18 Thread Mark Flacy (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16843322#comment-16843322
 ] 

Mark Flacy commented on NETBEANS-2555:
--

>From my perspective, option 2 is fine.  While it would be nice to see test 
>output on the fly, it is sufficient to be able to click on a test that has 
>finished and see its output at that time.

> When running any test, standard output is not shown in the panel to the right 
> of the test file result.
> --
>
> Key: NETBEANS-2555
> URL: https://issues.apache.org/jira/browse/NETBEANS-2555
> Project: NetBeans
>  Issue Type: Improvement
>  Components: gradle
>Affects Versions: 11.0
>Reporter: Mark Flacy
>Priority: Minor
>
> It isn't important that the output is available on the side panel while the 
> test is running; it is sufficient to me if the output is presented after the 
> tests have run if I select a specific test on the test panel.
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2555) When running any test, standard output is not shown in the panel to the right of the test file result.

2019-05-17 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2555:
-
Description: 
It isn't important that the output is available on the side panel while the 
test is running; it is sufficient to me if the output is presented after the 
tests have run if I select a specific test on the test panel.

I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.

  was:
I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.


> When running any test, standard output is not shown in the panel to the right 
> of the test file result.
> --
>
> Key: NETBEANS-2555
> URL: https://issues.apache.org/jira/browse/NETBEANS-2555
> Project: NetBeans
>  Issue Type: Improvement
>  Components: gradle
>Affects Versions: 11.0
>Reporter: Mark Flacy
>Priority: Minor
>
> It isn't important that the output is available on the side panel while the 
> test is running; it is sufficient to me if the output is presented after the 
> tests have run if I select a specific test on the test panel.
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-17 Thread Mark Flacy (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16842845#comment-16842845
 ] 

Mark Flacy commented on NETBEANS-2527:
--

\o/

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16840908#comment-16840908
 ] 

Mark Flacy commented on NETBEANS-2527:
--

I've adjusted the description here and opened NETBEANS-2555 for the standard 
output portion.  Thank you for working on it.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Description: 
 When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 
I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.  See the attached images.

  was:
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.
  

I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.  See the attached images.


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2555) When running any test, standard output is not shown in the panel to the right of the test file result.

2019-05-15 Thread Mark Flacy (JIRA)
Mark Flacy created NETBEANS-2555:


 Summary: When running any test, standard output is not shown in 
the panel to the right of the test file result.
 Key: NETBEANS-2555
 URL: https://issues.apache.org/jira/browse/NETBEANS-2555
 Project: NetBeans
  Issue Type: Improvement
  Components: gradle
Affects Versions: 11.0
Reporter: Mark Flacy


I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-15 Thread Mark Flacy (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16840708#comment-16840708
 ] 

Mark Flacy commented on NETBEANS-2527:
--

In terms of triage, it is +much+ more important that the test file result 
window  shows the results of all tests run; please fix that one first.  If you 
can fix that problem and not the other, I'll grumble a bit (you know how users 
are), but I'll be able to use Netbeans and Gradle to see if my tests passed or 
failed.  The lack of standard output in the IDE will be annoying sometimes, but 
not being able to see all the test results is very annoying every single time.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Description: 
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.
  

I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.  See the attached images.

  was:
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.
 

 I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Attachment: Gradle_false_positive.png

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Environment: 
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)

Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9

Runtime: OpenJDK Runtime Environment 11.0.2+9

System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)



Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)

  was:
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)

Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Environment: 

Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)

Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)

  was:
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
> {noformat}
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> {noformat}
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Description: 
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.
 

 I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.

  was:
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.

{noformat}
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
{noformat}
 
 I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Environment: 
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)

Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)

  was:

Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)

Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)


> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
> {noformat}
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> {noformat}
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Flacy updated NETBEANS-2527:
-
Description: 
 There are two major issues:
 # When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
 # When running any test, standard output is not shown in the panel to the 
right of the test file result.

{noformat}
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
{noformat}
 
 I have a simple project at github that shows the behavior.

[https://github.com/Richard-Cranium/NB11GradleJunitExample]

The head of the master branch is the gradle based project that shows the 
misleading behavior.
 The head of the maven-version branch has the same source files, but configured 
to use maven instead.

The maven project's behavior when _Run -> Test Project_ is selected is what I 
would expect from the gradle project's behavior when _Run -> Test Project_ is 
selected against it.

  was:
 There are two major issues:

# When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
# When running any test, standard output is not shown in the panel to the right 
of the test file result.

{noformat}
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
{noformat}
 
I have a simple project at github that shows the behavior.

https://github.com/Richard-Cranium/NB11GradleJunitExample

The head of the master branch is the gradle based project.
The head of the maven-version branch is the same source files, but configured 
to use maven instead.




> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Priority: Major
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
> {noformat}
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> {noformat}
>  
>  I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2527) Junit test results when run via gradle are incomplete.

2019-05-09 Thread Mark Flacy (JIRA)
Mark Flacy created NETBEANS-2527:


 Summary: Junit test results when run via gradle are incomplete.
 Key: NETBEANS-2527
 URL: https://issues.apache.org/jira/browse/NETBEANS-2527
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.0
 Environment: Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
Reporter: Mark Flacy


 There are two major issues:

# When running the test task, the Gradle Test Run window shows ONLY ONE test 
file result. All other test results are invisible.
# When running any test, standard output is not shown in the panel to the right 
of the test file result.

{noformat}
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
{noformat}
 
I have a simple project at github that shows the behavior.

https://github.com/Richard-Cranium/NB11GradleJunitExample

The head of the master branch is the gradle based project.
The head of the maven-version branch is the same source files, but configured 
to use maven instead.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists