Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
adding mars to the classpath
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wso2.org/repos/wso2/trunk/wsf@21867 a5903396-d722-0410-b921-86c7d4935375
  • Loading branch information
keith committed Sep 17, 2008
1 parent f65e139 commit 2796372
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jython/distribution/bin/wsfjython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ do
WSFJYTHON_CLASSPATH="$WSFJYTHON_CLASSPATH":$f
done

for g in "$WSFJYTHON_HOME"/lib/mars/*.mar
do
WSFJYTHON_CLASSPATH="$WSFJYTHON_CLASSPATH":$g
done

WSFJYTHON_CLASSPATH="$JAVA_HOME/lib/tools.jar":"$WSFJYTHON_CLASSPATH":"$CLASSPATH":"$DARWIN_TOOLS"

# For Cygwin, switch paths to Windows format before running java
Expand Down

0 comments on commit 2796372

Please sign in to comment.