Re: [jira] Resolved: (FOR-842) Tigris skin meta support

2006-04-02 Thread Brian M Dube
Thorsten Scherler (JIRA) wrote: Thanks Brian, please next time grant the ASF license. Where is this option? I looked for it and never saw it. I received an error while creating the issue--from httpd, not from Jira directly.

Re: Forrest site generates content above build/site

2006-04-19 Thread Brian M Dube
David Crossley wrote: Using references like /images/icon.png is the way to go. I just tried it with 0.8-dev in 'forrest seed site' and it correctly finds image sources in either resources/images/ or in xdocs/images/ directories. Sub-directories also works. There is no need for any special

Re: Forrest site generates content above build/site

2006-04-20 Thread Brian M Dube
Ferdinand Soethe wrote: Brian M Dube wrote: Absolute references in the final output should also help with caching at the proxy and browser level. As I understand it, caching proxies will Thanks Brian. I was not aware of that behavior. That is indeed a very good reason not to use them

[Dispatcher] Common theme navigation contracts invalid

2006-04-30 Thread Brian M Dube
I looked for a relevant issue in JIRA, but I did not see one. There is a FIXME note [1] in pelt's nav-main-sub contract to use the contract from common instead. Before that happens, the common contracts should be changed. Both common/html/nav-main.ft and common/html/nav-main-sub.ft add div

Re: help - yet another Dispatcher false start

2006-05-19 Thread Brian M Dube
Ross Gardler wrote: I again tried to work with the dispatcher this evening. However, once again I failed miserably. I just don't seem to be able to get things working. I started from the getting started document, but that seems to be horribly out of date. It still talks about using specific

Re: [jira] Created: (FOR-892) Dispatcher output does not validate xhtml: duplicate ID tabs, etc.

2006-06-01 Thread Brian M Dube
Thorsten Scherler wrote: El jue, 01-06-2006 a las 19:24 -0500, Brian M Dube escribió: David Crossley (JIRA) wrote: Dispatcher output does not validate xhtml: duplicate ID tabs, etc. Key: FOR-892 URL: http

Re: [jira] Closed: (FOR-876) locationmap demo in fresh-site is broken

2006-06-09 Thread Brian M Dube
David Crossley wrote: Ross Gardler (JIRA) wrote: http://issues.apache.org/jira/browse/FOR-876 Ross Gardler closed FOR-876: Resolution: Cannot Reproduce I can confirm that Gavins observations are correct. I just did a fresh site and the rewrite demo

OSCommerce input plugin

2006-06-26 Thread Brian M Dube
Ross Gardler wrote: Brian M Dube wrote: Ross Gardler wrote: Brian M Dube wrote: I have seeded a plugin locally. I have some questions. Does this master file need to validate? If there is a DTD defined in the document then it must validate. If so, does the plugin define the schema

Re: OSCommerce input plugin

2006-06-28 Thread Brian M Dube
Ross Gardler wrote: Sorry, that is incorrect. OSCommerce plugs directly into the DB. I don't know PHP so I'm not sure if you can make it talk to a hibernate back end, so your PHP scripts may need to talk directly to the DB as well. Although it could pull formatted data or raw XML from the

Re: OSCommerce input plugin

2006-06-29 Thread Brian M Dube
Ross Gardler wrote: Brian M Dube wrote: Due to the approaching deadline for this project, I'm going to proceed with the code in place. When is your deadline and exactly what do you need Forrest to output by that date? Unless you are a long way down the road with your scraping code I would

Re: OSCommerce input plugin

2006-06-29 Thread Brian M Dube
Ross Gardler wrote: Brian M Dube wrote: I'm sorry I failed to mention that I'm now using whiteboard/org.apache.forrest.plugin.Database to generate the data. Thank you for pointing out that it is possible, and better, to access the back end directly. Cool, but my new approach for talking

Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_

2007-03-03 Thread Brian M Dube
[EMAIL PROTECTED] wrote: Author: gmcdonald Date: Sat Mar 3 22:21:50 2007 New Revision: 514362 URL: http://svn.apache.org/viewvc?view=revrev=514362 Log: Changes to make pelt theme more like pelt skin FOR-811, a little more to do. Modified:

Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_

