You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Sjur Nørstebø Moshagen <sj...@mac.com> on 2004/11/24 10:19:36 UTC

Plugin downloading problems

Hi,

When trying to run forrest (forrest run), I get a plugin downloading  
error with a fresh seed (updated svn version as of today, revision  
106393):

BUILD FAILED
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
184: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
187: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
150: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
163: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
Unable to download the
               "org.apache.forrest.plugin.pdf-output" plugin from
               http://www.apache.org/plugins/.
               In case the reason is the network connection, you can try
               installing the package manually by placing the file in the
               plugins directory.

If I comment out the line

#project.required.plugins=org.apache.forrest.plugin.pdf-output

in forrest.properties, I instead get:

BUILD FAILED
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
184: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
187: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
150: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
163: The following error occurred while executing this line:
/Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
Unable to download the
               "simplified-docbook" plugin from
               http://www.apache.org/plugins/.
               In case the reason is the network connection, you can try
               installing the package manually by placing the file in the
               plugins directory.

while if I just say

project.required.plugins=

everything works ok.

When checking the URL (http://www.apache.org/plugins/), the URL is not  
found, and neither is any of the zip files mentioned above:

404 Not Found

The requested URL /plugins/org.apache.forrest.plugin.pdf-output.zip was  
not found on this server.
Apache/2.0.52 (Unix) Server at www.apache.org Port 80

SUGGESTIONS:
- make sure that the defaults are working before requiring them;)
- not having a project.required.plugins should be equal to an empty  
list (why is simplified-docbook suddenly required when the plugins  
property is commented out?)

Regards,
Sjur


Re: Plugin downloading problems

Posted by Johannes Schaefer <jo...@uidesign.de>.
I guess this closes the other thread as well
--> forrest trunk 105826 broken?!
js


Sjur Nørstebø Moshagen wrote:

> Hi,
>
> When trying to run forrest (forrest run), I get a plugin downloading  
> error with a fresh seed (updated svn version as of today, revision  
> 106393):
>
> BUILD FAILED
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 184: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 187: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 150: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 163: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
> Unable to download the
>               "org.apache.forrest.plugin.pdf-output" plugin from
>               http://www.apache.org/plugins/.
>               In case the reason is the network connection, you can try
>               installing the package manually by placing the file in the
>               plugins directory.
>
> If I comment out the line
>
> #project.required.plugins=org.apache.forrest.plugin.pdf-output
>
> in forrest.properties, I instead get:
>
> BUILD FAILED
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 184: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 187: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 150: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 163: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
> Unable to download the
>               "simplified-docbook" plugin from
>               http://www.apache.org/plugins/.
>               In case the reason is the network connection, you can try
>               installing the package manually by placing the file in the
>               plugins directory.
>
> while if I just say
>
> project.required.plugins=
>
> everything works ok.
>
> When checking the URL (http://www.apache.org/plugins/), the URL is 
> not  found, and neither is any of the zip files mentioned above:
>
> 404 Not Found
>
> The requested URL /plugins/org.apache.forrest.plugin.pdf-output.zip 
> was  not found on this server.
> Apache/2.0.52 (Unix) Server at www.apache.org Port 80
>
> SUGGESTIONS:
> - make sure that the defaults are working before requiring them;)
> - not having a project.required.plugins should be equal to an empty  
> list (why is simplified-docbook suddenly required when the plugins  
> property is commented out?)
>
> Regards,
> Sjur
>
>
>


-- 
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: Plugin downloading problems

Posted by Thorsten Scherler <th...@apache.org>.
El mié, 24-11-2004 a las 12:28, Ross Gardler escribió:
> Thorsten Scherler wrote:
> > Ross seems to have fixed that in trunk.
> > 
> > Please do /svn up/ and try again.
> 
> No need for svn up, it was a problem in the plugins.xml manifest file 
> which is downloaded when doing forrest (run|site)
> 
> Ross

Cheers, Ross. :)
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: Plugin downloading problems

Posted by Ross Gardler <rg...@apache.org>.
Thorsten Scherler wrote:
> Ross seems to have fixed that in trunk.
> 
> Please do /svn up/ and try again.

No need for svn up, it was a problem in the plugins.xml manifest file 
which is downloaded when doing forrest (run|site)

Ross

Re: Plugin downloading problems

Posted by Thorsten Scherler <th...@apache.org>.
Ross seems to have fixed that in trunk.

Please do /svn up/ and try again.

HTH

