[Jade4script-announce] [ANNOUNCEMENT] - jade4script 1.1.2 released
Status: Pre-Alpha
Brought to you by:
barti1234
From: Tomas B. <jad...@zo...> - 2009-12-14 02:14:33
|
Tomas Bartalos is pleased to announce 1.1.2 release of his diploma project jade4script! Changes in this version include: New features: o added assembly configuration - to assembly zip, bzip2 and gzip packages o configuring maven to deploy zip, bzip2 and gzip artifacts to releases directory and jar artifact to maven directory o added implementation of scriptServices module, which simplifies integration of Java and scripting environment (extends JSR-223) o added implementation of scripting agent Changes: o update announcement mail to show maven dependency for release, that can be added to pom For a manual installation, you can download the jade4script.jar here: https://sourceforge.net/projects/jade4script/files/ To use this release in your maven based project add this snippet to your pom file: <dependencies> ... <dependency> <groupId>net.sourceforge.jade4script</groupId> <artifactId>jade4script</artifactId> <version>1.1.2</version> </dependency> ... <dependencies> For quick development startup use this maven archetype: catalog: http://jade4script.sourceforge.net/m2repo/archetype-catalog.xml groupId: net.sourceforge.jade4script.archetypes artifactId: jade4scriptQuickStart-archetype For further information please visit the project's web site: http://jade4script.sourceforge.net Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net |