Hi List.
My project uses some libraries provided by Netbeans and the path to those 
libraries is stored in build.properties in the Netbeans user dir.

I need to automate the build process for CI and I need to allow multiple 
instances of Netbeans to run simultaneously. The libraries are non-default so I 
can't create an empty userdir every time. Instead, I have to pre-configure the 
global libraries using the UI and then create a unique copy of the user's 
default userdir and open the needed projects using the "--open" argument.

The problem is, if a project with the same name, but different location is 
already opened in the user's default userdir, it won't be replaced with the one 
provided on the command line.
There's no command line option "--closeall" or something like that.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to