2

"GenJar is a specialized Ant task that builds jar files based on class dependencies rather than simply the contents of a directory" (http://genjar.sourceforge.net/)

It is really useful, but the project seems to be un-active since "2003-03-06 GenJar 1.0.2 is released".

Is there a new tool for that we should use now?

Thanks

cibercitizen1
  • 20,944
  • 16
  • 72
  • 95

2 Answers2

0

genjar2 seems to be the "official" replacement: http://code.google.com/p/genjar2/

friederbluemle
  • 33,549
  • 14
  • 108
  • 109
0

How about maven http://maven.apache.org/?

crowne
  • 8,456
  • 3
  • 35
  • 50
  • Too complicated. (Have you seen the pom.xml file?) maven is for the whole project organization, not simply choosing what .class files pack into a .jar – cibercitizen1 Mar 08 '10 at 09:57