You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2011/04/14 15:12:05 UTC

[jira] [Issue Comment Edited] (LUCENE-3018) Lucene Native Directory implementation need automated build

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

Varun Thacker edited comment on LUCENE-3018 at 4/14/11 1:10 PM:
----------------------------------------------------------------

The build.xml now includes a task to convert NativePosixUtil.cpp to NativePosixUtil.so . The task name is called build-native. 

Command to run the ant task :
{code:|borderStyle=solid}
ant -lib "lucene/lib/cpptasks.jar" build-native
{code} 

This requires cpptasks to be installed. I have uploaded cpptasks.jar which needs to be placed in the lucene/lib folder .


      was (Author: varunthacker):
    The build.xml now includes a task to convert NativePosixUtil.cpp to NativePosixUtil.so . The task name is called build-native. 

Command to run the ant task :
{code:|borderStyle=solid}
ant -lib "lucene/lib/cpptasks.jar" build-native
{code} 

This requires cpptasks to be installed. I have uploaded cpptasks.jar which needs to be placed in the lucene/lib forlder .

  
> Lucene Native Directory implementation need automated build
> -----------------------------------------------------------
>
>                 Key: LUCENE-3018
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3018
>             Project: Lucene - Java
>          Issue Type: Wish
>          Components: Build
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Varun Thacker
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-3018.patch, LUCENE-3018.patch, cpptasks.jar
>
>
> Currently the native directory impl in contrib/misc require manual action to compile the c code (partially) documented in 
>  https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/contrib/misc/src/java/overview.html
> yet it would be nice if we had an ant task and documentation for all platforms how to compile them and set up the prerequisites.

--
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