Sergio Rivas wrote:

> I’ve got the last jetspeed sources from CVS and when I’m going to
> build …
>
> <snip>
>
> Compiling in ../src/java and saving to ../bin/classes
>
> [javac] Compiling 289 source files to D:\jetspeed\bin\classes
>
> [javac]
> D:\jetspeed\src\java\org\apache\jetspeed\registry\PortletControllerRegistry.java:72:
> No variable PORTLET_CONTROLLER_RE
>
> GISTRY defined in class org.apache.jetspeed.registry.RegistryManager.
>
> [javac]return RegistryManager.getRegistry(
> RegistryManager.PORTLET_CONTROLLER_REGISTRY ) ;
>
> [javac]^
>
> [javac]
> D:\jetspeed\src\java\org\apache\jetspeed\registry\PortletControlRegistry.java:72:
> No variable PORTLET_CONTROL_REGISTRY
>
> defined in class org.apache.jetspeed.registry.RegistryManager.
>
> [javac]return RegistryManager.getRegistry(
> RegistryManager.PORTLET_CONTROL_REGISTRY ) ;
>
> [javac]^
>
> [javac] Note: 4 files use or override a deprecated API.Recompile with
> "-deprecation" for details.
>
> [javac] 2 errors, 1 warning
>
> <snip>
>
> Could you help me?
>
> saludos,
>
> Sergio Rivas
>
> Comercio Electrónico B2B 2.000
>

Looks like you have "tagged" with date or release some files. To get the
"HEAD" revision, say

cvs -r HEAD update,    or
cvs -a to "untag" all tagged files.

If some files are frozen in an old release, that could explain the
error.

I hope it is this problem



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

  • Build Curtis J. Peredina
    • Build Sergio Rivas
      • Santiago Gala

Reply via email to