V Bala wrote:
>
> Hi Charles,
> I've already checked out a version from the CVS repository and right now
> I am configuring it to work with my LDAP server.
Feedback would be very useful. One of my concerns when writing the LDAP
piece was that directories can be configured very differently. Let me
know how you get on.
>
> The changes I made to the run.sh file are mainly to bring it in sync
> with the run.bat file. I am just pasting a copy of the run.sh file
> below:
>
> ###########################################################
> #!/bin/sh
> echo
> echo "Avalon runner"
> echo
>
> if [ "$JAVA_HOME" = "" ] ; then
> echo "ERROR: JAVA_HOME not found in your environment."
> echo
> echo "Please, set the JAVA_HOME variable in your environment to match
> the"
> echo "location of the Java Virtual Machine you want to use."
> exit 1
> fi
>
>
>LOCAL_CLASSPATH=Loader.jar:blocks/Avalon.jar:blocks/JAMES.jar:../lib/activation.jar:../lib/mail_1_1_3.jar:../lib/xerces_1_1_1.jar:../lib/dnsjava.jar:../lib/AvalonAware.jar
>
> $JAVA_HOME/bin/java -cp $LOCAL_CLASSPATH org.apache.avalon.loader.Main
> $*
> ###########################################################
>
> It should also be noted that the unix users will have to run dos2unix
> utility before attempting to the run.sh script.
I'll have a look (but probably be a few days)
>
> Thanks for your reply.
>
> As you already know, I've subscribed to the james mailing list. I am
> hoping to make my contributions to the project very soon.
Hurrah!
Charles
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]