2007-03-05 Thread Brian M Dube
David Crossley wrote: Gav wrote: From: Cyriaque Dupoirieux wrote: forrest:contract name=siteinfo-copyright forrest:property name=siteinfo-copyright copyright -year inception=true2002/year +year inception=true2007/year

Re: svn commit: r520650 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.input.doap/ org.apache.forrest.plugin.internal.dispatcher/ org.apache.forrest.plugin.output.solr/ org.apache.f

2007-03-23 Thread Brian M Dube
[EMAIL PROTECTED] wrote: Author: rgardler Date: Tue Mar 20 16:17:47 2007 New Revision: 520650 URL: http://svn.apache.org/viewvc?view=revrev=520650 Log: Enable *.vt.xml files to be located in the correct directory within themes. ./build.sh test passes, but I'd appreciate some more eyes on this

Re: svn commit: r520650 - in /forrest/trunk/whiteboard/plugins: org.apache.forrest.plugin.input.doap/ org.apache.forrest.plugin.internal.dispatcher/ org.apache.forrest.plugin.output.solr/ org.apache.f

2007-03-25 Thread Brian M Dube
Brian M Dube wrote: Now that the panels are stored in directories according to the view, there is redundancy in the naming. Are there side effects if the file space is simplified to {theme}/{view}/{panel}.vt.xml rather than {theme}/{view}/{panel}-{view}.vt.xml? I see this has been discussed

RC1 fails when plugins provide Java source (Re: RC1 Fails on dispatcher)

2007-04-12 Thread Brian M Dube
Ross Gardler wrote: Gav wrote: -Original Message- From: Ross Gardler [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 April 2007 6:14 PM To: [EMAIL PROTECTED] Subject: RC1 Fails on dispatcher (Re: calling all developers, test release candidate) Ross Gardler wrote: Olivier Parent

Skin plugin

2007-04-21 Thread Brian M Dube
Is anyone working on moving skins to a plugin? I'm going to have a go at it. I'm thinking of emulating the dispatcher to have a plugin for skin functionality and a plugin to house the skins. This also got me thinking about a separate plugin for each skin. Thoughts? Brian

Re: Skin plugin

2007-04-23 Thread Brian M Dube
David Crossley wrote: I am not yet clear about your main aim. Is it to move the existing functionality out of the core and leave it at that (a legacy system)? Or is it to create a framework as described above which would enable future development of skins functionality as well as dispatcher.

Re: [jira] Commented: (FOR-1001) Broken seed site: Loss of menu/tab context on Samples-tab

2007-05-22 Thread Brian M Dube
Gav wrote: I agree that is what the screenshot shows, my investigations of doing my own forrest seed , forrest seed-sample showed otherwise and the seed that runs on our forrest zone every hour shows the same as what I get. I can't reproduce this either. The issue is with a fresh seed of

Re: new committer and PMC member: Brian Dube

2007-05-24 Thread Brian M Dube
Thanks for the welcome. I look forward to helping out wherever I can. The computer is soon to be packed up as part of moving house, but I'll be around again when I'm in the new location. Brian

[jira] Commented: (FOR-1000) Use locationmap to resolve XSL imports in skins

2007-06-03 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500994 ] Brian M Dube commented on FOR-1000: --- Example: xsl:import href=lm://transform.common.html.site.xhtml/ Cocoon

Re: ivyBuild branch

2007-06-05 Thread Brian M Dube
David Crossley wrote: Ross Gardler wrote: David Crossley wrote: Now that forrest trunk has moved on to the next development version (including the xmlformat of all xml files) we might need to do something with the ivyBuild branch. Does anyone know what should be done? How about I get rid of

Re: Conditional application of dispatcher contracts

