Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "RunningCassandraInEclipse" page has been changed by DavidAllsopp:
http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=31&rev2=32

Comment:
Note that you need to refresh the project after putting the Java Builder back.

  
  That's it.  There should be no errors shown in the Problems view or the 
Package Explorer. In fact, problem markers (Errors and warnings in the Problems 
pane and in the Package Explorer) will not be working at all, because the 
custom builder replaces the default Java Builder. This should probably be 
fixed...
  
- ...in the meantime, you can add back the default Java Builder alongside the 
custom Ant Builder. Close Eclipse, edit `.project` to add the following next to 
the existing `buildCommand` tag, save the file, and restart Eclipse:
+ ...in the meantime, you can add back the default Java Builder alongside the 
custom Ant Builder. Close Eclipse, edit `.project` to add the following next to 
the existing `buildCommand` tag, and save the file
  
  {{{
    <buildCommand>
@@ -62, +62 @@

    </buildCommand>
  }}}
  
+ Then restart Eclipse, and refresh the project (F5). You should then see 
plenty of warnings (about 2400 at the time of writing) in the Problems view.
  
  = Common Errors =
  

Reply via email to