+1 punt fix to next milestone * We want to have a release for ApacheCon. A vote needs 3d. If we restart the clock today, we're running too close to the deadline IMO. * This is an alpha.
Other thoughts: * Tell users this is a known issue and that the fix is in the trunk as of a certain rev #. * Put the change in the alpha branch so that users could roll their own distribution from that rev # but not change our actual alpha candidate. We probably should get into the habit of having a known issues doc for every release... -----Original Message----- From: Richard Feit Sent: Tuesday, November 09, 2004 11:06 PM 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! :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
