[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.gmt] Re: MOFScript: Streamoutput written to wrong file
|
Ah I got your point with the stack now. Well .... I don't know your answer.
Jan Vandieken a écrit :
> For me it is not a behavior described in the spec. As I wrote below the
> MOFScript User Guide says that an outputstream is active as long as the
> declaring rule is active.
>
> In my example there are two rules. The first one declaring outputstream
> to file2.txt and the second one declaring outputstream to file1.txt. But
> after the second transformation rule returned (is taken from the
> execution stack) the outputstream is still set to file1.txt.
>
> Well to me this behavior seems to come along with version 1.1.5. After
> downgrading the MOFScript environment to 1.1.4 the output was written as
> I expected.
>