java - Change lib folder when clear and build -


when "clear , build" project in netbeans creates folder called "dist" jar , folder called "lib" external jars. can change "lib" name in netbeans's configuration? change manifest of main jar not want every time compile.

regards!

the dist library directory name hard-coded, unfortunately. see source code relevant ant task:

http://hg.netbeans.org/main/file/62bea1ba5c94/java.j2seproject/copylibstask/src/org/netbeans/modules/java/j2seproject/copylibstask/copylibs.java#l212

you might able rename folder afterwards , pull out rebasing code own custom ant task modify manifest.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -