[Concern-users] Re: CROSS POSTING: new demo process
Brought to you by:
hengels,
leonchiver
|
From: Lisa R. <lis...@sa...> - 2004-01-08 11:18:07
|
Hi, Got the build working. Did a new cvs co but ClaimLoader was still missing so I made on with the load method just throwing an exception as implementation. Then no compile errors but: BUILD FAILED file:/home/lisa/concern/concern-src-1.0.1/demo/build.xml:329: Warning: Could not find file /home/lisa/concern/concern-src-1.0.1/demo/src/meta/engagement-jboss-web.xml to copy. So I made a copy of /demo/src/meta/engagement-web.xml and named it engagement-jboss-web.xml and BUILD SUCCESSFUL! Now I am confused because the end of your instructions say: run the src/ddl/Engagement*-scripts that match your db run the src/ddl/Application*-scripts that match your db but there is no src/ddl directory? Please assist. Thanks, Lisa Holger Engels wrote: >1. the jars have been marked as binary in the repository (hopefully ;-) > >2. the new demo process is checked in > >ant xdoclet ejb jca web >cp -r build/web/engagement.war $DEPLOY >cp build/jca $DEPLOY >cp src/controller/Application* $DEPLOY >cp src/controller/Engagement* $DEPLOY >cp build/ejb/ApplicationProcess.jar $DEPLOY >cp build/ejb/BasicActivityLibrary.jar $DEPLOY >cp build/ejb/ControllerSupport.jar $DEPLOY >cp build/ejb/EngagementProcess.jar $DEPLOY >cp build/ejb/WingsClient.jar $DEPLOY > >run the Engagement_model.ddl in etc/db >run the src/ddl/Engagement*-scripts that match your db >run the src/ddl/Application*-scripts that match your db > >be sure to remove ApplicationSupport.jar and maybe other old stuff from >$DEPLOY. > >access http://localhost:8080/engagement/engagement-index.html with your >browser > >we should automate the deployment process somehow! > >tell me, if something doesn't work! This will help me, so I will help you ;-) > >regards, > >holger > > |