Hi VELO, Think I missed something... now it tries to update flex-mojos and I've got an error: [ERROR] BUILD ERROR [INFO] ---------------------------- [INFO] Failed to resolve artifact. Missing: ---------- 1) com.adobe.flex:compiler:pom:3.2.0.3958 2) org.graniteds:granite-generator:jar:1.1.0 3) com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958
Each time, something goes wrong... :( Thanks! On 3 avr, 19:47, Marvin Froeder <[email protected]> wrote: > Xazan..... > That was the problem..... artifactId is flexmojos-maven-plugin.... if you > found this flexmojos-parent in any of my samples lemme know and I will fix > it. > > VELO > > On Fri, Apr 3, 2009 at 2:40 PM, Grut <[email protected]> wrote: > > > Don't work here... :( > > > Am I ok with that? : > > > <plugins> > > <plugin> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-parent</artifactId> > > <version>3.1.0</version> > > <extensions>true</extensions> > > <configuration> > > <locales> > > <locale>en_US</locale> > > </locales> > > <namespaces> > > <namespace> > > <uri> > >http://www.adobe.com/2006/mxml</uri> > > </namespace> > > </namespaces> > > <licenses> > > > <flexbuilder3>xxx</flexbuilder3> > > </licenses> > > <includeFiles> > > > <file>src/fr/kapit/common/assets/image/icon/closeIcon.png</file> > > > <file>src/fr/kapit/common/assets/image/icon/collapseIcon.png</ > > file> > > </includeFiles> > > </configuration> > > </plugin> > > <plugin> > > <groupId>info.flex-mojos</groupId> > > <artifactId>asdoc-mojo</artifactId> > > <version>2.0.3</version> > > </plugin> > > <plugin> > > <groupId>info.flex-mojos</groupId> > > <artifactId>install-mojo</artifactId> > > <version>2.0.3</version> > > <configuration> > > > <sdkFolder>C:\\Applications\\flex3sdk\\sdks\\3.2.0</sdkFolder> > > <version>3.2.0.3958</version> > > </configuration> > > </plugin> > > </plugins> > > </build> > > > On 3 avr, 19:27, Marvin Froeder <[email protected]> wrote: > > > I deleted my local repo and tried.... it works.... > > > I need to assume is something wrong there =/ > > > > VELO > > > > On Fri, Apr 3, 2009 at 2:20 PM, Grut <[email protected]> wrote: > > > > > I deleted the folder you mentionned but maven still try to download a > > > > flexmojos-parent-3.1.0.jar :( > > > > > Noboby got troubles when updating to flex-mojo V3?? > > > > > On 3 avr, 17:34, Marvin Froeder <[email protected]> wrote: > > > > > No idea.... > > > > > Try to delete ${local repo}/org/sonatype/flexmojos/*, let's assume > > > > something > > > > > is corrupted. > > > > > > VELO > > > > > > On Fri, Apr 3, 2009 at 12:28 PM, Grut <[email protected]> wrote: > > > > > > > Here is the result from maven: > > > > > > > Downloading: > > >http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-parent. > > > > .. > > > > > > Downloading: > > >http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-parent. > > > > .. > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > [ERROR] BUILD ERROR > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > [INFO] Plugin could not be found - check that the goal name is > > > > > > correct: Unable to download the artifact from any repository > > > > > > > Try downloading the file manually from the project website. > > > > > > > Regards. > > > > > > > On 3 avr, 16:13, Marvin Froeder <[email protected]> wrote: > > > > > > > But there is no jar for parent pom..... parent pom is just a > > > > > > > pom..... bizarre..... > > > > > > > Any other log? > > > > > > > > VELO > > > > > > > > On Fri, Apr 3, 2009 at 11:11 AM, Grut <[email protected]> > > wrote: > > > > > > > > > Ok. > > > > > > > > > I'm trying to update flex-mojo but it doesn't manage to find > > > > flexmojos- > > > > > > > > parent at that location : > > > > >http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-parent. > > > > > > .. > > > > > > > > > Here is the console line corresponding: > > > > > > > > Downloading: > > > > >http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-parent. > > > > > > .. > > > > > > > > > And he is right, there is some .pom, .md5 files but no .jar > > > > > > > > > Can you help me? > > > > > > > > > On 3 avr, 14:49, Marvin Froeder <[email protected]> wrote: > > > > > > > > > I did change groupId and artifactId on 3.xhttp:// > > > repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-maven-... > > > > > > > > > > VELO > > > > > > > > > > On Fri, Apr 3, 2009 at 9:45 AM, Grut <[email protected]> > > wrote: > > > > > > > > > > > Humm there is already the version 3? > > > > > > > > > > I can't find it here: > > >http://repository.sonatype.org/content/groups/public/info/flex-mojos/. > > > > > > > > .. > > > > > > > > > > > What repository I am supposed to use to upgrade to this > > version > > > > 3? > > > > > > > > > > > Thanks a lot! > > > > > > > > > > > On 3 avr, 14:41, Marvin Froeder <[email protected]> wrote: > > > > > > > > > > > Give it a try on 3.0, I'm not sure if I fixed on 2.x or > > on > > > > 3.x > > > > > > > > > > > VELO > > > > > > > > > > > > On Fri, Apr 3, 2009 at 9:22 AM, Grut <[email protected] > > > > > wrote: > > > > > > > > > > > > > Here is my plugin section : > > > > > > > > > > > > <plugins> > > > > > > > > > > > > <plugin> > > > > > > > > > > > > <groupId>info.flex-mojos</groupId> > > > <artifactId>flex-compiler-mojo</artifactId> > > > > > > > > > > > > <version>2.0.3</version> > > > > > > > > > > > > <extensions>true</extensions> > > > > > > > > > > > > > On 3 avr, 14:20, Marvin Froeder <[email protected]> > > wrote: > > > > > > > > > > > > > What version are you using? > > > > > > > > > > > > > I remember there was a bug related to that in old > > > > versions. > > > > > > > > > > > > > > VELO > > > > > > > > > > > > > > On Fri, Apr 3, 2009 at 9:18 AM, Grut < > > [email protected] > > > > > > > wrote: > > > > > > > > > > > > > > > Still copied on root :( > > > > > > > > > > > > > > > On 3 avr, 14:13, Marvin Froeder <[email protected] > > > > > wrote: > > > > > > > > > > > > > > > Try this:<build> > > > > > > > > > > > > > > > <sourceDirectory>src</sourceDirectory> > > > <outputDirectory>${project.build.directory}/flex-compiler</outputDirectory> > > > > > > > > > > > > > > > > <resources> > > > > > > > > > > > > > > > <resource> > > > > > > > > > > > > > > > <directory>src</directory> > > > > > > > > > > > > > > > </resource> > > > > > > > > > > > > > > > </resources> > > > > > > > > > > > > > > > > <plugins> > > > > > > > > > > > > > > > <plugin> > > > > > > > > > > > > > > > (...) > > > > > > > > > > > > > > > > VELO > > > > > > > > > > > > > > > > On Fri, Apr 3, 2009 at 9:10 AM, Grut < > > > > [email protected] > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > That doesn't work. Here is my pom.xml : > > > > > > > > > > > > > > > > > <build> > > > > > > > > > > > > > > > > <sourceDirectory>src</sourceDirectory> > > > <outputDirectory>${project.build.directory}/flex-compiler</ > > > > > > > > > > > > > > > > outputDirectory> > > > > > > > > > > > > > > > > > <resources> > > > > > > > > > > > > > > > > <resource> > > > > > > > > > <directory>/src/fr/kapit/common/assets/image/icon/</directory> > > > > > > > > > > > > > > > > </resource> > > > > > > > > > > > > > > > > </resources> > > > > > > > > > > > > > > > > > <plugins> > > > > > > > > > > > > > > > > <plugin> > > > > > > > > > > > > > > > > (...) > > > > > > > > > > > > > > > > <includeFiles> > > > > > <file>/src/fr/kapit/common/assets/image/icon/closeIcon.png</file> > > > > > <file>/src/fr/kapit/common/assets/image/icon/collapseIcon.png</file> > > > > > > > > > > > > > > > > </includeFiles> > > > > > > > > > > > > > > > > > And the two png files are still created on the > > root > > > > of > > > > > > the > > > > > > > > swc > > > > > > > > > > > > > > > > library. I want them to be copied in the > > directory > > > > > > > > specified > > > > > > > > > > > > (/src/fr/ > > > > > > > > > > > > > > > > kapit/common/assets/image/icon/) > > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > > > > > Yann. > > > > > > > > > > > > > > > > > On 3 avr, 12:33, Marvin Froeder < > > [email protected] > > > > > > > wrote: > > > > > > > > > > > > > > > > > You can define resources folders by doing > > this: > > > > >http://maven.apache.org/plugins/maven-resources-plugin/examples/resou. > > > > > > > > > > > > > > .. > > > > > > > > > > > > > > > > > > VELO > > > > > > > > > > > > > > > > > > On Fri, Apr 3, 2009 at 7:08 AM, Grut < > > > > > > [email protected] > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > Hi guys, > > > > > > > > > > > > > > > > > > > I need to include files (image and xml) in > > my > > > > swc > > > > > > > > library. > > > > > > > > > > > > > > > > > > So I use the include-files parameter. > > > > > > > > > > > > > > > > > > > One says me that I have to put them in > > > > > > > > /src/main/resources > > > > > > > > > > so > > > > > > > > > > > > they > > > > > > > > > > > > > > > > > > won't be copied in the root in my library. > > > > > > > > > > > > > > > > > > > But my images are in a different folder > > ... > > plus de détails » --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
