Kevin Brightwell

Results 178 comments of Kevin Brightwell

Pushed an initial version of the USE generator. I have two students that will be using this, one to develop the langauge and the other to focus on the Velocity...

r3863 converts it to use UmpleTemplate and adds external associations. --- Reported by @Databean on 2014-04-04 18:09:04

This is an open-ended issue for enhancement of the current USE capability --- Reported by @umple on 2014-09-05 14:41:36 - **Labels added**: ucosp

What about adding actual annotations? Then something similar to Xtend's Active Annotations could be added. https://eclipse.org/xtend/documentation/204_activeannotations.html Just a thought.

Annotations (by other names) are a pretty common idiom in other languages, too. That being said, @aforward is right... just this case happens to also match the justification.

Oh absolutely I don't think it's caused by the plugin. I'm curious if you've got any suggestions on chasing down the issue. I find it odd that we're getting projects...

I'll verify soon, but that is pretty entertaining that I happened to randomly pick a task that happened to have the clean contract that's incompatible with the entire premise. I...

😢 Seems like that wasn't the issue. I'm unable to import the project into IntelliJ after `:focus` -- same error. I think I'll have to do some process of elimination...

This may be user error, but if you have a build that leverages `java-test-fixtures` ([Docs](https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures)), it will add a dependency on a project with a capability rather than the normal...

Here's a project: https://github.com/Nava2/dependency-analysis-test-fixtures-project-example ```bash $ ./gradlew :lib:reason --id ":other-project" > Configure project : WARNING: Unsupported Kotlin plugin version. The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.9.20`...