User: user57  
  Date: 01/08/20 13:42:07

  Modified:    .        config.xml
  Log:
   o changed fop.classpath to apache.fop.classpath, tried to get the style task
     to work properly... without success.
  
  Revision  Changes    Path
  1.3       +17 -4     manual/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/config.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.xml        2001/08/11 06:16:44     1.2
  +++ config.xml        2001/08/20 20:42:06     1.3
  @@ -7,7 +7,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.2 2001/08/11 06:16:44 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.3 2001/08/20 20:42:06 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Module Setup                                                       -->
  @@ -42,14 +42,20 @@
     <property name="apache.fop.root" value="${tools.root}/apache/fop"/>
     <property name="apache.fop.lib" value="${apache.fop.root}/lib"/>
     <path id="apache.fop.classpath">
  +    <path refid="apache.ant.ext.classpath"/>
       <fileset dir="${apache.fop.lib}">
         <include name="**/*.jar"/>
       </fileset>
     </path>
  -  <taskdef name="fop" 
  -        classname="org.apache.fop.tools.anttasks.Fop"
  -        classpathref="fop.classpath"/>
  +  <!-- taskdef is in configure-hook -->
   
  +  <!-- Style -->
  +  <path id="apache.ant.style.classpath">
  +    <path refid="apache.ant.ext.classpath"/>
  +    <path refid="apache.ant.classpath"/>
  +  </path>
  +  <!-- taskdef is in configure-hook -->
  +
   
     <!-- ================================================================== -->
     <!-- Library Setup                                                      -->
  @@ -156,4 +162,11 @@
     <!-- Executed at the end of the 'init' target -->
     <target name="init-hook">
       <!-- Execute custom initialization tasks here. -->
  +    <taskdef name="fop" 
  +          classname="org.apache.fop.tools.anttasks.Fop"
  +          classpathref="apache.fop.classpath"/>
  +
  +    <taskdef name="style" 
  +          classname="org.apache.tools.ant.taskdefs.XSLTProcess"
  +          classpathref="apache.ant.style.classpath"/>
     </target>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to