Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 76097 invoked from network); 27 Jan 2006 07:47:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 07:47:59 -0000 Received: (qmail 48638 invoked by uid 500); 27 Jan 2006 07:47:57 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 48627 invoked by uid 99); 27 Jan 2006 07:47:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 23:47:55 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 47674DE for ; Fri, 27 Jan 2006 08:47:34 +0100 (CET) Message-ID: <509868063.1138348054290.JavaMail.jira@ajax.apache.org> Date: Fri, 27 Jan 2006 08:47:34 +0100 (CET) From: "angela (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Assigned: (JCR-310) XercesImpl is missing in WebDav contrib project In-Reply-To: <578933144.1138343133213.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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: 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