dion 2002/12/08 05:22:29
Modified: src/plugins-build/latka project.xml plugin.jelly
Log:
Fixed xalan issues on jdk1.3.1 and jdk1.4
Revision Changes Path
1.3 +10 -0 jakarta-turbine-maven/src/plugins-build/latka/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latka/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 8 Dec 2002 12:50:16 -0000 1.2
+++ project.xml 8 Dec 2002 13:22:29 -0000 1.3
@@ -77,6 +77,16 @@
<classloader>root.maven</classloader>
</properties>
</dependency>
+
+ <dependency>
+ <id>xalan</id>
+ <version>2.3.1</version>
+ <url>http://xml.apache.org/xalan-j/</url>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
+ </dependency>
+
</dependencies>
<build>
1.3 +2 -1 jakarta-turbine-maven/src/plugins-build/latka/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latka/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 8 Dec 2002 12:50:16 -0000 1.2
+++ plugin.jelly 8 Dec 2002 13:22:29 -0000 1.3
@@ -25,7 +25,8 @@
</fileScanner>
<echo>executing latka tests from: ${latkaSrcDir}</echo>
-
+ <!-- Major hack - set jaxp properties as they are foobared -->
+
${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
<j:forEach var="file" items="${latkaFiles.iterator()}">
<echo>Executing ${file}</echo>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>