Changes for page Custom Project Templates

Last modified by Bastian Triller on 2009/04/11 21:03

From version 51.1
edited by David Avendasora
on 2009/04/11 20:52
Change comment: There is no comment for this version
To version 53.1
edited by David Avendasora
on 2009/04/11 21:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -135,6 +135,13 @@
135 135  
136 136  ===== Flagging files to be skipped by Velocity =====
137 137  
138 +If there are files in your template that should not be processed by Velocity as the project is being setup, you will need to end the file name with "binary" which will cause Velocity to strip the "binary" off the file name, but skip processing the contents of the file. Examples of files that you'd want to flag are:
139 +
140 +* EOGenerator Templates
141 +* Custom builder .launch files.
142 +
138 138  ===== Using keypaths =====
139 139  
145 +* If you need to call a method on a given variable, you need to include the "()" at the end of the method name. An eample is in the build.properties file. In order to get the lowercase version of the project name, you have to call "${{projectName.toLowerCase()}}{{/projectName.toLowerCase()}}"
146 +
140 140  Happy templating