Re: [DISCUSS] Release Daffodil SBT Plugin 1.1.0

2024-07-10 Thread Mike Beckerle
of this, and possibly other tools. It may even want to be its own test-oriented plugin. On Wed, Jul 10, 2024 at 8:05 AM Steve Lawrence wrote: > > In addition to defaulting to the recently released Daffodil 3.8.0, the > Daffodil > SBT Plugin has a number of bug fixes, new features,

Re: [DISCUSS] Release Daffodil SBT Plugin 1.1.0

2024-07-10 Thread Adams, Joshua
@daffodil.apache.org Subject: Re: [DISCUSS] Release Daffodil SBT Plugin 1.1.0 I think some sort of coverage capabilitt would be a great addition to the plugin. I'm not sure if we should postpone 1.1.0 until it's done--sounds like there's still a decent amount of work to do to generate coverage reports

Re: [DISCUSS] Release Daffodil SBT Plugin 1.1.0

2024-07-10 Thread Steve Lawrence
. Josh From: Steve Lawrence Sent: Wednesday, July 10, 2024 8:04 AM To: dev@daffodil.apache.org Subject: [DISCUSS] Release Daffodil SBT Plugin 1.1.0 In addition to defaulting to the recently released Daffodil 3.8.0, the Daffodil SBT Plugin has a number of bug

Re: [DISCUSS] Release Daffodil SBT Plugin 1.1.0

2024-07-10 Thread Adams, Joshua
From: Steve Lawrence Sent: Wednesday, July 10, 2024 8:04 AM To: dev@daffodil.apache.org Subject: [DISCUSS] Release Daffodil SBT Plugin 1.1.0 In addition to defaulting to the recently released Daffodil 3.8.0, the Daffodil SBT Plugin has a number of bug fixes, new features

[DISCUSS] Release Daffodil SBT Plugin 1.1.0

2024-07-10 Thread Steve Lawrence
In addition to defaulting to the recently released Daffodil 3.8.0, the Daffodil SBT Plugin has a number of bug fixes, new features, and quality of life enhancements. Now is probably a good time for another release of the plugin. There are three open PRs that are fairly small and worth

[ANNOUNCE] Apache Daffodil SBT Plugin 1.0.0 Released

2024-05-01 Thread Steve Lawrence
The Apache Daffodil community is pleased to announce the release of version 1.0.0 of the Apache Daffodil SBT Plugin. This is the first release of this plugin. Detailed release notes and downloads are available at: https://daffodil.apache.org/releases/sbt/1.0.0/ The Apache Daffodil SBT Plugin

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-05-01 Thread via GitHub
stevedlawrence merged PR #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[RESULT][VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1

2024-04-30 Thread Steve Lawrence
The VOTE to release Apache Daffodil SBT Plugin 1.0.0-rc1 is now closed. The vote passes with: 3 binding +1 The VOTE thread: https://lists.apache.org/thread/k66pgrxn5jltt6fbpwj0w08cz1mlr7qs The vote breakdown is: +1 Steve Lawrence (binding) +1 Mike Beckerle (binding) +1 John Interrante

