[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.gmt] [MOFScript] Problems with the output file.
|
I have created a project in a computer, and part of the project is a
MOFScript file.
Everything was ok, the transformations run as they were supposed to do.
Now, I have installed the MOFScript plugin into another computer, and I have
moved the project just by copying the directory containing the project into
this other computer, but in another path.
The output directory in this computer is : d:\SWF\
I have changed the MOFScript preferences in the eclipse installation of the
second computer. In this computer the output directory is: E:\Mis
Documentos\work-in-progress\Kermeta\EclipseWS\SpringWF\output.
The first sentence of the main method is
file f1(self.id +".xml")
The problem arises when the output file is generated. The file is generated
in the d:\SWF\ directory. However, in the second computer, this directory
doesn't exist (but this is not a problem because MOFScript creates this
directory). The problem is that the generated file is not completed.
On the other hand, if I comment the line file f1(self.id +".xml") the
result is printed into the standard output. In this case, the generated file
is produced completely.
The question is: Is there any place or any file where the old configuration
is stored?
And the other question is: If the root generation dir is pointing to the
E:\Mis Documentos\work-in-progress\Kermeta\EclipseWS\SpringWF\output
directory, why the generated file is being created in the d:\SWF directory?
Thanks and best regards
Toñi Reina