|
104 | 104 |
|
105 | 105 | <!-- Move the generic JET templates into the various UmpleTo* projects --> |
106 | 106 | <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> |
128 | 108 | </target> |
129 | 109 |
|
130 | 110 | <!-- Unzip JDT libraries into the jar construction folder --> |
|
146 | 126 |
|
147 | 127 | <!-- First compile the Umple templates --> |
148 | 128 | <!-- Default to using the stable version of umple since it should always be available --> |
149 | | - <!-- |
150 | 129 | <parallel> |
151 | | - <java jar="${umple.stable.jar}" fork="true" failonerror="true"> |
| 130 | + <!-- <java jar="${umple.stable.jar}" fork="true" failonerror="true"> |
152 | 131 | <arg value="UmpleToJava/UmpleTLTemplates/Master.ump"/> |
153 | | - </java> |
| 132 | + </java> --> |
154 | 133 | <java jar="${umple.stable.jar}" fork="true" failonerror="true"> |
155 | 134 | <arg value="UmpleToPhp/UmpleTLTemplates/Master.ump"/> |
156 | 135 | </java> |
|
160 | 139 | <java jar="${umple.stable.jar}" fork="true" failonerror="true"> |
161 | 140 | <arg value="UmpleToSql/UmpleTLTemplates/Master.ump"/> |
162 | 141 | </java> |
163 | | - </parallel> --> |
| 142 | + </parallel> |
164 | 143 |
|
165 | 144 | <!-- 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... --> |
168 | 147 | <copy todir="cruise.umple/src-gen-jet/cruise/umple/compiler/java" overwrite="true"> |
169 | 148 | <fileset dir="UmpleToJava/src/cruise/umple/compiler/java" excludes=".git* UmpleToJava.java" /> |
170 | 149 | </copy> |
171 | 150 | <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" /> |
173 | 152 | </copy> |
174 | 153 | <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" /> |
176 | 155 | </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> --> |
181 | 156 | <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" /> |
183 | 158 | </copy> |
184 | 159 | </target> |
185 | 160 |
|
|
0 commit comments