transform fails after a 404 error even if a catalog file is given
-----------------------------------------------------------------
Key: MOJO-1510
URL: http://jira.codehaus.org/browse/MOJO-1510
Project: Mojo
Issue Type: Bug
Components: xml
Environment: <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0-beta-4</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>transform</goal>
</goals>
</execution>
</executions>
<configuration>
<catalogs>
<catalog>${pom.basedir}/../catalog.xml</catalog>
</catalogs>
<transformationSets>
<transformationSet>
<stylesheet>${conf.dir}/filtre_mapping_hibernate.xsl</stylesheet>
<dir>${pom.basedir}/../common/target/generated-mappings/andromda</dir>
<outputDir>${core.generated.resources.dir}</outputDir>
<includes>
<include>**/*.hbm.xml</include>
</includes>
</transformationSet>
</transformationSets>
</configuration>
</plugin>
Reporter: Julien Rimbaud
Assignee: Jochen Wiedmann
I have to run builds into a network disconnected environment. So I have to use
a catalog for resolving URLs.
When the network is disconnected, all work fine. But when connected (during
releases), URLs have been resolved online, and sometimes a 404 error occured
(hibernate DTD).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email