You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Mansour Al Akeel <ma...@gmail.com> on 2009/03/25 01:20:05 UTC

Latest source build

Hello all:
I did a source build last week and it went fine. However, after I
updated to the latest, I can not build the source.
Here's the errors I am getting:

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/om/portlet/Description.java:[27,74]
package org.apache.pluto.container.om.portlet does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/userinfo/UserInfoManager.java:[22,33]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/userinfo/UserInfoManager.java:[51,41]
cannot find symbol
symbol: class UserInfoService
public interface UserInfoManager extends UserInfoService

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java:[29,65]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[24,33]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[25,33]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/om/portlet/PortletDefinition.java:[34,80]
package org.apache.pluto.container.om.portlet does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowID.java:[26,68]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletEntity.java:[27,65]
package org.apache.pluto.container does not exist

/home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[39,4]
cannot find symbol
symbol  : class PortletRequestContext
location: interface
org.apache.jetspeed.container.PortletWindowRequestContext
.....

[mansour@neptune jetspeed-trunk.src]$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 758096
Node Kind: directory
Schedule: normal
Last Changed Author: ate
Last Changed Rev: 757831
Last Changed Date: 2009-03-24 12:11:16 -0300 (Tue, 24 Mar 2009)

I had to revert to a prevouis revision to get the source builds correctly:

svn update --revision {2009-03-17}
...
Updated to revision 755099.

With the last week revision it's building ok.

I am getting the build instruction form
http://people.apache.org/~ate/jetspeed-2.2-maven-plugins/building-jetspeed.html

I don't know if I am doing something wrong.




---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Latest source build

Posted by Woonsan Ko <wo...@yahoo.com>.
Hi Mansour,

Currently, the jetspeed trunk is being integrated with new Pluto 2.
If you build pluto2 trunk locally, you can build jetspeed trunk without error, but it is not runnable at the moment. So, you should probably wait a little bit more if you want to build and run from the trunk.

Regards,

Woonsan


--- On Wed, 3/25/09, Mansour Al Akeel <ma...@gmail.com> wrote:

> From: Mansour Al Akeel <ma...@gmail.com>
> Subject: Latest source build
> To: "Jetspeed Users List" <je...@portals.apache.org>
> Date: Wednesday, March 25, 2009, 1:20 AM
> Hello all:
> I did a source build last week and it went fine. However,
> after I
> updated to the latest, I can not build the source.
> Here's the errors I am getting:
> 
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/om/portlet/Description.java:[27,74]
> package org.apache.pluto.container.om.portlet does not
> exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/userinfo/UserInfoManager.java:[22,33]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/userinfo/UserInfoManager.java:[51,41]
> cannot find symbol
> symbol: class UserInfoService
> public interface UserInfoManager extends UserInfoService
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindow.java:[29,65]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[24,33]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[25,33]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/om/portlet/PortletDefinition.java:[34,80]
> package org.apache.pluto.container.om.portlet does not
> exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowID.java:[26,68]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletEntity.java:[27,65]
> package org.apache.pluto.container does not exist
> 
> /home/mansour/workspace/jetspeed/jetspeed-trunk.src/jetspeed-api/src/main/java/org/apache/jetspeed/container/PortletWindowRequestContext.java:[39,4]
> cannot find symbol
> symbol  : class PortletRequestContext
> location: interface
> org.apache.jetspeed.container.PortletWindowRequestContext
> .....
> 
> [mansour@neptune jetspeed-trunk.src]$ svn info
> Path: .
> URL:
> http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 758096
> Node Kind: directory
> Schedule: normal
> Last Changed Author: ate
> Last Changed Rev: 757831
> Last Changed Date: 2009-03-24 12:11:16 -0300 (Tue, 24 Mar
> 2009)
> 
> I had to revert to a prevouis revision to get the source
> builds correctly:
> 
> svn update --revision {2009-03-17}
> ...
> Updated to revision 755099.
> 
> With the last week revision it's building ok.
> 
> I am getting the build instruction form
> http://people.apache.org/~ate/jetspeed-2.2-maven-plugins/building-jetspeed.html
> 
> I don't know if I am doing something wrong.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail:
> jetspeed-user-help@portals.apache.org


      

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org