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 49.1
edited by David Avendasora
on 2009/04/11 20:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -131,7 +131,7 @@
131 131  
132 132  In addition to variables inside of Velocity templates, you can also use template variables in folder and file names. However, because $ is not allowed on some filesystems, we instead surround the variable names with "" (for instance $someVariable would be "someVariable" in the filename or path). As an example, the template above has an input named "basePackage" (of type Package) which, as we learned above, creates two variables: "basePackage" and "basePackage//folder". Since we are going to be using this variable to name (and define the path) of a folder in the Sources directory, we need to use the alternate version of the variable. Create a new folder in the Sources directory of the project templaet and instead of using "${{basePackage_folder}}{{/basePackage_folder}}" as the file name, we must use "basePackage//folder".
133 133  
134 -= Special Circumstances =
134 +=== Special Circumstances ===
135 135  
136 136  ===== Flagging files to be skipped by Velocity =====
137 137