- fixed AddableComboBox not selecting the one just saved
- changed the summary title – FY and Project Name
- added progress message (FY info) to Progress Bar
- spend some time trouble-shooting maven for Flash Builder 4
- installed Maven 3.0 beta 1 on Laptop-13
- run
mvn archetype:generate -DarchetypeRepository=http://repository.sonatype.com/content/groups/flexgroup-DarchetypeGroupId=org.sonatype.flexmojos -DarchetypeArtifactId=flexmojos-archetypes-application -DarchetypeVersion=4.0-alpha-1
- these need to be in settings.xml
- <repositories>
<repository>
<id>flex-mojos-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases> <enabled>true</enabled> </releases>
<snapshots> <enabled>false</enabled> </snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>pluginRepo</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases> <enabled>true</enabled> </releases>
<snapshots> <enabled>false</enabled> </snapshots>
</pluginRepository>
</pluginRepositories>
- <repositories>
