You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by "Torres, Herbert" <ht...@acs.rutgers.edu> on 2004/03/31 19:56:31 UTC

HELP SETTING UP PLUTO

I am trying to setup Pluto and I am getting the following while running
fullDeployment:

Attempting to download pluto-1.0.jar.
WARNING: Failed to download pluto-1.0.jar.
Attempting to download pluto-portal-1.0.jar.
WARNING: Failed to download pluto-portal-1.0.jar.

BUILD FAILED
File...... file:/C:/Documents and
Settings/htorres/.maven/plugins/maven-multiproject-plugin-1.2/plugin.jelly
Element... maven:reactor
Line...... 202
Column.... 9
The build cannot continue because of the following unsatisfied dependencies:

pluto-1.0.jar (no download url specified)
pluto-portal-1.0.jar (no download url specified)

Any ideas

Thanks

Bert Torres 
Application Developer 
Administrative Computing Services, Rutgers University
voice: 732 445-6311 | htorres@rutgers.edu



RE: HELP SETTING UP PLUTO

Posted by Xavier Saint-Denis <xs...@free.fr>.
Hi,

You can try a global recent checkout of the Pluto module.

And then, there is a little modification to do (this can be updated on the
cvs repository by the Pluto team) at the time of writing.

In the file :

---------------------------------------------
 - Jakarta-pluto/testsuite/project.xml 
---------------------------------------------

Change the dependency so as to address pluto version 1.0.1, pluto-portal
version 1.0.1 and portlet-api version 1.0.1

    <dependency>
      <id>pluto</id>
      <version>1.0</version>    <---------------
      <properties>
        <war.bundle>false</war.bundle>
      </properties>
    </dependency>
    <dependency>
      <id>pluto-portal</id>
      <groupId>pluto</groupId>
      <version>1.0</version>   <---------------------
      <properties>
        <war.bundle>false</war.bundle>
      </properties>
    </dependency>
    
    <dependency>
      <id>portlet-api</id>
      <groupId>portlet-api</groupId>
      <version>1.0</version>        <----------------------
      <properties>
        <war.bundle>false</war.bundle>
      </properties>
    </dependency>


Regards,

Xavier


-----Message d'origine-----
De : Torres, Herbert [mailto:htorres@acs.rutgers.edu] 
Envoyé : mercredi 31 mars 2004 19:57
À : 'pluto-user@jakarta.apache.org'
Objet : HELP SETTING UP PLUTO

I am trying to setup Pluto and I am getting the following while running
fullDeployment:

Attempting to download pluto-1.0.jar.
WARNING: Failed to download pluto-1.0.jar.
Attempting to download pluto-portal-1.0.jar.
WARNING: Failed to download pluto-portal-1.0.jar.

BUILD FAILED
File...... file:/C:/Documents and
Settings/htorres/.maven/plugins/maven-multiproject-plugin-1.2/plugin.jelly
Element... maven:reactor
Line...... 202
Column.... 9
The build cannot continue because of the following unsatisfied dependencies:

pluto-1.0.jar (no download url specified)
pluto-portal-1.0.jar (no download url specified)

Any ideas

Thanks

Bert Torres 
Application Developer 
Administrative Computing Services, Rutgers University
voice: 732 445-6311 | htorres@rutgers.edu