[jira] Updated: (FOR-905) Recent change in cygwin appears to prevent the classpath for loop in the forrest command from working

2006-07-06 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-905?page=all ] Mark Eggers updated FOR-905: Attachment: forrest-sh.patch Patch to handle apparent change in Cygwin's behavior > Recent change in cygwin appears to prevent the classpath for loop in the &

[jira] Created: (FOR-905) Recent change in cygwin appears to prevent the classpath for loop in the forrest command from working

2006-07-06 Thread Mark Eggers (JIRA)
Project: Forrest Type: Bug Components: Core operations Versions: 0.8-dev Reporter: Mark Eggers Priority: Minor I recently upgraded Cygwin on a Windows/2000 Professional machine to: bash-3.1$ uname -a CYGWIN_NT-5.0 phoenix 1.5.20(0.156/4/2) 2006-07-01 02:22 i686 Cygwin bash

Forrest failure under Cygwin

2006-07-05 Thread Mark Eggers
I recently upgraded Cygwin on a Windows/2000 Professional machine to: bash-3.1$ uname -a CYGWIN_NT-5.0 phoenix 1.5.20(0.156/4/2) 2006-07-01 02:22 i686 Cygwin bash-3.1$ cygpath --version cygpath (cygwin) 1.42 Path Conversion Utility Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat,

Re: title attribute in css links

2006-06-01 Thread Mark Eggers
Thanks everyone for responding. I had based my work on reading the code (before there was documentation). I didn't wade through the entire xslt sheet, so I was a bit unclear as to how it all worked. I did read the new documentation (forrest run, forrest toolbar to point at ls.contracts). It's p

title attribute in css links

2006-05-31 Thread Mark Eggers
Hello, Adding a second css file with branding-css-links.ft does not work under Firefox, but does under IE 6. It turns out that there is a reason according to both the Bugzilla comments and the W3 recommendations: https://bugzilla.mozilla.org/show_bug.cgi?id=223410 http://www.w3.org/TR/html4/pres

[jira] Updated: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-26 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=all ] Mark Eggers updated FOR-889: Attachment: static-cocoon.log dynamic-cocoon.log I put together two runs. static build of resolver-test after changing verbosity to 10 in forrest

[jira] Updated: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-24 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=all ] Mark Eggers updated FOR-889: Attachment: ant-debug.log I pulled down the two jars from your site this morning and did the following: a) Replaced ant.jar in $FORREST_HOME/tools/ant/lib with the

Re: [heads up] Ant upgraded, please test

2006-05-23 Thread Mark Eggers
David, > Hmm, how can you tell that it is not using > Forrest's packaged Ant? Without taking $ANT_HOME and $ANT_HOME/bin out of my environment: C:\src\sites-src\resolver-test>ant -version Apache Ant version 1.6.5 compiled on June 2 2005 C:\src\sites-src\resolver-test>%FORREST_HOME%\tools\ant\bin

[jira] Updated: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-23 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=all ] Mark Eggers updated FOR-889: Attachment: debug-new.log Forgot to attach file: bash-3.1$ forrest -debug validate-xdocs >& debug-new.log > Use by Ant of newer catalog entity resolver f

[jira] Commented: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-23 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=comments#action_12412982 ] Mark Eggers commented on FOR-889: - Here's the result from: bash-3.1$ forrest -debug validate-xdocs >& debug-new.log > Use by Ant of newer catalog entity resol

[jira] Updated: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-22 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=all ] Mark Eggers updated FOR-889: Attachment: o-cyg-resolver.log This file was generated with the old resolver by running: forrest -v validate-xdocs >& o-cyg-resolver.log under cygwin and Windo

[jira] Updated: (FOR-889) Use by Ant of newer catalog entity resolver failing for Windows

2006-05-22 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-889?page=all ] Mark Eggers updated FOR-889: Attachment: n-cyg-resolver.log n-cyg-resolver.log is the new resolver generated by running: forrest -v validate-xdocs >& n-cyg-resolver.log under cygwin on Windo

Re: [heads up] Ant upgraded, please test

2006-05-22 Thread Mark Eggers
David, > We should be able to set "verbosity=10" in a > CatalogManager.properties file. We have one in > main/webapp/WEB-INF/classes which is properly > used by Cocoon. I didn't see one here. > We also have a project one at > site-author/classes/CatalogManager.properties > but it seems to have n

Re: help - yet another Dispatcher false start

2006-05-21 Thread Mark Eggers
Ross, Ah, ha! That's the problem. I never specified the directory location in the required plugins line. You put: project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins I normally only put: project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apa

Re: help - yet another Dispatcher false start

