[ http://issues.apache.org/jira/browse/BEEHIVE-565?page=all ] Alejandro Ramirez closed BEEHIVE-565: -------------------------------------
Verified fixed. The nightly located at: http://cvs.apache.org/dist/incubator/beehive/nightlies/20050510/ contains a correct build.xml file. It now contains the following call: <!-- compile JPFs --> <build-pageflows srcdir="${webapp.dir}" weboutputdir="${webapp.dir}" classoutputdir="${webapp.dir}/WEB-INF/classes" tempdir="${webapp.dir}/WEB-INF/${tmp.sourcegen.dir}" classpathref="webapp.build.classpath"/> > 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