El mié, 24-11-2004 a las 10:19, Sjur Nørstebø Moshagen escribió:
> Hi,
> 
> When trying to run forrest (forrest run), I get a plugin downloading  
> error with a fresh seed (updated svn version as of today, revision  
> 106393):
> 
> BUILD FAILED
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 184: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 187: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 150: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 163: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
> Unable to download the
>                "org.apache.forrest.plugin.pdf-output" plugin from
>                http://www.apache.org/plugins/.
>                In case the reason is the network connection, you can try
>                installing the package manually by placing the file in the
>                plugins directory.
> 
> If I comment out the line
> 
> #project.required.plugins=org.apache.forrest.plugin.pdf-output
> 
> in forrest.properties, I instead get:
> 
> BUILD FAILED
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 184: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 187: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 150: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/svn-forrest/forrest/main/targets/plugins.xml: 
> 163: The following error occurred while executing this line:
> /Volumes/Data/Users/sjur/test/build/tmp/pluginlist2fetchbuild.xml:16:  
> Unable to download the
>                "simplified-docbook" plugin from
>                http://www.apache.org/plugins/.
>                In case the reason is the network connection, you can try
>                installing the package manually by placing the file in the
>                plugins directory.
> 
> while if I just say
> 
> project.required.plugins=
> 
> everything works ok.
> 
> When checking the URL (http://www.apache.org/plugins/), the URL is not  
> found, and neither is any of the zip files mentioned above:
> 
> 404 Not Found
> 
> The requested URL /plugins/org.apache.forrest.plugin.pdf-output.zip was  
> not found on this server.
> Apache/2.0.52 (Unix) Server at www.apache.org Port 80
> 
> SUGGESTIONS:
> - make sure that the defaults are working before requiring them;)
> - not having a project.required.plugins should be equal to an empty  
> list (why is simplified-docbook suddenly required when the plugins  
> property is commented out?)
> 
> Regards,
> Sjur
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: Plugin downloading problems

Posted by Ross Gardler <rg...@apache.org>.
Sjur Nørstebø Moshagen wrote:
> På 24. nov. 2004 kl. 14.07 skrev Ross Gardler:
> 
>> Yes, that is a good suggestion. I will do that right now.
> 
> 
> This is what I like so much about the Forrest project - fast and 
> friendly responses, quick updates and fixes when something is broken, a 
> nice community. Keep up the good work!

We always need more help, so if/when you are able to submit any kind of 
patch please do, of course feedback on the lists is also very valuable.

Thanks,

Ross


Re: Plugin downloading problems

Posted by Sjur Nørstebø Moshagen <sj...@mac.com>.
På 24. nov. 2004 kl. 14.07 skrev Ross Gardler:

> Yes, that is a good suggestion. I will do that right now.

This is what I like so much about the Forrest project - fast and 
friendly responses, quick updates and fixes when something is broken, a 
nice community. Keep up the good work!

And thanks again;)

Sjur


Re: Plugin downloading problems

Posted by Ross Gardler <rg...@apache.org>.
Sjur Nørstebø Moshagen wrote:
>> However, if you do a forrest seed from 0.7-dev you will not have these 
>> defaults.
> 
> 
> Well, that was exactly what I did:
> 
> svn up
> forrest seed
> #forrest.required.plugins
> forrest run - bang!

Ahh, yes, my mistake, I forgot that we made pdf-output a requried plugin 
by default.

> It won't bang now since you fixed the downloading issue, so I guess this 
> isn't really a topic anymore (but it would be nice to document the 
> default behaviour, nothing is mentioned at 
> http://forrest.apache.org/docs/plugins.html).

Yes, that is a good suggestion. I will do that right now.

Ross


Re: Plugin downloading problems

Posted by Sjur Nørstebø Moshagen <sj...@mac.com>.
På 24. nov. 2004 kl. 13.06 skrev Ross Gardler:

> Now fixed - thanks for highlighting this

Thanx for fixing it so fast!

>> - not having a project.required.plugins should be equal to an empty  
>> list (why is simplified-docbook suddenly required when the plugins  
>> property is commented out?)
>
> This is to maintain backward compatability with 0.6 simplified-docbook 
> (and some other plugins) are extracted from the core of 0.6. There are 
> many sites that use these features and so, at least for now, we have 
> made it default that in the absence of instructions otherwise they are 
> included.

Ok.

> However, if you do a forrest seed from 0.7-dev you will not have these 
> defaults.

Well, that was exactly what I did:

svn up
forrest seed
#forrest.required.plugins
forrest run - bang!

It won't bang now since you fixed the downloading issue, so I guess 
this isn't really a topic anymore (but it would be nice to document the 
default behaviour, nothing is mentioned at 
http://forrest.apache.org/docs/plugins.html).

Sjur


Re: Plugin downloading problems

Posted by Ross Gardler <rg...@apache.org>.
Sjur Nørstebø Moshagen wrote:
> When trying to run forrest (forrest run), I get a plugin downloading  
> error with a fresh seed (updated svn version as of today, revision  
> 106393):

Now fixed - thanks for highlighting this

> SUGGESTIONS:
> - make sure that the defaults are working before requiring them;)

Err.... hmmmm...  yes (hanging head in shame)

> - not having a project.required.plugins should be equal to an empty  
> list (why is simplified-docbook suddenly required when the plugins  
> property is commented out?)

This is to maintain backward compatability with 0.6 simplified-docbook 
(and some other plugins) are extracted from the core of 0.6. There are 
many sites that use these features and so, at least for now, we have 
made it default that in the absence of instructions otherwise they are 
included.

However, if you do a forrest seed from 0.7-dev you will not have these 
defaults.

Ross