FilteredConstants not found in eclipse

2013-05-02 Thread Keith Turner
Recently org.apache.accumulo.core.Constants stopped compiling in eclipse because FilteredConstants is not found. Building form the command line works fine. So what the maven magic thats needed in eclipse?

RE: FilteredConstants not found in eclipse

2013-05-02 Thread Corey Nolet
Intellij is doing the same thing . Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Keith Turner ke...@deenlo.com Date: 05/02/2013 4:22 PM (GMT-05:00) To: dev@accumulo.apache.org Subject: FilteredConstants not found in eclipse Recently

Re: FilteredConstants not found in eclipse

2013-05-02 Thread John Vines
Have you tried reimporting into your IDE? On Thu, May 2, 2013 at 4:22 PM, Keith Turner ke...@deenlo.com wrote: Recently org.apache.accumulo.core.Constants stopped compiling in eclipse because FilteredConstants is not found. Building form the command line works fine. So what the maven magic

Re: FilteredConstants not found in eclipse

2013-05-02 Thread John Vines
Wait, what is this src/main/java-filtered source directory all about?! On Thu, May 2, 2013 at 4:34 PM, John Vines vi...@apache.org wrote: Have you tried reimporting into your IDE? On Thu, May 2, 2013 at 4:22 PM, Keith Turner ke...@deenlo.com wrote: Recently

Re: FilteredConstants not found in eclipse

2013-05-02 Thread Christopher
This is a single file that is populated from the Maven environment, so that we don't need to run sed to find/replace the release version hard-coded in our code and documentation. This saves work and means that our documentation can accurately represent the version they are documenting. (There've