willhains / guicebox

Automatically exported from code.google.com/p/guicebox
2 stars 2 forks source link

Ant script to build JAR #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need an ant script to ensure a consistent build process for the GuiceBox JAR 
file.

Original issue reported on code.google.com by willhains on 13 Jun 2008 at 11:16

GoogleCodeExporter commented 9 years ago
Fixed in r150. Just added a JAR descriptor file for use with Eclipse, and 
NetBeans has already generated Ant 
scripts for everything including building a JAR file. The current version was 
built with Eclipse.

Given the dependencies of Guice on aopalliance.jar, etc. we'll probably end up 
needing a Maven build anyway. 
For now, this is enough to keep the JAR files consistent.

Original comment by willhains on 13 Oct 2009 at 4:11