Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
3be4c55d
Commit
3be4c55d
authored
6 years ago
by
Irina LEE
Browse files
Options
Downloads
Patches
Plain Diff
add cluster name in jdialogsyscamsexecutablecodegeneration (syscams)
parent
1d2b5a62
No related branches found
No related tags found
1 merge request
!72
Syscams
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ui/window/JDialogSysCAMSExecutableCodeGeneration.java
+3
-3
3 additions, 3 deletions
...ava/ui/window/JDialogSysCAMSExecutableCodeGeneration.java
with
3 additions
and
3 deletions
src/main/java/ui/window/JDialogSysCAMSExecutableCodeGeneration.java
+
3
−
3
View file @
3be4c55d
...
...
@@ -524,14 +524,14 @@ public class JDialogSysCAMSExecutableCodeGeneration extends javax.swing.JFrame i
TopCellGenerator
topCellGenerator
=
new
TopCellGenerator
(
syscalsspec
);
testGo
();
jta
.
append
(
"Generation of TopCell executable code: done\n"
);
jta
.
append
(
"Generation of TopCell
\""
+
syscalsspec
.
getCluster
().
getClusterName
()
+
"\"
executable code: done\n"
);
try
{
jta
.
append
(
"Saving
SysCAMS code in files\n"
);
jta
.
append
(
"Saving SysCAMS code in files\n"
);
System
.
err
.
println
(
"Saving SysCAMS code in files\n"
);
pathCode
=
code2
.
getText
();
System
.
err
.
println
(
"SYSCAMS TOPCELL saved in "
+
code2
.
getText
());
System
.
err
.
println
(
"SYSCAMS TOPCELL
: "
+
syscalsspec
.
getCluster
().
getClusterName
()
+
"
saved in "
+
code2
.
getText
());
topCellGenerator
.
saveFile
(
pathCode
);
jta
.
append
(
"Code saved\n"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment