You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 09:26:39 UTC

[jira] [Created] (LUCENE-3603) jar-src fails if ${build.dir} does not exist

jar-src fails if ${build.dir} does not exist
--------------------------------------------

                 Key: LUCENE-3603
                 URL: https://issues.apache.org/jira/browse/LUCENE-3603
             Project: Lucene - Java
          Issue Type: Improvement
            Reporter: Shai Erera
            Assignee: Shai Erera
            Priority: Minor
             Fix For: 3.6, 4.0


Simple fix -- make jar-src depend on a target which creates the build.dir. Also, I noticed that build.dir is set in multiple places across our build.xmls, so I'd like to improve that a bit (minor fixes as well).

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (LUCENE-3603) jar-src fails if ${build.dir} does not exist

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

Shai Erera resolved LUCENE-3603.
--------------------------------

    Resolution: Fixed

Committed revs 1207024 and 1207026.
                
> jar-src fails if ${build.dir} does not exist
> --------------------------------------------
>
>                 Key: LUCENE-3603
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3603
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3603.patch
>
>
> Simple fix -- make jar-src depend on a target which creates the build.dir. Also, I noticed that build.dir is set in multiple places across our build.xmls, so I'd like to improve that a bit (minor fixes as well).

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-3603) jar-src fails if ${build.dir} does not exist

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

Shai Erera updated LUCENE-3603:
-------------------------------

    Attachment: LUCENE-3603.patch

Patch fixes jar-src to:
* not depend on "init", as there's no need to compile anything (saves time)
* create ${build.dir}

I've decided not to modify the build.dir definitions in the other build.xmls for now, as it's more delicate.

I intend to commit this soon.
                
> jar-src fails if ${build.dir} does not exist
> --------------------------------------------
>
>                 Key: LUCENE-3603
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3603
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3603.patch
>
>
> Simple fix -- make jar-src depend on a target which creates the build.dir. Also, I noticed that build.dir is set in multiple places across our build.xmls, so I'd like to improve that a bit (minor fixes as well).

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (LUCENE-3603) jar-src fails if ${build.dir} does not exist

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

Simon Willnauer commented on LUCENE-3603:
-----------------------------------------

bq. I intend to commit this soon.
+1 looks good to me
                
> jar-src fails if ${build.dir} does not exist
> --------------------------------------------
>
>                 Key: LUCENE-3603
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3603
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3603.patch
>
>
> Simple fix -- make jar-src depend on a target which creates the build.dir. Also, I noticed that build.dir is set in multiple places across our build.xmls, so I'd like to improve that a bit (minor fixes as well).

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org