Done. https://issues.sonatype.org/browse/FLEXMOJOS-257
-Dave On Tue, Jan 26, 2010 at 9:09 AM, Marvin Froeder <[email protected]> wrote: > Do not forget to file the ticket on jira for that ;) > > On Tue, Jan 26, 2010 at 2:07 PM, David Hoffer <[email protected]> wrote: > >> Yup, that worked. >> >> -Dave >> >> On Tue, Jan 26, 2010 at 8:52 AM, Marvin Froeder <[email protected]>wrote: >> >>> http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3/ >>> >>> Non-opensource == not at flexmojos repository. >>> >>> >>> VELO >>> >>> On Tue, Jan 26, 2010 at 1:47 PM, David Hoffer <[email protected]>wrote: >>> >>>> Where do I get: >>>> >>>> <groupId>com.adobe.flex</groupId> >>>> <artifactId>adt</artifactId> >>>> >>>> I don't see that in any public maven repo. >>>> >>>> -Dave >>>> >>>> >>>> >>>> On Tue, Jan 26, 2010 at 8:38 AM, velo <[email protected]> wrote: >>>> >>>>> BTW, there is one know workaround for it. Add the adt dependency to >>>>> your pom, like this: >>>>> >>>>> <build> >>>>> <plugins> >>>>> <plugin> >>>>> <groupId>org.sonatype.flexmojos</groupId> >>>>> <artifactId>flexmojos-maven-plugin</artifactId> >>>>> <version>%{flexmojos.version}</version> >>>>> <extensions>true</extensions> >>>>> <dependencies> >>>>> <dependency> >>>>> <groupId>com.adobe.flex</groupId> >>>>> <artifactId>adt</artifactId> >>>>> <version>%{flex.version}</version> >>>>> <scope>compile</scope> >>>>> </dependency> >>>>> </dependencies> >>>>> </plugin> >>>>> </plugins> >>>>> </build> >>>>> >>>>> >>>>> On Jan 26, 12:53 pm, David Hoffer <[email protected]> wrote: >>>>> > After upgrading to 3.5.0 with this in the reporting section: >>>>> > >>>>> > <reporting> >>>>> > <plugins> >>>>> > <plugin> >>>>> > <groupId>org.sonatype.flexmojos</groupId> >>>>> > <artifactId>flexmojos-maven-plugin</artifactId> >>>>> > <version>3.5.0</version> >>>>> > </plugin> >>>>> > </plugins> >>>>> > </reporting> >>>>> > >>>>> > Running site goals generates the following error: >>>>> > >>>>> > [INFO] >>>>> > >>>>> ------------------------------------------------------------------------ >>>>> > [ERROR] BUILD ERROR >>>>> > [INFO] >>>>> > >>>>> ------------------------------------------------------------------------ >>>>> > [INFO] Error getting reports from the plugin >>>>> > 'org.sonatype.flexmojos:flexmojos-m >>>>> > aven-plugin:3.5.0': Unable to load the mojo >>>>> > 'org.sonatype.flexmojos:flexmojos-ma >>>>> > ven-plugin:3.5.0:sign-air' in the plugin >>>>> > 'org.sonatype.flexmojos:flexmojos-maven >>>>> > -plugin'. A required class is missing: com/adobe/air/Listener >>>>> > com.adobe.air.Listener >>>>> > >>>>> > Any ideas? >>>>> > -Dave >>>>> >>>>> -- >>>>> 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?hl=en?hl=en >>>>> >>>>> http://blog.flex-mojos.info/ >>>>> >>>> >>>> -- >>>> 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?hl=en?hl=en >>>> >>>> http://blog.flex-mojos.info/ >>>> >>> >>> -- >>> 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?hl=en?hl=en >>> >>> http://blog.flex-mojos.info/ >>> >> >> -- >> 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?hl=en?hl=en >> >> http://blog.flex-mojos.info/ >> > > -- > 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?hl=en?hl=en > > http://blog.flex-mojos.info/ > -- 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/
