ovidiu      02/05/03 17:23:16

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  Added parameter 'compiler' to programming-languages/java-language. Its
  absence causes crashes in Schecoon.
  
  Revision  Changes    Path
  1.16      +3 -1      xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- cocoon.xconf      2 May 2002 12:12:40 -0000       1.15
  +++ cocoon.xconf      4 May 2002 00:23:16 -0000       1.16
  @@ -230,6 +230,7 @@
              It is commented out because of bug #5689: Java "code-formatter" 
incorrectly formats double values
         <parameter name="code-formatter" 
value="org.apache.cocoon.components.language.programming.java.JstyleFormatter"/>
         -->
  +      <parameter name="compiler" 
value="org.apache.cocoon.components.language.programming.java.Javac"/>
         <!-- A singleton-like implementation of a ClassLoader -->
         <parameter name="class-loader" 
value="org.apache.cocoon.components.classloader.ClassLoaderManagerImpl"/>
       </java-language>
  @@ -464,6 +465,7 @@
       For development environment, set the check-reload to yes.
       For production environment, it is advisable to set the check-reload to no.
     -->
  -  <sitemap file="sitemap.xmap" check-reload="yes" logger="sitemap"/>
  +  <sitemap file="sitemap.xmap" check-reload="yes" logger="sitemap"
  +        
config="resource://org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml"/>
   
   </cocoon>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to