[ http://issues.apache.org/jira/browse/BEEHIVE-565?page=comments#action_63848 ] Jeremiah Johnson commented on BEEHIVE-565: ------------------------------------------
Rich, looks like you fixed this in 164768. I just pulled from SVN and was able to deploy netui-blank. > The generated netui-blank webapp in the distributuion contains an invalid > build.xml file > ---------------------------------------------------------------------------------------- > > Key: BEEHIVE-565 > URL: http://issues.apache.org/jira/browse/BEEHIVE-565 > Project: Beehive > Type: Bug > Components: Samples > Versions: V1 > Reporter: Alejandro Ramirez > Assignee: Alejandro Ramirez > > 1.- Build a beehive distribution from the source svn tree (e.g. > BEEHIVE_HOME$ant clean deploy build.dist ) > 2.- Unzip the generated distribution and open the file : > BEEHIVE_DIST_HOME/samples/netui-blank/WEB-INF/src/build.xml > The build.xml file contains the following call: > <!-- compile JPFs --> > <build-pageflows srcdir="${webapp.dir}" > destdir="${webapp.dir}/WEB-INF/classes" > tempdir="${webapp.dir}/WEB-INF/${tmp.sourcegen.dir}" > classpathref="webapp.build.classpath"/> > That is wrong since the "destdir" is not defined in the build-pageflows macro. -- 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
