You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/05/10 22:59:06 UTC

[jira] Created: (BEEHIVE-678) need to remove the "to.dir" support from the WSM samples

need to remove the "to.dir" support from the WSM samples
--------------------------------------------------------

         Key: BEEHIVE-678
         URL: http://issues.apache.org/jira/browse/BEEHIVE-678
     Project: Beehive
        Type: Bug
  Components: Samples, Tutorials  
    Versions: V1Alpha, V1Beta, V1    
    Reporter: Eddie O'Neil
 Assigned to: Steve Hanson 
     Fix For: V1


The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.

For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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

Julie Zhuo reassigned BEEHIVE-678:
----------------------------------

    Assign To: Julie Zhuo  (was: Eddie O'Neil)

> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Eddie O'Neil
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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


Verified fixed with both the m1rc2 distro and the m1 branch. All the wsm samples build now use the following instead of using the to.dir.

    <target name="war">
        <jar jarfile="../../../${webservice.war}">



> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Eddie O'Neil
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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] Reopened: (BEEHIVE-678) need to remove the "to.dir" support from the WSM samples

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

     Assign To: Steve Hanson  (was: Eddie O'Neil)

The wsm-blank sample still references the to.dir variable as:

  -Dto.dir=%CATALINA_HOME%\webapps

in docs/wsm/sample_wsm-blank.html.



> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Eddie O'Neil
>     Assignee: Steve Hanson
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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

Chad Schoettger updated BEEHIVE-678:
------------------------------------

    Attachment: BEEHIVE-678.diff

removed the 'to.dir' attribute from the build.properties files for the wsm samples.  Updated build scripts to place the generated war file in the beehive samples dir.

> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Eddie O'Neil
>     Assignee: Steve Hanson
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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

     Assign To: Eddie O'Neil  (was: Steve Hanson)
    Resolution: Fixed

Oops, now the reference has been removed.

> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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

    Resolution: Fixed

References to 'to.dir' have been removed.

> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1, V1Alpha, V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Steve Hanson
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

-- 
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-678) need to remove the "to.dir" support from the WSM samples

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

Steve Hanson reassigned BEEHIVE-678:
------------------------------------

    Assign To: Eddie O'Neil  (was: Steve Hanson)

> need to remove the "to.dir" support from the WSM samples
> --------------------------------------------------------
>
>          Key: BEEHIVE-678
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-678
>      Project: Beehive
>         Type: Bug
>   Components: Samples, Tutorials
>     Versions: V1, V1Alpha, V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: BEEHIVE-678.diff
>
> The WSM samples currently use a "to.dir" attribute when producing a .war file for a webapp.  The control and NetUI samples simply produce the .war file above the webapp's root directory.
> For the sake of consistency, we should pick one.  Personally, I prefer just dropping the .war file just above the context root so that it can be copied or referenced as needed to deploy to an application container.

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