Issue Details (XML | Word | Printable)

Key: FOR-300
Type: Bug Bug
Status: Resolved Resolved
Resolution: Incomplete
Priority: Major Major
Assignee: Unassigned
Reporter: David Crossley
Votes: 0
Watchers: 0
Operations

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

using cli.xconf to add extra URIs for processing, docs generated in wrong place

Created: 22/Sep/04 09:40 AM   Updated: 30/May/06 02:44 PM
Return to search
Component/s: Launch 'forrest'
Affects Version/s: 0.6, 0.7, 0.8
Fix Version/s: 0.8

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
Using the Cocoon cli.xconf enables additional files to be scheduled for processing which are not declared in site.xml nor linked from any other documents. However, the generated files end up at $FORREST_HOME/site/ rather than in the project space at ./build/site/

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Crossley added a comment - 22/Sep/04 09:44 AM
This is demonstrated with our own Forrest project documentation. We add the extra "mirrors.html" document to our cli.xconf

The cli.xconf file has the value <dest-dir>../site</dest-dir>

David Crossley added a comment - 30/May/06 02:44 PM
Either the "destdir" element and the "dest" attribute of the "uri" element can be used to specify the destination of the generated files. They are both relative to the webapp directory.

We now use the uri/@dest (with a hard-code relative path) in our site-author/conf/cli.xconf file to handle the mirrors.html generated file. We also have an entry (with no label) in our site.xml file. So we have workarounds.