Hi,

I am using EclipseMe since the begin and that's really a fantastic product.

I now switch my code to EclipseMe preprocessing from my Antenna 
preproceed sources. But there are 2 problems:
//#define TEST

//#ifdef TEST
//# System.out.println("not uncommented");
//#endif

With Antenna the System.out.println would be uncommented not with eclipseme.
I widely use uncommenting //# to prevent compiling some code without 
preprocessing.

And EclipseMe preprocessing gives me error on several sources with this 
code.
//#ifndef TEST
  ...
//#else
  ...
//#endif
A ifndef with a else isn't possible (not as antenna). the popup error is 
also wrong:  "#elifdef and #elifndef cannot be associated with  #if"

BR,

Mik
miklabs.com
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to