uve-project / uve

Unified Verification Environment
Other
16 stars 2 forks source link

$@UVE_VERSION@$ is not resolved when regenerating project #5

Closed oligu closed 10 years ago

oligu commented 10 years ago

Regenerate a project with Project->Regenerate Then in the source files the $@UVE_VERSION@$ tag is not resolved to something like 13.03.12.1

ythoma commented 10 years ago

It works for me. Do you still got the issue?

oligu commented 10 years ago

Yes, UVE version is 13.03.12.1:

/*****
 * This file has been generated by UVE version $@UVE_VERSION@$
 * Date of generation: 2014-01-02T22:45:50
*/
ythoma commented 10 years ago

You are dealing with old template files. You used this tag for your last commit on the old git. On github, it is $@uve_version@$. You did this last commit after I did put everything on github. Be sure to work with the github files.

ythoma commented 10 years ago

And the current version is "14.01.03.1"

oligu commented 10 years ago

Sorry, you are of course right, now everything works fine. The problem has been, that I work with the same project on different computers, so I have to maintain different .uve files, and there I slipped to update the path to the templates in one of them.