2006-05-20 Thread Mark Eggers
Ross, > > 2) cd $FORREST_HOME/etc > > > > 3) Run ./builddispatcher.sh (I run under cygwin). > > Use builddispatcher.bat if you're running under > > CMD.exe > > There should be no need for that with head as > plugins should be auto deployed from src if they are > available. I think that the au

Re: help - yet another Dispatcher false start

2006-05-19 Thread Mark Eggers
Ross, Here's what works on Windows/2000 Professional using jdk 1.5.0_06. Your mileage may vary. 1) Update to the latest svn head. At least under Windows this is necessary due to some xml-resolver issues. 2) cd $FORREST_HOME/etc 3) Run ./builddispatcher.sh (I run under cygwin). Use builddispa

Re: [heads up] Ant upgraded, please test

2006-05-19 Thread Mark Eggers
h ant. /mde/ --- Mark Eggers <[EMAIL PROTECTED]> wrote: > David, > > I did the switch, and ran into the same problem as > before (static site not being built on Windows). > > I did a network trace while building a static site > with both the old resolver and the

Re: [heads up] Ant upgraded, please test

2006-05-19 Thread Mark Eggers
David, I did the switch, and ran into the same problem as before (static site not being built on Windows). I did a network trace while building a static site with both the old resolver and the new resolver. With the old resolver, a forrest site pulled back plugins.xml and the Google logo. With

Re: [heads up] Ant upgraded, please test

2006-05-19 Thread Mark Eggers
Reverting to an older xml-resolver jar seems to have fixed the problem. site-author builds successfully. A dispatcher site builds successfully. A normal seed site builds successfully. Thanks very much - nicely done. /mde/ --- David Crossley <[EMAIL PROTECTED]> wrote: > David Crossley wrote:

Re: Broken site-author (was Re: docs restructure (Was: svn commit: r407256)) Urgent!

2006-05-18 Thread Mark Eggers
patcher, so I build those plugins in order to work with contracts, views, and custom css files. What other information can I go after that would help? /mde/ --- David Crossley <[EMAIL PROTECTED]> wrote: > Mark Eggers wrote: > So i gather that you don'

Re: Broken site-author (was Re: docs restructure (Was: svn commit: r407256)) Urgent!

2006-05-18 Thread Mark Eggers
I did. Actually, I did something much more severe. I deleted my entire Forrest directory and pulled down a fresh copy via subversion. I then did the following: 1) ./builddispatcher.sh in $FORREST_HOME/etc 2) Built each of the plugins in $FORREST_HOME/plugins 3) Built glossary and citations in

Re: Broken site-author (was Re: docs restructure (Was: svn commit: r407256)) Urgent!

2006-05-18 Thread Mark Eggers
The only way I've been able to build static sites since the upgrade of ant is to turn off validation. I'm running on Windows/2000 Professional and jdk 1.5.0_06. I've removed ANT_HOME, all CLASSPATH information, and %ANT_HOME%\bin from my path. When I do that, I get the following error when runni

RE: [heads-up] Windows users please test new entity resolver

2006-04-24 Thread Mark Eggers
I'm running Furrest under nt-emacs, the cygwin bash shell, and jdk 1.5.0_04. I did a /build.sh clean in main/, a ./builddispatcher.sh in etc/ (which apparently does a clean), and then built all the standard plugins. I monitored ./build.sh test via Ethereal and didn't see any DTD traffic. I did s

Re: dispatcher and linkmap.html

2006-04-11 Thread Mark Eggers
My fault on that. I only read the Install guide at: http://localhost/forrest/docs_0_80/howto/howto-dispatcher-install.html which doesn't seem to mention the patch. I have updated to the HEAD revision, and have applied the patch. I added the patch and all is OK. Would it be appropriate to add

dispatcher and linkmap.html

2006-04-10 Thread Mark Eggers
Once again I have time use forrest. I would like to create sites that don't look like they've been built from forrest. The next generation of skinning (ie., dispatcher) looks perfect for that. My goals are to work through a completely custom layout, and then write up how I approached the design

Re: [HEADSUP] v2 will be not working anymore

2005-12-17 Thread Mark Eggers
Thorsten, I don't know how comfortable you are with subversion. Wouldn't a branch be good for this? I'm thinking, branch, hack, test, merge. Since you are the primary (only?) person working on the views plugin would this create a merge challenge? Just some random thoughts from a (mostly) reade

[jira] Updated: (FOR-724) catalog.forrest comment style

