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/3.1.0/
Here is the console line corresponding: Downloading: http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-parent/3.1.0/flexmojos-parent-3.1.0.jar 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 > > (/src/fr/kapit/...). > > > > And if > > > > > > I > > > > > > > > > > keep this structure, my images are copied in the root > > folder of > > > > the > > > > > > > > > > libray. > > > > > > > > > > > Does someone manage to include & copy resources that are > > not in > > > > > > /src/ > > > > > > > > > > main/resources folder? > > > > > > > > > > > Thanks, > > > > > > > > > > Yann. --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
