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

[jira] Created: (BEEHIVE-673) Build files are in different directories in the tutorials

Build files are in different directories in the tutorials
---------------------------------------------------------

         Key: BEEHIVE-673
         URL: http://issues.apache.org/jira/browse/BEEHIVE-673
     Project: Beehive
        Type: Bug
  Components: Tutorials  
    Versions: V1    
    Reporter: Karen Stutesman
    Priority: Trivial


bash05102005 

In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.


-- 
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-673) Build files are in different directories in the tutorials

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

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

      Assign To: Steve Hanson
       Priority: Major  (was: Trivial)
      Component: Samples
                     (was: Tutorials)
    Fix Version: V1

Yeah, been meaning to enter this one for a while...

The WSM samples (and tutorial descriptions) should use build files that are in:

  WEB-INF/src/
              build.xml
              build.properties

so that the apps can build but the build files don't appear in classloader.  The other option is to structure the application as the petstore is:

petstoreWeb/
    build/
    src/
    web/
    build.xml
    build.properties

But, for v1, let's stick to WEB-INF/src/build.[xml|properties]

> Build files are in different directories in the tutorials
> ---------------------------------------------------------
>
>          Key: BEEHIVE-673
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-673
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>     Reporter: Karen Stutesman
>     Assignee: Steve Hanson
>      Fix For: V1

>
> bash05102005 
> In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.

-- 
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-673) move WSM build files from WEB-INF/ to WEB-INF/src

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

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

    Summary: move WSM build files from WEB-INF/ to WEB-INF/src  (was: Build files are in different directories in the tutorials)

Fixing the title.

> move WSM build files from WEB-INF/ to WEB-INF/src
> -------------------------------------------------
>
>          Key: BEEHIVE-673
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-673
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>     Reporter: Karen Stutesman
>     Assignee: Steve Hanson
>      Fix For: V1

>
> bash05102005 
> In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.

-- 
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] Commented: (BEEHIVE-673) Build files are in different directories in the tutorials

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-673?page=comments#action_64920 ]
     
Jeremiah Johnson commented on BEEHIVE-673:
------------------------------------------

This isn't exactly a duplicate, but it is similar to the issue in BEEHIVE-597.  Maybe while Steve is dealing with 597, he could make the location of the build files consistent.

Note that within wsm, the location of the build files are internally consistent.  I agree that the tutorials should be consistent - just pointing out that the wsm samples all have their build files in WEB-INF for some reason.

> Build files are in different directories in the tutorials
> ---------------------------------------------------------
>
>          Key: BEEHIVE-673
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-673
>      Project: Beehive
>         Type: Bug
>   Components: Tutorials
>     Versions: V1
>     Reporter: Karen Stutesman
>     Priority: Trivial

>
> bash05102005 
> In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.

-- 
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-673) move WSM build files from WEB-INF/ to WEB-INF/src

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

    Assign To: Karen Stutesman  (was: Steve Hanson)

Verified this in SVN 169699.  All wsm samples built using new build.xml location.  From the dist samples directory, I used the following commands:

ant -f wsm-blank/WEB-INF/src/build.xml clean build deploy
ant -f wsm-samples/WEB-INF/src/build.xml clean build deploy
ant -f wsm-addressbook/WEB-INF/src/build.xml clean build deploy
ant -f wsm-addressbook-enhanced/WEB-INF/src/build.xml clean build deploy


> move WSM build files from WEB-INF/ to WEB-INF/src
> -------------------------------------------------
>
>          Key: BEEHIVE-673
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-673
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>     Reporter: Karen Stutesman
>     Assignee: Karen Stutesman
>      Fix For: V1

>
> bash05102005 
> In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.

-- 
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-673) move WSM build files from WEB-INF/ to WEB-INF/src

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

    Resolution: Fixed

All WSM samples have been fixed.



> move WSM build files from WEB-INF/ to WEB-INF/src
> -------------------------------------------------
>
>          Key: BEEHIVE-673
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-673
>      Project: Beehive
>         Type: Bug
>   Components: Samples
>     Versions: V1
>     Reporter: Karen Stutesman
>     Assignee: Steve Hanson
>      Fix For: V1

>
> bash05102005 
> In the page flow tutorial and the controls tutorial, the build.xml and build.properties appear in WEB_INF/src (copied from [beehive home]/samples/netui-blank). In the web services tutorial, the build.xml and build.properties appear in WEB-INF [beehive home]/samples/ws-blank. Not sure which way is correct but all the samples should be consistent.

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