Thanks Marvin and no problem for me about a new beta-6 release, for me to stay on beta-3 in the meanwhile is enough as a workaround. Anyway didn't know the adt jar was in the flexmojos repo now, my last air project was at the times I had to install it manually in the internal repo from the adobe sdk (actually I should have guessed that as the air compilation and packaging via maven on flex sdk 4 went fine without any additional steps...) --m
On Jan 20, 7:24 pm, Marvin Froeder <[email protected]> wrote: > I just push a fix for it on github... so if this is really pissing you of, > grab it. > > Again, problems caused by this uber adt.jar that contains all sort of things > inside it. > > I must do a beta-6 release.... not sure when I will find the time for > it.... > > > > On Thu, Jan 20, 2011 at 5:18 PM, Marvin Froeder <[email protected]> wrote: > > Dammed adt.jar.... > > > On Thu, Jan 20, 2011 at 5:11 PM, Marvin Froeder <[email protected]> wrote: > > >> You guys are right... > > >>https://repository.sonatype.org/service/local/repositories/central-pr...<https://repository.sonatype.org/service/local/repositories/central-pr...> > > >> 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%2Bunsubscribe@googlegrou > >>> > > ps.com> > >>> <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%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] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
