No, at the moment it assume ${project.version}

On Wed, Dec 1, 2010 at 2:34 PM, Ryan Gardner <[email protected]> wrote:

> I suppose that's possible - the main maven I'm launching does match
> since it will hit breakpoints when it starts doing its normal maven
> stuff, but once it starts the test runs and starts executing the
> second maven instance is when it no longer stops at any breakpoints.
>
> I'll go check that the tests are running with 3.0.1.
>
> The integration test that shows the rsl scope transitive dependency
> issue is here:
>
>
> https://github.com/ryangardner/flexmojos/commit/a4a6b7940ec8de1292eec97e21cfba50363c47fc
>
> I basically set up an app that has a main.mxml that has a script that
> references stuff that is included in transitive dependencies but not
> direct dependencies. If you take of the <scope>rsl</scope> it should
> compile just fine, but with the rsl scope on its direct dependency it
> gives a compiler error because the things it is trying to reference
> aren't found.
>
> Is there an easy way to specify the values of the %{flexmojos.version}
> (etc) parameters if I want to go in and run the test project from the
> command line directly and not as part of a verifier test?
>
> Ryan
>
> On Wed, Dec 1, 2010 at 9:10 AM, Marvin Froeder <[email protected]> wrote:
> > The maven version you are to rumo probably doesn"t march the one you has
> the
> > sources
> >
> > Sent from DROID
> >
> > Em 01/12/2010 02:55, "Ryan Gardner" <[email protected]>escreveu:
> >
> > Ah. I can poke in the maven core a bit and figure out what the problem
> is.
> >
> > If it is related to the custom scopes I did see where the set of resolved
> > artifacts can be set on the project and some ways to do the resolution
> > ourselves in the mojo execution using a public helper that maven has in
> the
> > core... I implemented something but a quick test still failed and I
> haven't
> > had a chance to look more into it.
> >
> > I committed a test case to a new branch on github that currently fails.
> >
> > Do you know an easy way to get the pom based tests to run and debug the
> > maven execution being run as a test? I can run maven and attach to my
> > debugger but once it gets into executing the test cases none of my
> > breakpoints get hit (does it execute in a different jvm or something?)
> >
> > I went to run the pom for that test case directly but it has many places
> > where it is using placeholder variables for the versions currently. Is
> there
> > a way to pass in those values as parameters so that it will run? If not I
> > will just find and replace manually tomorrow on a copy of it so I can run
> it
> > in a debugger-attached maven and take a closer look at what is going on.
> >
> > Ryan
> >
> > On Nov 30, 2010 5:34 PM, "Marvin Froeder" <[email protected]> wrote:
> >
> > --
> >
> > You received this message because you are subscribed to the Google
> > Groups "Flex Mojos" group.
> > To pos...
> >
> > --
> > 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]<flex-mojos%[email protected]>
> > For more options, visit this group at
> > http://groups.google.com/group/flex-mojos
> >
> > http://flexmojos.sonatype.org/
> >
>
> --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>

-- 
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

http://flexmojos.sonatype.org/

Reply via email to