You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by Scott Semyan <se...@bea.com> on 2005/02/10 01:33:04 UTC

SVN missing netui-blank template

Hello, I am trying to run through the pageflow tutorial and I am stuck
at this step:

To Copy Page Flow Resources into the Project Folder

In this step you will copy (most of) the Page Flow application template
into your project folder. The application template gives the basic
directory structure for a Page Flow web app, and it includes some common
resources, for example: image files, supporting JavaScript files, and
web app configuration files.

Copy the folder BEEHIVE_HOME/samples/netui-blank/resources into your
project folder C:\beehive_projects\pageflow_tutorial.

Copy the folder BEEHIVE_HOME/samples/netui-blank/WEB-INF into your
project folder C:\beehive_projects\pageflow_tutorial.


I've done a full checkout and there is no folder samples/netui-blank. My
listing of the samples directory shows the following:

controls-blank
controls-db
PetStoreDashboard
petstoreWeb
README.txt
wsm-addressbook
wsm-addressbook-enhanced
wsm-addressbook-fromWSDL
wsm-blank
wsm-employee


Scott Semyan

Re: SVN missing netui-blank template

Posted by Eddie O'Neil <ek...@bea.com>.
Scott--

   Yeah, that's totally true.  :)

   The netui-blank template is actually available in the distribution 
and is only created when the distro is built.  It's not explicitly 
checked into SVN.

   If you need a NetUI webapp from the SVN tree, you can use the target 
"create.netui.webapp" from <beehive-svn-root>/netui/build.xml, though 
there's not a "simple" way of doing builds of that webapp right now 
short of calling the targets in <beehive-svn-root>/ant/buildWebapp.xml 
explicitly.

   If you just want to go off of a distribution, you can build one from 
SVN by running "build.dist".

   Hope that helps!

Eddie



Scott Semyan wrote:
> Hello, I am trying to run through the pageflow tutorial and I am stuck
> at this step:
> 
> To Copy Page Flow Resources into the Project Folder
> 
> In this step you will copy (most of) the Page Flow application template
> into your project folder. The application template gives the basic
> directory structure for a Page Flow web app, and it includes some common
> resources, for example: image files, supporting JavaScript files, and
> web app configuration files.
> 
> Copy the folder BEEHIVE_HOME/samples/netui-blank/resources into your
> project folder C:\beehive_projects\pageflow_tutorial.
> 
> Copy the folder BEEHIVE_HOME/samples/netui-blank/WEB-INF into your
> project folder C:\beehive_projects\pageflow_tutorial.
> 
> 
> I've done a full checkout and there is no folder samples/netui-blank. My
> listing of the samples directory shows the following:
> 
> controls-blank
> controls-db
> PetStoreDashboard
> petstoreWeb
> README.txt
> wsm-addressbook
> wsm-addressbook-enhanced
> wsm-addressbook-fromWSDL
> wsm-blank
> wsm-employee
> 
> 
> Scott Semyan
>