----- Original Message -----
From: "Stuart Roebuck" <[EMAIL PROTECTED]>
> [detailed information]
Stuart,
When you compile from CVS, you should run the "ant dist" task. This creates
a dist directory and puts everything you need to run the system over there.
The run.sh you should call is in /dist/bin. The /res directory is just a
miscellaneous directory from where ant can take files and put them in the
correct place.
You don't need to put all your jars in the classpath in run.sh as the Avalon
loader will automatically add all the files in the lib directory (again,
we're talking the dist). You should probably add jndi.jar, ldap.jar, and
providerutil.jar (if you're actually doing the LDAP) to the lib directory
(if you put it in the CVS lib directory and then run "ant dist", it will
copy these to the /dist/lib directory.)
Hope this helps. All this should probably go into a help file. I'm taking
notes. :)
Serge Knystautas
Loki Technologies
http://www.lokitech.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]