[
https://issues.apache.org/jira/browse/LUCENE-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433106#comment-13433106
]
Uwe Schindler commented on LUCENE-4187:
---------------------------------------
It only nukes the artifacts nothing else, this is step 1 of this build:
{noformat}
echo "Using JDK in $JAVA_HOME"
"$JAVA_HOME/bin/java" -version
echo "Removing artifacts from local maven repository"
rm -rf "$HOME/.m2/repository/org/apache/lucene"
"$HOME/.m2/repository/org/apache/solr"
{noformat}
> 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: [email protected]
For additional commands, e-mail: [email protected]