You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by Stefan Bodewig <bo...@apache.org> on 2003/10/13 10:24:05 UTC

[GUMP] Build Failure - jakarta-cactus-framework-12

Buildfile: framework/build.xml

init.display:
     [echo] ----- Cactus Framework 20031012 -----

     [echo] java.class.path = /home/bodewig/dev/gump/xml-commons/java/external/build/xml-apis.jar:/home/bodewig/dev/gump/xml-xerces2/java/build/xmlParserAPIs.jar:/home/bodewig/dev/gump/xml-xerces2/java/build/xercesImpl.jar::/usr/local/java/j2sdk1.4.1_02/lib/tools.jar:/home/bodewig/dev/gump/ant/dist/lib/ant.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-launcher.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-jmf.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-junit.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-stylebook.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-swing.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-trax.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-xalan2.jar:/home/bodewig/dev/gump/ant/dist/lib/ant-nodeps.jar:/home/bodewig/dev/opt/aspectj1.0/lib/aspectjtools.jar:/home/bodewig/dev/opt/aspectj1.0/lib/aspectjrt.jar:/home/bodewig/dev/opt/aspectj1.0/lib/aspectj-ant.jar:/home/bodewig/dev/gump/checkstyle/target/dist/checkstyle-20031012/checkstyle-20031012.jar:/home/bodewig/dev/gump/!
jakarta-servletapi/dist/lib/servlet.jar:/home/bodewig/dev/gump/jakarta-log4j/log4j-20031012.jar:/home/bodewig/dev/gump/jakarta-log4j/log4j-lf5-20031012.jar:/home/bodewig/dev/gump/jakarta-log4j/log4j-chainsaw-20031012.jar:/home/bodewig/dev/gump/jakarta-commons/logging/dist/commons-logging.jar:/home/bodewig/dev/gump/jakarta-commons/logging/dist/commons-logging-api.jar:/home/bodewig/dev/gump/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/bodewig/dev/gump/httpunit/lib/httpunit.jar:/home/bodewig/dev/gump/dist/junit/junit.jar:/home/bodewig/dev/gump/jakarta-commons/collections/dist/commons-collections.jar:/home/bodewig/dev/gump/jakarta-regexp/build/jakarta-regexp-20031012.jar:/home/bodewig/dev/opt/antlr-2.7.2/antlrall.jar:/home/bodewig/dev/opt/antlr-2.7.2/antlr.jar:/home/bodewig/dev/gump/jakarta-commons/beanutils/dist/commons-beanutils.jar:/home/bodewig/dev/gump/jakarta-bcel/bin/bcel.jar:/home/bodewig/dev/gump/jakarta-commons/cli/target/commons-cli-20031012.jar:/home/!
bodewig/dev/gump/jakarta-cactus/framework/target-12/classes/java:/home/bodewig/dev/gump/jakarta-cactus/framework/target-12/classes/test"

     [echo] java.home = /usr/local/java/j2sdk1.4.1_02/jre
     [echo] user.home = /home/bodewig
     [echo] ant.home = ${ant.home}


init.j2ee:
     [echo] j2ee.api = 12

init.properties.target:

init.properties.dist:

init.properties.release:

init.properties.artifact:

init.properties:

init.common:

properties:

init.aspectj:
  [taskdef] Could not load definitions from resource org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties. It could not be found.

init.clover.check:

init.clover.j2ee:

init.clover.noj2ee:

init.clover:

init:
     [echo] Dependencies:
     [echo]   aspectjrt.jar = [/home/bodewig/dev/opt/aspectj1.0/lib/aspectjrt.jar]
     [echo]   commons.httpclient.jar = [/home/bodewig/dev/gump/jakarta-commons/httpclient/dist/commons-httpclient.jar]
     [echo]   commons.logging.jar = [/home/bodewig/dev/gump/jakarta-commons/logging/dist/commons-logging.jar]
     [echo]   httpunit.jar = [/home/bodewig/dev/gump/httpunit/lib/httpunit.jar]
     [echo]   j2ee.jar = [/home/bodewig/dev/gump/jakarta-servletapi/dist/lib/servlet.jar]
     [echo]   junit.jar = [/home/bodewig/dev/gump/dist/junit/junit.jar]
     [echo]   xmlapis.jar (optional) = [${xmlapis.jar}]

     [echo] Options:
     [echo]   clover.enable = ${clover.enable}

init.checkstyle.check:

init.checkstyle:

compile.prepare:
     [copy] Copying 88 files to /javastuff/gump/jakarta-cactus/framework/target-12/src
     [copy] Replacing: @version@ -> 20031012

compile.main.prepare:

compile.main:
    [mkdir] Created dir: /javastuff/gump/jakarta-cactus/framework/target-12/classes/java

BUILD FAILED
/javastuff/gump/jakarta-cactus/framework/build.xml:228: Could not create task or type of type: iajc.

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 'iajc'.
   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 optional.jar is absent
   Fix: look for optional.jar in ANT_HOME/lib, download if needed
 - The task was not built into optional.jar as dependent
   libraries were not found at build time.
   Fix: look in the JAR to verify, then rebuild with the needed
   libraries, or download a 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>.

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: 6 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


Re: [GUMP] Build Failure - jakarta-cactus-framework-12

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 13 Oct 2003, Vincent Massol <vm...@pivolis.com> wrote:

> Sorry about that.

No problem at all.

This nag message has been forwarded by myself, Gump is currently not
in the shape I'd like it to be and thus you haven't noticed the
problem yet.

> Do you think you could upgrade to AspectJ 1.1.1?

On my machine, gump.covalent.net and lsd.student.utwente.nl I can (and
will).

Cheers

        Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - jakarta-cactus-framework-12

Posted by Vincent Massol <vm...@pivolis.com>.
Thanks Stefan. I have upgraded the Cactus build to AspectJ 1.1.1 over
the week-end and I forgot to tell anyone to update the aspectj package
for Gump... Sorry about that.

Do you think you could upgrade to AspectJ 1.1.1? (there are only 2 jars
to put on the CP: aspectjrt-1.1.1.jar and aspectjtools-1.1.1.jar)

Thanks very much again
-Vincent

> -----Original Message-----
> From: Stefan Bodewig [mailto:bodewig@apache.org]
> Sent: 13 October 2003 10:30
> To: cactus-dev@jakarta.apache.org
> Subject: Re: [GUMP] Build Failure - jakarta-cactus-framework-12
> 
> On 13 Oct 2003, Stefan Bodewig <bo...@apache.org> wrote:
> 
> > init.aspectj:
> >   [taskdef] Could not load definitions from resource
> >   org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties. It
> >   could not be found.
> 
> AspectJ 1.0 is on the classpath, do you need something more recent
> than that?
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


Re: [GUMP] Build Failure - jakarta-cactus-framework-12

Posted by Stefan Bodewig <bo...@apache.org>.
On 13 Oct 2003, Stefan Bodewig <bo...@apache.org> wrote:

> init.aspectj:
>   [taskdef] Could not load definitions from resource
>   org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties. It
>   could not be found.

AspectJ 1.0 is on the classpath, do you need something more recent
than that?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org