View Single Post
  #3 (permalink)  
Old 02-09-2009
mefoster mefoster is offline
Registered User
 
Name: Mary Ellen Foster
Organization: Heriot-Watt University, Edinburgh
Project: ECHOES learning environment
 
Join Date: Jun 2006
Posts: 108
slice2java warnings treated as errors by the eclipse plugin

Here's something annoying: on Linux, slice2java prints a warning if it's given a file with Windows line endings:
Quote:
[exec] /home/mef/workspace/jast-ice/jast/common/Object.ice:1: warning: Converted [CR+LF] to [LF]
[exec] #ifndef __OBJECT_ICE
The slice2java plugin interprets these warnings as errors, so I get a bunch of red Xs in my project any time one of my colleagues edits a slice file on Windows.
__________________
Mary Ellen Foster

Last edited by mefoster : 02-09-2009 at 10:14 AM. Reason: Make title clearer
Reply With Quote