But the output says:
[INFO] [flexmojos:compile-swc]
[INFO] Flexmojos 3.4-SNAPSHOT - Apache License (NO WARRANTY) - See
COPYRIGHT file

The 3.4-SNAPSHOT v60 with an sha1 of
c780f1a890b4793ecb95e0d54919bbbd992c5f77 is in my local repository.

And my plugin def says:
<plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>3.4-SNAPSHOT</version>
        <extensions>true</extensions>

Where am i going wrong?

On Sep 10, 2:28 pm, Marvin Froeder <[email protected]> wrote:
> That you have the wrong flexmojos version
>
> On Thu, Sep 10, 2009 at 3:25 PM, Jimic79 <[email protected]> wrote:
>
> > for m2eclipse i have 0.9.8.200905041414
>
> > What do you think of the output i posted right before your last
> > message?
>
> > On Sep 10, 1:14 pm, Marvin Froeder <[email protected]> wrote:
> > > Make sure you have the latest version
>
> > > On Thu, Sep 10, 2009 at 2:08 PM, Jimic79 <[email protected]> wrote:
>
> > > > Here's the output, no difference in the output files.  The only reason
> > > > it says generated now instead of skipped is because i deleted all
> > > > generated files from that folder before i ran it just to be sure, but
> > > > the output is the same.
>
> > > > D:\repo\groupId-lib\com.groupId.asset\trunk>mvn -e install
> > > > "SETTING MAVEN OPTS"
> > > > + Error stacktraces are turned on.
> > > > [INFO] Scanning for projects...
> > > > [INFO] Reactor build order:
> > > > [INFO]   com.groupId.asset
> > > > [INFO]   com.groupId.asset-jar
> > > > [INFO]   com.groupId.asset-swc
> > > > [INFO] snapshot org.sonatype.flexmojos:flexmojos-maven-plugin:3.4-
> > > > SNAPSHOT: checking for updates from clients.groupId.com-snapshots
> > > > [WARNING] repository metadata for: 'snapshot
> > > > org.sonatype.flexmojos:flexmojos-maven-plugin:3.4-SNAPSHOT' could not
> > > > be retrieved from repository: clients.groupId.com-snapshots due to an
> > > > error: Authorization failed: Access denied to:
> > > >http://clients.groupId.com:8081/artifactory/repo/org/sonatype/flex
> > > > mojos/flexmojos-maven-plugin/3.4-SNAPSHOT/maven-metadata.xml
> > > > [INFO] Repository 'clients.groupId.com-snapshots' will be blacklisted
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] Building com.groupId.asset
> > > > [INFO]    task-segment: [install]
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] [site:attach-descriptor]
> > > > [INFO] [install:install]
> > > > [INFO] Installing D:\repo\groupId-lib\com.groupId.asset\trunk\target
> > > > \pom-transformed.xml to C:\Users\usernamec\.m2\repository\com\groupId
> > > > \asset\1.0.0\asset-1.0.0.pom
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] Building com.groupId.asset-jar
> > > > [INFO]    task-segment: [install]
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] [build-helper:add-source {execution: add-source}]
> > > > [INFO] Source directory: D:\repo\groupId-lib\com.groupId.asset\trunk
> > > > \src\java\core added.
> > > > [INFO] Source directory: D:\repo\groupId-lib\com.groupId.asset\trunk
> > > > \src\java\entities added.
> > > > [INFO] [resources:resources]
> > > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> > > > resources, i.e. build is platform dependent!
> > > > [INFO] Copying 3 resources
> > > > [INFO] [compiler:compile]
> > > > [INFO] Nothing to compile - all classes are up to date
> > > > [INFO] [resources:testResources]
> > > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> > > > resources, i.e. build is platform dependent!
> > > > [INFO] skip non existing resourceDirectory D:\repo\groupId-lib
> > > > \com.groupId.asset\trunk\src\java\src\test\resources
> > > > [INFO] [compiler:testCompile]
> > > > [INFO] No sources to compile
> > > > [INFO] [surefire:test]
> > > > [INFO] No tests to run.
> > > > [INFO] [jar:jar]
> > > > [INFO] [install:install]
> > > > [INFO] Installing D:\repo\groupId-lib\com.groupId.asset\trunk\target
> > > > \com.groupId.asset-jar-1.0.0.jar to C:\Users\usernamec\.m2\repository
> > > > \com\groupId\asset-jar\1.0.0\asset-jar-1.0.0.jar
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] Building com.groupId.asset-swc
> > > > [INFO]    task-segment: [install]
> > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > [INFO] [dependency:copy-dependencies {execution: copy-dependencies}]
> > > > [INFO] mvc-1.0.0.swc already exists in destination.
> > > > [INFO] os-swc-1.0.0.swc already exists in destination.
> > > > [INFO] granite-essentials-swc-2.0.0.SP1.swc already exists in
> > > > destination.
> > > > [INFO] granite-swc-2.0.0.SP1.swc already exists in destination.
> > > > [INFO] [flexmojos:generate {execution: default}]
> > > > [INFO] flexmojos 3.4-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> > > > COPYRIGHT file
> > > > [INFO] Calling the generator for each Java class.
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\AssetBase.as
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\Asset.as
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\FontAssetBase.as
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\FontAsset.as
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\ImageAssetBase.as
> > > > [INFO]   Generating: D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities\com\groupId\asset\entities\model\ImageAsset.as
> > > > [INFO] Files affected: 6.
> > > > [INFO] [resources:resources]
> > > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> > > > resources, i.e. build is platform dependent!
> > > > [INFO] skip non existing resourceDirectory D:\repo\groupId-lib
> > > > \com.groupId.asset\trunk\src\as3\src\main\resources
> > > > [INFO] [flexmojos:compile-swc]
> > > > [INFO] Flexmojos 3.4-SNAPSHOT - Apache License (NO WARRANTY) - See
> > > > COPYRIGHT file
> > > > [WARNING] Nothing expecified to include. Assuming source and resources
> > > > folders.
> > > > [INFO] Flex compiler configurations:
> > > > -compiler.accessible=false
> > > > -compiler.actionscript-file-encoding UTF-8
> > > > -compiler.allow-source-path-overlap=false
> > > > -compiler.as3=true
> > > > -compiler.debug=true
> > > > -compiler.es=false
> > > > -compiler.external-library-path D:\repo\groupId-lib\com.groupId.asset
> > > > \trunk\target\as3-classes\libraries\playerglobal.swc C:\Users\usernamec
> > > > \.m2\repository\com\groupId\os-swc\1.0.0\os-swc-1.0.0.swc C:\Users
> > > > \usernamec\.m2\repository\com\adobe\flex\framework\flex
> > > > \3.3.0.4852\flex-3.3.0.4852.swc C:\Users\j
> > > > amesc\.m2\repository\com\adobe\flex\framework\framework
> > > > \3.3.0.4852\framework-3.3.0.4852.swc C:\Users\usernamec\.m2\repository
> > > > \com\adobe\flex\framework\rpc\3.3.0.4852\rpc-3.3.0.4852.swc C:\Users
> > > > \usernamec\.m2\repository\com\adobe\flex\framework\utilities
> > > > \3.3.0.4852\utilities-3.3.0.4852.swc C:\Users\usernamec\
> > > > .m2\repository\com\groupId\mvc\1.0.0\mvc-1.0.0.swc C:\Users\usernamec
> > > > \.m2\repository\org\graniteds\granite-swc\2.0.0.SP1\granite-
> > > > swc-2.0.0.SP1.swc C:\Users\usernamec\.m2\repository\org\graniteds
> > > > \granite-essentials-swc\2.0.0.SP1\granite-essentials-swc-2.0.0.SP1.swc
> > > > -compiler.fonts.local-fonts-snapshot D:\repo\groupId-lib
> > > > \com.groupId.asset\trunk\target\as3-classes\fonts.ser
> > > > -compiler.headless-server=false
> > > > -compiler.include-libraries=
> > > > -compiler.keep-all-type-selectors=false
> > > > -compiler.keep-generated-actionscript=false
> > > > -compiler.library-path=
> > > > -compiler.locale=
> > > > -compiler.optimize=true
> > > > -compiler.source-path D:\repo\groupId-lib\com.groupId.asset\trunk\src
> > > > \as3\entities
> > > > -compiler.strict=true
> > > > -compiler.use-resource-bundle-metadata=true
> > > > -compiler.verbose-stacktraces=false
> > > > -compute-digest=true
> > > > -default-background-color 8821927
> > > > -default-frame-rate 24
> > > > -default-script-limits 1000 60
> > > > -default-size 500 375
> > > > -licenses.license flexbuilder3 <removed>
> > > > -licenses.license flexbuilder3.displayed20DaysLeftMessage true
> > > > -licenses.license flexbuilder3.displayedFirstLaunchMessage true
> > > > -licenses.license flexbuilder3.displayedStartPageAtLeastOneTime true
> > > > -load-externs=
> > > > -metadata.date Thu Sep 10 13:06:17 EDT 2009
> > > > -metadata.localized-title com.groupId.asset-swc x-default
> > > > -use-network=true
> > > > -verify-digests=true -load-config=
> > > > [WARNING] D:\repo\groupId-lib\com.groupId.asset\trunk\src\as3\entities
> > > > \com\groupId\asset\entities\model\AssetBase.as:[20,18] No constructor
> > > > function was specified for class AssetBase.    public class AssetBase
> > > > extends AbstractModel implements IExternalizable {
> > > > [WARNING] D:\repo\groupId-lib\com.groupId.asset\trunk\src\as3\entities
> > > > \com\groupId\asset\entities\model\ImageAssetBase.as:[18,18] No
> > > > constructor function was specified for class ImageAssetBase.    public
> > > > class ImageAssetBase extends Asset {
> > > > [WARNING] D:\repo\groupId-lib\com.groupId.asset\trunk\src\as3\entities
> > > > \com\groupId\asset\entities\model\FontAssetBase.as:[18,18] No
> > > > constructor function was specified for class FontAssetBase.    public
> > > > class FontAssetBase extends Asset {
> > > > [INFO] [resources:testResources]
> > > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> > > > resources, i.e. build is platform dependent!
> > > > [INFO] skip non existing resourceDirectory D:\repo\groupId-lib
> > > > \com.groupId.asset\trunk\src\as3\src\test\resources
> > > > [INFO] [flexmojos:test-compile]
> > > > [INFO] flexmojos 3.4-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> > > > COPYRIGHT file
> > > > [WARNING] Test folder not foundD:\repo\groupId-lib\com.groupId.asset
> > > > \trunk\src\as3\src\test\java
> > > > [INFO] [flexmojos:test-run]
> > > > [INFO] flexmojos 3.4-SNAPSHOT - GNU GPL License (NO WARRANTY) - See
> > > > COPYRIGHT file
>
> ...
>
> read more »
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to