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=28&rev2=29 (The Eclipse console will show a few lines of output as the build process runs). - That's it. There should be no errors shown in the Problems view or the Package Explorer. + 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... - '''TODO: in fact, I don't think the Problems view is working at all, since it doesn't shown any warnings, and doesn't show errors if you provoke one by mis-editing and saving a source file.''' + ...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: + + {{{ + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + }}} + = Common Errors =
