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 Jon Stevens <jo...@latchkey.com> on 2001/03/23 11:34:10 UTC

[GUMP] Build Failure - Jetspeed

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-03-23/jakarta-jetspeed.html>
----------------------------------------------------

Buildfile: build/build.xml

prepare:

apis:
     [java] -- Suppressing non fatal warnings.
     [java] -- Suppressing non fatal warnings.
     [java] -- Suppressing non fatal warnings.
     [java] -- Suppressing non fatal warnings.

core:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-jetspeed/bin
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-jetspeed/bin/classes
     [echo] Compiling in ../src/java and saving to ../bin/classes
    [javac] Compiling 316 source files to /home/rubys/jakarta/jakarta-jetspeed/bin/classes
    [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/VariableResourcesService.java:65: Class org.apache.turbine.util.Configurations not found in import.
    [javac] import org.apache.turbine.util.Configurations;
    [javac]        ^
    [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/VariableResourcesService.java:66: Class org.apache.turbine.util.ExtendedProperties not found in import.
    [javac] import org.apache.turbine.util.ExtendedProperties;
    [javac]        ^
    [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/urlmanager/JetspeedURLManagerService.java:61: Class org.apache.turbine.util.Configurations not found in import.
    [javac] import org.apache.turbine.util.Configurations;
    [javac]        ^
    [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/urlmanager/JetspeedURLManagerService.java:62: Class org.apache.turbine.util.ExtendedProperties not found in import.
    [javac] import org.apache.turbine.util.ExtendedProperties;
    [javac]        ^
    [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/admin/JetspeedPropertiesPortlet.java:100: Incompatible type for declaration. Explicit cast needed to convert java.util.Iterator to java.util.Enumeration.
    [javac]         Enumeration enum = TurbineResources.getKeys();
    [javac]                     ^
    [javac] Note: 92 files use or override a deprecated API.  Recompile with "-deprecation" for details.
    [javac] 5 errors, 1 warning

BUILD FAILED

/home/rubys/jakarta/jakarta-jetspeed/build/build.xml:97: Compile failed, messages should have been provided.

Total time: 1 minute 19 seconds

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


Re: [GUMP] Build Failure - Jetspeed

Posted by Santiago Gala <sg...@hisitech.com>.
Jon Stevens wrote:

> ----------------------------------------------------
> This email is autogenerated from the output from:
> <http://jakarta.apache.org/builds/gump/2001-03-23/jakarta-jetspeed.html>
> ----------------------------------------------------
> 
> Buildfile: build/build.xml
> 
> prepare:
> 
> apis:
>      [java] -- Suppressing non fatal warnings.
>      [java] -- Suppressing non fatal warnings.
>      [java] -- Suppressing non fatal warnings.
>      [java] -- Suppressing non fatal warnings.
> 
> core:
>     [mkdir] Created dir: /home/rubys/jakarta/jakarta-jetspeed/bin
>     [mkdir] Created dir: /home/rubys/jakarta/jakarta-jetspeed/bin/classes
>      [echo] Compiling in ../src/java and saving to ../bin/classes
>     [javac] Compiling 316 source files to /home/rubys/jakarta/jakarta-jetspeed/bin/classes
>     [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/VariableResourcesService.java:65: Class org.apache.turbine.util.Configurations not found in import.
>     [javac] import org.apache.turbine.util.Configurations;
>     [javac]        ^
>     [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/resources/VariableResourcesService.java:66: Class org.apache.turbine.util.ExtendedProperties not found in import.
>     [javac] import org.apache.turbine.util.ExtendedProperties;
>     [javac]        ^
>     [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/urlmanager/JetspeedURLManagerService.java:61: Class org.apache.turbine.util.Configurations not found in import.
>     [javac] import org.apache.turbine.util.Configurations;
>     [javac]        ^
>     [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/services/urlmanager/JetspeedURLManagerService.java:62: Class org.apache.turbine.util.ExtendedProperties not found in import.
>     [javac] import org.apache.turbine.util.ExtendedProperties;
>     [javac]        ^
>     [javac] /home/rubys/jakarta/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/admin/JetspeedPropertiesPortlet.java:100: Incompatible type for declaration. Explicit cast needed to convert java.util.Iterator to java.util.Enumeration.
>     [javac]         Enumeration enum = TurbineResources.getKeys();
>     [javac]                     ^
>     [javac] Note: 92 files use or override a deprecated API.  Recompile with "-deprecation" for details.
>     [javac] 5 errors, 1 warning
> 
> BUILD FAILED
> 

Yes, I'm aware that jetspeed does not build against current turbine.

I'm taking care of these changes and will commit when we have a 
"milestone" tdk release to hang to. This will include velocity update to 
1.0b.

We should stick to Turbine.jar that is part of any given release, to 
avoid having people asking for the turbine version used.

BTW, we need the functionality in ExtendedProperties, I hope it is still 
somewhere. Also, turbine people should deprecate this kind of classes 
before removal during at least a couple of weeks to avoid things failing 
like this.


> /home/rubys/jakarta/jakarta-jetspeed/build/build.xml:97: Compile failed, messages should have been provided.
> 
> Total time: 1 minute 19 seconds
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org



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