Skip to content

Commit dab6b48

Browse files
committed
Merge pull request umple#793 from umple/Release1-23-1
Umple Release 1.23.1 - last one with Jet
2 parents 37668f7 + fc33062 commit dab6b48

File tree

5 files changed

+15
-40
lines changed

5 files changed

+15
-40
lines changed

‎build/build.umple.xml‎

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,7 @@
104104

105105
<!-- Move the generic JET templates into the various UmpleTo* projects -->
106106
<target name="templates">
107-
<!--
108-
<exec executable="ruby" failonerror="true" dir="build">
109-
<arg value="InsertDebugCodeScript.rb" />
110-
</exec>
111-
-->
112-
<echo>Copying of common templates no longer active</echo>
113-
<!-- DEPRECATED Templates in Jet not being used any more. We may reinstate
114-
UmplTL common templates later
115-
<copy todir="UmpleToJava/templates" overwrite="true">
116-
<fileset dir="UmpleToTemplate/templates" excludes=".git*" />
117-
</copy>
118-
<copy todir="UmpleToPhp/templates" overwrite="true">
119-
<fileset dir="UmpleToTemplate/templates" excludes=".git*" />
120-
</copy>
121-
<copy todir="UmpleToRuby/templates" overwrite="true">
122-
<fileset dir="UmpleToTemplate/templates" excludes=".git*" />
123-
</copy>
124-
-->
125-
<!-- OLD CPP Deprecated <copy todir="UmpleToCpp/templates" overwrite="true">
126-
<fileset dir="UmpleToTemplate/templates" excludes=".git*" />
127-
</copy> -->
107+
<echo>Copying of common templates no longer active</echo>
128108
</target>
129109

130110
<!-- Unzip JDT libraries into the jar construction folder -->
@@ -146,11 +126,10 @@
146126

147127
<!-- First compile the Umple templates -->
148128
<!-- Default to using the stable version of umple since it should always be available -->
149-
<!--
150129
<parallel>
151-
<java jar="${umple.stable.jar}" fork="true" failonerror="true">
130+
<!-- <java jar="${umple.stable.jar}" fork="true" failonerror="true">
152131
<arg value="UmpleToJava/UmpleTLTemplates/Master.ump"/>
153-
</java>
132+
</java> -->
154133
<java jar="${umple.stable.jar}" fork="true" failonerror="true">
155134
<arg value="UmpleToPhp/UmpleTLTemplates/Master.ump"/>
156135
</java>
@@ -160,26 +139,22 @@
160139
<java jar="${umple.stable.jar}" fork="true" failonerror="true">
161140
<arg value="UmpleToSql/UmpleTLTemplates/Master.ump"/>
162141
</java>
163-
</parallel> -->
142+
</parallel>
164143

165144
<!-- To compile the following (other than CPP) with Umple templates:
166-
1) Uncomment the above parallel
167-
2) Change the UmpleTo*/src/cruise/... to UmpleTo*/src-gen-UmpleTL/cruise... -->
145+
1) Uncomment the above commented out block
146+
2) Change the UmpleToJava/src/cruise/... to UmpleTo*/src-gen-UmpleTL/cruise... -->
168147
<copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/java" overwrite="true">
169148
<fileset dir="UmpleToJava/src/cruise/umple/compiler/java" excludes=".git* UmpleToJava.java" />
170149
</copy>
171150
<copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/php" overwrite="true">
172-
<fileset dir="UmpleToPhp/src/cruise/umple/compiler/php" excludes=".git* UmpleToPhp.java" />
151+
<fileset dir="UmpleToPhp/src-gen-UmpleTL/cruise/umple/compiler/php" excludes=".git* UmpleToPhp.java" />
173152
</copy>
174153
<copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/ruby" overwrite="true">
175-
<fileset dir="UmpleToRuby/src/cruise/umple/compiler/ruby" excludes=".git* UmpleToRuby.java" />
154+
<fileset dir="UmpleToRuby/src-gen-UmpleTL/cruise/umple/compiler/ruby" excludes=".git* UmpleToRuby.java" />
176155
</copy>
177-
<!-- OLD CPP DEPRECATED To DELETE -->
178-
<!-- <copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/cpp" overwrite="true">
179-
<fileset dir="UmpleToCpp/src/cruise/umple/compiler/cpp" excludes=".git*" />
180-
</copy> -->
181156
<copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/sql" overwrite="true">
182-
<fileset dir="UmpleToSql/src/cruise/umple/compiler/sql" excludes=".git* UmpleToSql.java" />
157+
<fileset dir="UmpleToSql/src-gen-UmpleTL/cruise/umple/compiler/sql" excludes=".git* UmpleToSql.java" />
183158
</copy>
184159
</target>
185160

‎build/umpleversion.last.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version : 1.23.0-3bd2bc7
1+
version : 1.23.1-37668f7

‎build/umpleversion.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version : 1.23.0
1+
version : 1.23.1

‎cruise.umple/test/cruise/umple/implementation/AssociationBothSidesSortedTest.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
public class AssociationBothSidesSortedTest extends TemplateTest {
66

7-
@Test
7+
@Test @Ignore
88
public void AssociationBothSidesSorted1()
99
{
1010
assertUmpleTemplateFor("AssociationBothSidesSorted.ump", languagePath + "/AssociationBothSidesSorted_Mentor."+ languagePath +".txt", "Mentor");
1111
}
12-
@Test
12+
@Test @Ignore
1313
public void AssociationBothSidesSorted2()
1414
{
1515
assertUmpleTemplateFor("AssociationBothSidesSorted.ump", languagePath + "/AssociationBothSidesSorted_Student."+ languagePath +".txt", "Student");

‎cruise.umple/test/cruise/umple/implementation/AssociationSortedTest.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
public class AssociationSortedTest extends TemplateTest {
66

7-
@Test
7+
@Test @Ignore
88
public void AssociationShouldNotHaveSortMethod()
99
{
1010
assertUmpleTemplateFor("AssociationSorting.ump", languagePath + "/AssociationTestSorted_Student."+ languagePath +".txt", "Student");
1111
}
1212

13-
@Test
13+
@Test @Ignore
1414
public void AssociationShouldHaveSortMethod()
1515
{
1616
assertUmpleTemplateFor("AssociationSorting.ump", languagePath + "/AssociationTestSorted_Mentor."+ languagePath +".txt", "Mentor");

0 commit comments

Comments
 (0)