Hey Martin,

On Sep 4, 2012, at 4:29 AM, Martin Desruisseaux wrote:

> Hello Chris
> 
> Le 04/09/12 00:56, Mattmann, Chris A (388J) a écrit :
>> Hrm, I wonder if it's complaining that we need a site.vm (velocity macro 
>> file) to generate the site. We
>> moved to the ASF CMS (per SIS-31 [1]) and Ross Laidlaw helped us get there 
>> so maybe Ross can
>> suggest how best to build the site now that we don't use Maven to build it 
>> anymore.
> 
> Do you mean that the web site is generated not by "mvn site", but by 
> something else? In such case, we don't really need to fix "mvn site". Or 
> better and easier, we just need to remove the following lines from the root 
> pom.xml to fix the issue:
> 
>    <plugin>
>     <artifactId>maven-site-plugin</artifactId>
> -    <configuration>
> -      <templateDirectory>src/site</templateDirectory>
> -      <template>site.vm</template>
> -    </configuration>
>   </plugin>
> 
> 
> Removing the above lines (for now) allow the site build to pass. If everyone 
> agree, I propose to temporarily remove this configuration. This would allow 
> me to tune the pom.xml configuration as proposed in 
> https://issues.apache.org/jira/browse/SIS-56 and test the result (except the 
> release goal).

+1 to remove the above lines.

> 
> 
>> I'm of Jenkins as a CI tool, and I think it would be fairly easy to set up. 
>> In fact,
>> I tested this and just went ahead and set us up a Jenkins job:
>> 
>> https://builds.apache.org/job/sis-trunk/
> 
> Thanks! I like Jenkins too. Is this one configured for nightly builds? At 
> which hour? Does it deploys the artifacts and the web site? (actually I would 
> propose to not deploy yet, since I would like to do SIS-56 first).

I've granted you karma on jenkins via the instructions on this page:

http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson

[mattmann@minotaur]/home/mattmann(24): modify_appgroups.pl hudson-jobadmin 
--add=desruisseaux
Password for 'mattmann' (^D aborts): 
Done!
Notification sent to <[email protected]>.
[mattmann@minotaur]/home/mattmann(25): 

With that karma you should be able to do job-config for the sis-trunk job here:

http://builds.apache.org/job/sis-trunk/

Right now I set it to do nightly builds, and upon SVN changes
polled hourly. Feel free to update the config and let others know if you
do.

Thanks!

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: [email protected]
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to