
org.objectweb.proactive.examples.pi.scripts.build Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proactive-programming Show documentation
Show all versions of proactive-programming Show documentation
ProActive Programming is a Java API that provides a powerful framework to easily develop parallel and distributed applications
The newest version!
if [ "$JAVA_HOME" = "NULL" ]
then
echo
echo "The enviroment variable JAVA_HOME must be set the current jdk distribution"
echo "installed on your computer."
echo "Use "
echo " export JAVA_HOME="
exit 127
fi
currentDir=`dirname $0`
proactiveDir=../../../../../../..
#build file for Unix system
$JAVA_HOME/bin/java -classpath $JAVA_HOME/lib/tools.jar:$proactiveDir/compile/ant-launcher.jar:$proactiveDir/compile/ant.jar: -Djava.security.policy=$proactiveDir/dist/proactive.java.policy org.apache.tools.ant.Main -emacs -buildfile $currentDir/build.xml $@
#$JAVA_HOME/bin/java -classpath $JAVA_HOME/lib/tools.jar:$currentDir/ant.jar:$currentDir/ant-launcher.jar:$currentDir/xercesImpl.jar:$currentDir/xml-apis.jar:$CLASSPATH org.apache.tools.ant.Main -emacs -buildfile $currentDir/proactive.xml $@
© 2015 - 2025 Weber Informatics LLC | Privacy Policy