Hi all,

Recently I switched to IntelliJ for my IDE. I have to say it is has been
nice, the maven integration is great, and it handles both GeoTools and
GeoServer pretty smoothly. There is however one hitch on the GeoServer side
that results in the wcs1_1 module.

The way the javacc plugin is configured is that it creates two generated
source directories:

  target/generated-sources/jjtree
  target/generated-sources/javacc

The problem is that the the same class sources end up in both directories.
Intellij picks them both up and complains during compilation. Now I can
manually remove the jjtree directory but this becomes painful pretty fast
because every time i re-import due to a maven pom change it wipes away my
settings.

So, I was hoping to make a small change so that the jjtree directory
doesn't end up under target/generated-sources. Here is the patch:

  https://gist.github.com/jdeolive/7cc0fa4cbdeeb208568e

As I understand the jjtree sources are simply an intermediary step. I did a
build with tests locally and the change doesn't seem to have any ill effect.

-Justin


-- 
*Justin Deoliveira*
Vice President, Engineering | Boundless
[email protected]
@j_deolive <https://twitter.com/j_deolive>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to