----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-03-19/cocoon-block-php.html>
----------------------------------------------------

Buildfile: build.xml

init:

prepare:
     [echo] 
+-------------------------------------------------------------------------------+
     [echo]                         Apache Cocoon 2.1-dev [1999-2003]
     [echo] 
+-------------------------------------------------------------------------------+
     [echo]  Building with Apache Ant version 1.6alpha compiled on March 19 2003
     [echo]  using build file /home/rubys/jakarta/cocoon-2.1/build.xml
     [echo]  Compiling with debug on, optimize on, deprecation off
     [echo] +-----------------------------| W A R N I N G 
|---------------------------------+
     [echo]                This build is targeted for use with JVM 1.4
     [echo]           Using this build on a virtual machine other than the one
     [echo]              it is targeted for may result in runtime errors.
     [echo] 
+-------------------------------------------------------------------------------+

prepare-core:

compile-core:

compile-scratchpad:

init-tasks:

init-xpatch:

compile-deprecated:

compile:

prepare-blocks:

block:

php-build:

php-mocks:

php-prepare:
    [mkdir] Created dir: 
/home/rubys/jakarta/cocoon-2.1/build/cocoon-2.1-dev/blocks/php/dest
     [copy] Copying 1 file to 
/home/rubys/jakarta/cocoon-2.1/build/cocoon-2.1-dev/blocks/php/conf

php-compile:
    [javac] Compiling 1 source file to 
/home/rubys/jakarta/cocoon-2.1/build/cocoon-2.1-dev/blocks/php/dest
    [javac] 
/home/rubys/jakarta/cocoon-2.1/src/blocks/php/java/org/apache/cocoon/generation/PhpGenerator.java:106:
 package net.php does not exist
    [javac]     public class PhpServlet extends net.php.servlet implements Runnable {
    [javac]                                            ^
    [javac] 
/home/rubys/jakarta/cocoon-2.1/src/blocks/php/java/org/apache/cocoon/generation/PhpGenerator.java:149:
 cannot resolve symbol
    [javac] symbol  : method service 
(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String)
    [javac] location: class org.apache.cocoon.generation.PhpGenerator.PhpServlet
    [javac]                 service(request, response, input);
    [javac]                 ^
    [javac] 
/home/rubys/jakarta/cocoon-2.1/src/blocks/php/java/org/apache/cocoon/generation/PhpGenerator.java:193:
 cannot resolve symbol
    [javac] symbol  : method init (org.apache.cocoon.generation.PhpGenerator.config)
    [javac] location: class org.apache.cocoon.generation.PhpGenerator.PhpServlet
    [javac]             php.init(new 
config((ServletContext)this.objectModel.get(HttpEnvironment.HTTP_SERVLET_CONTEXT)));
    [javac]                ^
    [javac] 
/home/rubys/jakarta/cocoon-2.1/src/blocks/php/java/org/apache/cocoon/generation/PhpGenerator.java:198:
 reference to Thread is ambiguous, both method Thread(java.lang.Runnable) in 
java.lang.Thread and method Thread(java.lang.String) in java.lang.Thread match
    [javac]             new Thread(php).start();
    [javac]             ^
    [javac] 
/home/rubys/jakarta/cocoon-2.1/src/blocks/php/java/org/apache/cocoon/generation/PhpGenerator.java:205:
 cannot resolve symbol
    [javac] symbol  : method destroy ()
    [javac] location: class org.apache.cocoon.generation.PhpGenerator.PhpServlet
    [javac]             php.destroy();
    [javac]                ^
    [javac] 5 errors

BUILD FAILED
file:///home/rubys/jakarta/cocoon-2.1/build/cocoon-2.1-dev/temp/blocks-build.xml:1915: 
Compile failed; see the compiler error output for details.

Total time: 6 seconds

Reply via email to