[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583198682 ## File path: src/main/g8/src/test/scala/$package$/$name__camel$/Test$name__Camel$.scala ## @@ -0,0 +1,38 @@ +$! +// Licensed to the Apache S

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583198402 ## File path: src/main/g8/src/test/scala/$package$/$name__camel$/Test$name__Camel$.scala ## @@ -0,0 +1,38 @@ +$! +// Licensed to the Apache S

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583195152 ## File path: src/main/g8/src/test/resources/$package$/$name__camel$/infosets/test_01.$name__camel$.xml ## @@ -0,0 +1,21 @@ + Review comment

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583193742 ## File path: src/main/g8/.gitattributes ## @@ -0,0 +1,18 @@ +$if(false)$ +# Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583186620 ## File path: NOTICE ## @@ -0,0 +1,5 @@ +Apache Daffodil Schema Template +Copyright 2021 The Apache Software Foundation + +This product includ

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583185152 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribu

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583181257 ## File path: .github/workflows/main.yml ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contribu

[GitHub] [daffodil-schema.g8] stevedlawrence commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583178535 ## File path: src/test/g8/test ## @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor licens

[GitHub] [daffodil-schema.g8] tuxji commented on a change in pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
tuxji commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583134862 ## File path: src/main/g8/.gitattributes ## @@ -0,0 +1,18 @@ +$if(false)$ +# Licensed to the Apache Software Foundation (ASF) under one or more +# cont

Re: New Repository for Daffodil Schema Template?

2021-02-25 Thread Steve Lawrence
For those interested, I've created a new pull request so that we can see what this would look like: https://github.com/apache/daffodil-schema.g8/pull/1 If you want to test it out, you can run the command: sbt new stevedlawrence/daffodil-schema.g8 - Steve On 2/25/21 1:18 PM, Beckerle, Mike

[GitHub] [daffodil-schema.g8] stevedlawrence opened a new pull request #1: Add Daffodil schema template

2021-02-25 Thread GitBox
stevedlawrence opened a new pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1 - Create a Giter8 template repository for easily creating Daffodil schema projects. Everything in src/main/g8/ uses template syntax. Note that all the files in this directory are A

Re: New Repository for Daffodil Schema Template?

2021-02-25 Thread Beckerle, Mike
I asked INFRA because I saw that the basic tooling doesn't support it. If it's not something easy for them I suggest we should not bother with this, just put it on github/OpenDFDL with ASL license as now. From: Steve Lawrence Sent: Thursday, February 25, 2021 1

Re: New Repository for Daffodil Schema Template?

2021-02-25 Thread Steve Lawrence
Is it possible that the github mirror the .git extension is removed? For example, our daffodil repo isn't daffodil.git. We don't really care what the gitbox repo name is. I'd also like to give a chance for others to provide input before we bother infra with this in case a better name is determined

Re: New Repository for Daffodil Schema Template?

2021-02-25 Thread Beckerle, Mike
I have an INFRA ticket requesting this. We'll see if they can do this for us. https://issues.apache.org/jira/browse/INFRA-21478 From: Beckerle, Mike Sent: Thursday, February 25, 2021 12:54 PM To: dev@daffodil.apache.org Subject: Re: New Repository for Daffodil Sc

Re: New Repository for Daffodil Schema Template?

2021-02-25 Thread Beckerle, Mike
To get a repository created with this ".g8" extension will require an INFRA ticket. The GUI for creating a new Apache repo just takes a name like "schema" and creates a repo named "daffodil-schema.git" from it. From: Steve Lawrence Sent: Thursday, February 25, 20

New Repository for Daffodil Schema Template?

2021-02-25 Thread Steve Lawrence
The below relates to DAFFODIL-2144: https://issues.apache.org/jira/browse/DAFFODIL-2144 On github.com/OpenDFDL, there is a repository called "dfdl-project-layout.g8". This repository is a Giter8 [1] template repo that makes it easier for users to create a new schema that follows the standard