Hi well i had something in my parent POM, but still look at the output, both SWC are included
-compiler.library-path C:\Documents and Settings\cohensh\.m2\repository \org\un\flex\graphLayout\1.0. 0.4\graphLayout-1.0.0.4.swc C:\Documents and Settings\cohensh \.m2\repository\flex\flexlib\2.1\flexli b-2.1.swc C:\Documents and Settings\cohensh\.m2\repository\com\adobe \flex\framework\flex\3.1.0.2710\ flex-3.1.0.2710.swc C:\Documents and Settings\cohensh\.m2\repository \com\adobe\flex\framework\framew ork\3.1.0.2710\framework-3.1.0.2710.swc C:\Documents and Settings \cohensh\.m2\repository\com\adobe\f lex\framework\rpc\3.1.0.2710\rpc-3.1.0.2710.swc C:\Documents and Settings\cohensh\.m2\repository\com \adobe\flex\framework\utilities\3.1.0.2710\utilities-3.1.0.2710.swc C: \Documents and Settings\cohens h\.m2\repository\com\adobe\flex\framework\rpc \3.1.0.2710\rpc-3.1.0.2710-en_US.rb.swc C:\Documents an d Settings\cohensh\.m2\repository\com\adobe\flex\framework\framework \3.1.0.2710\framework-3.1.0.2710 -en_US.rb.swc C:\Documents and Settings\cohensh\.m2\repository\com \adobe\flex\framework\rpc\3.1.0.27 10\rpc-3.1.0.2710-en_US.rb.swc C:\Documents and Settings\cohensh \.m2\repository\com\adobe\flex\frame work\framework\3.1.0.2710\framework-3.1.0.2710-en_US.rb.swc -compiler.locale en_US On Jan 19, 8:35 pm, Marvin Froeder <[email protected]> wrote: > Flex unit optional is not used on 2.0 > > So you can remove it. > > What you need is to add a flexunit just chagging the version to 0.9 > > <dependency> > <groupId>com.adobe.flexunit</groupId> > <artifactId>flexunit</artifactId> > <version>0.85</version> > <type>swc</type> > <scope>test</scope> > </dependency> > > VELO > > On Mon, Jan 19, 2009 at 4:30 PM, [email protected] < > > > > [email protected]> wrote: > > > There seems to be a problem of inconsistancy with the group ID of the > > flexunit and optional > > what is required by the flex-mojos ? cause the fna repo group ID is > > different group id that the one you require ( i assume) > > > On Jan 19, 8:25 pm, "[email protected]" > > <[email protected]> wrote: > > > I removed the dependency to 0.85 now i have missing artifacts > > > > POM Location: D:\Dev\ccmTrunk\sourcetree\assets\app\client\flexcommon > > > \pom.xml > > > Validation Messages: > > > > [0] 'dependencies.dependency.version' is missing for > > > com.adobe.flex:flexunit > > > [1] 'dependencies.dependency.version' is missing for > > > com.adobe.flex:flexunitoptional > > > > On Jan 19, 8:01 pm, Marvin Froeder <[email protected]> wrote: > > > > > You need to user the same GroupId and ArtifactId to overwrite the > > > > dependency. As you are doing it flex is including flexunit 0.85 and > > 0.9. > > > > No idea what will happen then. > > > > > VELO > > > > > On Mon, Jan 19, 2009 at 3:44 PM, [email protected] < > > > > > [email protected]> wrote: > > > > > > i added this dependency and it seems that the compile is importing it > > > > > but i also see 0.85 , so which one is the dominant one ? > > > > > > here is the snapshot from the build log - you can see the flexunit > > > > > twice 0.85 and 0.9 > > > > > > -compiler.headless-server=false > > > > > -compiler.include-libraries C:\Documents and Settings\cohensh > > > > > \.m2\repository\com\adobe\flexunit\flex > > > > > unit\0.9\flexunit-0.9.swc C:\Documents and Settings\cohensh > > > > > \.m2\repository\info\flex-mojos\testing-s > > > > > upport\2.0M10\testing-support-2.0M10.swc C:\Documents and Settings > > > > > \cohensh\.m2\repository\flexunit\f > > > > > lexunit\0.85\flexunit-0.85.swc C:\Documents and Settings\cohensh > > > > > \.m2\repository\org\funit\funit\0.50 > > > > > .0245\funit-0.50.0245.swc C:\Documents and Settings\cohensh > > > > > \.m2\repository\com\swirlyvision\swirly-v > > > > > ision\1.0\swirly-vision-1.0.swc C:\Documents and Settings\cohensh > > > > > \.m2\repository\net\digitalprimates > > > > > \fluint\v1\fluint-v1.swc C:\Documents and Settings\cohensh > > > > > \.m2\repository\com\asunit\asunit\20071011 > > > > > \asunit-20071011.swc C:\Documents and Settings\cohensh\.m2\repository > > > > > \advancedflex\debugger\0.2alpha > > > > > 2\debugger-0.2alpha2.swc > > > > > > please advise- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
