You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2007/10/28 19:44:08 UTC

Re: myfaces12: build failure - isViewStateJavascript

Hi!
> /home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107] cannot find symbol
> symbol  : method isViewStateJavascript()
> location: class org.apache.myfaces.shared_impl.config.MyfacesConfig
>   
I fixed it with "mvn clean install". I think sometimes the shared 
structure is not correctly rebuilt.

Ciao,
Mario


Re: myfaces12: build failure - isViewStateJavascript

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi!
> MyFaces 1.2.1-SNAPSHOT builds properly on my computer - I am also
> using /current12. Wonder what this is about... Mario, you are on the
> latest sources as well?
>   
Yep .... I didn't meant that I have this problem too, just wanted to
point out that checking out current12 will do the trick for Simon too.

Ciao,
Mario


Re: myfaces12: build failure - isViewStateJavascript

Posted by Martin Marinschek <ma...@gmail.com>.
Hmm,

MyFaces 1.2.1-SNAPSHOT builds properly on my computer - I am also
using /current12. Wonder what this is about... Mario, you are on the
latest sources as well?

regards,

Martin

On 10/28/07, Mario Ivankovits <ma...@ops.co.at> wrote:
> Hi Simon!
>
> I've checked out http://svn.apache.org/repos/asf/myfaces/current12 which
> has some externals setup to checkout all the stuff you need to develop
> MyFaces 1.2
>
> Ciao,
> Mario
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: myfaces12: build failure - isViewStateJavascript

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Simon!

I've checked out http://svn.apache.org/repos/asf/myfaces/current12 which 
has some externals setup to checkout all the stuff you need to develop 
MyFaces 1.2

Ciao,
Mario


Re: myfaces12: build failure - isViewStateJavascript

Posted by simon <si...@chello.at>.
On Sun, 2007-10-28 at 19:44 +0100, Mario Ivankovits wrote:
> Hi!
> > /home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107] cannot find symbol
> > symbol  : method isViewStateJavascript()
> > location: class org.apache.myfaces.shared_impl.config.MyfacesConfig
> >   
> I fixed it with "mvn clean install". I think sometimes the shared 
> structure is not correctly rebuilt.

Weird .. I wonder what I've done wrong then.

Isn't the 1.2 development done here?
  http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/

It appears to be, as there are commits from the last few days there.

However this file needs isViewStateJavascript (due to commit "r588608 |
mmarinschek | 2007-10-26"):
http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java

And this file does not define it:
http://svn.apache.org/repos/asf/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java

Any ideas what I've done wrong?

Thanks,

Simon