You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2010/08/23 12:44:16 UTC

[jira] Created: (LUCENE-2612) Add fetch-javacc task to common-build.xml

Add fetch-javacc task to common-build.xml
-----------------------------------------

                 Key: LUCENE-2612
                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Build
    Affects Versions: 4.0
            Reporter: Simon Willnauer
         Attachments: LUCENE-2612.patch

I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 

Nothing fancy but likely to be helpful.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Simon Willnauer commented on LUCENE-2612:
-----------------------------------------

Any objections with this issue?



> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Trivial
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Simon Willnauer updated LUCENE-2612:
------------------------------------

    Attachment: LUCENE-2612.patch

here is a patch

> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Simon Willnauer commented on LUCENE-2612:
-----------------------------------------

bq. Simon, fwiw I don't have to setup javacc each time i build a new environment.

each time I work on another computer... I have a build.properties too :)

but thanks for the reminder :D

I say its nothing fancy but it gets you the right version and installs it right away.

> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Trivial
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Simon Willnauer updated LUCENE-2612:
------------------------------------

    Priority: Trivial  (was: Major)

> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Priority: Trivial
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Robert Muir commented on LUCENE-2612:
-------------------------------------

Simon, fwiw I don't have to setup javacc each time i build a new environment.

Just put a build.properties in your homedir with the javacc.home set, and it will be sucked in for any new environment and 'ant javacc' will always work.


> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Trivial
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (LUCENE-2612) Add fetch-javacc task to common-build.xml

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

Simon Willnauer reassigned LUCENE-2612:
---------------------------------------

    Assignee: Simon Willnauer

> Add fetch-javacc task to common-build.xml
> -----------------------------------------
>
>                 Key: LUCENE-2612
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2612
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>            Priority: Trivial
>         Attachments: LUCENE-2612.patch
>
>
> I'm kind of tired setting up javacc each time I build a new environment so I added an ant target to common-build.xml. This target fetches javacc 4.1 and extracts it into the configured ${javacc.home} directory. 
> Nothing fancy but likely to be helpful.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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