You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Mike Beckerle (Jira)" <ji...@apache.org> on 2022/07/28 00:49:00 UTC

[jira] [Comment Edited] (DAFFODIL-2715) giter8 schema project generator doesn't work on MS-Windows

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

Mike Beckerle edited comment on DAFFODIL-2715 at 7/28/22 12:48 AM:
-------------------------------------------------------------------

Seems like a bug in giter8. It says the package name like example.com will be converted into directory structure like example/com, but that isn't happening on MS-Windows.

Rather it is producing example\com, where in many files we need it to be using the Java and URI-style forward slashes. 

The `$package;format="packaged"$` doesn't seem to work properly on windows. This appears in the TDML file (where it references the package directories), and in the scala test driver file where it references the TDML file. 


was (Author: mbeckerle):
Seems like a bug in giter8. It says the package name like example.com will be converted into directory structure like example/com, but that isn't happening on MS-Windows.

Rather it is producing example\com, where in many files we need it to be using the Java and URI-style forward slashes. 

> giter8 schema project generator doesn't work on MS-Windows
> ----------------------------------------------------------
>
>                 Key: DAFFODIL-2715
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2715
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: 3.3.0
>            Reporter: Mike Beckerle
>            Priority: Major
>
>  
> generating on ms-windows using default com.example namespace and namespace=yes, fails with illegal paths containing "com\example" which is incorrect. This appears in several files. 
>  



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