Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] fix for bug43450

JohnC

cdt-patch-admin@xxxxxxxxxxx wrote on 10/01/2003 10:50:19 AM:

> Bug 43450 - Path strings containing backslashes need 
> quoting by hand
> The user needs to input strings in whatever manner 
> necessary for their 
> build tools to work.  If that means quoting them, 
> then quote them.
> 
> However, if the user does quote them, then the 
> scanner needs to handle 
> that when looking for include files:
> 
> core:
> -modify Scanner.handleInclusion
> 
> core.tests:
> - added testBug43450 to ManagedBuildTests.java
> - added a user include to plugin.xml
> 
> tested on windows & linux
> 
> -Andrew
> [attachment "patch_10.01.03(cdt.core).txt" deleted by
> John Camelon/Ottawa/IBM] [attachment "patch_10.01.
> 03(cdt.core.tests).txt" deleted by John Camelon/Ottawa/IBM] 


Back to the top