All Downloads are FREE. Search and download functionalities are using the official Maven repository.

erpro.scan.jms-implementation.5.36-75.0.source-code.pbs_exec.sh Maven / Gradle / Ivy

The newest version!
#!/bin/sh
#
# Portable Batch System (PBS) Script for starting a JVM worker.
#
# Join stdout and stderr
#PBS -j oe
#
# Email settings
#PBS -m ${mvn.pbs.mail.settings}
#
# Email address
#PBS -M ${mvn.notification.emailaddress}
#
# Queue job submitted to
#PBS -q ${mvn.pbs.queue.submission}
#
# Output file
#PBS -o ${mvn.absolute.output.path}/${mvn.pbs.output.file}
#
${mvn.maven.executable} -e -P runSerialWorker -f ${mvn.jms-implementation.pom.path} exec:java ${mvn.pbs.memory.setting}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy