You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Philip Mark Donaghy <ph...@gmail.com> on 2006/11/09 17:58:59 UTC

Build errors

As far as I can tell the m2 build is broken.

I found that jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java
was missing two interface methods:

    void setCurrentModeAction( String currentModeAction );
    void setCurrentStateAction( String currentStateAction );

And there is are errors in the serializer,

/home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[24,43]
package org.apache.jetspeed.components.jndi does not exist

/home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[202,8]
cannot find symbol
symbol  : class SpringJNDIStarter
location: class org.apache.jetspeed.serializer.JetspeedSerializerApplication

/home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[202,40]
cannot find symbol
symbol  : class SpringJNDIStarter
location: class org.apache.jetspeed.serializer.JetspeedSerializerApplication


Apart from that I like the new page editing feature for ordering page links.
-- 
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

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


Re: Build errors

Posted by David Sean Taylor <da...@bluesunrise.com>.
Thanks Philip, these should be fixed now

Philip Mark Donaghy wrote:
> As far as I can tell the m2 build is broken.
> 
> I found that 
> jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java
> was missing two interface methods:
> 
>    void setCurrentModeAction( String currentModeAction );
>    void setCurrentStateAction( String currentStateAction );
> 
> And there is are errors in the serializer,
> 
> /home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[24,43] 
> 
> package org.apache.jetspeed.components.jndi does not exist
> 
> /home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[202,8] 
> 
> cannot find symbol
> symbol  : class SpringJNDIStarter
> location: class 
> org.apache.jetspeed.serializer.JetspeedSerializerApplication
> 
> /home/phil/opensource/svnProjects/jetspeed-2/components/serializer/src/java/org/apache/jetspeed/serializer/JetspeedSerializerApplication.java:[202,40] 
> 
> cannot find symbol
> symbol  : class SpringJNDIStarter
> location: class 
> org.apache.jetspeed.serializer.JetspeedSerializerApplication
> 
> 
> Apart from that I like the new page editing feature for ordering page 
> links.




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