2007-06-14 Thread Brian M Dube
On 6/13/07, Thorsten Scherler [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 23:00 +0100, Ross Gardler wrote: Note that overriding the theme with projectDetails/theme.fv and projectDetails/index/theme.fv does not work as I would have expected, the second theme requested is never used. This

Re: Conditional application of dispatcher contracts

2007-06-14 Thread Brian M Dube
On 6/14/07, Ross Gardler [EMAIL PROTECTED] wrote: On 13/06/07, Brian M Dube [EMAIL PROTECTED] wrote: On 6/13/07, Thorsten Scherler [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 23:00 +0100, Ross Gardler wrote: Note that overriding the theme with projectDetails/theme.fv

[jira] Commented: (FOR-1011) ForrestBar search terms for mail-archive.com need updating.

2007-06-16 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505491 ] Brian M Dube commented on FOR-1011: --- See revisions 547646 and 547661. http://svn.apache.org/viewvc?view=revrevision

[jira] Commented: (FOR-1011) ForrestBar search terms for mail-archive.com need updating.

2007-06-16 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505492 ] Brian M Dube commented on FOR-1011: --- And 547682. http://svn.apache.org/viewvc?view=revrevision=547682 ForrestBar

Re: [jira] Commented: (FOR-1011) ForrestBar search terms for mail-archive.com need updating.

2007-06-16 Thread Brian M Dube
On 6/16/07, Brian M Dube (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/FOR-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505491 ] Brian M Dube commented on FOR-1011: --- See revisions 547646

[jira] Updated: (FOR-355) Improved PDF configurability (e.g., TOC, Page Numbers, logo)

