You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/22 17:33:18 UTC

[jira] [Commented] (LUCENE-4432) Make top-level default ant task print -projecthelp

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

Commit Tag Bot commented on LUCENE-4432:
----------------------------------------

[branch_4x commit] Uwe Schindler
http://svn.apache.org/viewvc?view=revision&revision=1390455

Merged revision(s) 1390453 from lucene/dev/trunk:
LUCENE-4432: Make top-level default ant task print -projecthelp

                
> Make top-level default ant task print -projecthelp
> --------------------------------------------------
>
>                 Key: LUCENE-4432
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4432
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: general/build
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Trivial
>             Fix For: 4.0, 4.1, 5.0
>
>         Attachments: LUCENE-4432.patch, LUCENE-4432.patch, LUCENE-4432.patch
>
>
> The top-level ant default task runs test, which is confusing. Instead it should alias "-projecthelp". This is easily possible with a trick: invoke ant's main class with <java fork="false"/>.
> Solr has a good default task, it may also use the same trick, but I don't care here.
> Lucene's default task is jar-core... Maybe move the above task to common-build.xml and let all default targets depend on "-projecthelp" task from common-build.xml?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org