You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Paul Spencer <pa...@apache.org> on 2007/02/09 02:43:52 UTC

Compilation failure on HtmlFormRenderer in the sandbox.

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

C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[32,71] cannot resolve symbol
symbol  : class HtmlFormRenderer
location: package html

C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[41,8] cannot resolve symbol
symbol  : variable super
location: class org.apache.myfaces.renderkit.html.ext.HtmlFormRenderer

C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[45,8] cannot resolve symbol
symbol  : variable super
location: class org.apache.myfaces.renderkit.html.ext.HtmlFormRenderer


Re: Compilation failure on HtmlFormRenderer in the sandbox.

Posted by Mike Kienenberger <mk...@gmail.com>.
Cagatay submitted some patches dealing with HtmlFormRenderer earlier today.
It probably has to do with these.   Maybe some of your code checkout
isn't completely up-to-date?

Try clearing your myfaces repository files, doing a clean checkout,
and seeing if that solves the problem.

Failing that, it's probably due to one of these:

http://svn.apache.org/viewvc?view=rev&rev=504829
http://svn.apache.org/viewvc?view=rev&rev=504834
http://svn.apache.org/viewvc?view=rev&rev=504844
http://svn.apache.org/viewvc?view=rev&rev=504845
http://svn.apache.org/viewvc?view=rev&rev=504846
http://svn.apache.org/viewvc?view=rev&rev=504847


On 2/8/07, Paul Spencer <pa...@apache.org> wrote:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[32,71] cannot resolve symbol
> symbol  : class HtmlFormRenderer
> location: package html
>
> C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[41,8] cannot resolve symbol
> symbol  : variable super
> location: class org.apache.myfaces.renderkit.html.ext.HtmlFormRenderer
>
> C:\svn_apache_org\myfaces-061205\tomahawk\sandbox\core\src\main\java\org\apache\myfaces\renderkit\html\ext\HtmlFormRenderer.java:[45,8] cannot resolve symbol
> symbol  : variable super
> location: class org.apache.myfaces.renderkit.html.ext.HtmlFormRenderer
>
>