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

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -