• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unreachable code

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I use Eclipse and try to build my project with integrated ant. For some reasons, I cannot edit some files where ant says that it finds some "unreachable code". Is there a way to disable ant to stop because of this "errors"? I tried to modify this in Window->Preferences->Java->Compiler and put the "Unreachable code" option on "Warning", but it seems ant doesn't use these options. How else can I disable ant to stop because of "unreachable code" findings?
Thanks.
Alex
 
reply
    Bookmark Topic Watch Topic
  • New Topic