|
From: Dinuka A. <din...@gm...> - 2014-01-05 14:06:54
|
Hi All,
I am getting the following ant error when building the JBoss Modules. Can
someone please help me out here?
My ant version is 1.9.3
[INFO] Building Resteasy JBoss Modules
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\target
2014-01-05 19:31:43.315:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver
purged
2014-01-05 19:31:43.315:INFO:oejsh.ContextHandler:stopped
o.m.j.p.JettyWebAppContext{/,file:/D:/rnd_work/jboss/resteasy/Resteasy/jaxrs/examples/jaxrs-2.0/server-async-http/src/main/webapp/}
nd_work/jboss/resteasy/Resteasy/jaxrs/examples/jaxrs-2.0/server-async-http/src/main/webapp/
[INFO] [antrun:run {execution: build-dist-as7}]
[INFO] Executing tasks
main:
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antlib.xml. It could not be found.
all:
[copy] Copying 1 file to
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\src\main\resources\modules\org\jboss\resteasy\resteasy-jaxrs
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antlib.xml. It could not be found.
modules:
[echo] Initializing module -> org.bouncycastle
[mkdir] Created dir:
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\target\mavenized\modules\org\bouncycastle\main
[copy] Copying 1 file to
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\target\mavenized\modules\org\bouncycastle\main
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred
while executing this line:
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\build.xml:34: The
following error occurred while executing this line:
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\build.xml:55: The
following error occurred while executing this line:
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\build.xml:56: The
following error occurred while executing this line:
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\lib.xml:169:
Problem: failed to create task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
around Ant part ...<ant antfile="build.xml" inheritRefs="true">... @ 4:47
in
D:\rnd_work\jboss\resteasy\Resteasy\jaxrs\jboss-modules\target\antrun\build-main.xml
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5 minutes 57 seconds
[INFO] Finished at: Sun Jan 05 19:31:44 IST 2014
[INFO] Final Memory: 267M/494M
[INFO]
------------------------------------------------------------------------
|