Releases

ServeBox ActionScript Foundry 2.2.0 has been Released

The ServeBox ActionScript Foundry 2.2.0 has been released.

Change log:

  • Add ServeBox-Foundry-DotNet-Commons project.
  • ViewHelper made compatible with AIR.
  • Initialization process refactored to AbstractAirApplication.
  • Handle AMFSecureChannel for https in ChannelSetProvider.
  • Width update of read-only renderer for a SFDateField.
  • Implemented ISmartFormElement to SFCheckBox.
  • Added trueLabel and falseLabel to SFChekBox, it will be used in READ_MODE of SmartForm.
  • Model extends EventDispatcher now.
Wednesday, April 14th, 2010 Releases 1 Comment

Maven Flex Plugin 2.3.2 has been released

The Maven Flex Plugin 2.3.2 has been released.

Change log:

  • EclipseMojo writes a directive name and its value separated by a comma.
  • DOC_NAMESPACE_ARGUMENT changed from “-namespace=” to “-namespace”.
  • Conditional control for handling name spaces is now inside handleSources method.
  • DOC_SOURCE_PATH_ARGUMENT argument is added to argument list before checking if the asdoc compiler uses manifest or not.
Thursday, January 21st, 2010 Releases 2 Comments

Maven Flex Plugin 2.3.1 has been released

The Maven Flex Plugin 2.3.1 has been released.

Change log:

  • Handle of flex:eclipse goal for air applications.
  • Added feature #2563487: when useLocalFlexSDK is set to true, SDK <!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:612.0pt 792.0pt; margin:70.85pt 70.85pt 70.85pt 70.85pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} –> dependencies are not added to library path.
  • Added new configuration property: <mxmlExtraFiles> allows to put multiple flex applications into the same project.
  • Added new configuration property: <useLocalFlexSDK> allows to use local flex SDK.
  • Added support for two compiler options : include-file, include-stylesheet.
  • Added functionality to flex:eclipse : embedded files and styles are generated in flexLibProperties.xml.
  • buildFinalName configuration option added.
  • Component manifests now allows including class using manifest files in SWC artifatcs.
  • ArchiveFiles and StyleSheets SWC attachment fixed: when building SWC project files with flex:eclipse, the plugin will ignore not existing files and files not in sourceDirectory or resourcesDirectory. The flex plugin will raise an exception if one of the defined files does not exist. But it will include existing files that are not in sourceDirectory or resourcesDirectory.
  • Fixed issue on themes configuration. NB: a css file should be set as theme and the swf referenced inside the CSS file.
  • Fixed issue #2694561: classEntry path is correctly created when a package starts with .as or .mxml.
  • Fixed issue #2698139: included classes array is no more empty.
  • Fixed .actionscriptProperties file generation: the link for referenced project is now set to “bin” instead of taking in fact the project’s nature.
  • .actionscriptProperties file rootUrl property fixed.
  • Improved documentation.
Wednesday, July 8th, 2009 Releases No Comments

Maven Flex Plugin 2.2.0 has been released

The Maven Flex Plugin 2.2.0 is released

Change log :

  • Several bug fixes.
  • Improved RSL dependencies support.
  • Improved compilation when optimize option is set to true.
  • Fixed fontSnapshot property.
  • Added modules support, modules can be configured, compiled and defined with flex:eclipse mojo.
  • Support of post-compilation optimization for modules.
  • resourcesDirectory option added.
  • maven-dependency-plugin dependency upgraded from version 2.0-alpha4 to latest stable version 2.1 ( fixed issue 2528490 ).
  • Downgraded xercesImpl to match OEM compiler dependency.
  • Add resourcesPath to compileSourceRoots.
  • Add a localesDirectory property which allows locales compilation prior to artifacts compilation.
  • Added a locales property (which now takes precedence on the former locale property) :

    <locales>
    <locale>en_US</locale>
    <locale>fr_FR</locale>
    <locale>sp_SP</locale>
    </locales>
Saturday, April 4th, 2009 Releases 1 Comment

ServeBox ActionScript Foundry 2.1.0 has been Released

Changelog :

  • Add a useNameAsMatchPropery on SmartForm. This property is used to force SmartForm mechanism on name property instead of Id property. e.g : If the linked value object has a “label” or a “name” property , you will not be able to create a SmartForm element with “name” as id, this is a reserved work.
  • Compatibility with Spring ActionScript ( prana ) improved
  • Load mechanism for external resources at startup refactored
  • Code cleaning
  • ISMartFormElement forward change event to SmartForm
  • Using flex SDK 3.2.0.3958
  • Add a rendererPaddingTop for SmartForm renderer alignment.
Saturday, April 4th, 2009 Releases No Comments

Maven Flex Plugin 2.1.2 Released (minor)

Changelog :

  • Change url repository in all archetype to http://maven.servebox.org/repository
  • Add source attachment mechanism for swc ( FLEX_LIB_NATURE ) project
Tuesday, January 27th, 2009 Releases No Comments

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

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

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

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