Issue Details (XML | Word | Printable)

Key: DOXIA-90
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Henning Schmiedehausen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

siternderer does not build

Created: 06/Jan/07 10:50 AM   Updated: 11/Jul/07 09:12 AM
Component/s: Site Renderer
Affects Version/s: None
Fix Version/s: 1.0-alpha-9

Time Tracking:
Not Specified

File Attachments: 1. Text File ds.patch (0.5 kB)
2. File logfile (88 kB)
3. Text File org.apache.maven.doxia.siterenderer.DefaultSiteRendererTest.txt (2 kB)



 Description  « Hide
The doxia-siterenderer module does not build. it does some automatic dependency resolution for commons-collections and ends up with version 2.0 which does not contain a required class:

patch is attached.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Siveton added a comment - 10/Jan/07 05:37 PM
I tried with mvn 2.0.x and all seems ok here and in the zones [1] Could you provide us debug trace and the surefire reports? Thanks.

Moreover, commons-collections:3.2 is needed by htmlunit (which uses it as dependency) in the test phase so it will be better to add <scope>test</scope>

[1] http://maven.zones.apache.org/continuum/buildResults.action?projectId=123&projectGroupId=10


Vincent Siveton added a comment - 15/Jan/07 08:43 AM
After some discussions on IRC with Emmanuel and Kenney, here is a summary:
  • Zones uses maven 2.0.4
  • With maven 2.0.5, I got this issue with "mvn test"
  • Works a treat with 2.0.5 and a profile "mvn test -Papache"

Henning Schmiedehausen added a comment - 15/Jan/07 02:58 PM
% pwd
/home/henning/scratch/maven-2.orig/doxia/doxia-site-renderer
% svn status .
% svn up .
At revision 496487.
% mvn clean
[...]
% mvn -X -e test
[...]
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.793 sec <<< FAILURE!

Complete log as an attachment.


Henning Schmiedehausen added a comment - 15/Jan/07 02:58 PM
failed doxia-siterenderer build. Full log file.

Henning Schmiedehausen added a comment - 15/Jan/07 03:02 PM
This is the surefire report file for the failed test. Note the error...

Jason van Zyl added a comment - 18/Mar/07 12:17 AM
Builds fine.