You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/05/31 19:34:59 UTC

[jira] Created: (BEEHIVE-774) Copy step should not be required for running samples

Copy step should not be required for running samples
----------------------------------------------------

         Key: BEEHIVE-774
         URL: http://issues.apache.org/jira/browse/BEEHIVE-774
     Project: Beehive
        Type: Improvement
  Components: Samples  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Steve Hanson 
     Fix For: TBD


Hi Steve,

Currently, there's a difference in the samples instructions/READMEs (netui-samples, netui-jsf, petstore) about copying the webapp to a local project location.  The instructions mandate the copy, and the READMEs don't mention it.  It's a nit, but I don't think you should *have* to do this.  If you don't want to modify the samples, then leaving them in place removes this step, and doing an 'ant clean' should keep the directories pristine enough.  Could this copy step be optional?

-- 
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-774) Copy step should not be required for running samples

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-774?page=all ]
     
Steve Hanson resolved BEEHIVE-774:
----------------------------------

      Assign To: Rich Feit  (was: Steve Hanson)
     Resolution: Fixed
    Fix Version: V1
                     (was: TBD)

I fixed the following samples (in both v1 and trunk):

petstore
netui-samples
netui-jsf
wsm-addressbook-enhanced
wsm-addressbook-fromWSDL

(The tutorials and templates require that the sample folder be copied to a new location, so these are unchanged.)

A version of the following text was added to the fixed samples:

Strictly speaking, you do not need to copy the petstoreWeb directory to another location. If you wish to leave the petstoreWeb directory in place, in the instructions below you must replace occurrences of the path element C:\beehive_projects  with this path element: <BeehiveRoot>\samples.

For example, to build the sample, run the following Ant command:

   ant -f <BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean build war

To delete the sample's build directory, run the clean target:

   ant -f <BeehiveRoot>\samples\petstoreWeb\src\WEB-INF\build.xml clean

> Copy step should not be required for running samples
> ----------------------------------------------------
>
>          Key: BEEHIVE-774
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-774
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Rich Feit
>      Fix For: V1

>
> Hi Steve,
> Currently, there's a difference in the samples instructions/READMEs (netui-samples, netui-jsf, petstore) about copying the webapp to a local project location.  The instructions mandate the copy, and the READMEs don't mention it.  It's a nit, but I don't think you should *have* to do this.  If you don't want to modify the samples, then leaving them in place removes this step, and doing an 'ant clean' should keep the directories pristine enough.  Could this copy step be optional?

-- 
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-774) Copy step should not be required for running samples

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-774?page=all ]

Rich Feit updated BEEHIVE-774:
------------------------------

    Assign To: Alejandro Ramirez  (was: Rich Feit)

Thanks Steve -- sending this to Alex for verification...

> Copy step should not be required for running samples
> ----------------------------------------------------
>
>          Key: BEEHIVE-774
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-774
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> Hi Steve,
> Currently, there's a difference in the samples instructions/READMEs (netui-samples, netui-jsf, petstore) about copying the webapp to a local project location.  The instructions mandate the copy, and the READMEs don't mention it.  It's a nit, but I don't think you should *have* to do this.  If you don't want to modify the samples, then leaving them in place removes this step, and doing an 'ant clean' should keep the directories pristine enough.  Could this copy step be optional?

-- 
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] Assigned: (BEEHIVE-774) Copy step should not be required for running samples

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-774?page=all ]

Alejandro Ramirez reassigned BEEHIVE-774:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify in V1

> Copy step should not be required for running samples
> ----------------------------------------------------
>
>          Key: BEEHIVE-774
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-774
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Krista Baker
>      Fix For: V1

>
> Hi Steve,
> Currently, there's a difference in the samples instructions/READMEs (netui-samples, netui-jsf, petstore) about copying the webapp to a local project location.  The instructions mandate the copy, and the READMEs don't mention it.  It's a nit, but I don't think you should *have* to do this.  If you don't want to modify the samples, then leaving them in place removes this step, and doing an 'ant clean' should keep the directories pristine enough.  Could this copy step be optional?

-- 
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] Closed: (BEEHIVE-774) Copy step should not be required for running samples

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-774?page=all ]
     
Krista Baker closed BEEHIVE-774:
--------------------------------


Verified in v1m1 that the sample instructions for petstore, netui-samples, netui-jsf, wsm-address books all include Steve's notes about needing to change the beehive_projects reference to <beehiveRoot> and that the step is optional.

> Copy step should not be required for running samples
> ----------------------------------------------------
>
>          Key: BEEHIVE-774
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-774
>      Project: Beehive
>         Type: Improvement
>   Components: Samples
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Krista Baker
>      Fix For: V1

>
> Hi Steve,
> Currently, there's a difference in the samples instructions/READMEs (netui-samples, netui-jsf, petstore) about copying the webapp to a local project location.  The instructions mandate the copy, and the READMEs don't mention it.  It's a nit, but I don't think you should *have* to do this.  If you don't want to modify the samples, then leaving them in place removes this step, and doing an 'ant clean' should keep the directories pristine enough.  Could this copy step be optional?

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