[ 
https://issues.apache.org/jira/browse/CONNECTORS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681316#comment-13681316
 ] 

Karl Wright commented on CONNECTORS-704:
----------------------------------------

bq. I cannot see "doc" and "javadoc" targets in build.xml of site repository...

Sorry, it wasn't clear which tree you were invoking "ant" on.  You are correct; 
the site ant target you need is just "ant build".

So, somehow, that did not work on Jenkins properly.  The target is there in the 
site repository's build.xml:

{code}

    <target name="build-trunk-release" depends="checkout-trunk-release">
        <antcall target="build-via-ant">
            <param name="root-dir" value="build/releases/trunk"/>
            <param name="target" value="make-core-deps"/>
        </antcall>
        <antcall target="build-via-ant">
            <param name="root-dir" value="build/releases/trunk"/>
            <param name="target" value="make-deps"/>
        </antcall>
        <antcall target="build-via-ant">
            <param name="root-dir" value="build/releases/trunk"/>
            <param name="target" value="doc"/>
        </antcall>
        <antcall target="build-via-ant">
            <param name="root-dir" value="build/releases/trunk"/>
            <param name="target" value="javadoc"/>
        </antcall>
    </target>
{code}

... but it apparently failed on the "doc" ant target for some reason.  Let me 
go back and look at the logs to see if I can see why.

                
> We need weekly, or manual, ManifoldCF project site builds and publishes
> -----------------------------------------------------------------------
>
>                 Key: CONNECTORS-704
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-704
>             Project: ManifoldCF
>          Issue Type: Task
>          Components: Site
>    Affects Versions: ManifoldCF 1.3
>            Reporter: Karl Wright
>            Assignee: Maciej Lizewski
>             Fix For: ManifoldCF 1.3
>
>
> We need weekly, or manual, ManifoldCF project site builds and publishes.  See 
> CONNECTORS-88 for a discussion of the process we'd need.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to