On Oct 23, 2012, at 11:43 AM, "Masanz, James J." <[email protected]> wrote: > So my updated list of steps I needed, since I was using a downlevel version > of m2e: > > - download patch from issue CTAKES-65 > - execute 'svn patch ctakes-jcasgen-maven-plugin.diff' > - refresh eclipse workspace > - use context menu option Maven->Update Project Configuration > - uninstall maven (m2e 1.0) and supporting plugins (Maven SCM Handler for > Subversive 0.13 etc) > - install m2e 1.2 > > Now with Build Automatically I am seeing that if I change a non type system > file, type systems are not regen'd. > And if I change a type system file, the type system classes are regenerated > and then compiled.
Great! Sounds like it's working correctly. I guess I'll go ahead and commit the patch then. > Note, I uninstalled m2e 1.0 because Help->Check for updates was giving me > errors about > Cannot complete the install because of a conflicting dependency. Only one of > the following can be installed at once: Ahh, the fun of m2e connectors. This is one of the good things about the new jcasgen-maven-plugin - no m2e connector is needed. Were you able to reinstall your connectors after the upgrade? You shouldn't need build-helper-maven-plugin anymore (jcasgen-maven-plugin replaces our use of that), but maybe you still need your subversive connector? (I don't use subversive - I use subclipse - so I don't really know.) Steve
