We have a project consisting of several modules (Netbeans projects).
When i tell Netbeans to compile one of the files in the top level module, it starts to check all modules depended on and builds a jar for each one (at least that's what the log messages say twice every time).
I had done a full clean and build this morning and all the jars should be up to date except for the top level jar. But even though there aren't any files to compile for the other modules, this process will take about a minute per module. And to make matters worse central modules appear once for each time they are referenced by another module.
Can anyone tell me if there's a way to help Netbeans to focus on the changed sources?
It's Netbeans 6.7 and the netbeans.conf is already set to -Xmx512m