[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Mon Dec 17 18:43:06 UTC 2007
gordonp
Mon Dec 17 13:43:06 EST 2007
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv6217/xmls
Modified Files:
seahawkBuild.xml
Log Message:
Added comment exlaining bootstrap nature of servlet WAR building
moby-live/Java/xmls seahawkBuild.xml,1.12,1.13
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/08/01 18:21:17 1.12
+++ /home/repository/moby/moby-live/Java/xmls/seahawkBuild.xml 2007/12/17 18:43:06 1.13
@@ -86,6 +86,9 @@
</target>
+ <!-- Note: if you want to build the servlet war from scratch, you need to build it (with an exception), deploy it, then
+ rebuild it a second time an deploy, since the unit tests rely on a working copy of the WAR to test the
+ remote functionality (see org/biomoby.service.test.MobyServletTestCase for the deployment URL) -->
<target name="servlet-war" depends="compile, make_maker" description="(User) Builds the MobyServlet WAR for MOBY-S service creation">
<echo message="Building servlet standalone WAR to ${build.clients.absolute}"/>
<copy file="${src.main}/${servlet.webxml}" todir="${jarmaker.dir}/WEB-INF/" overwrite="true"/>
More information about the MOBY-guts
mailing list