Phil 8.3.2010

7:30 – 3:30

  • Hope to finish up MvnAssist today. Got my fingers, toes and eyes crossed.
    • Had to change the source directory in the .actionScriptProperties file to get package names agreeing between FB and maven, but libraries work now.
    • Tested Non-server apps. Still working
    • Got Air apps incorporated. They compile, but don’t run. Don’t know enough about Air to really pursue this, so I’m going to leave this be.
    • Produced new plugin. We’re at version 1.9.0. Checked in. You’ll need to have the following components set in your maven settings.xml file

<profile>
<id>VisibilityProfile</id>

<properties>
<javaVersion>1.6</javaVersion>
<flexVersion>3.7.1</flexVersion>
<flexMojoArchetype>3.7.1</flexMojoArchetype>
<flexMojoArchetypeRepo>http://repository.sonatype.org/content/groups/public</flexMojoArchetypeRepo&gt;
<mvnAssistUrl>http://viz-n.com/mvnAssist</mvnAssistUrl&gt;
</properties>

</profile>

  • Seeing if I can get subversion working with this install. Done.