Carlos;
Please describe what command you are executing, what operating system
you are running on, and also include what additional environment you may
have (i.e. if you are running Windows, do you also have Cygwin installed?)
When it works "sometimes", is it sometimes with the exact same command,
or "sometimes" meaning with some commands it works and with others it
does not work?
Does the command work successfully when you run it from a shell, i.e.
yourshellcommand < input.file > output.file
The plugin tries to determine which operating system you are running and
if you are running Windows, will try to run your command via
cmd /c "yourshellcommand"
and if not under Windows, runs
sh -c "yourshellcommand"
so see if those commands work from a shell (outside of Eclipse)
Carlos Kozuszko wrote:
>
> I select some lines and execute a filter command, the command is not
> always processed. Most of the times, the selected text stays the same.
> At first I thought the plugin was not working, but trying over and
> over again i've found that "sometimes" does works.
> I've found no messages at all in the eclipse log files.
>
> Any clues ?
>
|