Vincent Siveton wrote:
Staging repos:
https://repository.apache.org/content/repositories/maven-027/
Staging sites (need to sync):
http://maven.apache.org/doxia/doxia-1.1.2
http://maven.apache.org/doxia/doxia-sitetools-1.1.2
+1, though the build is a little challenging. The d-maven-plugin from
the doxia tree depends on the d-decoration-model from the
doxia-sitetools tree which depends on modules from the doxia tree.
I was originally building the sitetools from a directory called
"M:\Neuer Ordner(2)" which causes the following test error:
-------------------------------------------------------------------------------
Test set: org.apache.maven.doxia.site.decoration.inheritance.PathDescriptorTest
-------------------------------------------------------------------------------
Tests run: 26, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec <<<
FAILURE!
testPathRelBase(org.apache.maven.doxia.site.decoration.inheritance.PathDescriptorTest)
Time elapsed: 0.016 sec <<< FAILURE!
junit.framework.ComparisonFailure:
expected:<file:/M:/Neuer%2[520Ordner%25]20(2)/doxia-sitetool...> but
was:<file:/M:/Neuer%2[0Ordner%]20(2)/doxia-sitetool...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.maven.doxia.site.decoration.inheritance.PathDescriptorTest.testPathRelBase(PathDescriptorTest.java:605)
The test works from a base directory without "bad" characters.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]