[
http://jira.codehaus.org/browse/MOJO-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julien Rimbaud updated MOJO-1510:
---------------------------------
Attachment: test_mvn_xsl.zip
By making a test project, I just cannot transform without network, even with
the catalog file.
> 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
> Attachments: test_mvn_xsl.zip
>
>
> 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