You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "jeremi Joslin (JIRA)" <ji...@apache.org> on 2006/01/27 07:25:33 UTC

[jira] Created: (JCR-310) XercesImpl is missing in WebDav contrib project

XercesImpl is missing in WebDav contrib project
-----------------------------------------------

         Key: JCR-310
         URL: http://issues.apache.org/jira/browse/JCR-310
     Project: Jackrabbit
        Type: Bug
    Versions: 0.9    
 Environment: maven
    Reporter: jeremi Joslin


$ /usr/local/maven/bin/maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

multiproject:install:
multiproject:projects-init:
    [echo] Gathering project list
Starting the reactor...
Our processing order:
JCRWebdavServer Webdav Library
JCRWebdavServer Server Library
JCRWebdavServer Client Library
JCRWebdavServer WebApplication
+----------------------------------------
| Gathering project list JCRWebdavServer Webdav Library
| Memory: 3M/4M
+----------------------------------------
+----------------------------------------
| Gathering project list JCRWebdavServer Server Library
| Memory: 3M/4M
+----------------------------------------
+----------------------------------------
| Gathering project list JCRWebdavServer Client Library
| Memory: 3M/4M
+----------------------------------------
+----------------------------------------
| Gathering project list JCRWebdavServer WebApplication
| Memory: 3M/4M
+----------------------------------------
Starting the reactor...
Our processing order:
JCRWebdavServer Webdav Library
JCRWebdavServer Server Library
JCRWebdavServer Client Library
JCRWebdavServer WebApplication
+----------------------------------------
| Executing multiproject:install-callback JCRWebdavServer Webdav Library
| Memory: 3M/4M
+----------------------------------------
Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
Response content length is not known
Artifact /org.apache.jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally

multiproject:goal:
build:start:

multiproject:install-callback:
    [echo] Running jar:install for JCRWebdavServer Webdav Library
java:prepare-filesystem:

java:compile:
    [echo] Compiling to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
    [javac] Compiling 109 source files to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:26: package org.apache.xml.serialize does not exist
import org.apache.xml.serialize.OutputFormat;
                                ^
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:27: package org.apache.xml.serialize does not exist
import org.apache.xml.serialize.XMLSerializer;
                                ^
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
symbol  : class OutputFormat 
location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
                OutputFormat format = new OutputFormat("xml", "UTF-8", true);
                ^
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
symbol  : class OutputFormat 
location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
                OutputFormat format = new OutputFormat("xml", "UTF-8", true);
                                          ^
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
symbol  : class XMLSerializer 
location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
                XMLSerializer serializer = new XMLSerializer(out, format);
                ^
/home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
symbol  : class XMLSerializer 
location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
                XMLSerializer serializer = new XMLSerializer(out, format);
                                               ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
6 errors

BUILD FAILED
File...... /home/jeremi/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- /home/jeremi/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1: <ant:javac> Compile failed; see the compiler error output for details.
Total time: 8 seconds
Finished at: Fri Jan 27 07:14:37 CET 2006

$

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-310) XercesImpl is missing in WebDav contrib project

Posted by "jeremi Joslin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-310?page=comments#action_12364186 ] 

jeremi Joslin commented on JCR-310:
-----------------------------------

Oh, I forget, it's on the last svn version.

to fix it, we just have to add this to project.xml :

        <dependency>
          <groupId>xerces</groupId>
          <artifactId>xercesImpl</artifactId>
          <version>2.6.2</version>
            <properties>
                <war.bundle>true</war.bundle>
            </properties>
        </dependency>


> XercesImpl is missing in WebDav contrib project
> -----------------------------------------------
>
>          Key: JCR-310
>          URL: http://issues.apache.org/jira/browse/JCR-310
>      Project: Jackrabbit
>         Type: Bug
>     Versions: 0.9
>  Environment: maven
>     Reporter: jeremi Joslin

>
> $ /usr/local/maven/bin/maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> build:start:
> multiproject:install:
> multiproject:projects-init:
>     [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Gathering project list JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Server Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Client Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer WebApplication
> | Memory: 3M/4M
> +----------------------------------------
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Executing multiproject:install-callback JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
> Response content length is not known
> Artifact /org.apache.jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
> multiproject:goal:
> build:start:
> multiproject:install-callback:
>     [echo] Running jar:install for JCRWebdavServer Webdav Library
> java:prepare-filesystem:
> java:compile:
>     [echo] Compiling to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
>     [javac] Compiling 109 source files to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:26: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.OutputFormat;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:27: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.XMLSerializer;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                                           ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                                                ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -deprecation for details.
> 6 errors
> BUILD FAILED
> File...... /home/jeremi/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- /home/jeremi/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1: <ant:javac> Compile failed; see the compiler error output for details.
> Total time: 8 seconds
> Finished at: Fri Jan 27 07:14:37 CET 2006
> $

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (JCR-310) XercesImpl is missing in WebDav contrib project

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-310?page=all ]

angela reassigned JCR-310:
--------------------------

    Assign To: angela

> XercesImpl is missing in WebDav contrib project
> -----------------------------------------------
>
>          Key: JCR-310
>          URL: http://issues.apache.org/jira/browse/JCR-310
>      Project: Jackrabbit
>         Type: Bug
>     Versions: 0.9
>  Environment: maven
>     Reporter: jeremi Joslin
>     Assignee: angela

