[Concern-users] Re: CROSS POSTING: new demo process
Brought to you by:
hengels,
leonchiver
|
From: Holger E. <he...@me...> - 2004-01-08 08:28:02
|
Quoting Lisa Retief <lis...@sa...>:
> 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.
Don't add it to build.properties. custom-build.properties is the right place
for it. Custom configuration shouldn't reside in the repository.
> 2. The $CONCERN_HOME/ant 'client' task has been removed - is this right?
It's part of the dist task now.
> 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
Sorry, I forgot to add ClaimLoader. ClaimLoader is not implemented anyway ..
Holger Engels
(Dipl Inf Med)
--
Consultant, Architect, Developer
Mobile: +49 176 20119752
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
|