Hello everybody,
I a totally newbie to beehive, and trying to run the petstore
sample. I do not manage to compile the sample due to an error in the
apt compiling process.
The build file (beehive-tools.xml) does not seam to know how to find
the apt compiler (which is located in following archive :
lib/controls/beehive-controls.jar, referenced in the file
'beehive-imports.xml' under the property 'controls.dependency.path').
Have somebody an idea of the source of the problem ?
thanks,
Pierre
I get the following exception while launching 'ant build' in the
petstoreWeb directory :
**
BUILD FAILED
/opt/beehive-test/petstoreWeb/build.xml:101: The following error
occurred while executing this line:
/home/pierre/downloads/apache/beehive/apache-beehive-incubating-1.0m1/ant/beehive-tools.xml:72: Error running apt
compiler
**
and with verbose mode :
**
...
/home/pierre/downloads/apache/beehive/apache-beehive-incubating-1.0m1/ant/beehive-tools.xml:72: Error running apt
compile
...
Caused by: java.io.IOException: java.io.IOException: apt: not found
...
**