You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Artem Barger (JIRA)" <ji...@apache.org> on 2016/08/09 08:47:20 UTC

[jira] [Created] (RNG-1) Not able to produce web site pages.

Artem Barger created RNG-1:
------------------------------

             Summary: Not able to produce web site pages.
                 Key: RNG-1
                 URL: https://issues.apache.org/jira/browse/RNG-1
             Project: Commons RNG
          Issue Type: Bug
            Reporter: Artem Barger


Running *mvn clean site* fails with following output:
{quote}
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Rng 0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ commons-rng ---
[INFO] Deleting /Users/bartem/sandbox/commons-rng/target
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (prepare-checkout) @ commons-rng ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [exec] svn: E170000: URL 'https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng' doesn't exist
     [exec] Result: 1
     [exec] Skipped 'site-content/javadocs'
     [exec] svn: E155007: None of the targets are working copies
     [exec] Result: 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.195 s
[INFO] Finished at: 2016-08-09T11:36:31+03:00
[INFO] Final Memory: 10M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (prepare-checkout) on project commons-rng: An Ant BuildException has occured: /Users/bartem/sandbox/commons-rng/site-content does not exist.
[ERROR] around Ant part ...<pathconvert property="dirs" pathsep=" ">... @ 10:44 in /Users/bartem/sandbox/commons-rng/target/antrun/build-main.xml
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
{quote}

Looking into *pom.xml* lines: 109-111 it looks like the problem is here

{code:xml}
<commons.site.path>rng</commons.site.path>
    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng</commons.scmPubUrl>
    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
{code}

IMO this is because https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng doesn't exists yet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)