>
> $ /usr/local/maven/bin/maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> build:start:
> multiproject:install:
> multiproject:projects-init:
>     [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Gathering project list JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Server Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Client Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer WebApplication
> | Memory: 3M/4M
> +----------------------------------------
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Executing multiproject:install-callback JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
> Response content length is not known
> Artifact /org.apache.jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
> multiproject:goal:
> build:start:
> multiproject:install-callback:
>     [echo] Running jar:install for JCRWebdavServer Webdav Library
> java:prepare-filesystem:
> java:compile:
>     [echo] Compiling to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
>     [javac] Compiling 109 source files to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:26: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.OutputFormat;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:27: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.XMLSerializer;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                                           ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                                                ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -deprecation for details.
> 6 errors
> BUILD FAILED
> File...... /home/jeremi/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- /home/jeremi/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1: <ant:javac> Compile failed; see the compiler error output for details.
> Total time: 8 seconds
> Finished at: Fri Jan 27 07:14:37 CET 2006
> $

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-310) XercesImpl is missing in WebDav contrib project

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-310?page=all ]
     
angela closed JCR-310:
----------------------


> XercesImpl is missing in WebDav contrib project
> -----------------------------------------------
>
>          Key: JCR-310
>          URL: http://issues.apache.org/jira/browse/JCR-310
>      Project: Jackrabbit
>         Type: Bug
>     Versions: 0.9
>  Environment: maven
>     Reporter: jeremi Joslin
>     Assignee: angela

>
> $ /usr/local/maven/bin/maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> build:start:
> multiproject:install:
> multiproject:projects-init:
>     [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Gathering project list JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Server Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Client Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer WebApplication
> | Memory: 3M/4M
> +----------------------------------------
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Executing multiproject:install-callback JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
> Response content length is not known
> Artifact /org.apache.jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
> multiproject:goal:
> build:start:
> multiproject:install-callback:
>     [echo] Running jar:install for JCRWebdavServer Webdav Library
> java:prepare-filesystem:
> java:compile:
>     [echo] Compiling to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
>     [javac] Compiling 109 source files to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:26: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.OutputFormat;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:27: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.XMLSerializer;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                                           ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                                                ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -deprecation for details.
> 6 errors
> BUILD FAILED
> File...... /home/jeremi/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- /home/jeremi/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1: <ant:javac> Compile failed; see the compiler error output for details.
> Total time: 8 seconds
> Finished at: Fri Jan 27 07:14:37 CET 2006
> $

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (JCR-310) XercesImpl is missing in WebDav contrib project

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-310?page=all ]
     
angela resolved JCR-310:
------------------------

    Resolution: Fixed

fixed: rev. 372787  




> XercesImpl is missing in WebDav contrib project
> -----------------------------------------------
>
>          Key: JCR-310
>          URL: http://issues.apache.org/jira/browse/JCR-310
>      Project: Jackrabbit
>         Type: Bug
>     Versions: 0.9
>  Environment: maven
>     Reporter: jeremi Joslin
>     Assignee: angela

>
> $ /usr/local/maven/bin/maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> build:start:
> multiproject:install:
> multiproject:projects-init:
>     [echo] Gathering project list
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Gathering project list JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Server Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer Client Library
> | Memory: 3M/4M
> +----------------------------------------
> +----------------------------------------
> | Gathering project list JCRWebdavServer WebApplication
> | Memory: 3M/4M
> +----------------------------------------
> Starting the reactor...
> Our processing order:
> JCRWebdavServer Webdav Library
> JCRWebdavServer Server Library
> JCRWebdavServer Client Library
> JCRWebdavServer WebApplication
> +----------------------------------------
> | Executing multiproject:install-callback JCRWebdavServer Webdav Library
> | Memory: 3M/4M
> +----------------------------------------
> Attempting to download jackrabbit-commons-1.0-SNAPSHOT.jar.
> Response content length is not known
> Artifact /org.apache.jackrabbit/jars/jackrabbit-commons-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally
> multiproject:goal:
> build:start:
> multiproject:install-callback:
>     [echo] Running jar:install for JCRWebdavServer Webdav Library
> java:prepare-filesystem:
> java:compile:
>     [echo] Compiling to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
>     [javac] Compiling 109 source files to /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/target/classes
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:26: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.OutputFormat;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:27: package org.apache.xml.serialize does not exist
> import org.apache.xml.serialize.XMLSerializer;
>                                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:149: cannot resolve symbol
> symbol  : class OutputFormat 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 OutputFormat format = new OutputFormat("xml", "UTF-8", true);
>                                           ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                 ^
> /home/jeremi/src/jackrabbit/trunk/contrib/jcr-server/webdav/src/java/org/apache/jackrabbit/webdav/WebdavResponseImpl.java:150: cannot resolve symbol
> symbol  : class XMLSerializer 
> location: class org.apache.jackrabbit.webdav.WebdavResponseImpl
>                 XMLSerializer serializer = new XMLSerializer(out, format);
>                                                ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -deprecation for details.
> 6 errors
> BUILD FAILED
> File...... /home/jeremi/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- /home/jeremi/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1: <ant:javac> Compile failed; see the compiler error output for details.
> Total time: 8 seconds
> Finished at: Fri Jan 27 07:14:37 CET 2006
> $

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira