Christine 03.30.2011

Wow. Just realized it’s been a while since I put in an entry. This is why I don’t keep my own blog.

  • Last week I spent time looking at the differences between Flex 3 and Flex 4 and how that would affect the the Ingest Manager rewrite (utilities it will be using since some are still Flex 3)
  • Created the initial Ingest Manager layout in Maven format and imported into Eclipse.
  • Keeping with F4, wrote code using containers for multiple content areas (breaking up header, footer and main content).
  • Incorporating ManagementUtils LoginScreen into code
  • Continue to receive a maven error on project build, even though it hasn’t affected my output. I also can’t seem to fix the issue. Has anyone seen the following error before:

    3/30/11 1:41:40 PM EDT: [ERROR] .m2/repository/com/adobe/flex/framework/spark/4.0.0.14159/spark-4.0.0.14159.swc(spark/components/SkinnableContainer):[-1,-1] Type was not found or was not a compile-time constant: [mx.core]::IDeferredContentOwner.
    3/30/11 1:41:40 PM EDT: Build errors for IngestManagerF4; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:compile-swf (default-compile-swf) on project IngestManagerF4: Error compiling!

  • Found some fun URL issues when initially created the pom. In the original Ingest Manager, http://viz-n.com/ is used instead of fgmdev.com:8081. This was causing me a headache until I discovered the fix. Was that the original URL before fgmdev.com:8081?

1 thought on “Christine 03.30.2011

  1. pgfeldman's avatarphil.feldman Post author

    viz-n.com was our original cloud server. It was run by host-java.net and they were terrible! We’re using steadfast these days. Much better.

Comments are closed.