I agree -- I'm +1 on punting (even though it's a trivial fix).

Julie Zhuo wrote:

Actually, we could just mention the warning message in the doc so that
we do not have change our Alpha Release candidate


-----Original Message-----
From: Julie Zhuo Sent: Wednesday, November 10, 2004 6:06 AM
To: Beehive Developers
Subject: RE: [BUG TRIAGE] [Fwd: [jira] Created: (BEEHIVE-72) Webapp
build warning]


Rich,

I actually recommend this goes into the Alpha. Especially when people
have that ThreadDeath issue or things like that, one may very well want
to conclude that this might be the cause. What do you think?

-----Original Message-----
From: Richard Feit Sent: Wednesday, November 10, 2004 12:06 AM
To: Beehive Developers
Subject: [BUG TRIAGE] [Fwd: [jira] Created: (BEEHIVE-72) Webapp build
warning]


I've assigned this bug to myself, and I've got a local fix for it (in the trunk). But given that it's Minor, and we're voting on 56616 for the Alpha release, shall we punt this bug to Beta?

-------- Original Message --------
Subject:        [jira] Created: (BEEHIVE-72) Webapp build warning
Date:   Tue, 9 Nov 2004 19:35:23 -0800 (PST)
From:   Julie Zhuo (JIRA) <[email protected]>
Reply-To:       Beehive Developers <[email protected]>
To:     [email protected]



Webapp build warning
--------------------

Key: BEEHIVE-72
URL: http://nagoya.apache.org/jira/browse/BEEHIVE-72
Project: Beehive
Type: Bug
Components: NetUI Versions: V1Alpha Reporter: Julie Zhuo
Priority: Minor



Repro,

1. Install a brand new tomcat5.025 using beehive svn bootstrap target.
2. Start the tomcat
3. Follow the page flow tutorial build and deploy the webapp the first
time using,
ant -f %BEEHIVE_HOME%\ant\buildWebapp.xml -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
-Dcontext.path=pageflow_tutorial
build.webapp
deploy


Notice it get successfully done.
4. Do an undeploy by
ant -f %BEEHIVE_HOME%\ant\buildWebapp.xml -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
-Dcontext.path=pageflow_tutorial
undeploy


5. Do an webapp build by,
ant -f %BEEHIVE_HOME%\ant\buildWebapp.xml -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
build.webapp


It produce the following,
D:\beehive-dist\apache-beehive-incubating-1.0-alpha-snapshot>ant -f
ant\buildWeb
app.xml -Dwebapp.dir=d:\beehive-dist\project\pageflow_tutorial
build.webapp
Buildfile: ant\buildWebapp.xml

build.webapp:
  [delete] Deleting directory
D:\beehive-dist\project\pageflow_tutorial\WEB-INF
\.tmpbeansrc
[xmlbeanbuild] Could not find any xsd or wsdl files to process.
    [echo] ========== Compile Java sources in WEB-INF/src, including
controls =
=========
    [echo] netui-compiler.jar:
D:\beehive-dist\apache-beehive-incubating-1.0-al
pha-snapshot/lib/netui/beehive-netui-compiler.jar
    [echo] controls.jar:
D:\beehive-dist\apache-beehive-incubating-1.0-alpha-sn
apshot/lib/controls/controls.jar
   [mkdir] Created dir:
D:\beehive-dist\project\pageflow_tutorial\WEB-INF\.tmpb
eansrc
    [echo] ========== Compile Page Flows ==========
     [apt] Compiling 1 source file to
D:\beehive-dist\project\pageflow_tutorial
\WEB-INF\classes
     [apt]
D:\beehive-dist\project\pageflow_tutorial\WEB-INF\.tmpbeansrc\WEB-IN
F\src\global\Global.java:28: warning: File "/Controller.jpf" could not
be found
in the web application.
     [apt]     public Forward home()
     [apt]                    ^
     [apt] 1 warning
    [echo] Copy all .properties files
    [echo] Copy all .xml files

BUILD SUCCESSFUL
Total time: 3 seconds

6. Continue to deploy by
ant -f %BEEHIVE_HOME%\ant\buildWebapp.xml -Dwebapp.dir=C:\beehive_projects\pageflow_tutorial
-Dcontext.path=pageflow_tutorial
deploy


Notice, it will deploy OK and the webapp runs OK.

I just wanted to file this here, not sure whether or not it will be a
root of something. Hopefully not! :)



Reply via email to