Hi David
I have installed Pluto 1.1. But I find that the admin page has nothing in it except some static stuff in it.
Then I am tried to deploy SamplePortlet.war by following the directions on:
http://portals.apache.org/pluto/developer/build_source.html
[To install portlets after you successfully installed Pluto, invoke Maven from the deploy subdirectory of the base install directory to deploy the portlet's war by executing:
maven deploy -Ddeploy=FULL_PATH_TO_YOUR_PORTLET_WAR ]
I do not know how to get to deploying the War using the admin utility, so I am using the above instructions.

I also referred to the following link:
http://portals.apache.org/pluto/install.html

[

  • Assemble your portlet application into a valid war.
  • Run the maven deploy goal on your war
    This can be done by running this command line in the deploy subdirectory:
    maven deploy
     -Ddeploy=/MyPathToMyPortlet/target/MyPortlet.war
    See the Building From Source document for detailed instructions.
  • Alternatively, there is an interactive ant script in the portlet-deploy directory that will perform the same task as the Maven deployment go...]

    I had my Portlet in a directory called C:\navnorth\temp\SamplePortlet.war
    and I tried deploying the Portlet I got the following errors:
    C:\trunk>cd pluto-util

    C:\trunk\pluto-util>mvn deploy -Ddeploy="C:\trunk\portlets\first.war"
    [INFO] Scanning for projects...
    [INFO] -------------------------------------------------------------------------
    ---
    [INFO] Building Pluto Utilities
    [INFO]    task-segment: [deploy]
    [INFO] -------------------------------------------------------------------------
    ---
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:compile]
    [INFO] Nothing to compile - all classes are up to date
    [INFO] [resources:testResources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:testCompile]
    [INFO] No sources to compile
    [INFO] [surefire:test]
    [INFO] No tests to run.
    [INFO] [jar:jar]
    [INFO] Building jar: C:\trunk\pluto-util\target\pluto-util-1.1.0-SNAPSHOT.jar
    [INFO] [install:install]
    [INFO] Installing C:\trunk\pluto-util\target\pluto-util-1.1.0-SNAPSHOT.jar to C:
    \Documents and Settings\ilango\.m2\repository\org\apache\pluto\pluto-util\1.1.0-
    SNAPSHOT\pluto-util-1.1.0-SNAPSHOT.jar
    [INFO] [deploy:deploy]
    [INFO] Retrieving previous build number from m1
    The authenticity of host 'cvs.apache.org' can't be established.
    DSA key fingerprint is 79:7c:cb:6a:44:47:b2:ef:5c:66:28:d7:40:0d:b1:f9.
    Are you sure you want to continue connecting? (yes/no):
    Thanks a lot
    ilango



"David H. DeWolf" <[EMAIL PROTECTED]> wrote:
you have to do an

mvn install

from the directory first. This will install the missing plugin.

David

On 3/13/06, ilango <[EMAIL PROTECTED]> wrote:
> Hi
> I got the following error, while attempting to test Pluto 1.1
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\ilango>cd /
>
> C:\Documents and Settings\ilango>cd \
>
> C:\>mvn pluto:install -DinstallDir="C:\Tomcat"
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'pluto'.
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building Maven Default Project
> [INFO] task-segment: [pluto:install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO]
> -------------------------------------------------------------------------
> ---
> [ERROR] BUILD ERROR
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Cannot execute mojo: install. It requires a project with an existing
> pom.
> xml, bu t the build is not using one.
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sun Mar 12 23:16:36 PST 2006
> [INFO] Final Memory: 1M/3M
> [INFO]
> -------------------------------------------------------------------------
> ---
>
> C:\>
> C:\>mvn pluto:install -DinstallDir="C:\Tomcat\webapps"
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'pluto'.
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Building Maven Default Project
> [INFO] task-segment: [pluto:install]
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO]
> -------------------------------------------------------------------------
> ---
> [ERROR] BUILD ERROR
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Cannot execute mojo: install. It requires a project with an existing
> pom.
> xml, but the build is not using one.
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> -------------------------------------------------------------------------
> ---
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sun Mar 12 23:22:47 PST 2006
> [INFO] Final Memory: 1M/3M
> [INFO]
> -------------------------------------------------------------------------
> ---
>
> C:\>
>
> ----------
> I am running JDK 1.4.2_08 and JRE 1.5_06
> I have Tomcat 5.5.15
> I installed the Tomcat Compat package too.
>
> I still get this error. I wonder why?
>
>
> Thanks in advance
> ilango
>
>
>
>
>
>
> "David H. DeWolf" <[EMAIL PROTECTED]> wrote:
> http://portals.apache.org/pluto/source-repository.html
>
> On 3/12/06, ilango wrote:
> > hi
> > I am interested in checking out the latest stable version of Pluto 1.1.
> > What link should I use for checking it out from the Subversion repository?
> >
> > I tried looking on the Pluto website, but found only the checkout URL for
> > Pluto 1.0.1
> >
> > thanks
> > ilango
> >
> >
> > ________________________________
> > Yahoo! Mail
> > Use Photomail to share photos without annoying attachments.
> >
> >
>
>
>
> ________________________________
> Yahoo! Mail
> Bring photos to life! New PhotoMail makes sharing a breeze.
>
>


Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

Reply via email to