Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-Dev

[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn

 

 

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded


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


jira at apache

Aug 13, 2012, 5:42 AM

Post #2 of 3 (54 views)
Permalink
[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn [In reply to]

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

Dawid Weiss commented on LUCENE-4187:
-------------------------------------

bq. Delete ~/.m2/** artifacts from Solr/Lucene, print Java version (shell task)

Is there a way not to remove everything from there? I have custom settings under there that I really would hate to see accidentally removed.

> 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


jira at apache

Aug 13, 2012, 5:44 AM

Post #3 of 3 (54 views)
Permalink
[jira] [Commented] (LUCENE-4187) remove nightly/ directory under svn [In reply to]

[ 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: dev-unsubscribe [at] lucene
For additional commands, e-mail: dev-help [at] lucene

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.