Have you actually gotten this to work? If I add http://s3browse.springsource.com/browse/maven.springframework.org/external as a repository in my Maven settings, IDEA complains about a metadata file that gets written for the junit artifact in my repository.
Sri On Dec 8, 9:02 pm, David Vree <[email protected]> wrote: > The BlazeDS 4.0.0 artifacts can be found on Spring's S3 based Maven > repository. The JARs and POMs can be downloaded from there and are > working fine in my local copy of Nexus along with the Spring Flex > 1.5.0.M1 I got from there as well. I did a very careful examination > of those POMs against the ones written by Francois for the BlazeDS > 4.5.0 trunk and they are fine as long as you use Spring Flex because > Spring Flex provides the needed dependencies. > > Here are the URLs: > > http://s3browse.springsource.com/browse/maven.springframework.org/ext...http://s3browse.springsource.com/browse/maven.springframework.org/mil... > > Thanks to everyone for the help. > > Dave > > On Dec 7, 3:22 pm, David Vree <[email protected]> wrote: > > > > > > > > > @Francois - never mind I found your poms here: > > >http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/ > > > Thanks a lot for that contribution...I am surprised Adobe even > > accepted the patch! > > > On Dec 7, 2:15 pm, David Vree <[email protected]> wrote: > > > > Francois, > > > > Are you referring to the POMs located here? > > > >https://src.springframework.org/svn/spring-flex/trunk/local-repo/poms... > > > > By the way, I have discovered this thread: > > > >http://forum.springsource.org/showthread.php?t=98749 > > > > That says that the spring-flex 1.5.0-M1 milestone project (that makes > > > use of BlazeDS 4) also needed this repository to build itself and the > > > sample projects: > > > > <repository> > > > <id>spring-milestone</id> > > > <name>Spring Milestone Repository</name> > > > <url>http://maven.springframework.org/milestone</url> > > > <releases> > > > <enabled>true</enabled> > > > </releases> > > > <snapshots> > > > <enabled>false</enabled> > > > </snapshots> > > > </repository> > > > > Hope this helps. > > > > On Dec 7, 10:57 am, François Le Droff <[email protected]> > > > wrote: > > > > > Hello guys, > > > > > FYI,Take a look at the BlazeDS SVN repository under modules folder. I > > > > committed a pom.xml for each of the module. > > > > You can start from that. Hope that helps. > > > > You will notice the artefact id might differ from the springsource repo. > > > > > Cheers, > > > > François > > > > > On Tue, Dec 7, 2010 at 4:33 PM, David Vree <[email protected]> > > > > wrote: > > > > > I know flexmojos and BlazeDS are unrelated projects, but I'd guess > > > > > that 80% of the good people here that use Maven and Flex also use > > > > > either BlazeDS or GraniteDS....so I was hoping someone might share > > > > > some info. > > > > > > As to Adobe's position, they made their point when they rejected the > > > > > issue: > > > > > >http://bugs.adobe.com/jira/browse/BLZ-71 > > > > > > Dave > > > > > > On Dec 7, 5:28 am, Marvin Froeder <[email protected]> wrote: > > > > > > May be because BlazeDS has nothing to do with flexmojos?! > > > > > > > Go ask adobe for that, but you will notice they doesn't seem to care > > > > > about > > > > > > maven at all. > > > > > > > On Tue, Dec 7, 2010 at 4:18 AM, David Vree <[email protected]> > > > > > wrote: > > > > > > > I need to move up from 3.x to 4.x of BlazeDS and I see that 4.x > > > > > > > is not > > > > > > > available in Maven central nor in the flexmojos repo. > > > > > > > > Anyone have a line on this? > > > > > > > > -- > > > > > > > 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%2bunsubscr...@googlegrou > > > > > > > ps.com> > > > > > <flex-mojos%[email protected]<flex-mojos%252bunsubscr...@googl > > > > > egroups.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%2bunsubscr...@googlegrou > > > > > ps.com> > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/flex-mojos > > > > > >http://flexmojos.sonatype.org/ > > > > > -- > > > > > François Le Droffhttp://www.droff.com -- 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/
