You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Johannes Schaefer <jo...@uidesign.de> on 2004/11/19 17:58:44 UTC

forrest trunk 105826 broken?!

Hi!
I just retrieved revision 105826 of forrest.
In the forrest dir a 'forrest run' gives me
fetch-versioned-plugin:
  Trying to get "wiki" plugin version 0.7-dev...

BUILD FAILED
<snip>
H:\forrest105826-1119\main\targets\plugins.xml:163:
  The following error occurred while executing this line:
  H:\forrest105826-1119\build\tmp\pluginlist2fetchbuild.xml:7:   
    java.net.MalformedURLException: no protocol: wiki-0.7-dev.zip

Is this revision broken?
js

-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * D-81825 München
www.uidesign.de

Buch "User Interface Tuning" von Joachim Machate & Michael Burmester 
www.user-interface-tuning.de

Attraktivität von interaktiven Produkten messen mit 
www.attrakdiff.de


Re: forrest trunk 105826 broken?!

Posted by Ross Gardler <rg...@apache.org>.
Ross Gardler wrote:
> Johannes Schaefer wrote:

>> I was trying to build the forrest documentation to get to
>> the plugin descriptions :-(

"forrest available-plugins" no works

Ross

Re: forrest trunk 105826 broken?!

Posted by Ross Gardler <rg...@apache.org>.
Johannes Schaefer wrote:
> Ross Gardler wrote:
> 
>> Johannes Schaefer wrote:
>>
>>> Hi!
>>> I just retrieved revision 105826 of forrest.
>>> In the forrest dir a 'forrest run' gives me
>>> fetch-versioned-plugin:
>>>  Trying to get "wiki" plugin version 0.7-dev...
>>>
>>> BUILD FAILED
>>> <snip>
>>> H:\forrest105826-1119\main\targets\plugins.xml:163:
>>>  The following error occurred while executing this line:
>>>  H:\forrest105826-1119\build\tmp\pluginlist2fetchbuild.xml:7:      
>>> java.net.MalformedURLException: no protocol: wiki-0.7-dev.zip
>>>
>>> Is this revision broken?

<snip/>

> I was trying to build the forrest documentation to get to
> the plugin descriptions :-(
> 'forrest seed' and 'forrest run' works find.

Hmmm.. forrest run on the forrest docs should work, and does for me:

cd forrest/docs-author
forrest run

and

cd forrest/site-author
forrest run

However, these don't give you and plugin documentation, at least not yet 
that part of the system does not work yet.

To get a description of all known plugins do "forrest available-plugins" 
to get the plugin descriptions (but I just did that and it seems the 
plugins.xml file has not been updated on the website, as a result none 
are being displayed. I'll look into that soon.)

In the meantime, you can find the plugin descriptions in 
site-author/content/plugins/plugins.xml

Docs for the individual plugins are in the plugin folders, for exmaple:

cd forrest/plugins/wiki
forrest run

Ross

Re: forrest trunk 105826 broken?!

Posted by Johannes Schaefer <jo...@uidesign.de>.
Ross Gardler wrote:

> Johannes Schaefer wrote:
>
>> Hi!
>> I just retrieved revision 105826 of forrest.
>> In the forrest dir a 'forrest run' gives me
>> fetch-versioned-plugin:
>>  Trying to get "wiki" plugin version 0.7-dev...
>>
>> BUILD FAILED
>> <snip>
>> H:\forrest105826-1119\main\targets\plugins.xml:163:
>>  The following error occurred while executing this line:
>>  H:\forrest105826-1119\build\tmp\pluginlist2fetchbuild.xml:7:      
>> java.net.MalformedURLException: no protocol: wiki-0.7-dev.zip
>>
>> Is this revision broken?
>
>
> It should only try and get the wiki plugin if you are building a 
> project that has it in the project.required.plugins. If you do have it 
> in that directory it will fail because the plugin zip has not been 
> published to the website yet.

I was trying to build the forrest documentation to get to
the plugin descriptions :-(
'forrest seed' and 'forrest run' works find.
Thank you!
Johannes

>
> If you want the wiki plugin then locally deploy it with:
>
> cd plugins/wiki
> ant local-deploy
>
> If you don't want the wiki plugin remove it from 
> project.required.plugins.
>
> Ross
>
>


-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * D-81825 München
www.uidesign.de

Buch "User Interface Tuning" von Joachim Machate & Michael Burmester 
www.user-interface-tuning.de

Attraktivität von interaktiven Produkten messen mit 
www.attrakdiff.de


Re: forrest trunk 105826 broken?!

Posted by Ross Gardler <rg...@apache.org>.
Johannes Schaefer wrote:
> too fast ... argh.
> 'forrest seed' works fine.
> 'forrest run' in the seeded directory gives:
> 
> Trying to get "org.apache.forrest.plugin.pdf-output" plugin version 
> 0.7-dev...
> BUILD FAILED
> <snip>
> H:\forrest105826-1119\main\targets\plugins.xml:163:
>  The following error occurred while executing this line:
>  D:\tmp\fseek-trunk\build\tmp\pluginlist2fetchbuild.xml:7:
>      java.net.MalformedURLException: no protocol:
>      org.apache.forrest.plugin.pdf-output-0.7-dev.zip
> 
> So, this doesn't work either.

Same as my comments for the wiki plugin. This plugin has not been 
published yet. Do:

cd forrest/plugins/org.apache.forrest.plugins.pdf-output
ant local-deploy

and everything will work fine.

Ross

Re: forrest trunk 105826 broken?!

Posted by Johannes Schaefer <jo...@uidesign.de>.
too fast ... argh.
'forrest seed' works fine.
'forrest run' in the seeded directory gives:

Trying to get "org.apache.forrest.plugin.pdf-output" plugin version 
0.7-dev...
BUILD FAILED
<snip>
H:\forrest105826-1119\main\targets\plugins.xml:163:
  The following error occurred while executing this line:
  D:\tmp\fseek-trunk\build\tmp\pluginlist2fetchbuild.xml:7:
      java.net.MalformedURLException: no protocol:
      org.apache.forrest.plugin.pdf-output-0.7-dev.zip

So, this doesn't work either.
Will go off into weekend!
Johannes

Ross Gardler wrote:

> Johannes Schaefer wrote:
>
>> Hi!
>> I just retrieved revision 105826 of forrest.
>> In the forrest dir a 'forrest run' gives me
>> fetch-versioned-plugin:
>>  Trying to get "wiki" plugin version 0.7-dev...
>>
>> BUILD FAILED
>> <snip>
>> H:\forrest105826-1119\main\targets\plugins.xml:163:
>>  The following error occurred while executing this line:
>>  H:\forrest105826-1119\build\tmp\pluginlist2fetchbuild.xml:7:      
>> java.net.MalformedURLException: no protocol: wiki-0.7-dev.zip
>>
>> Is this revision broken?
>
>
> It should only try and get the wiki plugin if you are building a 
> project that has it in the project.required.plugins. If you do have it 
> in that directory it will fail because the plugin zip has not been 
> published to the website yet.
>
> If you want the wiki plugin then locally deploy it with:
>
> cd plugins/wiki
> ant local-deploy
>
> If you don't want the wiki plugin remove it from 
> project.required.plugins.
>
> Ross
>
>


-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * D-81825 München
www.uidesign.de

Buch "User Interface Tuning" von Joachim Machate & Michael Burmester 
www.user-interface-tuning.de

Attraktivität von interaktiven Produkten messen mit 
www.attrakdiff.de


Re: forrest trunk 105826 broken?!

Posted by Ross Gardler <rg...@apache.org>.
Johannes Schaefer wrote:
> Hi!
> I just retrieved revision 105826 of forrest.
> In the forrest dir a 'forrest run' gives me
> fetch-versioned-plugin:
>  Trying to get "wiki" plugin version 0.7-dev...
> 
> BUILD FAILED
> <snip>
> H:\forrest105826-1119\main\targets\plugins.xml:163:
>  The following error occurred while executing this line:
>  H:\forrest105826-1119\build\tmp\pluginlist2fetchbuild.xml:7:      
> java.net.MalformedURLException: no protocol: wiki-0.7-dev.zip
> 
> Is this revision broken?

It should only try and get the wiki plugin if you are building a project 
that has it in the project.required.plugins. If you do have it in that 
directory it will fail because the plugin zip has not been published to 
the website yet.

If you want the wiki plugin then locally deploy it with:

cd plugins/wiki
ant local-deploy

If you don't want the wiki plugin remove it from project.required.plugins.

Ross