On 25/10/10 16:29, Dan Haywood wrote:
We're not using the maven default skin, it should be out own Isis skin
(org.apache.isis:classic-skin or something similar)
That's what so odd about it.
I wonder if the problem is that you're just building the applib module? I must
admit I've only ever tried to build the site from trunk? Just a thought.
That was from building the trunk (I tried it in isolation as well
though), I just cut out that part of the log.
I think that Kevin got the site build running?
Dan
Sent from my iPhone
On 25 Oct 2010, at 16:04, Robert Matthews<[email protected]> wrote:
Has anybody else has problems building the site/documentation as per Dan's
instructions. I'm getting a peculiar Maven error, see below, even though it has
just downloaded the site artifact it is talking about.
Many mentions of it online where the problems typically is a missing definition
in site.xml. However in the root site.xml (trunk/src/site/site.xml) there is
our own skin defined (which I have install per instructions).
Dan, I am assuming that you did not have this problem - although you obviously
did not do a new build as you where working on it. Anybody built it or not?
Rob
[INFO] ------------------------------------------------------------------------
[INFO] Building Isis AppLib
[INFO] task-segment: [site-deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [site:site {execution: default-site}]
[INFO] Parent project loaded from repository.
[INFO] Generating "Project Plugins" report.
[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance
and no SinkFactory available. Please update this plugin.
[INFO] Generating "Dependency Convergence" report.
[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance
and no SinkFactory available. Please update this plugin.
[INFO] Generating "Project Summary" report.
[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance
and no SinkFactory available. Please update this plugin.
[INFO] Generating "Dependencies" report.
[WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance
and no SinkFactory available. Please update this plugin.
[INFO] Generating Sitemap.
[INFO] [pdf:pdf {execution: pdf}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] SiteToolException: ArtifactNotFoundException: The skin does not exist:
Unable to determine the release version
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.skins
-DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.skins
-DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.maven.skins:maven-default-skin:jar:RELEASE