maven-xsddoc-plugin project.xml,1.2,1.3 plugin.jelly,1.6,1.7

Kurt Riede <[email protected]> Sat, 26 Feb 2005 12:38:18 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/maven-xsddoc-plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25521

Modified Files:
	project.xml plugin.jelly 
Log Message:
Fix for Bug [1123251] maven plugin can't find xalan

Index: plugin.jelly
===================================================================
RCS file: /cvsroot/xframe/maven-xsddoc-plugin/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** plugin.jelly	28 Dec 2004 10:50:19 -0000	1.6
--- plugin.jelly	26 Feb 2005 12:38:16 -0000	1.7
***************
*** 43,47 ****
                  description="XML Schema documentation"/>
          </j:if>
!     </u:available>            
    </goal>
  
--- 43,47 ----
                  description="XML Schema documentation"/>
          </j:if>
!     </u:available>
    </goal>
  
***************
*** 51,54 ****
--- 51,55 ----
    <goal name="maven-xsddoc-plugin:report"
        description="Generate XML Schema documentation using xsddoc tool.">
+     ${systemScope.setProperty('javax.xml.transform.TransformerFactory', 'org.apache.xalan.processor.TransformerFactoryImpl')}
      <ant:fileScanner var="xsdFiles">
        <ant:fileset dir="${maven.xsddoc.src}">

Index: project.xml
===================================================================
RCS file: /cvsroot/xframe/maven-xsddoc-plugin/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** project.xml	9 Dec 2004 13:32:49 -0000	1.2
--- project.xml	26 Feb 2005 12:38:16 -0000	1.3
***************
*** 75,80 ****
    <contributors>
      <contributor>
        <id>trippcr</id>
!       <name>trippcr</name>
      </contributor>
    </contributors>
--- 75,87 ----
    <contributors>
      <contributor>
+       <name>Corey Tripp</name>
        <id>trippcr</id>
!       <email>[email protected]</email>
!       <organization/>
!       <roles>
!         <role/>
!       </roles>
!       <url/>
!       <timezone/>
      </contributor>
    </contributors>
***************
*** 93,96 ****
--- 100,112 ----
        <url>http://xframe.sourceforge.net/maven-xsddoc-plugin/index.html</url>
      </dependency>
+     <dependency>
+       <groupId>xalan</groupId>
+       <artifactId>xalan</artifactId>
+       <version>2.4.1</version>
+       <url>http://xml.apache.org/xalan-j/</url>
+       <properties>
+         <classloader>root</classloader>
+       </properties>
+     </dependency>
    </dependencies>
    <build>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click