RE: [VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1

2024-04-26 Thread Interrante, John A (GE Aerospace, US)
Subject: EXT: [VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1 Hi all, I'd like to call a vote to release Apache Daffodil SBT Plugin 1.0.0-rc1. All distribution packages, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/daffodil/daffodil-sbt/1.0.0-rc1

Re: [VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1

2024-04-26 Thread Mike Beckerle
lude correct LICENSE/NOTICE > [OK] RAT check passes > [OK] no unexpected binaries in source > [OK] ~80 public and private DFDL schema projects updated to use this with > passing tests > > > On 2024-04-25 11:57 AM, Steve Lawrence wrote: > > Hi all, > > > >

Re: [VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1

2024-04-26 Thread Steve Lawrence
Daffodil SBT Plugin 1.0.0-rc1. All distribution packages, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/daffodil/daffodil-sbt/1.0.0-rc1/ Staging artifacts can be found at: https://repository.apache.org/content/repositories/orgapachedaffodil-1037

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
stevedlawrence commented on code in PR #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7#discussion_r1579868686 ## src/main/g8/default.properties: ## @@ -16,5 +16,5 @@ name=format extension=dat package=com.example -namespaced=no

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
(org.apache.daffodil, daffodil-tdml-processor_2.12) +namespaced=yes +daffodil_plugin_version=maven(org.apache.daffodil, sbt-daffodil) Review Comment: I like the idea of adding a link to the daffodil sbt plugin documentation, I'm afraid anything we put in here will eventually get outdated

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
mbeckerle commented on code in PR #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7#discussion_r1579863584 ## src/main/g8/default.properties: ## @@ -16,5 +16,5 @@ name=format extension=dat package=com.example -namespaced=no

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
(org.apache.daffodil, daffodil-tdml-processor_2.12) +namespaced=yes +daffodil_plugin_version=maven(org.apache.daffodil, sbt-daffodil) Review Comment: Only further alternative would be have the template include ``` // the daffodil version is taken from the daffodil-sbt plugin by default. // to fix

Re: [PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
stevedlawrence commented on code in PR #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7#discussion_r1579841641 ## src/main/g8/default.properties: ## @@ -16,5 +16,5 @@ name=format extension=dat package=com.example -namespaced=no

[PR] Update to use Daffodil SBT plugin [daffodil-schema.g8]

2024-04-25 Thread via GitHub
stevedlawrence opened a new pull request, #7: URL: https://github.com/apache/daffodil-schema.g8/pull/7 Also changes the default to be namespaced, non-namespaced should only be used for testing or examples -- This is an automated message from the Apache Git Service. To respond to the

[VOTE] Release Apache Daffodil SBT Plugin 1.0.0-rc1

2024-04-25 Thread Steve Lawrence
Hi all, I'd like to call a vote to release Apache Daffodil SBT Plugin 1.0.0-rc1. All distribution packages, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/daffodil/daffodil-sbt/1.0.0-rc1/ Staging artifacts can be found at: https

Re: [DISCUSS] Release Daffodil SBT Plugin 1.0.0

2024-04-23 Thread Mike Beckerle
Need a release of this tool as soon as possible, so +1 on version 1.0.0 release of this tool. On Mon, Apr 22, 2024 at 12:37 PM Steve Lawrence wrote: > I think the Daffodil SBT Plugin is in a good state where it is ready help > manage, build, test, and release DFDL schema projects. All ope

[DISCUSS] Release Daffodil SBT Plugin 1.0.0

2024-04-22 Thread Steve Lawrence
I think the Daffodil SBT Plugin is in a good state where it is ready help manage, build, test, and release DFDL schema projects. All open pull requests have been merged. There are a number of small open issues, but I they all have workarounds and are not critical to be fixed for the first

Re: Daffodil SBT Plugin?

2024-01-22 Thread Steve Lawrence
I have created the empty repo and added an initial merge request to add .asf.yml file. https://github.com/apache/daffodil-sbt https://github.com/apache/daffodil-sbt/pull/1/ Once that PR is merged and it looks like the repo is set up correctly and with the right permissions, I'll create a PR

Re: Daffodil SBT Plugin?

2024-01-19 Thread Mike Beckerle
+1 I'd like to use this plugin as part of work I'm doing to integrate Daffodil and Apache Drill. Drill is distributed. Having a standard way to compile schemas makes it easier to arrange to move them around the drill cluster (e.g., in a Jar file) On Thu, Jan 18, 2024 at 11:09 AM Steve Lawrence

Daffodil SBT Plugin?

2024-01-18 Thread Steve Lawrence
Over the years, SBT has become the standard for building and testing DFDL schemas. One problem we've come across is lot of boilerplate is needed to set up a schema, for example setting up dependencies, test options, directory layout. We've create the daffodil-schema.g8 repo to help with this,