> If a person is only interested in deploying outhouse on a TINI right now what
> would be the proper way to configure outhouse's build.xml file so that the
> build process would not fail because the com.ajile.tools.ant.JemBuilderTask
> could not be found?
>
> When I comment out the following taskdef line in the build.xml file I can run
> most of the tasks:
>
> <taskdef name="JEMBuilder" classname="com.ajile.tools.ant.JemBuilderTask"/>
>
> but with it in not even the 'help' task will run. So, commenting out this
> line works but is there a way to set up the build.xml file so that one does
> not need to comment it out?
The easy way is to copy the aJileAnt.jar file (found in the /lib dir) into
your <ANT_HOME>/lib dir and leave the taskdef in place. This will allow Ant
to find the task definition, even though you won't be using it if you don't
have an aJile board.
Andrzej Jan Taramina
Chaeron Corporation: Enterprise System Solutions
http://www.chaeron.com
|