qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

test-support in 2.0M9 explicitly depends on flex SDK 3.1.0 #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using flex-compiler-mojo 2.0M9, adding a dependency on the version of
the flex compiler that I want to use.  This works fine.

But when I include a dependency on testing-support in my project, I
suddenly start using the flex 3.1.0 compiler instead of the one I want to
use.  (I see a message about downloading compiler-3.1.0.2710.pom, which
appears in my local repository along with all its dependencies).  

It seems that the test-support POM depends on 3.1.0.2710, when it should be
able to pick up the right SDK from my project somehow.

Original issue reported on code.google.com by eli.dan...@gmail.com on 25 Nov 2008 at 4:48

GoogleCodeExporter commented 9 years ago
Hi,

This was a little complicated to fix, but I did.

First I need to change the generator.  So now, generator generate sources from
provided dependencies too.

This will be released on 2.0M10.

After that (on 2.0M11) I will release test-support fixed, using generator 
2.0M10.

VELO

Original comment by velo...@gmail.com on 29 Nov 2008 at 11:54