Hi, You can download Pluto 1.1.5-SNAPSHOT source using SVN from the following link : http://svn.apache.org/repos/asf/portals/pluto/branches/pluto-1.1.x/
You can then build this pluto source using Maven, and then install pluto-container1.1.5-SNAPSHOT.jar using the following command: mvn install:install-file -DgroupId=org.apache.pluto-DartifactId=pluto-container -Dversion= 1.1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Once you have installed this file, you can continue building WSRP4J. Hope this helps. On Feb 13, 2008 5:30 PM, Ian O' Keeffe <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble building wsrp4j and was wondering if anybody could > point me in the right direction. > > I have checked out the source from the trunk of the SVN but when I build > it (with Maven 2.0.8) I get the following error: > > ------------------------------------- Pasted from CLI > ------------------------------------------------------------------------------------- > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.pluto:pluto-container:jar:1.1.5-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file > -DgroupId=org.apache.pluto-DartifactId=pluto-container -Dversion= > 1.1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file > -DgroupId=org.apache.pluto-DartifactId=pluto-container -Dversion= > 1.1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.wsrp4j:wsrp4j-producer:war:0.5-SNAPSHOT > 2) org.apache.pluto:pluto-container:jar:1.1.5-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.wsrp4j:wsrp4j-producer:war:0.5-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > --------------------------------------------------- End of Paste > ------------------------------------------------------------------------------- > > I assume that it's trying to build a jar of pluto-container from the trunk > of the Pluto SVN since the latest release of pluto is 1.1.4. > > If somebody has had success building wsrp4j recently, could they suggest > the best way to satisfy this dependency in order to get a working version of > wsrp4j. > > Thanks in advance. > > Ian > > > -- www.easy-share.tk
