Hi, i'm trying to use Flex in AppFuse :
http://sebastien-arbogast.com/2008/04/10/flex-spring-and-blazeds-the-full-stack/ But i encoutered a issue when i add dependencies into Appfuse pom.xml. Indeed, a dependency (ria project) failed to resolve artifact : <dependency> <groupId>com.adobe.flex.sdk</groupId> <artifactId>rpc</artifactId> <version>3.0.0.3.0.0.477</version> <type>resource-bundle</type> <classifier>en_US</classifier> </dependency> I added flex-compiler-mojo plugin to Appfuse pom.xml as explain on sebastien-arbogast.com site: "There is one more thing to do in order to allow Maven to build todolist-web independently from other modules. flex-compiler-mojo defines a resource-bundle packaging that maven-war-plugin is not aware of. And you have to add the following plugin configuration to solve that issue:" <plugin> <groupId>info.rvin.mojo</groupId> <artifactId>flex-compiler-mojo</artifactId> <version>1.0-beta3</version> <extensions>true</extensions> </plugin> But when I run mvn package, Maven is not able to resolve resource-bundle artifact and this error occurs only with Appfuse (I've tried with another project). Any ideas ? Thanks. -- View this message in context: http://www.nabble.com/Flex-%2B-Appfuse-2.0.2-tp18255933s2369p18255933.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
