You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Kamal Ashour <ka...@hotmail.com> on 2009/04/14 01:42:41 UTC

Pluto 2.0.0 binary build

Hello,
 
I checked out the latest source and used the following command, I am getting
the following build error, can someone help me resolve it.  Thanks.
 
                Run the binary build using the command line:
 
                                ant -f dist-build.xml
 
   
  [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Reactor Summary:
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Apache Pluto ..........................................
SUCCESS [2.168s]
     [exec] [INFO] Apache Pluto Container API ............................
SUCCESS [3.089s]
     [exec] [INFO] Apache Pluto Portlet Container ........................
SUCCESS [6.131s]
     [exec] [INFO] Apache Pluto Portlet Tag Library ......................
SUCCESS [1.279s]
     [exec] [INFO] Apache Pluto Container Driver API .....................
SUCCESS [1.217s]
     [exec] [INFO] Apache Pluto Portal Driver ............................
SUCCESS [3.292s]
     [exec] [INFO] Apache Pluto Portal Driver Implementation Classes .....
SUCCESS [1.685s]
     [exec] [INFO] Apache Pluto Portal ...................................
SUCCESS [1.934s]
     [exec] [INFO] Apache Pluto Utilities ................................
SUCCESS [7.597s]
     [exec] [INFO] Maven Pluto Installer Plugin ..........................
SUCCESS [2.621s]
     [exec] [INFO] Apache Pluto Testsuite Portlet ........................
SUCCESS [2.543s]
     [exec] [INFO] Apache Pluto Ant Tasks ................................
SUCCESS [0.624s]
     [exec] [INFO] Apache Pluto Website Skin .............................
SUCCESS [0.437s]
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESSFUL
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Total time: 37 seconds
     [exec] [INFO] Finished at: Mon Apr 13 18:15:00 CDT 2009
     [exec] [INFO] Final Memory: 43M/63M
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Scanning for projects...
     [exec] [INFO] Reactor build order: 
     [exec] [INFO]   Apache Pluto
     [exec] [INFO]   Apache Pluto Container API
     [exec] [INFO]   Apache Pluto Portlet Container
     [exec] [INFO]   Apache Pluto Portlet Tag Library
     [exec] [INFO]   Apache Pluto Container Driver API
     [exec] [INFO]   Apache Pluto Portal Driver
     [exec] [INFO]   Apache Pluto Portal Driver Implementation Classes
     [exec] [INFO]   Apache Pluto Portal
     [exec] [INFO]   Apache Pluto Utilities
     [exec] [INFO]   Maven Pluto Installer Plugin
     [exec] [INFO]   Apache Pluto Testsuite Portlet
     [exec] [INFO]   Apache Pluto Ant Tasks
     [exec] [INFO]   Apache Pluto Website Skin
     [exec] [INFO] Searching repository for plugin with prefix: 'pluto'.
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [ERROR] BUILD ERROR
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] The plugin 'org.apache.maven.plugins:maven-pluto-plugin'
does not exist or no valid version could be found
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] For more information, run Maven with the -e switch
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Total time: < 1 second
     [exec] [INFO] Finished at: Mon Apr 13 18:15:02 CDT 2009
     [exec] [INFO] Final Memory: 3M/7M
     [exec] [INFO]
------------------------------------------------------------------------
 
BUILD FAILED
C:\pluto-2.0.0\dist-build.xml:185: exec returned: 1
 
Total time: 1 minute 4 seconds

RE: Pluto 2.0.0 binary build

Posted by Kamal Ashour <ka...@hotmail.com>.
Found the cause needed to add the following
 
If this is your first time building Pluto with Maven 2, edit
~/.m2/settings.xml and add the <pluginGroups> element:
 
<settings>
  <pluginGroups>
    <pluginGroup>org.apache.pluto</pluginGroup>
  </pluginGroups>
</settings>
 
 
From: Kamal Ashour [mailto:kamal.ashour@hotmail.com] 
Sent: Monday, April 13, 2009 6:43 PM
To: pluto-dev@portals.apache.org
Subject: Pluto 2.0.0 binary build
 
Hello,
 
I checked out the latest source and used the following command, I am getting
the following build error, can someone help me resolve it.  Thanks.
 
                Run the binary build using the command line:
 
                                ant -f dist-build.xml
 
   
  [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Reactor Summary:
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Apache Pluto ..........................................
SUCCESS [2.168s]
     [exec] [INFO] Apache Pluto Container API ............................
SUCCESS [3.089s]
     [exec] [INFO] Apache Pluto Portlet Container ........................
SUCCESS [6.131s]
     [exec] [INFO] Apache Pluto Portlet Tag Library ......................
SUCCESS [1.279s]
     [exec] [INFO] Apache Pluto Container Driver API .....................
SUCCESS [1.217s]
     [exec] [INFO] Apache Pluto Portal Driver ............................
SUCCESS [3.292s]
     [exec] [INFO] Apache Pluto Portal Driver Implementation Classes .....
SUCCESS [1.685s]
     [exec] [INFO] Apache Pluto Portal ...................................
SUCCESS [1.934s]
     [exec] [INFO] Apache Pluto Utilities ................................
SUCCESS [7.597s]
     [exec] [INFO] Maven Pluto Installer Plugin ..........................
SUCCESS [2.621s]
     [exec] [INFO] Apache Pluto Testsuite Portlet ........................
SUCCESS [2.543s]
     [exec] [INFO] Apache Pluto Ant Tasks ................................
SUCCESS [0.624s]
     [exec] [INFO] Apache Pluto Website Skin .............................
SUCCESS [0.437s]
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] BUILD SUCCESSFUL
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Total time: 37 seconds
     [exec] [INFO] Finished at: Mon Apr 13 18:15:00 CDT 2009
     [exec] [INFO] Final Memory: 43M/63M
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Scanning for projects...
     [exec] [INFO] Reactor build order: 
     [exec] [INFO]   Apache Pluto
     [exec] [INFO]   Apache Pluto Container API
     [exec] [INFO]   Apache Pluto Portlet Container
     [exec] [INFO]   Apache Pluto Portlet Tag Library
     [exec] [INFO]   Apache Pluto Container Driver API
     [exec] [INFO]   Apache Pluto Portal Driver
     [exec] [INFO]   Apache Pluto Portal Driver Implementation Classes
     [exec] [INFO]   Apache Pluto Portal
     [exec] [INFO]   Apache Pluto Utilities
     [exec] [INFO]   Maven Pluto Installer Plugin
     [exec] [INFO]   Apache Pluto Testsuite Portlet
     [exec] [INFO]   Apache Pluto Ant Tasks
     [exec] [INFO]   Apache Pluto Website Skin
     [exec] [INFO] Searching repository for plugin with prefix: 'pluto'.
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [ERROR] BUILD ERROR
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] The plugin 'org.apache.maven.plugins:maven-pluto-plugin'
does not exist or no valid version could be found
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] For more information, run Maven with the -e switch
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Total time: < 1 second
     [exec] [INFO] Finished at: Mon Apr 13 18:15:02 CDT 2009
     [exec] [INFO] Final Memory: 3M/7M
     [exec] [INFO]
------------------------------------------------------------------------
 
BUILD FAILED
C:\pluto-2.0.0\dist-build.xml:185: exec returned: 1
 
Total time: 1 minute 4 seconds