jade4script-announce Mailing List for jade4script
Status: Pre-Alpha
Brought to you by:
barti1234
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tomas B. <jad...@zo...> - 2010-05-16 20:56:40
|
Tomas Bartalos is pleased to announce 2.1.1 release of his diploma project! Changes in this version include: New features: o Creating web application "Agent Management Tool" for central agent management o created new module dataModel, which holds model objects o created new module scriptGenerator, which generates script from provided model objects o Created selenium test for AMT application Changes: o Prepared for delivery For a manual installation, you can download the binary files 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>amt</artifactId> <version>2.1.1</version> </dependency> ... <dependencies> For development with Agent Management Tool, use this web site: http://barti.dnsalias.net:8080/AMT For further information please visit the project's web site: http://jade4script.sourceforge.net/amt Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net/amt |
From: Tomas B. <jad...@zo...> - 2010-05-15 22:48:21
|
Tomas Bartalos is pleased to announce 2.1.1 release of his diploma project! Changes in this version include: New features: o Creating web application "Agent Management Tool" for central agent management - GUI part is finished o created new module dataModel, which holds model objects o created new module scriptGenerator, which generates script from provided model objects For a manual installation, you can download the binary files 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>config</artifactId> <version>2.1.1</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 development with Agent Management Tool, use this web site: http://barti.dnsalias.net:8080/AMT For further information please visit the project's web site: http://jade4script.sourceforge.net/ Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net/ |
From: Tomas B. <jad...@zo...> - 2010-04-29 15:24:26
|
Tomas Bartalos is pleased to announce 2.1.1 release of his diploma project! Changes in this version include: New features: o Creating web application "Agent Management Tool" for central agent management - GUI part is finished o created new module dataModel, which holds model objects o created new module scriptGenerator, which generates script from provided model objects For a manual installation, you can download the binary files 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>config</artifactId> <version>2.1.1</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 development with Agent Management Tool, use this web site: http://barti.dnsalias.net:8080/AMT For further information please visit the project's web site: http://jade4script.sourceforge.net/ Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net/ |
From: Tomas B. <jad...@zo...> - 2010-04-29 15:21:41
|
Tomas Bartalos is pleased to announce 2.1.1 release of his diploma project! Changes in this version include: New features: o Creating web application "Agent Management Tool" for central agent management - GUI part is finished o created new module dataModel, which holds model objects o created new module scriptGenerator, which generates script from provided model objects For a manual installation, you can download the binary files 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>config</artifactId> <version>2.1.1</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 development with Agent Management Tool, use this web site: http://barti.dnsalias.net:8080/AMT For further information please visit the project's web site: http://jade4script.sourceforge.net/ Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net/ |
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 |
From: Tomas B. <jad...@zo...> - 2009-10-25 03:39:39
|
Tomas Bartalos is pleased to announce 1.1.1 release of his diploma project jade4script! Changes in this version include: New features: o added project to svn repository o created m2 repository on http://jade4script.sourceforge.net/m2repo o deployed dependant libraries to jade4script repository o created archetype for quick development startup o deployed archetype to repository o filled project metadata to project's pom o deployed project's web site to http://jade4script.sourceforge.net o configured project's changes announcements o configured track issue system for project. Can be reached on site: https://sourceforge.net/apps/trac/jade4script/ o configured maven release management plugin For a manual installation, you can download the jade4script.jar here: http://jade4script.sourceforge.net/download.html For further information please visit the project's web site: http://jade4script.sourceforge.net Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net |
From: Tomas B. <tom...@gm...> - 2009-10-25 02:24:39
|
Tomas Bartalos is pleased to announce 1.0.SNAPSHOT release of his diploma project jade4script! Changes in this version include: New features: o added project to svn repository o created m2 repository on http://jade4script.sourceforge.net/m2repo o deployed dependant libraries to jade4script repository o created archetype for quick development startup o deployed archetype to repository o filled project metadata to project's pom o deployed project's web site to http://jade4script.sourceforge.net o configured project's changes announcements For a manual installation, you can download the jade4script.jar here: http://jade4script.sourceforge.net/download.html For further information please visit the project's web site: http://jade4script.sourceforge.net Have fun! -- Tomas Bartalos, FIIT STU http://jade4script.sourceforge.net |