
jira at apache
Aug 13, 2012, 5:32 AM
Post #1 of 3
(56 views)
Permalink
|
|
[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn
|
|
[ https://issues.apache.org/jira/browse/LUCENE-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433100#comment-13433100 ] Uwe Schindler commented on LUCENE-4187: --------------------------------------- I also ported the Maven build to use a 4 step freestyle build: - Delete ~/.m2/** artifacts from Solr/Lucene, print Java version (shell task) - Invoke ANT 1.8.2 with target "generate-maven-artifacts" - Invoke Maven 2.2.1 with "install" as goal (including -fae parameter) - finally invoke ANT 1.8.2 again with "generate-maven-artifacts" as target, supplying the Apache snapshot repository ID as upload target The nightly subdir was nuked in rev. 1372209 > remove nightly/ directory under svn > ----------------------------------- > > Key: LUCENE-4187 > URL: https://issues.apache.org/jira/browse/LUCENE-4187 > Project: Lucene - Core > Issue Type: Task > Components: general/build > Reporter: Robert Muir > Assignee: Uwe Schindler > Fix For: 5.0, 4.0 > > > I setup a jenkins while i was on vacation, it was really easy to just tell it to run an ant task. > I don't like this second set of shell scripts we have: its not portable to windows and harder to setup. We should make it dead easy to setup a jenkins if someone feels inclined to run our tests. > I think we should add, say two jenkins tasks 'ant jenkins' and 'ant jenkins-nightly' or something like that. > For this to work we need to port some of the stuff the scripts are doing, such as nocommit checks, to ant. Any other parameters should be exposed as ordinary ant properties so they can be overridden with -D's -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|