Pluto 2.0.0 binary build

View: New views
2 Messages — Rating Filter:   Alert me  

Pluto 2.0.0 binary build

by Kamal Ashour :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

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

by Kamal Ashour :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

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@...]
Sent: Monday, April 13, 2009 6:43 PM
To: pluto-dev@...
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