2007-06-19 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-355: - Other Info: (was: [Patch available]) Patch applied r548613. Thanks. Improved PDF configurability (e.g

[jira] Updated: (FOR-1013) absolute URLs in PDF

2007-06-19 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-1013: -- Other Info: (was: [Patch available]) Patch applied r548615. Thanks. absolute URLs in PDF

Re: [jira] Commented: (FOR-1013) absolute URLs in PDF

2007-06-21 Thread Brian M Dube
David Crossley (JIRA) wrote: [ https://issues.apache.org/jira/browse/FOR-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506376 ] David Crossley commented on FOR-1013: - The patch is incomplete. See the comments at:

Re: [RT] Plugin filesystem layout

2007-06-21 Thread Brian M Dube
Ross Gardler wrote: On 21/06/07, Brian M Dube [EMAIL PROTECTED] wrote: What do you think about organizing plugins in the filesystem by type? plugins/input plugins/output plugins/internal The core and whiteboard plugin directories are not overcrowded yet, but they feel a little unorganized

[jira] Updated: (FOR-1013) absolute URLs in PDF

2007-06-21 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-1013: -- Other Info: [Patch available] absolute URLs in PDF Key

Re: adding extra elements to skinconf

2007-06-22 Thread Brian M Dube
David, thanks for finishing these patches. I started and then got confused and sidetracked. I'll review how you proceeded for future reference. Brian

Re: Forrest Zones down

2007-06-23 Thread Brian M Dube
It's still down for me, too. Solaris zones can mostly be considered separate machines with network interfaces and services that can go down while other zones continue to work. Brian Gav wrote: I haven't been able to connect all day, lenya.zones is ok, thought they were on the same

Re: Eclipse and forrest.

2007-06-23 Thread Brian M Dube
Gav wrote: -Original Message- From: Ross Gardler [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 April 2007 8:42 PM To: dev@forrest.apache.org Subject: Re: Eclipse and forrest. I'm going to have to come back to you on this. I'll set up my eclipse from scratch and take notes. You can

Re: Forrest Zones down

2007-06-23 Thread Brian M Dube
David Crossley wrote: Some other Forrest PMCers do have access. If any others have UNIX skills and interest then ask and i will create a login. I'm comfortable with UNIX administration and I'd volunteer time to zone issues. Brian

[jira] Commented: (FOR-1033) [forrestdoc] Fix current build due to FOR-1025

2007-07-30 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516600 ] Brian M Dube commented on FOR-1033: --- Committed revision 561216. Thanks. [forrestdoc] Fix current build due

[jira] Commented: (FOR-1033) [forrestdoc] Fix current build due to FOR-1025

2007-08-13 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519380 ] Brian M Dube commented on FOR-1033: --- Is this issue resolved? [forrestdoc] Fix current build due to FOR-1025

Re: svn commit: r565204 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf: ./ resources/stylesheets/ src/documentation/content/xdocs/

2007-08-13 Thread Brian M Dube
Oshani Seneviratne wrote: Hi, There are 2 other files: resources/stylesheets/foaf-to-index.xsl and src/documentation/content/xdocs/samples/foafIndex.xml in the patch I submitted for FOR-1020 [1]. [1] https://issues.apache.org/jira/secure/attachment/12363666/FOR-1020_12082007.patch Those

Re: [jira] Commented: (FOR-1047) Add Documentation For Using Debian Update Alternatives System To Set Up The Forrest Environment

2007-10-02 Thread Brian M Dube
Gavin (JIRA) wrote: [ https://issues.apache.org/jira/browse/FOR-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530310 ] Gavin commented on FOR-1047: This looks good thanks, I suspect maybe we do not have any devs using

Re: [jira] Commented: (FOR-1047) Add Documentation For Using Debian Update Alternatives System To Set Up The Forrest Environment

2007-10-05 Thread Brian M Dube
Gav wrote: Brian M Dube wrote: Gavin (JIRA) wrote: This looks good thanks, I suspect maybe we do not have any devs using Debian to confirm all this works so we might have to trust your judgment on this. If no one objects in the meantime, I will add this in a few days. I use Debian and I

Fresh seed build errors (PDF)

2008-06-17 Thread Brian M Dube
I see Gump is not complaining, but I can't build a fresh seed site without PDF errors. I did a fresh checkout the other day (r668004) to clear up some outdated issues that an update didn't solve. With a fresh seed from a fresh checkout, I get the errors below. No one else has this problem?

Re: Fresh seed build errors (PDF)

2008-06-20 Thread Brian M Dube
Brian M Dube wrote: I see Gump is not complaining, but I can't build a fresh seed site without PDF errors. I did a fresh checkout the other day (r668004) to clear up some outdated issues that an update didn't solve. With a fresh seed from a fresh checkout, I get the errors below. No one else

XInclude

2008-07-19 Thread Brian M Dube
Gavin wrote: Well this seemed to pass my tests locally, its late I'll look in the morning and either fix it or revert. I committed r678217 to suppress validation on samples-b/xinclude.xml. Brian

Re: XInclude

2008-07-19 Thread Brian M Dube
Ross Gardler wrote: Brian M Dube wrote: Gavin wrote: Well this seemed to pass my tests locally, its late I'll look in the morning and either fix it or revert. I committed r678217 to suppress validation on samples-b/xinclude.xml. -1 Obscuring a bad commit is not good practice. We should

[jira] Commented: (FOR-803) Profile new dispatcher plugins

2008-07-20 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615152#action_12615152 ] Brian M Dube commented on FOR-803: -- I'm developing a plugin that uses Hibernate ORM

Re: PHP Forrest

2008-07-23 Thread Brian M Dube
Christian Grobmeier wrote: However at the end I think Forrest has very good ideas and concepts but two drawbacks: 1) its complex and one cannot start immediatly if you want a bit more than just writing content. Even implementing your own design can bring you some pain in the ass. 2) its java

[jira] Commented: (FOR-803) Profile new dispatcher plugins

2008-07-26 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617230#action_12617230 ] Brian M Dube commented on FOR-803: -- Hibernate: select t.* from wp_terms as t inner join

Re: [jira] Commented: (FOR-803) Profile new dispatcher plugins

