I tried to install the plug in but seeing missing dependency message (as bellow), not sure what I have missed:
C:\geronimo-tomcat6-javaee5-2.1.3\bin>deploy --user system --password manager in stall-plugin i:\workspaces\workspaceGME\trunk\tuscanyPlugin\tuscany\tuscany-tomc at\target\tuscany-tomcat-1.0-SNAPSHOT.car Using GERONIMO_BASE: C:\geronimo-tomcat6-javaee5-2.1.3 Using GERONIMO_HOME: C:\geronimo-tomcat6-javaee5-2.1.3 Using GERONIMO_TMPDIR: c:\tmp Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_15\jre Checking for status every 1000ms: Installation FAILED: Configuration org.apache.geronimo.plugins/tuscany-tomcat/1.0-SNAPSHOT/car is already installed. Missing dependency: org.apache.geronimo.plugins/tuscany-tomcat/1.0-SNAPSHOT/car I have checked I have all the dependency files in repository; Here are the steps I followed; - Installed geronimo-tomcat6-javaee5-2.1.3-bin to c:\ - changed .m2\settings.xml filed to set repository in geronimo-tomcat6-javaee5-2.1.3 as the default location: i.e. <localRepository>c:/geronimo-tomcat6-javaee5- 2.1.3/repository/; - checkout out code for geronimo plug-in code from https://svn.apache.org/repos/asf/geronimo/plugins/tuscany/trunk/ - build the plug-in using 'mvn install' ; build was successful and all the files copied to repository. 3. Deploy plugin using the command "<g_install_dir>\bin\deploy.bat install-plugin tuscany tomcat\target\tuscany-tomcat-1.0-SNAPSHOT.car" but it failed with message: Installation FAILED: Configuration org.apache.geronimo.plugins/tuscany-tomcat/1.0-SNAPSHOT/car is already installed. Missing dependency: org.apache.geronimo.plugins/tuscany-tomcat/1.0-SNAPSHOT/car Thanks JS Kevan Miller wrote: > > > On Oct 8, 2008, at 3:02 AM, ant elder wrote: > >> >> >> On Fri, Oct 3, 2008 at 2:12 PM, Dan Becker <[EMAIL PROTECTED]> >> wrote: >> ant elder wrote: >> Currently the old TGP has got out of date and doesn't >> work with any current releases of Geronimo or Tuscany so the first >> thing to >> do is to get a basic plugin going again and then gradually add >> functionality >> to it so it does things like: >> - adds all Tuscany jars and their dependencys into Geronimo >> - supports existing Tuscany webapps without needing to include any >> Tuscany >> jars or dependencys in the lib directory >> - supports simple jar contributions into a Tuscany standalone node >> - supports Tuscany using Geronimo infrastructure for things such as >> HTTP and >> JMS hosts >> - supports for SCA enabled JEE application local assembly >> - supports SCA wiring across JEE applications and modules >> >> All excellent goals. Additionally I would like to see how trimmed >> and lean we can make this platform. Can we make it the smallest >> footprint, quickest bringup SCA runtime out there? >> >> -- >> Thanks, Dan Becker >> >> Sounds good. We could look at using the Geronimo Little-G and >> Framework distributions to base that on. > > Right. This is where I'm interested in the Tuscany/Geronimo > integration... Once we have a working Tuscany plugin, this type of > integration will be nearly automatic... You could install the tuscany > plugin and generate a custom assembly. Will also want to add a server > assembly stage to the plugin build. So, that a geronimo-tuscany server > assembly would be created as part of the tuscany plugin build. > > Ultimately, I think we'll want to split the Tuscany plugin into > multiple parts -- rather than one big plugin -- so that a server can > only contain only the functionality that application(s) require. > > --kevan > -- View this message in context: http://www.nabble.com/Tuscany-Geronimo-integration-and-the-SCA-JEE-spec-tp19794900s134p20774723.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
