openETCS / modeling

WP3 Top Level Project: to cover all tasks related with modeling
31 stars 42 forks source link

Testbench_Integration::ROOT_Integration: package EnvSim is undefined #900

Closed UweSteinkeFromSiemens closed 8 years ago

UweSteinkeFromSiemens commented 8 years ago

The missing package prevents code generation from the model.

jokaICS commented 8 years ago

When do you encounter this problem? During loading of the Testbench_Integration project?

UweSteinkeFromSiemens commented 8 years ago

By a fresh update from github.

jokaICS commented 8 years ago

Can you please check if you have test\EnvSim\Scade\EnvSim.etp?

UweSteinkeFromSiemens commented 8 years ago

@jokaICS : Bernd and I just analyzed the problem: To shorten the path length, I'm using a virtual drive starting at \modeling\model\Scade. Therefore, \modeling\test is out of sight. I did not expect to find scade files - as part of the model - outside of the scade directory. :-1: Since these files look somewhat misplaced there: could you perhaps move them somewhere below the \modeling\model\Scade folder ?

jokaICS commented 8 years ago

Done.

UweSteinkeFromSiemens commented 8 years ago

@jokaICS: Unfortunately, the move broke the model, EnvSim.etp as well as Testbench_Integration.etp.

jokaICS commented 8 years ago

Could be more specific, what's the error message? Which operator/ profile did you select?

UweSteinkeFromSiemens commented 8 years ago
UweSteinkeFromSiemens commented 8 years ago

Since my time frame for working with the Testbench_Integration.etp model is limited to today and tomorrow, probably it might be more appropriate to undo the move? Sorry for the inconvenience.

jokaICS commented 8 years ago

OK, we two options:

@BerndHekele , @stefan-karg : which do you prefer?

jokaICS commented 8 years ago

@UweSteinkeFromSiemens I can move it back, but wasn't the location of the SCADE model the original problem for you?

UweSteinkeFromSiemens commented 8 years ago

In the case of undoing the move: it would only require to move the root of my virtual drive some levels up and should not raise a problem.

The main reason for asking for the move was simply the long term maintainability and the principle not to confuse our successors with wide spread model parts.

jokaICS commented 8 years ago

OK, I've moved back the EnvSim SCADe project to the previous location.

UweSteinkeFromSiemens commented 8 years ago

Fine, then I will try compile Testbench_Integration.etp based on this.

UweSteinkeFromSiemens commented 8 years ago

Is not a problem any more.