You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2004/04/14 04:25:16 UTC

build broken today

Today's svn trunk is broken. I get the following. Does anyone
else have the same problem?

...
compile:
Created dir: /usr/local/svn/forrest/build/classes
Copying 1 file to /usr/local/svn/forrest/build
Compiling 34 source files to /usr/local/svn/forrest/build/classes
/usr/local/svn/forrest/src/java/org/apache/forrest/conf/AntPropertiesModule.java:50: cannot resolve symbol
symbol  : class AbstractJXPathModule
location: class org.apache.forrest.conf.AntPropertiesModule
public class AntPropertiesModule extends AbstractJXPathModule
                                         ^
/usr/local/svn/forrest/src/java/org/apache/forrest/conf/AntPropertiesModule.java:51: cannot resolve symbol
symbol  : class InputModule
location: class org.apache.forrest.conf.AntPropertiesModule
implements InputModule, Serviceable, Configurable, ThreadSafe {
           ^
/usr/local/svn/forrest/src/java/org/apache/forrest/conf/ForrestWrappingModule.java:25: cannot resolve symbol
symbol  : class AbstractWrappingModule
location: class org.apache.forrest.conf.ForrestWrappingModule
public class ForrestWrappingModule extends AbstractWrappingModule{
                                           ^
/usr/local/svn/forrest/src/java/org/apache/forrest/conf/AntPropertiesModule.java:67: cannot resolve symbol
symbol  : variable super
location: class org.apache.forrest.conf.AntPropertiesModule
        super.configure(configuration);
        ^
4 errors
3 warnings
 
BUILD FAILED



Re: build broken today

Posted by Juan Jose Pablos <ch...@che-che.com>.
Nicola Ken Barozzi escribió:
> David Crossley wrote:
> 
>> Today's svn trunk is broken. I get the following. Does anyone
>> else have the same problem?
> 
> 
> My bad, missing package imports, I'll fix it.
> 

Cool!, I am not the only one that make mistakes on commit. :-)


Re: build broken today

Posted by Nicola Ken Barozzi <ni...@apache.org>.
David Crossley wrote:
> Today's svn trunk is broken. I get the following. Does anyone
> else have the same problem?

My bad, missing package imports, I'll fix it.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------