----- Original Message ---- From: Tony Anecito <[email protected]> To: [email protected] Sent: Mon, September 27, 2010 6:08:29 AM Subject: Re: 3rd party jars...
> Okay but at JavaOne one OSGi session was saying Ant was less capable than > Maven > > so use Maven or better yet NetBeans. Another option is Gradle [1]. In this system, build scripts are written in a build DSL embedded in Groovy [2], which gives you the full power of real programming language when you need it, but at the same time very simple declarative configuration for standard tasks like creating an OSGI manifest [3]. Gradle supports loading dependencies from Maven repositories [4] so you can hook into that universe without problems as well. [1] http://gradle.org/ [2] http://groovy.codehaus.org/ [3] http://www.gradle.org/0.9-rc-1/docs/userguide/userguide_single.html#osgi [4] http://www.gradle.org/0.9-rc-1/docs/userguide/userguide_single.html#N103DC --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