2005-11-01 Thread Mark Eggers (JIRA)
[ http://issues.apache.org/jira/browse/FOR-724?page=all ] Mark Eggers updated FOR-724: Attachment: catalog.forrest.diff Trivial patch applied. Tested and works under submitted environment. I am now able to use xae under emacs again. > catalog.forr

[jira] Created: (FOR-724) catalog.forrest comment style

2005-11-01 Thread Mark Eggers (JIRA)
1.5, emacs 21.4, xae 1.0 beta 8, psgml 1.2.5 Reporter: Mark Eggers Priority: Trivial Typo in catalog.forrest prevents older tools from validating documents. There is an xml style comment in catalog.forrest -- This message is automatically generated by JIRA. - If you think it was

Re: current forrest trunk seems to be broken

2005-09-21 Thread Mark Eggers
Changing the script did not help. However, I did the following and things work. 1. svn up (now at revision 290635) 2. cd $FORREST_HOME/main 3. ./build.sh clean 4. ./buidl.sh 5. cd $FORREST_HOME/plugins 6. build pdf output plugin only 7. verify the default environment works: cd ~mdeggers/src/site

Re: current forrest trunk seems to be broken

2005-09-21 Thread Mark Eggers
I'll change my script and see how that works. Running your script under cygwin and setting up the following environment variable: export FORREST_HOME=C:\\src\\forrest created the ${plugins.localDeploy-dir} again. I think I found that problem: should be Building views with your $FORREST_HO

Re: current forrest trunk seems to be broken

2005-09-21 Thread Mark Eggers
I'll add the --noconfig and see what happens. I am using Sun's java instead of GNU's java as supplied by Fedora. My PATH is set appropriately to call Sun's java first. I've not had any problems until recently. I've also seen the same problem on Windows/2000 Professional. Same error. I also de

Re: current forrest trunk seems to be broken

2005-09-21 Thread Mark Eggers
nvironment. Thoughts on what I might be doing wrong (or different) would be greatly appreciated. /mde/ --- Juan Jose Pablos <[EMAIL PROTECTED]> wrote: > Mark Eggers wrote: > > This is on Windows/2000 Professional. I've not > tried > > it on Fedora Core 4 yet. > > It

current forrest trunk seems to be broken

2005-09-20 Thread Mark Eggers
This is on Windows/2000 Professional. I've not tried it on Fedora Core 4 yet. svn info: Path: . URL: http://svn.apache.org/repos/asf/forrest/trunk Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 290585 Node Kind: directory Schedule: normal Last Changed Author: rgardler Last Change

[OT] Re: Summer of Code Status

2005-08-03 Thread Mark Eggers
-- Lots of good stuff snipped -- Anil, Very nice and informative. Great job! If you don't mind, I would like to use this as an example for programmers here to follow. Being mostly on the operations side of the house, I often get code thrown over the wall with no idea of what was fixed, how it

Re: [Plugin] PDA or Sidebar output plugin ?

2005-04-28 Thread Mark Eggers
I apologize for joining this discussion late. --- Ross Gardler <[EMAIL PROTECTED]> wrote: > Ferdinand Soethe wrote: > > I think it would be great to have optional support > > for advanced features of smarter browsers. Though > > that means you would have to support several access > > options (sm

Re: Howto V 2.0 transform

2005-04-15 Thread Mark Eggers
l file you will get non-validating html from the pelt skin. Even if you don't include a meta tag, you get an empty element in the output and the html no longer validates. Hopefully I can get that figured out. -- Mark Eggers <[EMAIL PROTECTED]>

Re: Howto V 2.0 transform

2005-04-15 Thread Mark Eggers
llow the pattern for other translations in $FORREST_HOME/main/webapp/resources/stylesheets and went from there. -- Mark Eggers <[EMAIL PROTECTED]>

Howto V 2.0 transform

2005-04-14 Thread Mark Eggers
w well this solution really works. -- Mark Eggers <[EMAIL PROTECTED]>

Re: [Proposal] HTML as base Forrest format

2005-01-04 Thread Mark Eggers
On Tue, 2005-01-04 at 09:15 +0100, Nicola Ken Barozzi wrote: > We should also suggest a list of correct XHTML1.x editors. > > Suggestions? > > PS: Emacs, vi, jedit, notepad, etc are not the editors I'm talking about This may be too far afield for the developer list. What are your use cases fo

Re: [Proposal] HTML as base Forrest format

2005-01-04 Thread Mark Eggers
On Mon, 2005-01-03 at 22:03 -0600, Antonio Gallardo wrote: > On Lun, 3 de Enero de 2005, 18:47, Ross Gardler dijo: > I would therefore like to add my support to the suggestion (from David I > > think) that we simply change the documentation to make it clear that > > HTML and XHTML are suitable inpu

Re: [Proposal] HTML as base Forrest format

2005-01-03 Thread Mark Eggers
I'm just a long-time reader of the dev mailing list, so I don't know if my comments are appropriate. However: -1 since it removes document content structure. This lack of structure will make skinning and transformations much more complex. >From the welcome: Apache Forrest is an XML standards-o