Bug 430053 - build issue: white space after "=" breaks my plugin
Summary: build issue: white space after "=" breaks my plugin
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.3.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 19:03 EDT by shashikiran gireddy CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments
attached plugins.xml (13.83 KB, text/xml)
2014-03-10 19:03 EDT, shashikiran gireddy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description shashikiran gireddy CLA 2014-03-10 19:03:19 EDT
Created attachment 240733 [details]
attached plugins.xml

I have a plugin to compile Pro*C code that I have been using with Eclipse GANYMEDE (3.4.2). Now I moved to the latest version Kepler (4.3). Everything is great except one little glitch that broke everything.... Here the command that they both generated.

With Version: 3.4.2
make all 
Building file: ../pi_proc_2_all.pc
Invoking: Pro*C Compiler
proc include=/u01/include sqlcheck=semantics userid=scott/tiger@d1a1 oname="pi_proc_2_all.c" "../pi_proc_2_all.pc"

With Version: 4.3 (Kepler)
make all 
Building file: ../pi_proc_2_all.pc
Invoking: Pro*C Compiler
proc include=/u01/include sqlcheck=semantics userid=scott/tiger@d1a1 oname= "pi_proc_2_all.c" "../pi_proc_2_all.pc"


See a white space after "oname=" with Kepler, that is crashing my pro*C compiler as oracle doesn't like spaces after "=". How can I fix this issue? PFA: plugins.xml.
Comment 1 Curtis Windatt CLA 2014-03-11 09:56:44 EDT
Moving to CDT for comment.