[jira] [Created] (NETBEANS-4961) Creating a new Java Project with Existing Sources (Ant) doesn't work with modules

2020-10-27 Thread Brad Wetmore (Jira)
Brad Wetmore created NETBEANS-4961:
--

 Summary: Creating a new Java Project with Existing Sources (Ant) 
doesn't work with modules
 Key: NETBEANS-4961
 URL: https://issues.apache.org/jira/browse/NETBEANS-4961
 Project: NetBeans
  Issue Type: Bug
Reporter: Brad Wetmore


See subject:  I want to take an existing modular/package layout and import into 
a Netbeans/Existing Source project. 
{quote}./

  com.me/

    module-info.java

    com/

  me/

    pkg1/

  Foo.java

  com.you/

    module-info.java

    com/

  you/

    pkg2/

  Bar.java
{quote}
I am able to create a "Modular Project" using ANT, but then I have physically 
create each module within the src directory, then create a "classes" directory 
under each module, and then copy in the files.

Ideally would like to be able to point at "." and have it import everything 
with modules/packages already in place.



--
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] [Updated] (NETBEANS-4961) Creating a new Java Project with Existing Sources (Ant) doesn't work with modules

2020-10-27 Thread Brad Wetmore (Jira)


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

Brad Wetmore updated NETBEANS-4961:
---
Description: 
See subject:  I want to take an existing modular/package layout and import into 
a Netbeans/Existing Source project. 
{quote}./

  com.me/

    module-info.java

    com/

  me/

    pkg1/

  Foo.java

  com.you/

    module-info.java

    com/

  you/

    pkg2/

  Bar.java
{quote}
I am able to create a "Modular Project" using ANT, but then I have physically 
create each module within the src directory, then create a "classes" directory 
under each module, and then copy in the files.

Ideally would like to be able to point at "." and have it import everything 
with modules/packages automagically created.

  was:
See subject:  I want to take an existing modular/package layout and import into 
a Netbeans/Existing Source project. 
{quote}./

  com.me/

    module-info.java

    com/

  me/

    pkg1/

  Foo.java

  com.you/

    module-info.java

    com/

  you/

    pkg2/

  Bar.java
{quote}
I am able to create a "Modular Project" using ANT, but then I have physically 
create each module within the src directory, then create a "classes" directory 
under each module, and then copy in the files.

Ideally would like to be able to point at "." and have it import everything 
with modules/packages already in place.


> Creating a new Java Project with Existing Sources (Ant) doesn't work with 
> modules
> -
>
> Key: NETBEANS-4961
> URL: https://issues.apache.org/jira/browse/NETBEANS-4961
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Brad Wetmore
>Priority: Major
>
> See subject:  I want to take an existing modular/package layout and import 
> into a Netbeans/Existing Source project. 
> {quote}./
>   com.me/
>     module-info.java
>     com/
>   me/
>     pkg1/
>   Foo.java
>   com.you/
>     module-info.java
>     com/
>   you/
>     pkg2/
>   Bar.java
> {quote}
> I am able to create a "Modular Project" using ANT, but then I have physically 
> create each module within the src directory, then create a "classes" 
> directory under each module, and then copy in the files.
> Ideally would like to be able to point at "." and have it import everything 
> with modules/packages automagically created.



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