Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 80043 invoked from network); 5 Aug 2006 06:51:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 06:51:08 -0000 Received: (qmail 91408 invoked by uid 500); 5 Aug 2006 06:51:06 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 91340 invoked by uid 500); 5 Aug 2006 06:51:06 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 91329 invoked by uid 99); 5 Aug 2006 06:51:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 23:51:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of riceyeh@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2006 23:51:05 -0700 Received: by py-out-1112.google.com with SMTP id c59so5469pyc for ; Fri, 04 Aug 2006 23:50:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OUvN62l0Aj2B6mTpZyanFG2YmJGsU+jqO56Yo0pEksMD6dzQVIUpPk0flVWHpBKdGF6ceTtFHNXimQogpu0rRNq4aC9CUj9jhc+ONs3QP3Y5TQlOz6B9Dw4PpnBv7iFZYUolw0mPR9awxWDXTychRZS7baIMwEf2wqUfw9Mu69o= Received: by 10.35.78.13 with SMTP id f13mr6720501pyl; Fri, 04 Aug 2006 23:50:44 -0700 (PDT) Received: by 10.35.134.13 with HTTP; Fri, 4 Aug 2006 23:50:44 -0700 (PDT) Message-ID: <47f71d940608042350p2ea50051q81249b7a229415d4@mail.gmail.com> Date: Sat, 5 Aug 2006 14:50:44 +0800 From: "Rice Yeh" To: dev@cocoon.apache.org Subject: Re: webdav does not compile for a while MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22119_16590181.1154760644527" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_22119_16590181.1154760644527 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Each time I have a new checkout of cocoon and use "mvn clean install" to have a new build, I always meet such problem. So i did reproduct it many times. Finally, I just add the following denpendence to the pom.xml in cocoon-webdav-impl folder, then the the problem is gone. commons-httpclient commons-httpclient 3.0.1 compile Regards, Rice Title: *Re: webdav does not compile for a while* I don't get this errormessage during a full build. Can you still reproduce it ? On 8/2/06 5:43 AM, in article [EMAIL PROTECTED], "Rice Yeh" <[EMAIL PROTECTED]> wrote: cocoon-webdav-impl in 2.2 cannot compile because of not including the httpclient for a while as shown in the following: C:\apache\cocoon.home\svn\trunk\blocks\cocoon-webdav\cocoon-webdav-impl\src\main \java\org\apache\cocoon\transformation\DASLTransformer.java:[27,37] package org. apache.commons.httpclient does not exist Rice ------=_Part_22119_16590181.1154760644527 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Each time I have a new checkout of cocoon and use "mvn clean install" to have a new build, I always meet such problem. So i did reproduct it many times. Finally, I just add the following denpendence to the pom.xml in cocoon-webdav-impl folder, then the the problem is gone.

    <dependency>
        <groupId>commons-httpclient</groupId>
        <artifactId>commons-httpclient</artifactId>
        <version>3.0.1</version>
        <scope>compile</scope>
    </dependency> 

Regards,
Rice


Title: Re: webdav does not compile for a while
I don't get this errormessage during a full build. Can you still reproduce it ?


On 8/2/06 5:43 AM, in article [EMAIL PROTECTED], "Rice Yeh" <[EMAIL PROTECTED]> wrote:

cocoon-webdav-impl in 2.2 cannot compile because of not including the httpclient for a while as shown in the following:

C:\apache\cocoon.home\svn\trunk\blocks\cocoon-webdav\cocoon-webdav-impl\src\main
\java\org\apache\cocoon\transformation\DASLTransformer.java:[27,37] package org.
apache.commons.httpclient does not exist

Rice
------=_Part_22119_16590181.1154760644527--