Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 37514 invoked from network); 23 Jul 2004 14:29:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jul 2004 14:29:12 -0000 Received: (qmail 843 invoked by uid 500); 23 Jul 2004 14:29:10 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 760 invoked by uid 500); 23 Jul 2004 14:29:09 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 745 invoked by uid 99); 23 Jul 2004 14:29:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=LOTS_OF_STUFF X-Spam-Check-By: apache.org Received: from [65.104.121.53] (HELO mail.medata.com) (65.104.121.53) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 23 Jul 2004 07:29:06 -0700 Received: from [172.24.2.66] ([172.24.2.66]) (authenticated bits=0) by mail.medata.com (8.12.8/8.12.8) with ESMTP id i6NET1XL022783 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 23 Jul 2004 07:29:02 -0700 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <1090564098.1667.67375.camel@ighp> References: <0ABB57CE-DADD-11D8-8DCA-00039385397E@medata.com> <1090396294.1666.65459.camel@ighp> <959D583A-DB23-11D8-8DCA-00039385397E@medata.com> <1090478385.1666.65952.camel@ighp> <71A6B550-DBF3-11D8-90B1-00039385397E@medata.com> <1090564098.1667.67375.camel@ighp> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Clay Leeds Subject: Re: xml-fop Build Failed Date: Fri, 23 Jul 2004 07:28:56 -0700 To: dev@forrest.apache.org X-Mailer: Apple Mail (2.618) X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on mail.medata.com X-Virus-Status: Clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jul 22, 2004, at 11:28 PM, David Crossley wrote: > Clay Leeds wrote: >>>> p.s. Since I replaced the sitemap.xmap, I'm sure there will be some >>>> items missing. Although I added the 'FOP Additions', there are >>>> probably >>>> other items that need to be added to accommodate for various >>>> included >>>> files: >>>> - xml-fop/src/documentation/content/xdocs/fo/*.fo >>>> - xml-fop/src/documentation/content/xdocs/dev/fo/*.fo >>>> - xml-fop/src/documentation/content/xdocs/dev/svg/*.svg >>>> ...etc. >>> >>> Not sure about the *.fo ... What processing do you intend to >>> happen for those? >> >> None, actually. Does this mean I should place the *.fo & *.svg files >> (all of which need to remain in 'source' version) in: >> >> src/documentation/resources/ > > They need to go as "raw content" into src/document/resources/content > http://forrest.apache.org/faq.html#link_raw > > That would mean that those matches in your sitemap > for fo/*.fo etc. could all be removed then. It took me a little bit to figure this one out. I tried it your way (d'oh! ;-)), then read the FAQ (I've read it before but it didn't click until now.) The FAQ says 'raw content' needs to go into src/documentation/content/PATH (e.g., dev/fo/*.fo would go in src/documentation/content/dev/fo/*.fo) which is slightly different from what you wrote above. ;-) I'm still getting errors (added /forrest/ output[a] below). I believe this is why the FOP additions were added to sitemap.xmap. For the FOP web site, included .svg & .fo files are meant to have links to the RAW files *and* conversions to the PDF files (the source files must remain in the directory, as well as the generated PDF output files). Follow the links[1] & [2] to see what I'm talking about. [1] http://xml.apache.org/fop/dev/svg.html [2] http://xml.apache.org/fop/examples.html So... I actually want these EXAMPLE files to be treated as RAW, *and* I want them processed and generate PDF files in the same dir. Does this mean I want the files in both places? I just ran it this way, and I received this output[b]. It appears to be almost identical to output[a]. NOTE: the /forrest/ output for both runs [a] and [b] are included at the bottom of this message. I think we're close to the end of this. What's left is to determine how to fix the errors in the /forrest/ run. I think they primarily have to do with forrest looking for *.xml files which don't exist because the output was generated from *.fo and *.svg files instead of *.xml files. >>> One thing to bear in mind. Try to let Forrest do as much >>> work as possible by default. Only over-ride stuff when you >>> really must. Use grep in the src/core/context directory to >>> find certain matches. >> >> Can you give an example of how to use grep to accomplish what you're >> talking about? > > For example, if you want to find out how the "SVG to PNG" operates ... > cd src/core/context > grep png *.xmap > ... there will be matches for two files. Look at sitemap.xmap first, > then at the one that it calls: resources.xmap > Use search function of your editor to find the matches that deal > with "png". Thanks! Web Maestro Clay [a] <><><><>< UPDATED FORREST OUTPUT ><><><><>< [clay@Clays-TiBook xml-fop_new]$ forrest Apache Forrest. Run 'forrest -projecthelp' to list options Buildfile: /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/../ forrest.build.xml init-props: Loading project specific properties from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/forrest.properties Loading user specific properties from /Users/clay/forrest.properties Loading default properties from /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/../context/ default-forrest.properties Reading filters from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/ projfilters.properties forrest.basic.jvmargs:-Dproject.home="/Users/Shared/_WebDLs/cvs_stuff/ xml-fop_new" -Dforrest.home="/Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/ .." echo-settings: check-skin: fetch-skins-descriptors: fetch-skin: unpack-skins: init-skins: init: bare-context: ____________________________________ Using skin forrest-site ____________________________________ Removed 2 dangling directories from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp Removed 10 dangling files from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp Created dir: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/WEB-INF/lib examine-proj: check-contentdir: ensure-content: validation-props: validate-xdocs: 71 file(s) have been successfully validated. ...validated xdocs validate-skinconf: 1 file(s) have been successfully validated. ...validated skinconf validate-sitemap: ...validated sitemap validate-skins-stylesheets: validate-skins: validate-skinchoice: ...validated existence of skin 'forrest-site' validate-stylesheets: validate: copy-sitemap: Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp copy-conf: copy-status: Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp project-context: prepare-context: -prepare-classpath: site: Deleting directory /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/cocoon-work Created dir: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/cocoon-work Copying 36 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site Copying 19 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin/images Copying 19 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin/images Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ common/images not found. Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ forrest-site/images not found. Copying 6 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ common not found. Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ forrest-site not found. Static site will be generated at: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site Note that there are various reasons for "build failed" messages. * Cocoon will report the status of each document: - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ). * Even if only one link is broken, you will still get "failed". * Your site would still be generated, but some pages would be broken. * Please check the file: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/brokenlinks.xml for any broken links in the generated site. ------------------------------------------------------------------------ cocoon 2.1.5 Copyright (c) 1999-2004 Apache Software Foundation. All rights reserved. ------------------------------------------------------------------------ Cannot find CatalogManager.properties Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultAuxValues INFO: setting defaults to DC Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultCompositeCacheAttributes INFO: setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1 ] Jul 23, 2004 6:46:28 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.default.elementattributes Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults. Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultElementAttributes INFO: setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = false, IS_REMOTE = false, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1090590388657, LastAccessTime = 1090590388657, getTimeToLiveSeconds() = -1000, createTime = 1090590388657 ] Jul 23, 2004 6:46:28 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.system.groupIdCache.elementattributes Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults. Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.memory.lru.LRUMemoryCache initialize INFO: initialized LRUMemoryCache for groupIdCache Jul 23, 2004 6:46:28 AM org.apache.jcs.engine.control.CompositeCache INFO: Constructed cache with name: groupIdCache Jul 23, 2004 6:46:29 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache INFO: Cache file root directory: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/../tmp/cocoon- work Jul 23, 2004 6:46:29 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.region.main.elementattributes Jul 23, 2004 6:46:29 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.region.main.elementattributes', using defaults. Jul 23, 2004 6:46:29 AM org.apache.jcs.engine.memory.lru.LRUMemoryCache initialize INFO: initialized LRUMemoryCache for main Jul 23, 2004 6:46:29 AM org.apache.jcs.engine.control.CompositeCache INFO: Constructed cache with name: main Jul 23, 2004 6:46:29 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache INFO: Cache file root directory: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/../tmp/cocoon- work * [1/56] [56/57] 14.059s 17.1Kb index.html * [2/55] [0/51] 4.599s 25.2Kb team.html * [3/56] [2/54] 9.574s 30.1Kb graphics.html * [5/55] [1/52] 2.698s 21.0Kb status.html * [9/51] [0/51] 1.479s 19.0Kb relnotes.html * [10/50] [0/51] 2.385s 27.9Kb output.html * [12/53] [5/56] 1.668s 32.0Kb changes.html * [13/52] [0/0] 0.388s 842b changes.rss * [17/49] [1/97] 6.101s 71.5Kb faq.html * [19/47] [0/58] 1.564s 25.5Kb running.html * [20/46] [0/52] 2.168s 17.4Kb compiling.html * [22/44] [0/52] 1.333s 15.0Kb logocontest.html X [0] site.html BROKEN: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: file:/Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/ content/xdocs/design/alt.xml doesn't exist. * [24/53] [11/62] 2.06s 18.1Kb examples.html X [0] fo/align2.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/align2.fo.xml (No such file or directory) * [26/51] [0/51] 1.063s 16.0Kb todo.html X [0] fo/size.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/size.fo.xml (No such file or directory) * [30/47] [0/51] 1.106s 16.2Kb license.html * [31/46] [0/51] 1.913s 15.9Kb bugs.html * [34/43] [0/52] 8.862s 23.8Kb servlets.html X [0] dev/svg/text.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/text.xml (No such file or directory) * [36/41] [0/52] 2.452s 18.4Kb news.html * [39/38] [0/51] 2.156s 28.1Kb fonts.html * [40/38] [1/53] 1.105s 17.7Kb extensions.html * [42/36] [0/55] 1.049s 18.5Kb configuration.html * [43/35] [0/54] 2.141s 28.9Kb hyphenation.html * [45/39] [6/58] 1.517s 36.3Kb embedding.html * [46/52] [14/40] 1.022s 16.3Kb design/parsing.html * [47/51] [0/37] 1.074s 16.4Kb design/embedding.html * [48/50] [0/0] 30.043s 4.7Kb images/EmbeddingExampleXML2PDF.png * [49/49] [0/36] 1.269s 15.6Kb design/pdf-library.html * [50/48] [0/37] 1.551s 28.2Kb design/breakpos.html * [51/47] [0/36] 1.405s 22.8Kb design/areas.html * [52/46] [0/0] 0.578s 3.5Kb images/EmbeddingExampleXML2FO.png * [53/45] [0/36] 1.266s 16.9Kb design/extending.html * [54/44] [0/36] 6.669s 17.8Kb design/images.html * [55/43] [0/36] 4.232s 22.3Kb design/renderers.html * [56/42] [0/0] 0.642s 2.7Kb images/EmbeddingExampleFO2PDF.png * [57/41] [0/40] 1.309s 21.6Kb design/fotree.html * [58/40] [0/36] 2.155s 13.9Kb design/startup.html * [59/39] [0/36] 1.079s 16.5Kb design/svg.html * [60/38] [0/0] 0.753s 6.2Kb images/EmbeddingExampleObj2PDF.png * [61/37] [0/51] 1.907s 21.5Kb pdfencryption.html * [63/45] [10/34] 2.637s 16.9Kb design/alt.design/index.html * [64/45] [1/32] 1.154s 17.9Kb design/alt.design/coroutines.html * [65/45] [1/35] 1.172s 22.8Kb design/alt.design/galleys.html * [67/43] [0/31] 4.624s 52.7Kb design/alt.design/user-agent-refs.html * [68/44] [2/37] 2.411s 21.2Kb design/alt.design/spaces.html * [71/42] [1/34] 1.126s 17.2Kb design/alt.design/keeps.html * [74/42] [3/36] 1.606s 19.1Kb design/alt.design/footnotes.html * [76/41] [1/32] 2.859s 19.2Kb design/alt.design/properties/introduction.html ^ design/ * [77/50] [10/92] 2.476s 32.7Kb design/alt.design/properties/classes-overview.html ^ design/ * [78/49] [0/35] 1.965s 30.3Kb dev/rtflib.html ^ design/ * [79/48] [0/36] 2.605s 21.9Kb dev/tools.html ^ design/ * [80/47] [0/33] 1.723s 19.7Kb dev/implement.html * [81/46] [0/53] 1.404s 38.8Kb fo.html * [83/44] [0/52] 2.609s 21.1Kb maillist.html ^ design/ * [84/43] [0/35] 1.298s 16.2Kb dev/extensions.html ^ design/ * [85/42] [0/33] 1.889s 25.2Kb dev/doc.html ^ design/ * [87/41] [1/92] 2.95s 22.6Kb design/alt.design/properties/PropertyConsts-class.html ^ design/ * [89/39] [0/42] 1.467s 23.6Kb dev/index.html ^ design/ * [90/38] [0/33] 1.311s 17.5Kb dev/release.html X [0] fo/fonts.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/fonts.fo.xml (No such file or directory) * [92/36] [0/31] 1.227s 19.8Kb design/alt.design/compound-properties.html * [93/35] [0/3] 1.289s 3.7Kb skin/page.css * [94/34] [0/31] 10.565s 24.2Kb design/alt.design/traits.html ^ design/ * [95/33] [0/38] 1.542s 16.5Kb dev/faq.html X [0] site.pdf BROKEN: java.lang.RuntimeException: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: file:/Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/ content/xdocs/design/alt.xml doesn't exist. X [0] fo/embed.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/embed.fo.xml (No such file or directory) * [98/30] [0/51] 2.857s 25.1Kb resources.html * [100/28] [0/55] 1.088s 18.5Kb gethelp.html * [102/26] [0/36] 0.893s 14.1Kb design/optimise.html * [103/25] [0/36] 1.33s 36.5Kb design/layout.html * [104/24] [0/51] 1.514s 13.0Kb compliance.html * [106/22] [0/36] 2.699s 33.6Kb design/properties.html * [107/21] [0/0] 0.333s 2.7Kb images/EmbeddingExampleObj2XML.png ^ design/ * [108/20] [0/37] 1.147s 16.2Kb dev/api-doc.html * [109/19] [0/36] 0.947s 15.9Kb design/useragent.html * [111/17] [0/46] 1.18s 20.9Kb design/index.html ^ design/ * [114/14] [0/90] 2.888s 21.0Kb download.html X [0] fo/align.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/align.fo.xml (No such file or directory) * [116/12] [0/51] 1.273s 20.4Kb anttask.html * [117/16] [5/36] 1.187s 27.4Kb design/alt.design/xml-parsing.html ^ design/ * [121/12] [0/33] 2.083s 19.3Kb dev/testing.html ^ design/ * [124/19] [10/46] 3.289s 18.3Kb dev/svg.html X [0] dev/svg/link.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/link.xml (No such file or directory) X [0] dev/fo/embedding.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/fo/embedding.fo.xml (No such file or directory) X [0] dev/svg/transparency.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/transparency.xml (No such file or directory) X [0] dev/svg/images.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/images.xml (No such file or directory) X [0] dev/svg/paints.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/paints.xml (No such file or directory) ^ design/ * [135/9] [1/93] 1.694s 27.2Kb design/alt.design/properties/simple-properties.html ^ design/ * [136/9] [1/93] 1.696s 25.3Kb design/alt.design/properties/getInitialValue.html ^ design/ * [137/8] [0/92] 3.426s 34.3Kb design/alt.design/properties/enumerated-values.html ^ design/ * [144/1] [0/33] 1.489s 25.5Kb dev/conventions.html Jul 23, 2004 6:50:44 AM org.apache.jcs.engine.CacheEventQueue destroy INFO: Cache event queue destroyed: listenerId=-7, cacheName=main Jul 23, 2004 6:50:44 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile INFO: Optomizing file keyHash.size()=335 Jul 23, 2004 6:50:44 AM org.apache.jcs.engine.CacheEventQueue$QProcessor run INFO: QProcessor exiting for listenerId=-7, cacheName=main Jul 23, 2004 6:50:48 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache doDispose WARNING: Closing files, base filename: main Jul 23, 2004 6:50:48 AM org.apache.jcs.engine.control.CompositeCache dispose WARNING: Called close for main Jul 23, 2004 6:50:48 AM org.apache.jcs.engine.CacheEventQueue$QProcessor run INFO: QProcessor exiting for listenerId=-7, cacheName=groupIdCache Jul 23, 2004 6:50:48 AM org.apache.jcs.engine.CacheEventQueue destroy INFO: Cache event queue destroyed: listenerId=-7, cacheName=groupIdCache Jul 23, 2004 6:50:48 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile INFO: Optomizing file keyHash.size()=0 Jul 23, 2004 6:50:48 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache doDispose WARNING: Closing files, base filename: groupIdCache Jul 23, 2004 6:50:48 AM org.apache.jcs.engine.control.CompositeCache dispose WARNING: Called close for groupIdCache Total time: 4 minutes 25 seconds, Site size: 1,768,881 Site pages: 81 BUILD FAILED /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/targets/site.xml:44: Java returned: 1 Total time: 4 minutes 59 seconds [clay@Clays-TiBook xml-fop_new]$ [b] <><><><>< UPDATED FORREST OUTPUT ><><><><>< [clay@Clays-TiBook xml-fop_new]$ forrest Apache Forrest. Run 'forrest -projecthelp' to list options Buildfile: /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/../ forrest.build.xml init-props: Loading project specific properties from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/forrest.properties Loading user specific properties from /Users/clay/forrest.properties Loading default properties from /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/../context/ default-forrest.properties Reading filters from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/ projfilters.properties forrest.basic.jvmargs:-Dproject.home="/Users/Shared/_WebDLs/cvs_stuff/ xml-fop_new" -Dforrest.home="/Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/bin/ .." echo-settings: check-skin: fetch-skins-descriptors: fetch-skin: unpack-skins: init-skins: init: bare-context: ____________________________________ Using skin forrest-site ____________________________________ Removed 2 dangling directories from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp Removed 10 dangling files from /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp Created dir: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/WEB-INF/lib examine-proj: check-contentdir: ensure-content: validation-props: validate-xdocs: 71 file(s) have been successfully validated. ...validated xdocs validate-skinconf: 1 file(s) have been successfully validated. ...validated skinconf validate-sitemap: ...validated sitemap validate-skins-stylesheets: validate-skins: validate-skinchoice: ...validated existence of skin 'forrest-site' validate-stylesheets: validate: copy-sitemap: Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp copy-conf: copy-status: Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp project-context: prepare-context: -prepare-classpath: site: Deleting directory /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/cocoon-work Created dir: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/cocoon-work Copying 36 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site Copying 19 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin/images Copying 19 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin/images Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ common/images not found. Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ forrest-site/images not found. Copying 6 files to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin Copying 1 file to /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site/skin Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ common not found. Warning: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/skins/ forrest-site not found. Static site will be generated at: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/site Note that there are various reasons for "build failed" messages. * Cocoon will report the status of each document: - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ). * Even if only one link is broken, you will still get "failed". * Your site would still be generated, but some pages would be broken. * Please check the file: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/tmp/brokenlinks.xml for any broken links in the generated site. ------------------------------------------------------------------------ cocoon 2.1.5 Copyright (c) 1999-2004 Apache Software Foundation. All rights reserved. ------------------------------------------------------------------------ Cannot find CatalogManager.properties Jul 23, 2004 7:09:45 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultAuxValues INFO: setting defaults to DC Jul 23, 2004 7:09:45 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultCompositeCacheAttributes INFO: setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1 ] Jul 23, 2004 7:09:45 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.default.elementattributes Jul 23, 2004 7:09:45 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults. Jul 23, 2004 7:09:45 AM org.apache.jcs.engine.control.CompositeCacheConfigurator setDefaultElementAttributes INFO: setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = false, IS_REMOTE = false, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1090591785917, LastAccessTime = 1090591785917, getTimeToLiveSeconds() = -1000, createTime = 1090591785917 ] Jul 23, 2004 7:09:45 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.system.groupIdCache.elementattributes Jul 23, 2004 7:09:45 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults. Jul 23, 2004 7:09:46 AM org.apache.jcs.engine.memory.lru.LRUMemoryCache initialize INFO: initialized LRUMemoryCache for groupIdCache Jul 23, 2004 7:09:46 AM org.apache.jcs.engine.control.CompositeCache INFO: Constructed cache with name: groupIdCache Jul 23, 2004 7:09:46 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache INFO: Cache file root directory: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/../tmp/cocoon- work Jul 23, 2004 7:09:46 AM org.apache.jcs.config.OptionConverter instantiateByKey WARNING: Could not find value for key jcs.region.main.elementattributes Jul 23, 2004 7:09:46 AM org.apache.jcs.engine.control.CompositeCacheConfigurator parseElementAttributes WARNING: Could not instantiate eAttr named 'jcs.region.main.elementattributes', using defaults. Jul 23, 2004 7:09:46 AM org.apache.jcs.engine.memory.lru.LRUMemoryCache initialize INFO: initialized LRUMemoryCache for main Jul 23, 2004 7:09:46 AM org.apache.jcs.engine.control.CompositeCache INFO: Constructed cache with name: main Jul 23, 2004 7:09:46 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache INFO: Cache file root directory: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/build/webapp/../tmp/cocoon- work * [1/56] [56/57] 19.297s 17.1Kb index.html * [2/55] [0/51] 3.897s 25.2Kb team.html * [3/56] [2/54] 2.448s 30.1Kb graphics.html * [5/55] [1/52] 2.332s 21.0Kb status.html * [9/51] [0/51] 1.621s 19.0Kb relnotes.html * [10/50] [0/51] 2.524s 27.9Kb output.html * [12/53] [5/56] 1.769s 32.0Kb changes.html * [13/52] [0/0] 0.722s 842b changes.rss * [17/49] [1/97] 4.875s 71.5Kb faq.html * [19/47] [0/58] 1.697s 25.5Kb running.html * [20/46] [0/52] 2.147s 17.4Kb compiling.html * [22/44] [0/52] 1.24s 15.0Kb logocontest.html X [0] site.html BROKEN: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: file:/Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/ content/xdocs/design/alt.xml doesn't exist. * [24/53] [11/62] 1.45s 18.1Kb examples.html X [0] fo/align2.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/align2.fo.xml (No such file or directory) * [26/51] [0/51] 7.29s 16.0Kb todo.html X [0] fo/size.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/size.fo.xml (No such file or directory) * [30/47] [0/51] 2.143s 16.2Kb license.html * [31/46] [0/51] 3.094s 15.9Kb bugs.html * [34/43] [0/52] 6.28s 23.8Kb servlets.html X [0] dev/svg/text.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/text.xml (No such file or directory) * [36/41] [0/52] 4.742s 18.4Kb news.html * [39/38] [0/51] 2.434s 28.1Kb fonts.html * [40/38] [1/53] 5.659s 17.7Kb extensions.html * [42/36] [0/55] 2.593s 18.5Kb configuration.html * [43/35] [0/54] 4.985s 28.9Kb hyphenation.html * [45/39] [6/58] 5.072s 36.3Kb embedding.html * [46/52] [14/40] 2.161s 16.3Kb design/parsing.html * [47/51] [0/37] 2.211s 16.4Kb design/embedding.html * [48/50] [0/0] 50.389s 4.7Kb images/EmbeddingExampleXML2PDF.png * [49/49] [0/36] 1.972s 15.6Kb design/pdf-library.html * [50/48] [0/37] 1.894s 28.2Kb design/breakpos.html * [51/47] [0/36] 1.463s 22.8Kb design/areas.html * [52/46] [0/0] 0.443s 3.5Kb images/EmbeddingExampleXML2FO.png * [53/45] [0/36] 3.092s 16.9Kb design/extending.html * [54/44] [0/36] 1.797s 17.8Kb design/images.html * [55/43] [0/36] 1.55s 22.3Kb design/renderers.html * [56/42] [0/0] 0.431s 2.7Kb images/EmbeddingExampleFO2PDF.png * [57/41] [0/40] 8.222s 21.6Kb design/fotree.html * [58/40] [0/36] 2.822s 13.9Kb design/startup.html * [59/39] [0/36] 1.134s 16.5Kb design/svg.html * [60/38] [0/0] 0.694s 6.2Kb images/EmbeddingExampleObj2PDF.png * [61/37] [0/51] 2.981s 21.5Kb pdfencryption.html * [63/45] [10/34] 1.244s 16.9Kb design/alt.design/index.html * [64/45] [1/32] 1.347s 17.9Kb design/alt.design/coroutines.html * [65/45] [1/35] 2.752s 22.8Kb design/alt.design/galleys.html * [67/43] [0/31] 6.592s 52.7Kb design/alt.design/user-agent-refs.html * [68/44] [2/37] 1.885s 21.2Kb design/alt.design/spaces.html * [71/42] [1/34] 2.703s 17.2Kb design/alt.design/keeps.html * [74/42] [3/36] 2.839s 19.1Kb design/alt.design/footnotes.html * [76/41] [1/32] 1.809s 19.2Kb design/alt.design/properties/introduction.html ^ design/ * [77/50] [10/92] 3.829s 32.7Kb design/alt.design/properties/classes-overview.html ^ design/ * [78/49] [0/35] 2.586s 30.3Kb dev/rtflib.html ^ design/ * [79/48] [0/36] 1.644s 21.9Kb dev/tools.html ^ design/ * [80/47] [0/33] 3.439s 19.7Kb dev/implement.html * [81/46] [0/53] 2.074s 38.8Kb fo.html * [83/44] [0/52] 1.36s 21.1Kb maillist.html ^ design/ * [84/43] [0/35] 2.31s 16.2Kb dev/extensions.html ^ design/ * [85/42] [0/33] 1.429s 25.2Kb dev/doc.html ^ design/ * [87/41] [1/92] 1.914s 22.6Kb design/alt.design/properties/PropertyConsts-class.html ^ design/ * [89/39] [0/42] 4.864s 23.6Kb dev/index.html ^ design/ * [90/38] [0/33] 5.761s 17.5Kb dev/release.html X [0] fo/fonts.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/fonts.fo.xml (No such file or directory) * [92/36] [0/31] 3.102s 19.8Kb design/alt.design/compound-properties.html * [93/35] [0/3] 0.847s 3.7Kb skin/page.css * [94/34] [0/31] 1.642s 24.2Kb design/alt.design/traits.html ^ design/ * [95/33] [0/38] 2.455s 16.5Kb dev/faq.html X [0] site.pdf BROKEN: java.lang.RuntimeException: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: file:/Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/ content/xdocs/design/alt.xml doesn't exist. X [0] fo/embed.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/embed.fo.xml (No such file or directory) * [98/30] [0/51] 1.65s 25.1Kb resources.html * [100/28] [0/55] 1.253s 18.5Kb gethelp.html * [102/26] [0/36] 2.68s 14.1Kb design/optimise.html * [103/25] [0/36] 1.442s 36.5Kb design/layout.html * [104/24] [0/51] 2.008s 13.0Kb compliance.html * [106/22] [0/36] 1.186s 33.6Kb design/properties.html * [107/21] [0/0] 0.355s 2.7Kb images/EmbeddingExampleObj2XML.png ^ design/ * [108/20] [0/37] 2.551s 16.2Kb dev/api-doc.html * [109/19] [0/36] 1.204s 15.9Kb design/useragent.html * [111/17] [0/46] 1.1s 20.9Kb design/index.html ^ design/ * [114/14] [0/90] 1.661s 21.0Kb download.html X [0] fo/align.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/fo/align.fo.xml (No such file or directory) * [116/12] [0/51] 3.011s 20.4Kb anttask.html * [117/16] [5/36] 0.952s 27.4Kb design/alt.design/xml-parsing.html ^ design/ * [121/12] [0/33] 1.34s 19.3Kb dev/testing.html ^ design/ * [124/19] [10/46] 1.361s 18.3Kb dev/svg.html X [0] dev/svg/link.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/link.xml (No such file or directory) X [0] dev/fo/embedding.fo.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/fo/embedding.fo.xml (No such file or directory) X [0] dev/svg/transparency.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/transparency.xml (No such file or directory) X [0] dev/svg/images.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/images.xml (No such file or directory) X [0] dev/svg/paints.pdf BROKEN: /Users/Shared/_WebDLs/cvs_stuff/xml-fop_new/src/documentation/content/ xdocs/dev/svg/paints.xml (No such file or directory) ^ design/ * [135/9] [1/93] 1.698s 27.2Kb design/alt.design/properties/simple-properties.html ^ design/ * [136/9] [1/93] 1.548s 25.3Kb design/alt.design/properties/getInitialValue.html ^ design/ * [137/8] [0/92] 1.8s 34.3Kb design/alt.design/properties/enumerated-values.html ^ design/ * [144/1] [0/33] 3.413s 25.5Kb dev/conventions.html Jul 23, 2004 7:14:50 AM org.apache.jcs.engine.CacheEventQueue destroy INFO: Cache event queue destroyed: listenerId=10, cacheName=main Jul 23, 2004 7:14:50 AM org.apache.jcs.engine.CacheEventQueue$QProcessor run INFO: QProcessor exiting for listenerId=10, cacheName=main Jul 23, 2004 7:14:51 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile INFO: Optomizing file keyHash.size()=346 Jul 23, 2004 7:15:01 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache doDispose WARNING: Closing files, base filename: main Jul 23, 2004 7:15:01 AM org.apache.jcs.engine.control.CompositeCache dispose WARNING: Called close for main Jul 23, 2004 7:15:01 AM org.apache.jcs.engine.CacheEventQueue$QProcessor run INFO: QProcessor exiting for listenerId=10, cacheName=groupIdCache Jul 23, 2004 7:15:01 AM org.apache.jcs.engine.CacheEventQueue destroy INFO: Cache event queue destroyed: listenerId=10, cacheName=groupIdCache Jul 23, 2004 7:15:01 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache optimizeFile INFO: Optomizing file keyHash.size()=0 Jul 23, 2004 7:15:01 AM org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache doDispose WARNING: Closing files, base filename: groupIdCache Jul 23, 2004 7:15:01 AM org.apache.jcs.engine.control.CompositeCache dispose WARNING: Called close for groupIdCache Total time: 5 minutes 21 seconds, Site size: 1,768,881 Site pages: 81 BUILD FAILED /Users/Shared/_WebDLs/cvs_stuff/forrest/src/core/targets/site.xml:44: Java returned: 1 Total time: 5 minutes 48 seconds [clay@Clays-TiBook xml-fop_new]$ open build/site/inde index.html index.pdf [clay@Clays-TiBook xml-fop_new]$ open build/site/index.html [clay@Clays-TiBook xml-fop_new]$