You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/05/30 23:01:47 UTC

[jira] [Created] (LUCENE-3160) lucene source build doesn't work correctly by itself from the src dist

lucene source build doesn't work correctly by itself from the src dist
----------------------------------------------------------------------

                 Key: LUCENE-3160
                 URL: https://issues.apache.org/jira/browse/LUCENE-3160
             Project: Lucene - Java
          Issue Type: Task
          Components: general/build
            Reporter: Robert Muir
             Fix For: 3.3, 4.0


running 'ant clean' (or any target) from tarsrc/lucene-3.2.0 fails due to dependency in ../common-build.xml.

see also LUCENE-2974 for one idea to prevent this from breaking in the future.

--
This message is automatically generated by JIRA.
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


[jira] [Commented] (LUCENE-3160) lucene source build doesn't work correctly by itself from the src dist

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041335#comment-13041335 ] 

Robert Muir commented on LUCENE-3160:
-------------------------------------

this one is pretty easy, the logic is really in lucene/tools anyway (and its build files).

so this common-build.xml is not really needed.

> lucene source build doesn't work correctly by itself from the src dist
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-3160
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3160
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: general/build
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>              Labels: maybe32blocker
>             Fix For: 3.3, 4.0
>
>
> running 'ant clean' (or any target) from tarsrc/lucene-3.2.0 fails due to dependency in ../common-build.xml.
> see also LUCENE-2974 for one idea to prevent this from breaking in the future.

--
This message is automatically generated by JIRA.
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


[jira] [Resolved] (LUCENE-3160) lucene source build doesn't work correctly by itself from the src dist

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-3160.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2

Committed revision 1129445 (trunk) 1129435 (branch_3x), 1129436 (branch_32)

Additionally as you can see in revs 1129443, if a contrib/module has its own compile-tools (analyzers-common and analyzers-icu in trunk both do), its necessary that it call super.compile-tools. We might want to try to make this simpler in the future so its not tricky...

long term we should really look at LUCENE-2974 to enforce that lucene can build by itself... this will be tricky for things like LUCENE-3151...

> lucene source build doesn't work correctly by itself from the src dist
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-3160
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3160
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: general/build
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>              Labels: maybe32blocker
>             Fix For: 3.2, 3.3, 4.0
>
>
> running 'ant clean' (or any target) from tarsrc/lucene-3.2.0 fails due to dependency in ../common-build.xml.
> see also LUCENE-2974 for one idea to prevent this from breaking in the future.

--
This message is automatically generated by JIRA.
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


[jira] [Assigned] (LUCENE-3160) lucene source build doesn't work correctly by itself from the src dist

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir reassigned LUCENE-3160:
-----------------------------------

    Assignee: Robert Muir

> lucene source build doesn't work correctly by itself from the src dist
> ----------------------------------------------------------------------
>
>                 Key: LUCENE-3160
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3160
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: general/build
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>              Labels: maybe32blocker
>             Fix For: 3.3, 4.0
>
>
> running 'ant clean' (or any target) from tarsrc/lucene-3.2.0 fails due to dependency in ../common-build.xml.
> see also LUCENE-2974 for one idea to prevent this from breaking in the future.

--
This message is automatically generated by JIRA.
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