Echtzeitsysteme / gips-tests

Test projects for the GIPS framework.
https://gips.dev
GNU General Public License v3.0
1 stars 0 forks source link

Investigate build errors of project `gipsl.all.build.complex` #15

Closed maxkratz closed 6 months ago

maxkratz commented 2 years ago

Runtime console: 10:24:45 ERROR [build.GipsProjectBuilder::49] - java.lang.IllegalArgumentException: Some constrains contain invalid values within arithmetic expressions, e.g., boolean values instead of arithmetic values.

Dev console:

java.lang.IllegalArgumentException: Some constrains contain invalid values within arithmetic expressions, e.g., boolean values instead of arithmetic values.
    at org.emoflon.gips.build.transformation.transformer.AttributeInConstraintTransformer.transform(AttributeInConstraintTransformer.java:43)
    at org.emoflon.gips.build.transformation.transformer.AttributeExpressionTransformer.transform(AttributeExpressionTransformer.java:62)
    at org.emoflon.gips.build.transformation.transformer.BooleanInConstraintTransformer.transform(BooleanInConstraintTransformer.java:44)
    at org.emoflon.gips.build.transformation.GipsToIntermediate.transformConstraint(GipsToIntermediate.java:411)
    at org.emoflon.gips.build.transformation.GipsToIntermediate.transformConstraints(GipsToIntermediate.java:349)
    at org.emoflon.gips.build.transformation.GipsToIntermediate.transform(GipsToIntermediate.java:86)
    at org.emoflon.gips.build.GipsProjectBuilder.build(GipsProjectBuilder.java:46)
maxkratz commented 6 months ago

With https://github.com/Echtzeitsysteme/gips-tests/pull/63, the respective project compiles again. All other (broken) parts are commented out with a TODO.