Share

GenJar

Code

Programming Languages: Java

License: Apache Software License

Repositories

browse code, statistics cvs -d:pserver:anonymous@genjar.cvs.sourceforge.net:/cvsroot/genjar login

cvs -z3 -d:pserver:anonymous@genjar.cvs.sourceforge.net:/cvsroot/genjar co -P modulename

Show:

What's happening?

  • Followup: RE: using genjar to jar a derby database

    Actually my problem was different, and the this genjar task will wrap a derby database in a jar file properly: <resource> <fileset dir="derby" includes="docentries/"> </fileset> </resource> If derby is the derby.system.home and docentries the database directory. François.

    2009-11-03 13:06:25 UTC by frappaz

  • using genjar to jar a derby database

    Hi I would like to jar a database made with derby and tried <code> &lt;resource><br> &nbsp;&nbsp;&nbsp;&lt;fileset dir="derby" includes="docentries/"> </fileset> &lt;/resource> </code> With derby beeing the derby system directory and docentries the directory of the database. It's seems almost ok...

    2009-10-30 11:31:37 UTC by frappaz

  • Followup: RE: Unable to resolve class problem

    steveo@steveo:~/hello$ ls -lah which ant lrwxrwxrwx 1 root root 20 2009-07-25 08:30 /usr/bin/ant -> ../share/ant/bin/ant steveo@steveo:~/hello$ ls -lah /usr/share/ant/lib/GenJar.jar -rw-r--r-- 1 root root 32K 2009-10-26 13:24 /usr/share/ant/lib/GenJar.jar steveo@steveo:~/hello$ cat Hello.java public class Hello { public static void main(String[] args){.

    2009-10-27 13:46:13 UTC by deadsea

  • Followup: RE: Unable to resolve class problem

    Preview indicated that would be formatted better. Let me try again. <pre> steveo@steveo:~/hello$ ls -lah which ant lrwxrwxrwx 1 root root 20 2009-07-25 08:30 /usr/bin/ant -> ../share/ant/bin/ant steveo@steveo:~/hello$ ls -lah /usr/share/ant/lib/GenJar.jar -rw-r--r-- 1 root root 32K 2009-10-26 13:24 /usr/share/ant/lib/GenJar.jar steveo@steveo:~/hello$ cat Hello.java public...

    2009-10-27 13:44:52 UTC by deadsea

  • Unable to resolve class problem

    I can't even get hello world to work. Can anybody shed any light on my problem? <pre> <b>steveo@steveo</b>:~/hello$ ls -lah `which ant` lrwxrwxrwx 1 root root 20 2009-07-25 08:30 /usr/bin/ant -> ../share/ant/bin/ant steveo@steveo:~/hello$ ls -lah /usr/share/ant/lib/GenJar.jar -rw-r--r-- 1 root root 32K 2009-10-26 13:24 /usr/share/ant/lib/GenJar.jar...

    2009-10-27 13:42:07 UTC by deadsea

Our Numbers