dion        2003/08/13 17:08:03

  Modified:    xdocs    Tag: MAVEN_RC1_STABLE faq.fml
  Log:
  Work around icky faq plugin feechur
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.5   +4 -6      maven/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.fml,v
  retrieving revision 1.2.2.4
  retrieving revision 1.2.2.5
  diff -u -r1.2.2.4 -r1.2.2.5
  --- faq.fml   13 Aug 2003 09:01:57 -0000      1.2.2.4
  +++ faq.fml   14 Aug 2003 00:08:03 -0000      1.2.2.5
  @@ -211,10 +211,10 @@
           <p>
             The solution is to add the JAXP system property via the Jelly script.
           </p>
  -        <source><![CDATA[
  +        <source>
   
${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
 
  -<ant:style in="${basedir}/some.xml" out="${maven.build.dest}/other.xml" 
style="${basedir}/sheet.xsl" processor="trax"/> 
  -]]></source>
  +&lt;ant:style in="${basedir}/some.xml" out="${maven.build.dest}/other.xml" 
style="${basedir}/sheet.xsl" processor="trax"/&gt; 
  +</source>
           <p>
             Also make sure that Xalan is declared as dependencies in your project 
file:
           </p>
  @@ -265,14 +265,12 @@
           When I try to generate my site I get something like this:
   
           <source>
  -<![CDATA[
   BUILD FAILED
   null:58:46:
  -<x:parse> Invalid source argument. Must be a String, Reader,
  +&lt;x:parse&gt; Invalid source argument. Must be a String, Reader,
   InputStream or URL. Was type; java.io.File with value:
   /home/jvanzyl/js/com.werken/drools/target/jdepend-raw-report.xml
   Total time:  12 seconds
  -]]>   
           </source>
           <p>
             This problem has been observed when a version of Jelly used as a
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to