The inclusion of the commons navigation in xdocs/navigation.xml is causing the Maven build to fail on my machine.


In navigation.xml, the entity is defined as:


<!DOCTYPE project [
        <!ENTITY commons-nav SYSTEM "../incl_nav.xml">
]>


The Maven build shows:


/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons/collections/incl_nav.xml (No such file or directory) Nested exception:
/home/subterfusion/files/tech/appdev/projects/apache/jakarta-commons/collections/incl_nav.xml (No such file or directory)



Questions:


1. Should navigation.xml be including ../../incl_nav.xml (since the file is in the jakarta-commons directory)?

2. Or, is my environment just screwed up somehow? Most other projects seem to include the file in the same manner...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to