Documentation Problem Running Samples
-------------------------------------
Key: BEEHIVE-959
URL: http://issues.apache.org/jira/browse/BEEHIVE-959
Project: Beehive
Type: Bug
Components: Documentation
Versions: V1Beta
Environment: Not Applicable
Reporter: Thomas Preston
Priority: Minor
Follow all instructions prior to this:
file:///D:/java/apache-beehive-incubating-1.0m1/docs/controls/tutorial_controls.html
To build the web application, enter:
ant -f C:\beehive_projects\control_tutorial\WEB-INF\src\build.xml
and you end up with this error from ANT:
Cannot find D:/java/cdp_workspace/xBeehive/beehive-imports.xml imported from
D:\java\cdp_workspace\xBeehive\control_tutorial\WEB-INF\src\build.xml
This is because the early step had us creating a new project and copying sample
into it and then changing the properties
beehive.home=D:/java/cdp_workspace/xBeehive
Tthe beehive-imports.xml is at the root and not in the sample. So basically,
the instructions have to include copying at least these:
<import file="${beehive.home}/beehive-imports.xml"/>
<import file="${beehive.home}/ant/beehive-tools.xml"/>
into my newly defined "beehive.home"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira