You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Stavros Kounis <go...@osmosis.gr> on 2003/05/26 21:05:24 UTC

build [05.26.2003] CVS snapshot error

hi people

i try to build todays cvs snapshot (2.1)

but i get errors

copy paste from console:

Compiling 487 source files to
C:\CVS\cocoon-2.1\build\cocoon-2.1m3-dev\classes
C:\CVS\cocoon-2.1\src\java\org\apache\cocoon\bean\CocoonBean.java:177:
cannot re
solve symbol
symbol  : constructor CommandLineContext (java.lang.String)
location: class
org.apache.cocoon.environment.commandline.CommandLineContext
            cliContext = new CommandLineContext(contextDir);
                         ^
C:\CVS\cocoon-2.1\src\java\org\apache\cocoon\bean\CocoonBean.java:178:
cannot re
solve symbol
symbol  : method enableLogging
(org.apache.avalon.framework.logger.LogKitLogger)

location: class
org.apache.cocoon.environment.commandline.CommandLineContext
            cliContext.enableLogging(new LogKitLogger(log));
                      ^
2 errors

BUILD FAILED


system:
win xp
java: j2sdk1.4.1_01

--- stavros



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


RE: build [05.26.2003] CVS snapshot error

Posted by Geoff Howard <co...@leverageweb.com>.
have you tried doing build clean first?  generally I 
find this happens while things are being moved around 
or replaced.  As there has been a good deal of work 
lately surrounding CLI, that would be my first guess.

Geoff

> -----Original Message-----
> From: Stavros Kounis [mailto:gounis@osmosis.gr]
> Sent: Monday, May 26, 2003 3:05 PM
> To: cocoon-users@xml.apache.org
> Subject: build [05.26.2003] CVS snapshot error
> 
> 
> 
> hi people
> 
> i try to build todays cvs snapshot (2.1)
> 
> but i get errors
> 
> copy paste from console:
> 
> Compiling 487 source files to
> C:\CVS\cocoon-2.1\build\cocoon-2.1m3-dev\classes
> C:\CVS\cocoon-2.1\src\java\org\apache\cocoon\bean\CocoonBean.java:177:
> cannot re
> solve symbol
> symbol  : constructor CommandLineContext (java.lang.String)
> location: class
> org.apache.cocoon.environment.commandline.CommandLineContext
>             cliContext = new CommandLineContext(contextDir);
>                          ^
> C:\CVS\cocoon-2.1\src\java\org\apache\cocoon\bean\CocoonBean.java:178:
> cannot re
> solve symbol
> symbol  : method enableLogging
> (org.apache.avalon.framework.logger.LogKitLogger)
> 
> location: class
> org.apache.cocoon.environment.commandline.CommandLineContext
>             cliContext.enableLogging(new LogKitLogger(log));
>                       ^
> 2 errors
> 
> BUILD FAILED
> 
> 
> system:
> win xp
> java: j2sdk1.4.1_01
> 
> --- stavros
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org