Forrest Developers,
My Forrest 0.7 builds have begun breaking, and I believe the reason is that
this file :
http://forrest.apache.org/plugins/plugins.xml
contains references to plugins in http://forrest.apache.org/plugins/0.8/
that are missing from that directory.
I believe the plugins in question used to be present in that directory,
because I've accomplished successful 0.7 builds that used them. My current
build is hanging on the PDF plugin, but I believe others are missing as
well. Error output below.
Advice will be much appreciated...
Steve Masover
================================
Buildfile: D:\workspace\myproject\build.xml
forrest-clean:
[delete] Deleting 24 files from D:\workspace\myproject\build\tmp
forrest-catalog-manager-copy:
[copy] Copying 1 file to D:\workspace\myproject\src\documentation\classes
forrest-site:
check-java-version:
[echo] This is apache-forrest-0.7
[echo] Using Java 1.5 from C:\Program Files\Java\jre1.5.0_06
init-props:
echo-settings:
check-skin:
init-proxy:
fetch-skins-descriptors:
fetch-skin:
unpack-skins:
init-skins:
init-plugins:
[copy] Copying 1 file to D:\workspace\myproject\build\tmp
[copy] Copying 1 file to D:\workspace\myproject\build\tmp
[copy] Copying 1 file to D:\workspace\myproject\build\tmp
[copy] Copying 1 file to D:\workspace\myproject\build\tmp
[echo] Installing plugin: org.apache.forrest.plugin.output.pdf
check-plugin:
[echo] org.apache.forrest.plugin.output.pdf is not available in the
build dir
init-props:
echo-settings:
init-proxy:
fetch-plugins-descriptors:
[echo] Fetching plugins descriptor:
http://forrest.apache.org/plugins/plugins.xml
[get] Getting: http://forrest.apache.org/plugins/plugins.xml
[get] To: D:\workspace\myproject\build\tmp\plugins-1.xml
[get] .....
[get] last modified = Wed Aug 09 02:07:08 PDT 2006
[echo] Fetching plugins descriptor:
http://forrest.apache.org/plugins/whiteboard-plugins.xml
[get] Getting: http://forrest.apache.org/plugins/whiteboard-plugins.xml
[get] To: D:\workspace\myproject\build\tmp\plugins-2.xml
[get] ...
[get] last modified = Mon Jul 17 04:07:06 PDT 2006
[echo] Plugin list loaded from
http://forrest.apache.org/plugins/plugins.xml.
[echo] Plugin list loaded from
http://forrest.apache.org/plugins/whiteboard-plugins.xml.
fetch-plugin:
[xslt] Processing D:\workspace\myproject\build\tmp\plugins-1.xml to
D:\workspace\myproject\build\tmp\pluginlist2fetchbuild.xml
[xslt] Loading stylesheet
D:\workspace\apache-forrest-0.7\main\var\pluginlist2fetch.xsl
findPlugin:
[xslt] Processing D:\workspace\myproject\build\tmp\plugins-2.xml to
D:\workspace\myproject\build\tmp\pluginlist2fetchbuild.xml
[xslt] Loading stylesheet
D:\workspace\apache-forrest-0.7\main\var\pluginlist2fetch.xsl
findPlugin:
unpack-plugin:
[echo] ERROR
[echo] =====
[echo]
[echo] Unable to retrieve the org.apache.forrest.plugin.output.pdf
plugin.
[echo] There may be more information about the reason for this in output
[echo] above. The usual cause is that Forrest has been unable to download
[echo] the plugin descriptor file that indicates where this plugin is
to be
[echo] downloaded from. If you are behind a firewall then set the
proxy.host
[echo] and proxy.port values in the forrest.properties file.
[echo]
[echo] You may also like to check the value of the
[echo] forrest.plugins.descriptors property in the forrest.properties
file
[echo] and ensure that the locations indicated by that value are
accessible
[echo] (note there should be no spaces in this property).
BUILD FAILED
D:\workspace\myproject\build.xml:133: The following error occurred while
executing this line:
D:\workspace\apache-forrest-0.7\main\targets\plugins.xml:334: The following
error occurred while executing this line:
D:\workspace\apache-forrest-0.7\main\targets\plugins.xml:351: The following
error occurred while executing this line:
D:\workspace\apache-forrest-0.7\main\targets\plugins.xml:99: Unable to
install required plugins. See error messages above for more detail.
Total time: 3 seconds
================================