Hi Emilian, thats a great idea. In the past I had often the problem with such plain java projects, which includes serveral source folders and creates a set of jars from them. As a workaround for working with them in the nb-ide I had to create a project for each of them and sometimes I run into the problem with dependencies between the code of different folders.
Sometimes such set of sourcefolders have strange dependencies and if you do not want to think about these, it will be great if you can import all the source folders in a single nb-project. I work with ant only, so of course it will be great if this feature do not need maven. best regards Oliver > Hello, > > It seems Eclipse supports this but I'm not able to find our UI for this. > > I'm looking at the JMeter codebase and they have multiple subfolders > (src/components, src/core) which would each generate a separate JAR. > > I'm able to create a Java Project with Existing Sources but it will > always create a single output JAR. > > Is this something we should try to support? > > Or is manual Mavenization the only way? > > --emi