2008-07-26 Thread Brian M Dube
Thorsten Scherler wrote: On Sun, 2008-07-20 at 22:51 -0700, Brian M Dube (JIRA) wrote: [ https://issues.apache.org/jira/browse/FOR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615152#action_12615152 ] Brian M Dube commented on FOR-803

Re: [jira] Commented: (FOR-803) Profile new dispatcher plugins

2008-07-26 Thread Brian M Dube
Thorsten Scherler wrote: On Sun, 2008-07-20 at 22:51 -0700, Brian M Dube (JIRA) wrote: [ https://issues.apache.org/jira/browse/FOR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615152#action_12615152 ] Brian M Dube commented on FOR-803

[jira] Issue Comment Edited: (FOR-803) Profile new dispatcher plugins

2008-07-27 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617230#action_12617230 ] brian edited comment on FOR-803 at 7/27/08 9:25 AM: --- The following

Re: [jira] Commented: (FOR-803) Profile new dispatcher plugins

2008-08-02 Thread Brian M Dube
Thorsten Scherler wrote: On Sat, 2008-07-26 at 19:04 -0700, Brian M Dube wrote: Where is dispatcher caching controlled? The dispatcher has multiple tier of caching due to the architecture. The main pipeline has first the jx pages (see e.g. common.fv): jx:cache-key=#{$cocoon/parameters

input.wordpress (was Re: potential new plugin)

2008-08-10 Thread Brian M Dube
David Crossley wrote: Brian M Dube wrote: I'd like to put the plugin in the whiteboard, but it has some dependencies that we can't distribute. Perhaps it should be hosted elsewhere, like the SourceForge project that Ross has set up for plugins. Preferably we can find a way to have it in our

Re: input.wordpress (was Re: potential new plugin)

2008-08-17 Thread Brian M Dube
David Crossley wrote: Brian M Dube wrote: David Crossley wrote: The legal-discuss@ list wants to approach each use-case as it comes up. Perhaps we have a unique situation. I haven't checked each license yet. I wanted to make sure the plugin worked the way I expected before worrying about

Re: Fresh seed build errors (PDF)

2008-09-06 Thread Brian M Dube
On Wed, Jun 25, 2008 at 03:57:44PM +1000, David Crossley wrote: Sorry, in my last message i intended to suggest the obvious. Have you set FORREST_HOME and PATH to point to the new fresh forrest installation? Also you might need to do a 'forrest clean' in any of your existing project

Re: Fresh seed build errors (PDF)

2008-09-06 Thread Brian M Dube
On Wed, Jun 25, 2008 at 03:57:44PM +1000, David Crossley wrote: Sorry, in my last message i intended to suggest the obvious. Have you set FORREST_HOME and PATH to point to the new fresh forrest installation? Also you might need to do a 'forrest clean' in any of your existing project

Re: Fresh seed build errors (PDF)

2008-09-06 Thread Brian M Dube
CLI output: On Tue, Jun 17, 2008 at 08:40:38PM -0700, Brian M Dube wrote: cocoon 2.2.0-dev Copyright (c) 1999-2005 Apache Software Foundation. All rights reserved. Build: December 8 2005 (TargetVM=1.4, SourceVM=1.4

Re: Fresh seed build errors (PDF)

2008-09-06 Thread Brian M Dube
On Sat, Sep 06, 2008 at 12:21:44PM -0700, Brian M Dube wrote: I haven't had much time to look into this, but I'll try to track it down since it makes testing a real pain. So far my testing shows that the generated FO document is valid. It's the fo2pdf serializer

Re: Fresh seed build errors (PDF)

2008-09-13 Thread Brian M Dube
On Tue, Jun 17, 2008 at 08:40:38PM -0700, Brian M Dube wrote: I see Gump is not complaining, but I can't build a fresh seed site without PDF errors. I did a fresh checkout the other day (r668004) to clear up some outdated issues that an update didn't solve. With a fresh seed from a fresh

[jira] Commented: (FOR-1115) Remove links to mygroup.org

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634423#action_12634423 ] Brian M Dube commented on FOR-1115: --- grep -irn --exclude=\*.svn\* mygroup.org $FORREST_HOME

[jira] Commented: (FOR-1115) Remove links to mygroup.org

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634504#action_12634504 ] Brian M Dube commented on FOR-1115: --- example.org should do fine. The other links

Re: [jira] Commented: (FOR-1115) Remove links to mygroup.org

2008-09-25 Thread Brian M Dube
On Thu, Sep 25, 2008 at 03:05:44AM -0700, Thorsten Scherler (JIRA) wrote: [ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634425#action_12634425 ] Thorsten Scherler commented on FOR-1115:

[jira] Commented: (FOR-1115) Remove links to mygroup.org

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634571#action_12634571 ] Brian M Dube commented on FOR-1115: --- Committed revision 699039. I gathered the affected

[jira] Resolved: (FOR-1115) Remove links to mygroup.org

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube resolved FOR-1115. --- Resolution: Fixed Assignee: Brian M Dube See r699039. Remove links to mygroup.org

Re: svn commit: r699040 - in /forrest/site: docs_0_90/properties.html docs_0_90/properties.pdf module.date.properties module.properties.properties

2008-09-25 Thread Brian M Dube
On Thu, Sep 25, 2008 at 06:23:56PM -, [EMAIL PROTECTED] wrote: Author: bdube Date: Thu Sep 25 11:23:56 2008 New Revision: 699040 URL: http://svn.apache.org/viewvc?rev=699040view=rev Log: Publish from forrestbot Added: forrest/site/docs_0_90/properties.html

Re: svn commit: r699040 - in /forrest/site: docs_0_90/properties.html docs_0_90/properties.pdf module.date.properties module.properties.properties

2008-09-25 Thread Brian M Dube
On Thu, Sep 25, 2008 at 11:28:39AM -0700, Brian M Dube wrote: On Thu, Sep 25, 2008 at 06:23:56PM -, [EMAIL PROTECTED] wrote: Author: bdube Date: Thu Sep 25 11:23:56 2008 New Revision: 699040 URL: http://svn.apache.org/viewvc?rev=699040view=rev Log: Publish from forrestbot

Re: svn commit: r699141 - /forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-asf-m irror.xml

2008-09-25 Thread Brian M Dube
On Fri, Sep 26, 2008 at 12:46:34AM -, [EMAIL PROTECTED] wrote: Author: crossley Date: Thu Sep 25 17:46:34 2008 New Revision: 699141 URL: http://svn.apache.org/viewvc?rev=699141view=rev Log: Fix a replacement which must have gone awry with a regex in r699039 (example comes =

Re: svn commit: r699040 - in /forrest/site: docs_0_90/properties.html docs_0_90/properties.pdf module.date.properties module.properties.properties

2008-09-25 Thread Brian M Dube
On Thu, Sep 25, 2008 at 11:28:39AM -0700, Brian M Dube wrote: On Thu, Sep 25, 2008 at 06:23:56PM -, [EMAIL PROTECTED] wrote: Author: bdube Date: Thu Sep 25 11:23:56 2008 New Revision: 699040 URL: http://svn.apache.org/viewvc?rev=699040view=rev Log: Publish from forrestbot

[jira] Updated: (FOR-1115) Change links from mygroup.org, myproj.mygroup.org, myhost.com, mydomain to example.org per RFC 2606

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-1115: -- Summary: Change links from mygroup.org, myproj.mygroup.org, myhost.com, mydomain to example.org per RFC

[jira] Closed: (FOR-1115) Change links from mygroup.org, myproj.mygroup.org, myhost.com, mydomain to example.org per RFC 2606

2008-09-25 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube closed FOR-1115. - Assignee: (was: Brian M Dube) Change links from mygroup.org, myproj.mygroup.org, myhost.com, mydomain

[jira] Created: (FOR-1117) Prevent publishing module.date.properties and module.properties.properties

2008-09-26 Thread Brian M Dube (JIRA)
Type: Bug Components: Documentation and website Affects Versions: 0.9-dev Reporter: Brian M Dube Fix For: 0.9-dev Brian M Dube wrote

[jira] Commented: (FOR-1117) Prevent publishing module.date.properties and module.properties.properties

2008-09-28 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635240#action_12635240 ] Brian M Dube commented on FOR-1117: --- I think the site can be published with forrestbot

[jira] Issue Comment Edited: (FOR-1117) Prevent publishing module.date.properties and module.properties.properties

2008-09-28 Thread Brian M Dube (JIRA)
Issue Type: Bug Components: Documentation and website Affects Versions: 0.9-dev Reporter: Brian M Dube Fix For: 0.9-dev Brian M Dube wrote

Re: input.wordpress (was Re: potential new plugin)

2008-09-30 Thread Brian M Dube
On Wed, Aug 13, 2008 at 04:03:27PM +1000, David Crossley wrote: The dependencies on the main facilities (e.g. WordPress and MySql) seem okay to me. I expect that they would be treated as system requirements, i.e. there is no use for the plugin if there is no server available to connect to and

Re: input.wordpress (was Re: potential new plugin)

2008-10-01 Thread Brian M Dube
On Thu, Oct 02, 2008 at 12:55:26AM +1000, David Crossley wrote: Ross Gardler wrote: David Crossley wrote: Ross Gardler wrote: Brian M Dube wrote: David Crossley wrote: The dependencies on the main facilities (e.g. WordPress and MySql) seem okay to me. I expect that they would

Re: default properties (Was: svn commit: r703147)

2008-10-10 Thread Brian M Dube
On Fri, Oct 10, 2008 at 09:16:49AM +0200, Thorsten Scherler wrote: Hmm just notice that http://forrest.apache.org/module.properties.properties does not exist. Yes, this has been discussed [1] [2] as content that cannot be published. Brian [1]

[jira] Updated: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows

2008-11-23 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-1108: -- Attachment: dispatcher.xmap.diff I made changes similar to Gavin, but added a few more to address

[RT] Requirements for Spring-based Forrest (forrest2)

2008-11-28 Thread Brian M Dube
I'd like to spend some time on a proof of concept version of Forrest without Cocoon, whether that's whiteboard/forrest2 or a new approach. One of the requirements, or at least functional tests, that has already been mentioned with respect to forrest2 is that the seed site must function correctly.

[jira] Commented: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows

2008-11-30 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651853#action_12651853 ] Brian M Dube commented on FOR-1108: --- It's in dispatcher.xmap.diff attached to this issue

[jira] Updated: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows

2008-11-30 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube updated FOR-1108: -- Attachment: linux.output.xmap linux.locationmap.xml Attaching linux.locationmap.xml

Re: [jira] Commented: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows

2008-11-30 Thread Brian M Dube
On Sun, Nov 30, 2008 at 09:37:11PM +1000, Gavin wrote: Making a start here, it would be helpful if anyone on linux/mac could provide the contents of build/tmp/locationmap and build/tmp/output.xmap from a seed-sample forrest run , with maybe 1 output plugin and 1 whiteboard output plugin

Re: [jira] Commented: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows

2008-11-30 Thread Brian M Dube
On Sun, Nov 30, 2008 at 09:37:11PM +1000, Gavin wrote: Making a start here, it would be helpful if anyone on linux/mac could provide the contents of build/tmp/locationmap and build/tmp/output.xmap from a seed-sample forrest run , with maybe 1 output plugin and 1 whiteboard output plugin

[jira] Commented: (FOR-1147) the JavaScript external files should be referenced in body not head of html

2008-12-24 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12659177#action_12659177 ] Brian M Dube commented on FOR-1147: --- It looks like HTML 4 allows this, but XHTML does

[jira] Commented: (FOR-1147) the JavaScript external files should be referenced in body not head of html

2008-12-29 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12659740#action_12659740 ] Brian M Dube commented on FOR-1147: --- I mean where script tags are allowed in a document

Re: missing externals svn to a lenya stylesheet

2009-02-19 Thread Brian M Dube
On Fri, Feb 20, 2009 at 02:52:47PM +1100, David Crossley wrote: Recently we have been getting errors when doing 'svn up' ... Fetching external item into 'whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/common' svn: Target path does not exist Does anyone

Re: missing externals svn to a lenya stylesheet

2009-02-21 Thread Brian M Dube
On Sun, Feb 22, 2009 at 05:14:34PM +1100, David Crossley wrote: Gavin wrote: Brian M Dube wrote: David Crossley wrote: Recently we have been getting errors when doing 'svn up' ... Fetching external item into 'whiteboard/plugins/org.apache.forrest.plugin.input.odt

Re: site-author - no output during forrest run

2009-03-03 Thread Brian M Dube
On Wed, Mar 04, 2009 at 02:23:05PM +1000, Gavin wrote: erm nope, looks like as I suspect it must be a Windows issue, like I say it has been a long time since I bothered to build site-author docs. We found and fixed some other Windows Issues a couple of months back, those fixes still work for

Re: local-deploy on project-internal plugin

2009-03-23 Thread Brian M Dube
On Mon, Mar 23, 2009 at 10:23:13PM +0200, Sjur Moshagen wrote: Replying to myself: Den 23. mar. 2009 kl. 14.59 skrev Sjur Moshagen: The action on line 117 in that build file reads: copy toDir=${forrest.plugins.localDeploy.dir}/${plugin-name} fileset

[jira] Commented: (FOR-211) whole-site html and pdf: broken ext links

2009-04-20 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701025#action_12701025 ] Brian M Dube commented on FOR-211: -- Committed revision 766959. I'm not up to speed

[jira] Commented: (FOR-211) whole-site html and pdf: broken ext links

2009-04-23 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702230#action_12702230 ] Brian M Dube commented on FOR-211: -- broken-links link message=$FORREST_HOME/site-author

[jira] Issue Comment Edited: (FOR-211) whole-site html and pdf: broken ext links

2009-04-23 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702230#action_12702230 ] Brian M Dube edited comment on FOR-211 at 4/23/09 8:06 PM: --- broken

[jira] Commented: (FOR-211) whole-site html and pdf: broken ext links

2009-04-24 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702377#action_12702377 ] Brian M Dube commented on FOR-211: -- At this point I'm not running any specific tests, only

[jira] Closed: (FOR-842) Tigris skin meta support

2009-05-24 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube closed FOR-842. Tigris skin meta support Key: FOR-842 URL: https

[jira] Closed: (FOR-611) add Technicat to live site page

2009-05-24 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian M Dube closed FOR-611. add Technicat to live site page --- Key: FOR-611

XInclude preprocessor - new thread for old topic (was Re: Simple include files?)

2009-05-25 Thread Brian M Dube
On Wed, May 20, 2009 at 10:08:33PM +1000, Gavin wrote: -Original Message- From: Gavin [mailto:ga...@16degrees.com.au] Sent: Tuesday, 19 May 2009 8:32 PM To: dev@forrest.apache.org Subject: RE: Simple include files? -Original Message- From: Brolin Empey

Re: XInclude preprocessor - new thread for old topic

2009-06-02 Thread Brian M Dube
On Tue, Jun 02, 2009 at 01:30:26AM +1000, David Crossley wrote: David Crossley wrote: Brian M Dube wrote: There will always be one more place in the DTD to add this support. Yes, that worried me too when the initial XInclude was added to the DTD. http://issues.apache.org/jira

Re: XInclude preprocessor - new thread for old topic

2009-06-04 Thread Brian M Dube
On Wed, Jun 03, 2009 at 05:49:57PM +1000, David Crossley wrote: Brian M Dube wrote: FOR-1172 - enable validation of the internal xml FOR-1173 - add demonstration of using xml source documents without declaring a DTD This looks good. Is the idea to replace the Ant target

Re: New Committer and PMC Member: Sina K Heshmati

2009-06-08 Thread Brian M Dube
On Mon, Jun 08, 2009 at 04:57:21PM +1000, Gavin wrote: The Project Management Committee (PMC) for Apache Forrest has asked Sina K Heshmati to become a committer and member of the PMC, and we are pleased to announce that he has accepted. Welcome. Brian

[jira] Commented: (FOR-1175) when building static site, copy skin files only if they have been modified since the last static site build

2009-07-13 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/FOR-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730230#action_12730230 ] Brian M Dube commented on FOR-1175: --- rsync is a great solution, but it is manual. Don't

Re: [jira] Commented: (FOR-1176) enable plugins to utilise stylesheets from exslt.org

2009-08-19 Thread Brian M Dube
On Wed, Aug 19, 2009 at 08:45:36AM +0300, Sjur Moshagen wrote: Den 18. aug. 2009 kl. 17.07 skrev Sjur Moshagen: Den 18. aug. 2009 kl. 16.24 skrev Thorsten Scherler: On Tue, 2009-08-18 at 03:42 -0700, Sjur N. Moshagen (JIRA) wrote: xsl:import href={lm:exslt-extensions}/date.add.template.xsl

  1   2   3   >