Hi,
I was following the tutorial "Setting up the development environment" (
Setting up the development environment).
Everything is ok, until this step:
Setting up Designer launch from
Eclipse
1. In Eclipse, select Run | External Tools| make_home. This will create C:\XAwareSource\opensource5\server\build\xahome.
I get the following error:
Code: |
Buildfile: C:\Proyectos\XAware\org.xaware.server\buildscripts\build.XML
[taskdef] Could not load definitions from resource net/sf/antcontrib/antlib.xml. It could not be found.
init:
replace_version_tags:
BUILD FAILED
C:\Proyectos\XAware\org.xaware.server\buildscripts\build.xml:240: The following error occurred while executing this line:
C:\Proyectos\XAware\org.xaware.server\buildscripts\GetSourceFiles.xml:39: C:\Proyectos\XAware\designer not found.
|
Maybe do I have to setup something else or execute some of the batch files in Buildscript? (Ex: xant.bat)
It's ok the following line in build.xml?
Code: |
<taskdef resource="net/sf/antcontrib/antlib.xml" />
|
Thanks guys,
Juan Pablo