issues | 1 Mar 2005 01:54

[JIRA] Created: (FOR-451) review our use of Catalog Entity Resolver

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-451

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-451
    Summary: review our use of Catalog Entity Resolver
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             XML grammars & validation
   Fix Fors:
             0.8
   Versions:
             HEAD

   Assignee: 
   Reporter: David Crossley

    Created: Mon, 28 Feb 2005 6:54 PM
    Updated: Mon, 28 Feb 2005 6:54 PM
(Continue reading)

David Crossley | 1 Mar 2005 02:01
Picon
Favicon

Re: Extending DTD catalog in plugins

Ross Gardler wrote:
> I have a need in one of my plugins to add some DTD's to Forrest. This 
> issue raised its head some time ago with Sean Wheller's proposal for a 
> full Docbook plugin, as a result there was a long discussion (which gets 
> interesting from 
> http://marc.theaimsgroup.com/?l=forrest-dev&m=109894335305317&w=2 onwards).
> 
> The end result of this discussion was:
> 
> --- Start Quote ---
> 
> On Thursday 28 October 2004 12:27, David Crossley wrote:
> > > Do you see the benefit above?
> >
> > I think so. I will go mull it over with some
> > late-night card game and wine.
> 
> Good idea. No rush. Do however consider that now we have plugins, the
> locations will change and this method becomes more of a necessity. Take 
> the Docbook Plug-in as example.
> 
> --- End Quote ---
> 
> Since I am not very clued in with catalogs and their use I have no 
> opinion on this thread, but I do need to implement something. So, if 
> someone has the time (and the wine) to design a solution for *exactly* 
> the problem described in the above thread then I will implement it 
> (remember Sean does make a proposal that is discussed without a 
> conclusion, so this may be a shorter job than you think).

(Continue reading)

issues | 1 Mar 2005 07:14

[JIRA] Updated: (FOR-247) Tigris *.css need cleanup to remove our local changes

The following issue has been updated:

    Updater: David Crossley (mailto:crossley <at> apache.org)
       Date: Tue, 1 Mar 2005 12:13 AM
    Changes:
             Fix Version changed to 0.8
             Fix Version changed from 0.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-247?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-247

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-247
    Summary: Tigris *.css need cleanup to remove our local changes
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
 Components: 
             Skins (general issues)
   Fix Fors:
             0.8
(Continue reading)

issues | 1 Mar 2005 07:16

[JIRA] Updated: (FOR-440) forrest hangs with java.lang.StackOverflowError

The following issue has been updated:

    Updater: David Crossley (mailto:crossley <at> apache.org)
       Date: Tue, 1 Mar 2005 12:16 AM
    Changes:
             priority changed from Blocker to Major
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-440?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-440

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-440
    Summary: forrest hangs with java.lang.StackOverflowError
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
 Components: 
             Launch 'forrest'
   Fix Fors:
             0.7
   Versions:
(Continue reading)

issues | 1 Mar 2005 07:18

[JIRA] Resolved: (FOR-440) forrest hangs with java.lang.StackOverflowError

Message:

   The following issue has been resolved as INCOMPLETE.

   Resolver: David Crossley
       Date: Tue, 1 Mar 2005 12:17 AM

This issue is temporarily "resolved" by reverting the changes.
---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-440

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-440
    Summary: forrest hangs with java.lang.StackOverflowError
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: INCOMPLETE

    Project: Forrest
 Components: 
             Launch 'forrest'
   Fix Fors:
             0.7
   Versions:
             0.7

(Continue reading)

issues | 1 Mar 2005 08:02

[JIRA] Updated: (FOR-340) plugin build file

The following issue has been updated:

    Updater: David Crossley (mailto:crossley <at> apache.org)
       Date: Tue, 1 Mar 2005 1:01 AM
    Changes:
             description changed from A build file is required to aid the management of plugins, this build file should:

- build the distribution version of one or more plugins
- update the plugins.xml file in forrestcore
- upload plugin distributions to their distribution server
- build the plugin documentation
- upload the plugin documentation to its web space
- upload the src documentation to the repository location
 to A build file is required to aid the management of plugins, this build file should:

- build the distribution version of one or more plugins
- update the plugins.xml file in forrestcore
- upload plugin distributions to their distribution server
- build the plugin documentation
- upload the plugin documentation to its web space
- upload the src documentation to the repository location
             Version changed to 0.7
             Version changed from HEAD
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-340?page=history

---------------------------------------------------------------------
View the issue:
(Continue reading)

Ross Gardler | 1 Mar 2005 08:44
Picon
Favicon
Gravatar

Re: Extending DTD catalog in plugins

David Crossley wrote:
> Ross Gardler wrote:
> 
>>I have a need in one of my plugins to add some DTD's to Forrest. This 
>>issue raised its head some time ago with Sean Wheller's proposal for a 
>>full Docbook plugin, as a result there was a long discussion (which gets 
>>interesting from 
>>http://marc.theaimsgroup.com/?l=forrest-dev&m=109894335305317&w=2 onwards).
>>
>>The end result of this discussion was:
>>
>>--- Start Quote ---
>>
>>On Thursday 28 October 2004 12:27, David Crossley wrote:
>>
>>>>Do you see the benefit above?
>>>
>>>I think so. I will go mull it over with some
>>>late-night card game and wine.
>>
>>Good idea. No rush. Do however consider that now we have plugins, the
>>locations will change and this method becomes more of a necessity. Take 
>>the Docbook Plug-in as example.
>>
>>--- End Quote ---
>>
>>Since I am not very clued in with catalogs and their use I have no 
>>opinion on this thread, but I do need to implement something. So, if 
>>someone has the time (and the wine) to design a solution for *exactly* 
>>the problem described in the above thread then I will implement it 
(Continue reading)

issues | 1 Mar 2005 10:12

[JIRA] Commented: (FOR-445) Proxy Configuration for ant <get> task

The following comment has been added to this issue:

     Author: Cyriaque Dupoirieux
    Created: Tue, 1 Mar 2005 3:11 AM
       Body:
I have a complement to the patch to add a comment on the use of a proxy when the target
"fetch-skins-descriptors" fails.
How can I re-open the FOR-445 to send the small patch ?
---------------------------------------------------------------------
View this comment:
  http://issues.cocoondev.org//browse/FOR-445?page=comments#action_12099

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-445

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-445
    Summary: Proxy Configuration for ant <get> task
       Type: New Feature

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Forrest
 Components: 
             Core operations
   Versions:
(Continue reading)

David Crossley | 1 Mar 2005 10:24
Picon
Favicon

Re: Extending DTD catalog in plugins

Ross Gardler wrote:
> David Crossley wrote:
> >Ross Gardler wrote:
> >>Since I am not very clued in with catalogs and their use I have no 
> >>opinion on this thread, but I do need to implement something. So, if 
> >>someone has the time (and the wine) to design a solution for *exactly* 
> >>the problem described in the above thread then I will implement it 
> >>(remember Sean does make a proposal that is discussed without a 
> >>conclusion, so this may be a shorter job than you think).
> >
> >This was sparked today by your message to users <at>  list. Assuming that
> >the CatalogManager.properties works for you, then this is not an
> >urgent issue.
> 
> Actually it is (although not necessarily a blocker for 0.7). There are
> many plugins that cannot be built using the current system. Basically,
> anything requiring a DTD. The CatalogManager.properties solution doesn't
> work for WAR files since the path to the catalog has to be a full path
> rather than a relative.

Sorry, i don't understand that. Why does it need to be a full path?
--David

> >I added an entry to Jira: http://issues.cocoondev.org/browse/FOR-451
> >so we can review the use of Catlog Entity Resolver later. I, for one,
> >do not have time prior to the upcoming 0.7 release. Anyway, i reckon
> >that it would be a big risk to mess with that stuff at this stage.
> 
> Yes, I agree, we will visit after 0.7, I hoped that there would be
> something simple we could do for plugins before that release. The only
(Continue reading)

issues | 1 Mar 2005 10:29

[JIRA] Reopened: (FOR-445) Proxy Configuration for ant <get> task

Message:

   The following issue has been reopened.

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-445

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-445
    Summary: Proxy Configuration for ant <get> task
       Type: New Feature

     Status: Reopened
   Priority: Minor

    Project: Forrest
 Components: 
             Core operations
   Versions:
             0.7

   Assignee: Ross Gardler
   Reporter: Cyriaque Dupoirieux

    Created: Tue, 22 Feb 2005 4:41 AM
    Updated: Tue, 1 Mar 2005 3:28 AM
Environment: Any

(Continue reading)


Gmane