You guys are right... https://repository.sonatype.org/service/local/repositories/central-proxy/archive/org/apache/maven/maven-compat/3.0.2/maven-compat-3.0.2-sources.jar/!/org/apache/maven/repository/legacy/resolver/transform/SnapshotTransformation.java
But I wonder then, how does it build fine.... =/ On Thu, Jan 20, 2011 at 5:07 PM, andrew <[email protected]> wrote: > beta-4 is wrong -- SnapshotTransformation is now in the the > legacy.resolve package rather than the artifact package. > > You can run the following script from the lib directory in the Maven > home directory: > > # for f in *.jar ; do > jar tvf $f | grep SnapshotTransformation && echo $f > done > > This produces: > > 7257 Sun Jan 09 01:59:44 EST 2011 org/apache/maven/repository/legacy/ > resolver/transform/SnapshotTransformation.class > maven-compat-3.0.2.jar > > Thanks > Andrew > > On Jan 20, 5:49 am, Marvin Froeder <[email protected]> wrote: > > beta-3 uses > > > org.apache.maven.repository.legacy.resolver.transform.SnapshotTransformatio > n > > beta-4 org.apache.maven.artifact.transform.SnapshotTransformation > > > > So what exactly needs fixing? > > > > VELO > > > > On Thu, Jan 20, 2011 at 2:06 AM, Marcello Teodori < > > > > > > > > > > > > > > > > [email protected]> wrote: > > > I can see the same problem in the latest flexmojos 4.0-beta-5, the > > > source code of the SignAirMojo references the correct class up to > > > versione beta3, then the wrong one. > > > > > See: > > > > >https://github.com/Flexmojos/flexmojos/blob/flexmojos-4.0-beta-4/flex. > .. > > > > >https://github.com/Flexmojos/flexmojos/blob/flexmojos-4.0-beta-3/flex. > .. > > > > > I guess it's time I start using github, fork and try my first pull > > > request! > > > --m > > > > > On Jan 7, 1:53 pm, andrew <[email protected]> wrote: > > > > I got FM 3.8 to work with Maven for signing an Air app by extracting > > > > the org.apache.maven.artifact.transform package from the Maven 2.2 > lib/ > > > > maven-2.2.1-uber.jar, jar'ing them up and dropping the jar in the > > > > Maven 3 lib/ directory. This allows FM to find the needed classes > > > > when signing the air app. > > > > > > Thanks > > > > Andrew > > > > > > On Jan 5, 1:14 pm, Marvin Froeder <[email protected]> wrote: > > > > > > > On Wed, Jan 5, 2011 at 3:48 PM, andrew <[email protected]> > wrote: > > > > > > Any thoughts on this? Like the other post, if I revert to maven > 2.2, > > > > > > I don't get this error... > > > > > > > Then seems flexmojos 3 is not compatible with maven 3.... probably > some > > > > > deprecated API > > > > > > > FM4 just works. > > > > > -- > > > 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]> > <flex-mojos%2Bunsubscribe@googlegrou ps.com> > > > 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/
