-
Notifications
You must be signed in to change notification settings - Fork 1
Extension org.gramar.base Tag copyFile
chrisgerken edited this page Sep 14, 2015
·
2 revisions
The copyFile tag copies a binary file from within the gramar to the output file store..
- string target - (required) The workspace-relative path of the file to be written. The first level should be the project name.
- string source - (required) The gramar-relative path of the binary file to be created.
- boolean replace - Whether on not an existing file should be replaced. The default is true.
Place a taglib
element within <taglibs>
element in the gramar.config file in the root of your gramar:
<taglibs>
<taglib prefix="c" extension="org.gramar.base" />
</taglibs>
Return to org.gramar.base