Community
Participate
Working Groups
Build ID: M20060921-0945 Steps To Reproduce: 1. Install bundled Eclipse 3.2 with WTP 1.5.1 on Windows XP Pro SP2 2. Install Microsoft Windows Services for UNIX (v8.0.1969.1) http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx (like Cygwin but from Microsoft) 3. "External Tools" -> "Program" -> "New", 4. Set Location: c:\SFU\bin\tail 5. Set Arguments: -f ${resource_loc} (or -f "${resource_loc}") 6. Run More information: You get tail: Could not open file 'C:\Projects\Eclipse 3.2 with Flex 2.0.1\TestNewFdsProject\logs\main.log': No such file or directory
Does the tool work from the command line when a file with spaces is specified? Other tools work fine - for example, NotePad.exe.
C:\> tail -f "C:\Projects\Eclipse 3.2 with Flex 2.0.1\TestNewFdsProject\logs\main.log" works fine from the command line. The problem is that Eclipse external tools appears to strip the " in "${resource_loc}" before the path reaches Windows.
Looks like the same problem as bug 255619 - we are mis-handling quotes when resolving the variable. Marking as a dupe of bug 255619 since that bug has a proposed fix on it. *** This bug has been marked as a duplicate of bug 255619 ***