Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 71226 invoked from network); 20 Aug 2006 09:23:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Aug 2006 09:23:56 -0000 Received: (qmail 6684 invoked by uid 500); 20 Aug 2006 09:23:52 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 6643 invoked by uid 500); 20 Aug 2006 09:23:52 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 6632 invoked by uid 99); 20 Aug 2006 09:23:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 02:23:52 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.146.177.91] (HELO web25514.mail.ukl.yahoo.com) (217.146.177.91) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 20 Aug 2006 02:23:51 -0700 Received: (qmail 8612 invoked by uid 60001); 20 Aug 2006 09:23:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=oIS3V+vq1mds+BHQyeArMgiCUhVu0XUU6MUp14bQAwCQa5umjopDSvKKbNA7fdS8ZHkblvIZjP50+6bxqIX9r+MdqtellY/zbyiRKZ4pX7O7imHVuMlaQxgYlJtCQP8+1G7SsI4guxUS5TqIUYFNQBrZKAnS+IYu8JHqQzEOsoI= ; Message-ID: <20060820092329.8610.qmail@web25514.mail.ukl.yahoo.com> Received: from [83.46.11.227] by web25514.mail.ukl.yahoo.com via HTTP; Sun, 20 Aug 2006 11:23:29 CEST Date: Sun, 20 Aug 2006 11:23:29 +0200 (CEST) From: Manuel Mata Subject: RE: Cocoon 2.1.9 eclipse-project task fails To: users@cocoon.apache.org In-Reply-To: <20060818181020.72918.qmail@web25502.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It wasn't c:\cocoon-2.1.9>ant eclipse-project It was c:\cocoon-2.1.9>build eclipse-project > Hi all. > > I have a problem when building the eclipse project > with the eclipse-project ant task in 2.1.9 version. > I > have cocoon 2.1.7 installed too and the > eclipse-project tasks works fine. > > This is the environment. Windows XP, Cocoon 2.1.9 > (in > this case), ant 1.6.5, jdk 1.4.2_08 with > jre\lib\endorsed xalan, xerces and xml-apis bundled > with cocoon\lib\endorsed ones. > > And this is the error i get in the command line. > Thx. > ----------------------------------------------------- > > C:\cocoon-2.1.9>set > ANT_HOME=C:\java\apache-ant-1.6.5 > COCOON217_HOME=C:\cocoon-2.1.7 > COCOON219_HOME=C:\cocoon-2.1.9 > COCOON_HOME=C:\cocoon-2.1.9 > JAVA_HOME=C:\j2sdk1.4.2_08 > Path=C:\java\apache-ant-1.6.5\bin;C:\j2sdk1.4.2_08\bin; > ... some more path here ... > ... > ... > ... > > C:\cocoon-2.1.9>ant eclipse-project > Buildfile: build.xml > > init: > > init-tasks: > [taskdef] Could not load definitions from resource > net/sf/antcontrib/antcontrib.properties. It could > not > be found. > > prepare: > [echo] > ==================================================================== > [echo] Apache Cocoon 2.1.9 > [1999-2006] > [echo] > ==================================================================== > [echo] Building with Apache Ant version 1.6.5 > compiled on June 2 2005 > [echo] > -------------------------------------------------------------------- > [echo] Using build file > C:\cocoon-2.1.9\build.xml > [echo] > -------------------------------------------------------------------- > [echo] Compiler options: > [echo] - debug ......... [on] > [echo] - optimize ...... [on] > [echo] - deprecation ... [off] > [echo] > ==================================================================== > > eclipse-project: > [echo] Building Eclipse Customized Project > Files > > init: > [copy] Copying 1 file to > C:\cocoon-2.1.9\build\cocoon\temp > > cocoon-block-fop-eclipseclasspath: > > BUILD FAILED > C:\cocoon-2.1.9\tools\targets\ide-build.xml:41: The > following error occurred while executing this line: > C:\cocoon-2.1.9\build\cocoon\temp\blocks-eclipse.xml:219: > The following error occurred while executing this > line: > C:\cocoon-2.1.9\build\cocoon\temp\blocks-eclipse.xml:30: > Could not create task or type of type: if. > > Ant could not find the task or a class this task > relies upon. > > This is common and has a number of causes; the usual > solutions are to read the manual pages then download > and > install needed JAR files, or fix the build file: > - You have misspelt 'if'. > Fix: check your spelling. > - The task needs an external JAR file to execute > and this is not found at the right place in the > classpath. > Fix: check the documentation for dependencies. > Fix: declare the task. > - The task is an Ant optional task and the JAR file > and/or libraries > implementing the functionality were not found > at > the time you > yourself built your installation of Ant from > the > Ant sources. > Fix: Look in the ANT_HOME/lib for the 'ant-' JAR > corresponding to the > task and make sure it contains more than merely > a > META-INF/MANIFEST.MF. > If all it contains is the manifest, then > rebuild > Ant with the needed > libraries present in ${ant.home}/lib/optional/ > , > or alternatively, > download a pre-built release version from > apache.org > - The build file was written for a later version of > Ant > Fix: upgrade to at least the latest release > version > of Ant > - The task is not an Ant core or optional task > and needs to be declared using . > - You are attempting to use a task defined using > or but have spelt wrong > or > not > defined it at the point of use > > Remember that for JAR files to be visible to Ant > tasks > implemented > in ANT_HOME/lib, the files must be in the same > directory or on the > classpath > > Please neither file bug reports on this problem, nor > email the > Ant mailing lists, until all of these causes have > been > explored, > as this is not an Ant bug. > > Total time: 1 second > C:\cocoon-2.1.9> > > > > ______________________________________________ > LLama Gratis a cualquier PC del Mundo. > Llamadas a fijos y m�viles desde 1 c�ntimo por > minuto. > http://es.voice.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: > users-help@cocoon.apache.org > > ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y m�viles desde 1 c�ntimo por minuto. http://es.voice.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org