You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Manuel Mata <ma...@yahoo.es> on 2006/08/18 20:10:20 UTC

Cocoon 2.1.9 eclipse-project task fails

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 <taskdef>.
 - You are attempting to use a task defined using
    <presetdef> or <macrodef> 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


Re: Cocoon 2.1.9 eclipse-project task fails

Posted by Antonio Gallardo <ag...@agssa.net>.
Hi Manuel,

I am glad it is working now for you.

Manuel Mata escribió:
> Thx it works fine now.
>
> I used my ant installation instead of cocoon bundled
> one. When i try to make the project with the "build
> eclipse-project" it works, but not with my "ant
> eclipse-project". Probably the cocoon bundled ant
> brings some external tasks.
>   
Yes, there are some custom ant tasks provided by cocoon. The compiled 
ant task are in:

$COCON_HOME/tools/anttasks/

I never tried, but if you want to use your own ant intallation, you 
should add the compiled anttask directory in the ant calsspath.
In case you want to take a look of the source code of this custom ant 
task, the source files are in:

$COCON_HOME/tools/src/anttasks/

Best Regards,

Antonio Gallardo.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Cocoon 2.1.9 eclipse-project task fails

Posted by Manuel Mata <ma...@yahoo.es>.
Thx it works fine now.

I used my ant installation instead of cocoon bundled
one. When i try to make the project with the "build
eclipse-project" it works, but not with my "ant
eclipse-project". Probably the cocoon bundled ant
brings some external tasks.

Best regards.

 --- Antonio Gallardo <ag...@agssa.net> escribió:

> Hi Manuel,
> 
> Seems to be a claspath problem. Would you try to
> run:
> 
> build clean webapp
> 
> Best Regards,
> 
> Antonio Gallardo
> 
> 
>
---------------------------------------------------------------------
> 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


Re: Cocoon 2.1.9 eclipse-project task fails

Posted by Antonio Gallardo <ag...@agssa.net>.
Hi Manuel,

Seems to be a claspath problem. Would you try to run:

build clean webapp

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Cocoon 2.1.9 eclipse-project task fails

Posted by Manuel Mata <ma...@yahoo.es>.
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 <taskdef>.
>  - You are attempting to use a task defined using
>     <presetdef> or <macrodef> 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