Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2MQTT
Commits
1c472af3
Commit
1c472af3
authored
Aug 28, 2019
by
Georg Vinogradov
Browse files
Modify file creation
parent
af3d9cb8
Pipeline
#177636
passed with stages
in 8 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/generator/mqtt/GeneratorMqtt.java
View file @
1c472af3
...
...
@@ -104,7 +104,10 @@ public class GeneratorMqtt
//Generate files and write to project
String
content
=
MqttTemplates
.
generateMqttFindMqtt
(
model
);
File
file
=
new
File
(
generationTargetPath
+
"FindMQTT.cmake"
);
File
directory
=
new
File
(
generationTargetPath
+
"modules/"
);
directory
.
mkdirs
();
File
file
=
new
File
(
generationTargetPath
+
"modules/FindMQTT.cmake"
);
createFile
(
file
,
content
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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