http://marc.theaimsgroup.com/?l=xml-cocoon-users&w=2&r=1&s=AbstractJavaCompiler&q=b
Maybe one of the solutions can help you? If so, can you tell us which one it was?
Joerg
Marcin Stefaniuk wrote:
"build clean" works correctly. Mock classes and copying is passed (look into build log I attached). It stops at symbol "AbstractJavaCompiler". Classpath looks ok. Whats wrong?
Marcin
----- Original Message ----- From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 8:15 PM Subject: Re: Problem with build
Can you do a "build clean webapp"? The target compile-core does not start with the compiling, but with some copying and mock classes.
Couldn't see anything strange in the diagnostics.
Joerg
Marcin Stefaniuk wrote:
Hello!
I tried to compile latest Cocoon 2.1. I prepared environment as
described
(variables and jars). What I do wrong? When I run builder it prints list
of
errors starting:
begin of code <
C:\cocoon-2.1>build webapp Using Java from C:\j2sdk1.4.1 Buildfile: build.xml
prepare: +-----------------------------------------------------------+ Apache Cocoon 2.1 [1999-2003] +-----------------------------------------------------------+ Building with Apache Ant version 1.5.3 compiled on April 16 2003 using build file C:\cocoon-2.1\build.xml Compiling with debug on, optimize on, deprecation off +--------------------| W A R N I N G |----------------------+ This build is targeted for use with JVM 1.4 Using this build on a virtual machine other than the one it is targeted for may result in runtime errors. +-----------------------------------------------------------+
compile-core: Compiling 519 source files to C:\cocoon-2.1\build\cocoon-2.1\classes
C:\cocoon-2.1\src\java\org\apache\cocoon\components\language\programming\jav
a\Javac.java:72: cannot resolve symbol symbol : class
AbstractJavaCompiler
location: class
org.apache.cocoon.components.language.programming.java.Javac
public class Javac extends AbstractJavaCompiler { ^
C:\cocoon-2.1\src\java\org\apache\cocoon\components\language\programming\jav
a\JavaLanguage.java:66: cannot resolve symbol symbol : class CompiledProgrammingLanguage location: package
programming
import
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguag
e;
... diagnostics removed ...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
