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]
