[GitHub] mbeckerle commented on issue #41: Schema cache now works whether you check all top-levels or not.

2018-02-14 Thread GitBox
mbeckerle commented on issue #41: Schema cache now works whether you check all top-levels or not. URL: https://github.com/apache/incubator-daffodil/pull/41#issuecomment-365756325 This thing was driving me crazy with wasted time working on even modest size schemas. Turns out it was pretty e

Need to revert change to DAFFODIL-1897 (built-in-formats.xsd move to test)

2018-02-14 Thread Mike Beckerle
This change is causing no end of headaches. I have wasted a day already fixing things that are now broken on account of this. Turns out built-in-formats.xsd is *not* only used by our internal tests. It is part of the TDML runner's tdml:defineSchema infrastructure - included into every such em

[jira] [Reopened] (DAFFODIL-1897) Some Schemas fail to compile with latest updates (v2.1.0-rc1)

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reopened DAFFODIL-1897: Assignee: Michael Beckerle (was: Dave Thompson) Reopening. Moving built-in-fo

[jira] [Commented] (DAFFODIL-1893) TDML Runner not caching schema compiles - only caches schemas if compileAllTopLevel is true

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364748#comment-16364748 ] Michael Beckerle commented on DAFFODIL-1893: PR: https://github.com/apache/

[GitHub] mbeckerle opened a new pull request #41: Schema cache now works whether you check all top-levels or not.

2018-02-14 Thread GitBox
mbeckerle opened a new pull request #41: Schema cache now works whether you check all top-levels or not. URL: https://github.com/apache/incubator-daffodil/pull/41 DAFFODIL-1893 This is an automated message from the Apache Git

[jira] [Assigned] (DAFFODIL-1893) TDML Runner not caching schema compiles - only caches schemas if compileAllTopLevel is true

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1893: -- Assignee: Michael Beckerle > TDML Runner not caching schema compiles - only

[jira] [Closed] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Dave Thompson (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-1903. --- Pulled the latest updates from the incubator-daffodil repository and verified the updates incl

[jira] [Resolved] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1903. Resolution: Fixed Assignee: Dave Thompson (was: Michael Beckerle) Fixed in

[jira] [Closed] (DAFFODIL-1896) Modify artifact names to include "apache" and "incubating"

2018-02-14 Thread Dave Thompson (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-1896. --- Pulled the latest updates from the incubator-daffodil repository and verified the updates incl

[GitHub] mbeckerle closed pull request #40: Add daffodil-lib-unittest to eclipse class paths so tests will run.

2018-02-14 Thread GitBox
mbeckerle closed pull request #40: Add daffodil-lib-unittest to eclipse class paths so tests will run. URL: https://github.com/apache/incubator-daffodil/pull/40 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[jira] [Commented] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364425#comment-16364425 ] Michael Beckerle commented on DAFFODIL-1903: Also doesn't allow us to maint

[jira] [Commented] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364402#comment-16364402 ] Steve Lawrence commented on DAFFODIL-1903: -- I would think there'd be a way to 

[jira] [Commented] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364390#comment-16364390 ] Michael Beckerle commented on DAFFODIL-1903: sbt-eclipse plugin doesn't cap

[GitHub] mbeckerle opened a new pull request #40: Add daffodil-lib-unittest to eclipse class paths so tests will run.

2018-02-14 Thread GitBox
mbeckerle opened a new pull request #40: Add daffodil-lib-unittest to eclipse class paths so tests will run. URL: https://github.com/apache/incubator-daffodil/pull/40 In order to access built-in-formats, eclipse projects must now have the daffodil-lib-unittest project on classpath.

[jira] [Commented] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364301#comment-16364301 ] Michael Beckerle commented on DAFFODIL-1903: sbt-eclipse plugin has been im

[jira] [Assigned] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1903: -- Assignee: Michael Beckerle > Eclipse classpath broken for daffodil-test and

[jira] [Commented] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364295#comment-16364295 ] Steve Lawrence commented on DAFFODIL-1903: -- We seem to keep running into bugs

[jira] [Created] (DAFFODIL-1903) Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest

2018-02-14 Thread Michael Beckerle (JIRA)
Michael Beckerle created DAFFODIL-1903: -- Summary: Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest Key: DAFFODIL-1903 URL: https://issues.apache.org/jira/browse