[Concern-users] Re: CROSS POSTING: new demo process
Brought to you by:
hengels,
leonchiver
|
From: Lisa R. <lis...@sa...> - 2004-01-07 17:45:02
|
Hi Holger,
I have started the testing. Here are some issues as they occur.
1. Running $CONCERN_HOME/ant dist fails as ${jboss.home} ant property is
not defined anywhere. Shall I add it to etc/build.properies? For now I
have created custom-build.properties with it defined and the 'dist' task
works.
2. The $CONCERN_HOME/ant 'client' task has been removed - is this right?
3. 'demo/ant xdoclet ejb jca web' fails because it can't find hibernate
libraries. I downloaded it and added jar to demo/lib ant we get further,
but still break with these compile errors:
compile:
[javac] Compiling 91 source files to
/home/lisa/concern/concern-src-1.0.1/demo/build/class
[javac]
/home/lisa/concern/concern-src-1.0.1/demo/src/java/org/concern/test/claim/CheckWarrantabilityBase.java:18:
cannot resolve symbol
[javac] symbol : class ClaimLoader
[javac] location: package claim
[javac]return org.concern.test.claim.ClaimLoader.load(id);
[javac]^
[javac]
/home/lisa/concern/concern-src-1.0.1/demo/src/java/org/concern/test/claim/RefuseBase.java:17:
cannot resolve symbol
[javac] symbol : class ClaimLoader
[javac] location: package claim
[javac]return org.concern.test.claim.ClaimLoader.load(id);
[javac]
[javac]
/home/lisa/concern/concern-src-1.0.1/demo/src/java/org/concern/test/claim/ReplaceBase.java:18:
cannot resolve symbol
[javac] symbol : class ClaimLoader
[javac] location: package claim
[javac] return org.concern.test.claim.ClaimLoader.load(id);
[javac] ^
[javac] 3 errors
BUILD FAILED
file:/home/lisa/concern/concern-src-1.0.1/demo/build.xml:134: Compile
failed; see the compiler error output for details
Over to you for now :)
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
>
>
|