You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Roland Becker <ro...@hellyfant.de> on 2005/05/12 23:40:53 UTC

fresh-site build failed from actual svn-checkout

From an actual svn checkout (Rev.169785)
a fresh-site build failed with:

X [0]   docs/plugins/usingPlugins.html
BROKEN: No pipeline matched request: docs/plugins/usingPlugins.xml
  
in brokenlinks.xml I found:
<broken-links>
  <link message="No pipeline matched request: docs/plugins/usingPlugins.xml"
   uri="docs/plugins/usingPlugins.html">
    <referrer uri="docs/plugins/index.html"/>
  </link>
</broken-links>


In the first run of fresh-site build some errors occured.
When I run it the second time, there where no errors.

some of the error-output:
(sorry, a lot of text, but I don't know what's the important part)
================================================
...
check-java-version:
This is apache-forrest-0.7-dev
Using Java 1.5 from c:\programme\java\jdk1.5.0_03\jre

init-plugins:
Created dir: C:\usr\apache-forrest-0.7-dev\build\plugins
Copying 1 file to C:\temp\07project\build\tmp
Copying 1 file to C:\temp\07project\build\tmp
Copying 1 file to C:\temp\07project\build\tmp
Copying 1 file to C:\temp\07project\build\tmp
Installing plugin: org.apache.forrest.plugin.output.pdf

fetch-plugins-descriptors:
fetching descriptor: http://forrest.apache.org/plugins/plugins.xml
Getting: http://forrest.apache.org/plugins/plugins.xml
.
last modified = Tue May 10 14:45:54 CEST 2005
Plugin list loaded.

fetch-plugin:
Processing C:\temp\07project\build\tmp\plugins-1.xml to C:\temp\07project\build\
tmp\pluginlist2fetchbuild.xml
Loading stylesheet C:\usr\apache-forrest-0.7-dev\main\var\pluginlist2fetch.xsl

fetch-versioned-plugin:
Trying to get "org.apache.forrest.plugin.output.pdf" plugin version
                  0.7-dev...
Getting: http://forrest.apache.org/plugins//org.apache.forrest.plugin.output.pdf
-0.7-dev.zip
Error opening connection java.io.FileNotFoundException: http://forrest.apache.or
g/plugins//org.apache.forrest.plugin.output.pdf-0.7-dev.zip
Error opening connection java.io.FileNotFoundException: http://forrest.apache.or
g/plugins//org.apache.forrest.plugin.output.pdf-0.7-dev.zip
Error opening connection java.io.FileNotFoundException: http://forrest.apache.or
g/plugins//org.apache.forrest.plugin.output.pdf-0.7-dev.zip
Can't get http://forrest.apache.org/plugins//org.apache.forrest.plugin.output.pd
f-0.7-dev.zip to C:\usr\apache-forrest-0.7-dev\build\plugins\org.apache.forrest.
plugin.output.pdf.zip

fetch-unversioned-plugin:
Versioned plugin unavailable, trying to get versionless plugin...
Getting: http://forrest.apache.org/plugins//org.apache.forrest.plugin.output.pdf
.zip
.....
last modified = Tue May 10 14:45:54 CEST 2005

final-check:
Plugin "org.apache.forrest.plugin.output.pdf" correctly installed.

unpack-plugin:
Expanding: C:\usr\apache-forrest-0.7-dev\build\plugins\org.apache.forrest.plugin
.output.pdf.zip into C:\usr\apache-forrest-0.7-dev\build\plugins\org.apache.forr
est.plugin.output.pdf
Deleting 1 files from C:\usr\apache-forrest-0.7-dev\build\plugins
Copying 1 file to C:\usr\apache-forrest-0.7-dev\build\plugins

configure-output-plugin:
Mounting output plugin: org.apache.forrest.plugin.output.pdf
Processing C:\temp\07project\build\tmp\output.xmap to C:\temp\07project\build\tm
p\output.xmap.new
Loading stylesheet C:\usr\apache-forrest-0.7-dev\main\var\pluginMountSnippet.xsl

Moving 1 files to C:\temp\07project\build\tmp
=======================================================

Should a fresh-site-build from svn-checkout work?


In another test I got an error when i put a german umlaut in an
atribute-value in skinconf.xml.
I think, there should be the encoding-atribute in the first line
of skinconf.xml.

-- 
Roland Becker



Re: fresh-site build failed from actual svn-checkout

Posted by Ross Gardler <rg...@apache.org>.
Roland Becker wrote:
> From an actual svn checkout (Rev.169785)
> a fresh-site build failed with:
> 
> X [0]   docs/plugins/usingPlugins.html
> BROKEN: No pipeline matched request: docs/plugins/usingPlugins.xml

Thanks for the heads-up. I've fixed it in SVN.

Ross