[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: [ExternalTool] Most of the varibale get not expanded
|
What is your workbench selection set too?
resource_loc gets expanded to the absolute file system path of the selected
resource...if the selection is not a resource, the variable cannot be
expanded / resolved.
HTH
Darins
"Martin Möbius" <m.moebius@xxxxxx> wrote in message
news:J5pKPsuMQzKzsQJ3KTB9sO3S0u0D@xxxxxxxxxx
I am using M5 on WinXP and get the following error
Errors during build.
Could not run the external tool.
The variable named 'resource_loc' for the arguments could not be
expanded.
I just added a simple batch file and I think all is configured right.
My test .bat is simple like
start echo %1 %2 %3 %4 %5 %6
martin