You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by "Andi Vajda (Jira)" <ji...@apache.org> on 2024/03/21 16:40:00 UTC

[jira] [Resolved] (PYLUCENE-70) JCC --generate missing additional \ on windows

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

Andi Vajda resolved PYLUCENE-70.
--------------------------------
    Resolution: Fixed

fixed in rev 1916468.

> JCC --generate missing additional \ on windows
> ----------------------------------------------
>
>                 Key: PYLUCENE-70
>                 URL: https://issues.apache.org/jira/browse/PYLUCENE-70
>             Project: PyLucene
>          Issue Type: Bug
>         Environment: Windows11, conda python package
>            Reporter: Petrus Hyvönen
>            Priority: Blocker
>         Attachments: issue_escape_package_dir.patch, jcc_python.patch
>
>
> The --generate seems to be missing double 
> in package_dir parameter on windows platform
> In tests at JCC conda build feedstock ([https://github.com/conda-forge/jcc-feedstock/tree/main/recipe/test/java-example-test-parameters])
> --generates gives a setup.py with row:
>     
>        package_dir={"test1": "build\test1"},
>  
> But should be:
>       package_dir={"test1": "build\\test1"},



--
This message was sent by Atlassian Jira
(v8.20.10#820010)