You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-users@maven.apache.org by Marc Lustig <ml...@marclustig.com> on 2008/11/19 16:22:10 UTC

maven-site-plugin-doxia-beta-1 fails to build

I am trying to get a PDF-export of the site runing.
I built maven-2.0.11-trunk and checked out doxia-beta1 from 
https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-doxia-beta-1

Unfortunately I cannot build the plugin, even not with maven-2.0.11-trunk:

[INFO] [invoker:run {execution: integration-test}]
[WARNING] File encoding has not been set, using platform encoding Cp1252,
i.e. build is platform dependent!
[WARNING] Filtering of parent/child POMs is not supported without cloning
the projects
[INFO] Building: MSITE-265\pom.xml
[INFO] ...FAILED. The build exited with code 1. See
c:\working\azcommons_head\maven-site-plugin-doxia-beta-1\src\it\MSITE-265\build.log
for details.
[INFO] ---------------------------------------
[INFO] Execution Summary:
[INFO]   Builds Passing: 0
[INFO]   Builds Failing: 1
[INFO] ---------------------------------------
[ERROR] The following builds failed:
[ERROR] *  MSITE-265\pom.xml
[INFO] ---------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] : org.apache.maven.plugin.invoker.InvokerMojo@169674


Could some developer please give us a hint how to get the PDF-export working
again. It used to work fine with Maven1 pdf-plugin. What I see on the
mailing lists there is a whole crowd of people waiting for the PDF-export. 
-- 
View this message in context: http://www.nabble.com/maven-site-plugin-doxia-beta-1-fails-to-build-tp20582066p20582066.html
Sent from the Doxia - Users mailing list archive at Nabble.com.


Re: maven-site-plugin-doxia-beta-1 fails to build

Posted by Lukas Theussl <lt...@apache.org>.

Marc Lustig wrote:
> I am trying to get a PDF-export of the site runing.
> I built maven-2.0.11-trunk and checked out doxia-beta1 from 
> https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-doxia-beta-1
> 
> Unfortunately I cannot build the plugin, even not with maven-2.0.11-trunk:
> 
> [INFO] [invoker:run {execution: integration-test}]
> [WARNING] File encoding has not been set, using platform encoding Cp1252,
> i.e. build is platform dependent!
> [WARNING] Filtering of parent/child POMs is not supported without cloning
> the projects
> [INFO] Building: MSITE-265\pom.xml
> [INFO] ...FAILED. The build exited with code 1. See
> c:\working\azcommons_head\maven-site-plugin-doxia-beta-1\src\it\MSITE-265\build.log
> for details.
> [INFO] ---------------------------------------
> [INFO] Execution Summary:
> [INFO]   Builds Passing: 0
> [INFO]   Builds Failing: 1
> [INFO] ---------------------------------------
> [ERROR] The following builds failed:
> [ERROR] *  MSITE-265\pom.xml
> [INFO] ---------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] : org.apache.maven.plugin.invoker.InvokerMojo@169674
> 
> 
> Could some developer please give us a hint how to get the PDF-export working
> again. It used to work fine with Maven1 pdf-plugin. What I see on the
> mailing lists there is a whole crowd of people waiting for the PDF-export. 

I just sent the link to the pdf sandbox plugin [1] to the user list.

I don't quite understand though why you are trying to build 
maven-site-plugin-doxia-beta-1, this has nothing to do with the pdf 
functionality. It was just a testing branch to prepare for the 
doxia-beta-1 release, to check if the site plugin works with 
doxia-beta-1. That said, it should build still...

cheers,
-Lukas

PS If there is a whole crowd of people waiting then get some of them to 
work on it! ;)


[1] 
http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-pdf-plugin/