Dave Syer
Dave Syer
I get a red marker on pom.groovy (my first project). Here's the error: ``` org.eclipse.jface.text.BadLocationException at org.eclipse.jface.text.ListLineTracker.getLineOffset(ListLineTracker.java:201) at org.eclipse.jface.text.AbstractLineTracker.getLineOffset(AbstractLineTracker.java:169) at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.getLineOffset(BasicStructuredDocument.java:1495) at org.eclipse.m2e.editor.xml.internal.MarkerLocationService.findLocationForMarker(MarkerLocationService.java:106) at org.eclipse.m2e.core.internal.markers.MarkerUtils.decorateMarker(MarkerUtils.java:48) at org.eclipse.m2e.core.internal.markers.MavenMarkerManager.addErrorMarker(MavenMarkerManager.java:308) at org.eclipse.m2e.core.internal.builder.MavenBuilderImpl.processBuildResults(MavenBuilderImpl.java:318) at...
I have 0 experience with Rust, and this project will not build for me. Maybe we could have something deployed to Maven Central or something. I'd like to try it,...
I think that's an error with some versions of maven as well. Also I was surprised to see a dependency on Scala: is that really a runtime dependency? Maybe some...
@scottfrederick "I agree it is very unintuitive that'd you'd add a lib to your app that does nothing by default."
I believe that #67 solved this problem when building an article in the current project. But I also need to assemble a book using content from submodules and that doesn't...
I found it quite difficult to get started using ratpack so here are the changes I made to make it work for me, plus a small change to the README...