This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55477

Summary: Allow to define Separate Outputs for Source Package Folders
Product: java Reporter: Milan Kubec <mkubec>
Component: FreeformAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: dread_k2002, vnicolici
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Multiple output folders

Description Milan Kubec 2005-02-24 12:31:38 UTC
[dev-200502231900]

In classpath settings of freefoem project user can
specify that each source package folder can have
own classpath. But using this check box affects
also the way how outputs are assigned to each
source package folder. To provide more flexibility
in freeform project settings user should be able
to use similar check box when setting outputs,
something like "Separate Outputs for Each Source
Package Folder". It would allow user to define one
output from multiple source package folders.
Default setting of the checkbox would be derived
from the classpath's one.
Comment 1 Jan Lahoda 2005-04-26 09:52:47 UTC
This makes sense to me. Jano, what do you think about this?
Comment 2 Antonin Nebuzelsky 2010-01-11 04:28:39 UTC
Changing the default component owner to tzezula.
Comment 3 dread_k2002 2016-02-26 08:51:39 UTC
Why not do this for all types of projects, not only freeform, like Eclipse does? I had to do this(look at the attachment) with an existing project(client's request) and failed, as I don't have enough build.xml skills and had to use Eclipse (I really like Netbeans and I want to use it, but it has some limitations).
Comment 4 dread_k2002 2016-02-26 08:55:11 UTC
Created attachment 158647 [details]
Multiple output folders