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:
you might able rename folder afterwards , pull out rebasing code own custom ant task modify manifest.
Comments
Post a Comment