[ 
https://issues.apache.org/jira/browse/LUCENE-4432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler resolved LUCENE-4432.
-----------------------------------

    Resolution: Fixed

I committed the current approach for trunk to fix it 4.0, too!

We should make the other features like Hoss suggested in the separate issue 
about cleaning up tasks. For now I only take care of root build.xml does *not* 
run test by default. This confuses users completely that download the 
solr.src.gz and type "ant" after extracting (so we must fix for 4.0, too).

Committed trunk revision: 1390453
Committed 4.x revision: 1390455
                
> 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.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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to