¡@

Home 

java Programming Glossary: fileset

How to create war files

http://stackoverflow.com/questions/1001714/how-to-create-war-files

destdir dist.dir web WEB INF classes srcdir src classpath fileset dir basedir .. web WEB INF lib include name fileset classpath.. fileset dir basedir .. web WEB INF lib include name fileset classpath javac copy todir dist.dir web WEB INF classes fileset.. classpath javac copy todir dist.dir web WEB INF classes fileset dir src include name .properties include name .xml fileset..

adding non-code resources to jar file using Ant

http://stackoverflow.com/questions/1216744/adding-non-code-resources-to-jar-file-using-ant

readthis.txt jar destfile distributionDir myjar.jar fileset dir outputDir fileset dir sourceDir jar target The above works.. destfile distributionDir myjar.jar fileset dir outputDir fileset dir sourceDir jar target The above works fine when I omit the.. your Ant file. It strikes me that all you need is an extra fileset containing the appropriate files you need. For example for readthis.txt..

SASS implementation for Java? [closed]

http://stackoverflow.com/questions/1751479/sass-implementation-for-java

and the sass or scss files will be compiled path id JRuby fileset file libs jruby complete VERSION .jar Location of JRuby jar.. echo message Compiling scss files... path id JRuby fileset file basedir jars jruby complete VERSION .jar path property..

Creating a bundle jar with ant

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

the dependencies by adding to the bundle jar file a zipfileset for each of the jars in the lib directory. The problem is that.. file as I couldn't find a way for adding those zipfilesets in an automatic manner that will include all jars in a certain.. something like this jar destfile store.dir temp_final.jar filesetmanifest skip zipgroupfileset dir dist includes .jar zipgroupfileset..

Getting Ant <javac> to recognise a classpath

http://stackoverflow.com/questions/722774/getting-ant-javac-to-recognise-a-classpath

target value 1.5 property name libraries value . libraries fileset dir . id TSA.classpath include name libraries rxtx RXTXcomm.jar.. include name libsrc JFreeChart jfreechart 1.0.12.jar fileset target name compile depends clean init description compile the.. it to work for your situation. path id master classpath fileset dir web.dir WEB INF lib include name .jar fileset fileset dir..

Exclude code from code coverage with Cobertura

http://stackoverflow.com/questions/951569/exclude-code-from-code-coverage-with-cobertura

todir instrumented.dir ignore regex org.apache.log4j. fileset dir classes.dir include name .class exclude name Test.class.. classes.dir include name .class exclude name Test.class fileset fileset dir jars.dir include name my simple plugin.jar fileset.. include name .class exclude name Test.class fileset fileset dir jars.dir include name my simple plugin.jar fileset cobertura..