You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Anatol Pomozov <an...@gmail.com> on 2005/01/26 10:08:06 UTC

Compilation error

Hi, all.

I am trying to compile tapestry from cvs sources using ant ('ant dist' task)
But I got an error. How to solve it??


   [javac] /opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/src/java/org/apache/tapestry/enhance/EnhancementOperationImpl.java:105:
cannot resolve symbol
   [javac] symbol  : variable Defense
   [javac] location: class org.apache.tapestry.enhance.EnhancementOperationImpl
   [javac]         Defense.notNull(specification, "specification");
   [javac]         ^
   [javac] /opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/src/java/org/apache/tapestry/enhance/EnhancementOperationImpl.java:106:
cannot resolve symbol
   [javac] symbol  : variable Defense
   [javac] location: class org.apache.tapestry.enhance.EnhancementOperationImpl
   [javac]         Defense.notNull(baseClass, "baseClass");
   [javac]         ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -deprecation for details.
   [javac] 100 errors

BUILD FAILED
/opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/project.xml:48:
The following error occurred while executing this line:
/opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/project.xml:39:
The following error occurred while executing this line:
/opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/build.xml:53:
The following error occurred while executing this line:
/opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/module.xml:122:
Compile failed; see the compiler error output for details.


-- 
anatol

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


Re: Compilation error

Posted by Howard Lewis Ship <hl...@gmail.com>.
There's a page on the wiki.  Basically, we're compliling the latest
alpha Tapestry against the latest alpha HiveMind.


On Wed, 26 Jan 2005 11:08:06 +0200, Anatol Pomozov
<an...@gmail.com> wrote:
> Hi, all.
> 
> I am trying to compile tapestry from cvs sources using ant ('ant dist' task)
> But I got an error. How to solve it??
> 
>    [javac] /opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/src/java/org/apache/tapestry/enhance/EnhancementOperationImpl.java:105:
> cannot resolve symbol
>    [javac] symbol  : variable Defense
>    [javac] location: class org.apache.tapestry.enhance.EnhancementOperationImpl
>    [javac]         Defense.notNull(specification, "specification");
>    [javac]         ^
>    [javac] /opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/src/java/org/apache/tapestry/enhance/EnhancementOperationImpl.java:106:
> cannot resolve symbol
>    [javac] symbol  : variable Defense
>    [javac] location: class org.apache.tapestry.enhance.EnhancementOperationImpl
>    [javac]         Defense.notNull(baseClass, "baseClass");
>    [javac]         ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -deprecation for details.
>    [javac] 100 errors
> 
> BUILD FAILED
> /opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/project.xml:48:
> The following error occurred while executing this line:
> /opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/project.xml:39:
> The following error occurred while executing this line:
> /opt/develop/osf-projects/apache.org/jakarta-tapestry/framework/build.xml:53:
> The following error occurred while executing this line:
> /opt/develop/osf-projects/apache.org/jakarta-hivemind/hivebuild/module.xml:122:
> Compile failed; see the compiler error output for details.
> 
> --
> anatol
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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