I am trying to install Cocoon on my PC.

I downloaded cocoon-2.1.11-src.zip to
a Microsoft Windows XP machine,
Professional version 2002, with Service Pack 3.

I set the JAVA_HOME variable so that the script
could find tools.jar and ran the build.bat command.

I get

C:\...\cocoon-2.1.11-src\cocoon-2.1.11\tools\targets\compile-build.xml:51: 
Compile failed; see the compiler error output for details.
...
C:\...\cocoon-2.1.11-src\cocoon-2.1.11\src\java\org\apache\cocoon\components\modules\input\XPathXMLFileModule.java:196:
 valueOf(java.lang.String) in java.lang.Boolean cannot be applied to (boolean)

            this.cacheSource = Boolean.valueOf(cacheAll);

                                      ^

C:\...\cocoon-2.1.11-src\cocoon-2.1.11\src\java\org\apache\cocoon\components\modules\input\XPathXMLFileModule.java:203:
 valueOf(java.lang.String) in java.lang.Boolean cannot be applied to (boolean)

            this.reloadSource = Boolean.valueOf(this.reloadAll);

                                       ^

2 errors
=========================================

How do I fix these problems?




-- 
 
Holger Kreek
Academic Data and Systems
Registrar's Office
University of Regina 
1911 - 2011 Excellence in Education 
306-585-4058
 



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

Reply via email to