Skip to content
Snippets Groups Projects
Commit 2fe39c46 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Modified scripts to work in the final release.

parent 533682af
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ rm -rf xtext-merge
# let's copy the scripts to the correct location
mkdir bin
cp -r src/core/de.evoal.core/scripts/* "bin"
for NAME in $RELEASE_PLUGINS; do
echo "Copying scripts of plugin $NAME"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <execution-folder> <input.arff> <output.ddl>"
......
EVOALPATH="$( cd -- "$(dirname "$0/..")" >/dev/null 2>&1 ; pwd -P )"
PLUGIN_PATHS=`ls -d "${EVOALPATH}/plugins"/* | tr '\n' ':'`
EVOALPATH=$( cd -- "$(dirname $0)/.." >/dev/null 2>&1 ; pwd -P )
PLUGIN_PATHS=`ls -d "${EVOALPATH}/plugins"/* | tr '\n' ':'`
\ No newline at end of file
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <execution-folder> <eal-file> <output-folder>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <execution-folder> <generator-file>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <execution-folder> <generator-file>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 7 ]; then
echo "Usage: $0 <execution-folder> <ea-file> <mll-file> <pre-trained.pson> <training-points.json> <output> <constraint-folder>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <execution-folder> <mll-file>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 7 ]; then
echo "Usage: $0 <execution-folder> <ea-file> <mll-file> <pre-trained.pson> <training-points.json> <output> <constraint-folder>"
......
#!/bin/bash
source paths.env
source $( cd -- "$(dirname $0)/" >/dev/null 2>&1 ; pwd -P)/paths.env
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <execution-folder> <mll-file>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment