[jira] [Comment Edited] (NETBEANS-3260) Ant scripts for building Java projects using modules give wrong output

2019-12-03 Thread Akhilesh Singh (Jira)


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

Akhilesh Singh edited comment on NETBEANS-3260 at 12/3/19 12:51 PM:


Working on this defect. Its reproducible in my local system.  


was (Author: singh-akhilesh):
Start looking into this bug. Its reproducible in my local system.  

> Ant scripts for building Java projects using modules give wrong output
> --
>
> Key: NETBEANS-3260
> URL: https://issues.apache.org/jira/browse/NETBEANS-3260
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: Netbeans 11.1 Windows 7
>Reporter: Peter Toye
>Assignee: Akhilesh Singh
>Priority: Minor
> Attachments: TestModules1.zip
>
>
> The attached project - a very simple one with 2 modules - gives incorrect 
> output for the command-line. The output is
> {{C:\Program Files\Java\jdk-12.0.1/bin/java -modulepath 
> D:\Peter\Netbeans\TestModules1\build\modules com.ptoye.greetings.Main}}
> I think it should be more like
> {{"C:\Program Files\Java\jdk-12.0.1/bin/java" --module-path 
> D:\Peter\Netbeans\TestModules1\build\modules -m com.ptoye.greetings.Main}}
>  but even this gives an error:
> {{Error occurred during initialization of boot layer}}
> {{java.lang.module.FindException: Module com.ptoye.greetings.Main not found}}
> so there's obviously still something wrong which I haven't yet worked out.



--
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] [Comment Edited] (NETBEANS-3260) Ant scripts for building Java projects using modules give wrong output

2019-12-03 Thread Akhilesh Singh (Jira)


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

Akhilesh Singh edited comment on NETBEANS-3260 at 12/3/19 12:51 PM:


Working on this defect. Its reproducible in my local system/env.  


was (Author: singh-akhilesh):
Working on this defect. Its reproducible in my local system.  

> Ant scripts for building Java projects using modules give wrong output
> --
>
> Key: NETBEANS-3260
> URL: https://issues.apache.org/jira/browse/NETBEANS-3260
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.1
> Environment: Netbeans 11.1 Windows 7
>Reporter: Peter Toye
>Assignee: Akhilesh Singh
>Priority: Minor
> Attachments: TestModules1.zip
>
>
> The attached project - a very simple one with 2 modules - gives incorrect 
> output for the command-line. The output is
> {{C:\Program Files\Java\jdk-12.0.1/bin/java -modulepath 
> D:\Peter\Netbeans\TestModules1\build\modules com.ptoye.greetings.Main}}
> I think it should be more like
> {{"C:\Program Files\Java\jdk-12.0.1/bin/java" --module-path 
> D:\Peter\Netbeans\TestModules1\build\modules -m com.ptoye.greetings.Main}}
>  but even this gives an error:
> {{Error occurred during initialization of boot layer}}
> {{java.lang.module.FindException: Module com.ptoye.greetings.Main not found}}
> so there's obviously still something wrong which I haven't yet worked out.



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