Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
f93d64fd
Commit
f93d64fd
authored
Sep 11, 2017
by
Maxime Perrotin
Browse files
Fix missing call to mono prior to .NET apps
parent
d5928000
Changes
3
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-create-database
View file @
f93d64fd
...
...
@@ -27,7 +27,7 @@ then
exit
-1
fi
taste-extract-asn-from-design.exe
-i
"
$INTERFACEVIEW
"
-j
sql_db/
$DBNAME
.asn
mono
$(
which
taste-extract-asn-from-design.exe
)
-i
"
$INTERFACEVIEW
"
-j
sql_db/
$DBNAME
.asn
# (4) create Python and SQL Alchemy interfaces
...
...
misc/helper-scripts/taste-edit-concurrency-view
View file @
f93d64fd
...
...
@@ -70,9 +70,9 @@ OCARINA_COMPONENTS="$(taste-config --prefix)/share/ocarina/AADLv2/ocarina_compon
# Tempdir will not be deleted - OS shall make the cleanup (likely at reboot)
tempdir
=
$(
mktemp
-d
)
taste-extract-asn-from-design.exe
-i
"
$INTERFACEVIEW
"
-j
"
$tempdir
"
/dataview-uniq.asn
mono
$(
which
taste-extract-asn-from-design.exe
)
-i
"
$INTERFACEVIEW
"
-j
"
$tempdir
"
/dataview-uniq.asn
asn2aadlPlus
"
$tempdir
"
/dataview-uniq.asn
"
$tempdir
"
/dataview-uniq.aadl
-aadlv2
taste-extract-asn-from-design.exe
-i
"
$INTERFACEVIEW
"
-k
"
$tempdir
"
/dataview-uniq.asn
mono
$(
which
taste-extract-asn-from-design.exe
)
-i
"
$INTERFACEVIEW
"
-k
"
$tempdir
"
/dataview-uniq.asn
DATAVIEW
=
"
$tempdir
"
/dataview-uniq.aadl
CMD
=
"buildsupport -i
${
INTERFACEVIEW
}
-c
${
DEPLOYMENTVIEW
}
...
...
misc/helper-scripts/taste-generate-skeletons
View file @
f93d64fd
...
...
@@ -66,11 +66,11 @@ grep "version => \"2" "$INTERFACEVIEW" >/dev/null && {
mkdir
-p
"
$output_dir
"
2>/dev/null
&&
shift
||
output_dir
=
.
echo
'[INFO] Collecting ASN.1 files'
taste-extract-asn-from-design.exe
-i
"
$INTERFACEVIEW
"
-j
"
$output_dir
"
/dataview-uniq.asn
mono
$(
which
taste-extract-asn-from-design.exe
)
-i
"
$INTERFACEVIEW
"
-j
"
$output_dir
"
/dataview-uniq.asn
echo
'[INFO] Generating AADL data view'
asn2aadlPlus
"
$output_dir
"
/dataview-uniq.asn
"
$output_dir
"
/dataview-uniq.aadl
-aadlv2
asn2aadlPlus
"
$output_dir
"
/dataview-uniq.asn
"
$output_dir
"
/dataview-uniq-v1.aadl
taste-extract-asn-from-design.exe
-i
"
$INTERFACEVIEW
"
-k
"
$output_dir
"
/dataview-uniq.asn
mono
$(
which
taste-extract-asn-from-design.exe
)
-i
"
$INTERFACEVIEW
"
-k
"
$output_dir
"
/dataview-uniq.asn
echo
'[INFO] Parsing AADL and generating skeletons with buildsupport'
buildsupport
-i
"
$INTERFACEVIEW
"
-d
"
$output_dir
"
/dataview-uniq.aadl
--gw
--aadlv2
-o
"
$output_dir
"
--keep-case
"
$AADL_PROPERTIES
"
"
$@
"
cp
-f
__interfaceview-v2.aadl
"
$INTERFACEVIEW
"
2>/dev/null
||
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment