You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Thomas Preston (JIRA)" <de...@beehive.apache.org> on 2005/10/03 15:06:47 UTC

[jira] Created: (BEEHIVE-959) Documentation Problem Running Samples

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


[jira] Resolved: (BEEHIVE-959) Documentation Problem Running Samples

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-959?page=all ]
     
Eddie O'Neil resolved BEEHIVE-959:
----------------------------------

    Resolution: Cannot Reproduce

After downloading and running the controls tutorial on 1.0m1, the instructions:

    apache-beehive-incubating-1.0m1/docs/controls/tutorial_controls.html

and setting "beehive.home" to the root of the beehive distribution, the tutorial builds successfully.  The note on setting the beehive.home property is here:

    apache-beehive-incubating-1.0m1/docs/controls/tutorial_controls.html#Edit+the+


> Documentation Problem Running Samples
> -------------------------------------
>
>          Key: BEEHIVE-959
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-959
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  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


[jira] Updated: (BEEHIVE-959) Documentation Problem Running Samples

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-959?page=all ]

Eddie O'Neil updated BEEHIVE-959:
---------------------------------

    Fix Version: v1m1
        Version: V1
                     (was: V1Beta)

Thomas -- I've not used 1.0m1 in a while, but the intention was to leave beehive-imports.xml and beehive-tools.xml in the Beehive install directory. 

Try setting "beehive.home" to the root of your Beehive install in d:\java\cdp_workspace\xBeehive\control_tutorial\WEB-INF\src\build.properties.  In your setup above, it looks like this might be:

    beehive.home=d:/java/apache-beehive-incubating-1.0m1

which would let Ant resolve the ${beehive.home}/beehive-imports.xml and ${beehive.home}/ant/beehive-tools.xml.

This is similar to how "beehive.home" is set here:

    http://beehive.apache.org/docs/1.0m1/controls/tutorial_controls.html#Edit+the+

Hope that helps.

> Documentation Problem Running Samples
> -------------------------------------
>
>          Key: BEEHIVE-959
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-959
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  Environment: Not Applicable
>     Reporter: Thomas Preston
>     Priority: Minor
>      Fix For: v1m1

>
> 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


[jira] Updated: (BEEHIVE-959) Documentation Problem Running Samples

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-959?page=all ]

Eddie O'Neil updated BEEHIVE-959:
---------------------------------

    Fix Version:     (was: v1m1)

Not sure how the fix version changed -- errant key click.  Setting to TBD since 1.0 was the patch to 1.0 m1.  :)

> Documentation Problem Running Samples
> -------------------------------------
>
>          Key: BEEHIVE-959
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-959
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>  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