Maven Flex Plugin 2.1.1 Released

The new version 2.1.1 of Maven Flex Plugin is released and now available available at sourceforge.net :

  • A new property has been added : stopBuildOnFlashPlayerFailure : if set to false, the build process continues when no Flash Player has been found on the system.
  • Major bug fixes on archetypes.
  • Some improvements added to the documentation.
  • Minor bugs fixed.
Wednesday, January 14th, 2009 Releases No Comments by Ghazi Triki

Maven Flex Plugin 2.1.0 Released

Maven Flex Plugin 2.1.0 Released.

  • With Maven Flex Plugin you can now use archetypes for swf and swc projects, archetype catalog is available at http://maven.servebox.org/archetype-catalog.xml
  • Server types configuration now available to Flex Builder
  • Improved documentation
  • Several bug have been fixed

Consult the full changelog on sourceforge.

Thursday, January 8th, 2009 Releases No Comments by Alexis Desmarais

Maven Flex Plugin 2.0.1 Released

The Maven Flex Plugin 2.0.1 is available at sourceforge.net :

bugfix release :

  • fix root tag for .flexProperties generation in flex nature project
  • fix main application path in .actionscriptProperties generation for flex nature project
  • fix path to playerglobal.swc in .actionscriptProperties
Thursday, December 11th, 2008 Releases No Comments by Alexis Desmarais

Flex 3 SDK build 3.2.0.3958

ASFoundry 2.1.0 and Maven Flex plugin 2.1.0 are both using libraries from the SDK 3.2.0.3958.
Please find below an example POM depicting how to use those dependencies in your own project.

› Continue reading

Tuesday, December 9th, 2008 Flex news 4 Comments by Alexis Desmarais

Maven Flex Plugin 2.0.0 Released

The Maven Flex Plugin 2.0.0 is available at sourceforge.net :

  • Added a goal for asdoc generation, including aggregator projects and Maven site integration.
  • Maven Flex Plugin is now base on the Java-based Compiler API
  • 100% Java (using the Flex Compiler API)
  • Eclipse / FlexBuilder descriptor generation
  • Several bug fixes

Changelog :

› Continue reading

Tuesday, December 2nd, 2008 Releases No Comments by Jeff Mathiot

ServeBox ActionScript Foundry 2.0.0 Released

ServeBox ActionScript Foundry 2.0.0 is now available on SourceForge.net.

New current development branch is 2.1.0-SNAPSHOT.

Changelog :

  • Due to the new release of Maven Flex Plugin ( 2.0.0 ) all .project, .actionScriptProperties and .flexProperties have been removed from the projects sources. <code>mvn flex:eclipse</code> build the three project files.
  • Class-level and method-level documentation has been improved
  • Java-style new collections framework added based on ICollection and IMap interfaces
  • Helper methods have been removed from DictionaryTable and added to MapUtils
  • SmartForm reloaded, with a brand new Input/output mechanism and an automagic read-only mode
  • AIR support added
Monday, December 1st, 2008 Releases 1 Comment by Alexis Desmarais

servebox.org is now open

We are proud to welcome you on this new site, dedicated to open-source projects of the RIA ecosystem.

To get started, please visit the projects page.

Monday, December 1st, 2008 Uncategorized No Comments by Alexis Desmarais

ServeBox ActionScript Foundry 2.0.0-SNAPSHOT

ServeBox ActionScript Foundry 2.0.0-SNAPSHOT is now available on SourceForge.net.  Releases are now split into two archives:

  • Distribution for the binaries
  • Foundry-bundle containing source code

Note: sources are still available via SVN on SourceForge.net. See this page for more.

Tuesday, November 18th, 2008 Foundry No Comments by Alexis Desmarais

Maven Wagon SSH: public key with passphrase

We created a short patch to the Maven Wagon SSH provider. The standard provider allows you to use a passphrase, but it has to reside (in clear text) in your settings.xml file. To avoid this problem, if the passphrase is an empty string, the modified version of the wagon will prompt you for the passphrase in a Swing options pane.

You can apply the patch to the Wagon SSH source code (we used the 1.0-beta-2 version as the base), or add the following snippet to your POM files to use the binary artifact. › Continue reading

Wednesday, November 12th, 2008 Maven, Tips No Comments by Jeff Mathiot

ServeBox.org: Maven repository relocated

The ServeBox maven repository was relocated on November 12th.

The former http://www.servebox.com/maven will still be available (to ensure backward compatibility) as a mirror of the new repository. The usage of the new repository URL is strongly encouraged. › Continue reading

Wednesday, November 12th, 2008 Foundry, Maven No Comments by Jeff Mathiot