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

Ralph Goers commented on FLUME-1262:
------------------------------------

I have created branch flume-1262 and have a working site build that fixes this 
problem, FLUME-1256 and FLUME-1282.  It isn't complete yet as most of the 
sub-projects need and index file created to describe them. Originally I was 
going to keep the Sphinx part of the build, but after seeing that it didn't 
integrate well into the project sites I chose to incorporate the documentation 
into the normal site build.

To build the project just run "mvn package" or "mvn install" as normal. To 
build the web site run "mvn site" and then "mvn site:deploy 
-DsiteUrlDeployment=file:///Users/xxxx/flume" where xxxx is your userid (on a 
unix system anyway). To view the site browse file ~/flume/index.html.

The build should also support using "mvn release:prepare" and "mvn 
release:perform" to do a release.
                
> Move doc generation to a different profile
> ------------------------------------------
>
>                 Key: FLUME-1262
>                 URL: https://issues.apache.org/jira/browse/FLUME-1262
>             Project: Flume
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: v1.2.0
>            Reporter: Hari Shreedharan
>             Fix For: v1.2.0
>
>
> Moving to Sphinx has caused our build memory requirements to increase, 
> causing build failures if MAVEN_OPTS does not set higher PermSpace. We should 
> move it to a separate profile, to remove this requirement for normal dev 
> builds and also speed up the build(this is not a major concern - doc 
> generation itself does not take much time).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to