[jira] [Commented] (NETBEANS-4131) NetBeans Gradle support not using wrapper

2020-04-23 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4131:
---

Well, that can be fixed. Telling the truth the command line in the output 
window is just for esthetic purpose only.

 

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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] [Commented] (NETBEANS-4131) NetBeans Gradle support not using wrapper

2020-04-23 Thread Noel Grandin (Jira)


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

Noel Grandin commented on NETBEANS-4131:


One suggestion - gradle by default will have 2 wrapper files. One with name

  gradlew

which is meant to be executed on Unix systems

and

  gradlew.bat

which is meant to be executed on Windows systems.

Now you just do "./gradlew" from the command line, Windows will pick the right 
file.

But perhaps something changed recently in the Netbeans code to execute external 
stuff, and it is now picking the wrong file?

 

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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] [Commented] (NETBEANS-4131) NetBeans Gradle support not using wrapper

2020-04-22 Thread Noel Grandin (Jira)


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

Noel Grandin commented on NETBEANS-4131:


I see this in the console:

   JAVA_HOME="C:\Program Files\Java\jdk1.8.0_151"
   cd C:\Work\Data_Files\Eclipse\PDFSLibs; ./gradlew --configure-on-demand -x 
check build

which you would think means it is using the script, but apparently not, because 
I can put complete junk into the script without seeing any failure in the 
console.

 

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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] [Commented] (NETBEANS-4131) NetBeans Gradle support not using wrapper

2020-04-22 Thread Noel Grandin (Jira)


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

Noel Grandin commented on NETBEANS-4131:


Confirmed.

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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