Hi, I am using flexmojos 3.7.1 to build my AIR application, I do have few third party swc files(e.g YahooMap.swc, NativeApplicationUpdater-0.0.3.swc etc.), As suggested by you guys, I have done "mvn install:install" for these files and have them in my local repository(on my own machine). then i checked in my pom.xml script and went to build machine executed my pom.xml script there, and as i expected it failed and complained that it did not find dependency for my third party libraries.
I am aware of two ways for integrating third party libraries, 1. deploy them to our own repository - but unfortunately, we dot have our own repositories.. 2. run "mvn install:install" for these files and add dependency in your pom.xml file, this works for me.. but as i explained later, when i went to build machine, it failed there and i have to run "mvn install:install" on my build machine again for each of these files, and them my pom.xml build was successful. Hence, all my team-mate's have to follow the same on all their machines, Is there any way that i can run "mvn install:install" from my pom.xml if it does not find dependency for these third party libraries? or is there a repository( and/or process) which i can follow and upload these third party files( YahooMap.swc, NativeApplicationUpdater-0.0.3.swc etc.) there? Any help is very much appreciated! Thanks, sachin_rt -- 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/
