Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
hibernate:aggregate-mappings:
[echo] Aggregating multiple hibernate mapping into one single file
Adding base dir: C:\source\maven-plugins\hibernate\src\plugin-test\target\classes
Adding base dir: C:\source\maven-plugins\hibernate\src\plugin-test\src\etc
Aggregating to C:\source\maven-plugins\hibernate\src\plugin-test/target/schema/aggregated-mappings.hbm.xml
BUILD FAILED
File...... C:\Documents and Settings\Dion Gillard\.maven\cache\maven-plugin-plugin-1.5.2-SNAPSHOT\plugin.jelly
Element... maven:maven
Line...... 314
Column.... 34
Unable to obtain goal [test-hibernate-aggregate-mappings] – C:\Documents and Settings\Dion Gillard\.maven\cache\maven-hibernate-plu
gin-1.2-SNAPSHOT\plugin.jelly:38:53: <h:aggregate-mappings> Mapping aggreagtion failed: hibernate.sourceforge.net Nested exception:
hibernate.sourceforge.net
Total time: 5 seconds
Finished at: Mon Jul 19 01:28:37 EST 2004
If I have a net connection, all is fine.
The test fails because the plugin attempts (I think) to validate the xml against the DTD.. I am somewhat inclined to not fix this, but instead try and make the test smarter, so it doesn't run when in offline mode. Did you run the test with the offline mode switch on? Or where you just running it not connected to the internet?