reinhard 2003/09/12 11:22:13
Modified: src/blocks/scratchpad/conf intercepted-flow.xconf
Log:
- set the copy-result-script parameter to 'false' by default
- added a warning that you may override files if the parameter is set to
'true'
Revision Changes Path
1.3 +10 -2
cocoon-2.1/src/blocks/scratchpad/conf/intercepted-flow.xconf
Index: intercepted-flow.xconf
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/scratchpad/conf/intercepted-flow.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- intercepted-flow.xconf 8 Sep 2003 22:57:13 -0000 1.2
+++ intercepted-flow.xconf 12 Sep 2003 18:22:13 -0000 1.3
@@ -18,8 +18,16 @@
<function>woody.send()</function>
</cont-creating-functions>
<!-- the result script is copied in the same directory as the
basescript
- if the file protocol is used to resolve the script -->
- <copy-result-script>true</copy-result-script>
+ if the file protocol is used to resolve the script
+
+ WARNING:
+ the result script is streamed into the same directory as the
basescript
+ with the only difference that "_intercepted.js" is appended. So
make
+ sure that you don't create any files with the name
+ [yourPath]/[yourBasescript-name]_intercepted.js which will be
overwritten
+
+ -->
+ <copy-result-script>false</copy-result-script>
</component-instance>
</xconf>