xtend SystemCommand in mwe [message #63160] |
Mon, 27 July 2009 09:38  |
Eclipse User |
|
|
|
Hi,
I am trying to migrate a oaw4 to Eclipse 3.5 TMF. The .mwe has the
following fragment:
<component class="org.eclipse.xtend.util.stdlib.SystemCommand">
<directory value="src-gen"/>
<command value="cmd"/>
<arg value="/c ..\\AStyle.exe -n -R *"/>
</component>
This worked fine in oaw. However, with Galileo, it complains
[ERROR]: Cannot convert from String to 'java.io.File'. You need to
register a corresponding Converter.(
If I remove the <directory ...> The error message always is:
[ERROR]: Runtime error: null(Element: -UNKNOWN-; Reported by: -UNKNOWN-)
Any help is appreciated.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03642 seconds