¡@

Home 

java Programming Glossary: lib.dir

Creating a bundle jar with ant

http://stackoverflow.com/questions/1821803/creating-a-bundle-jar-with-ant

path id build.classpath fileset dir basedir include name lib.dir .jar fileset path pathconvert property mf.classpath pathsep.. to know about those jars too. path id jars fileset dir lib.dir includes .jar path target name compile mkdir dir build.dir javac..

Including external jar-files in a new jar-file build with Ant

http://stackoverflow.com/questions/3770071/including-external-jar-files-in-a-new-jar-file-build-with-ant

value bin property name src.dir value src property name lib.dir value .. jars property name classes.dir value build.dir classes.. path id external.jars fileset dir lib.dir includes .jar path path id project.classpath pathelement location.. fileset dir classes.dir includes .class fileset dir lib.dir includes .jar jar target project I then run ant clean build..