java - How to build Main Project And Dependent Projects in one Go -


i have number of projects linked main project libraries in netbeans 7.1. e.g. main project1 depproject1.lib depproject2.lib depproject3.lib

when made changes in dependent projects(e.g depproject1) have clean build dependent project , paste in libraray folder of main project , clean build main project also. there way if build main project dependent projects build automatically , library of main project updated automatically.

instead of adding library jar directly project, shown here, add library containing other projects, shown here.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -