1 - I have no idea how the short cut is related to this profile you pasted.... also the project name is flexmojos
I'm not sure what mean 2, 3 or 4.... Download trunk sources, build and try... http://flexmojos.sonatype.org/building-sources.html Then fix FlexbuilderMojo.java VELO On Wed, Mar 3, 2010 at 6:57 AM, Matteo Lanzi <[email protected]>wrote: > Hi Velo, I'm using the flexbuilder goal for maven and i have some > questions. > > 1- i can't use anymore the profile shortcut mvn flexMojos:flexbuilder > > now in my settings i have something like > > > > <profile> > <id>flexMojos</id> > <repositories> > <!-- > Required for regular plugin use until moved over to Maven > central > repo. > --> > <repository> > <id>flex-mojos-repository</id> > <url>http://repository.sonatype.org/content/groups/flexgroup/ > </url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > > <!-- Required for building plugin from source. --> > <repository> > <id>flex-mojos-internal-repository</id> > <url>http://repository.sonatype.org/content/groups/public/ > </url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > </repositories> > <pluginRepositories> > <!-- > Required for regular plugin use until moved over to Maven > central > repo. > --> > <pluginRepository> > <id>flex-mojos-plugin-repository</id> > <url>http://repository.sonatype.org/content/groups/flexgroup/ > </url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </pluginRepository> > > <!-- Required for building plugin from source. --> > <pluginRepository> > <id>flex-mojos-internal-plugins-repository</id> > <url>http://repository.sonatype.org/content/groups/public/ > </url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> > </profile> > > > > i really can't find out what i used to work correctly > > > > > > > > > > 2 - i can't ionclude all classes for an swc livrary > 3 - in the compiler argumenrts i have one additional parameter( > -include-sources ) which has to be removed to compile from flex builder > 4 - the target player is not recognized, to make it work last time i had to > add the var in the velocity report and add the compiler arguments. > > i'd like to try to fix what is missed, so what is missed and what is done ? > > have you got any suggestions before to start ? > > thanks for you support > > Matteo > > > > > -- > 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://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?hl=en?hl=en http://flexmojos.sonatype.org/
