FWIW, my typical development process wrt moving to a new version/branch of Phoenix in Eclipse is to delete all the top level projects in Eclipse and then re-import them through File->Import...->Maven->Existing Maven Projects. I find that Eclipse gets confused easily, and this is a simple way to get it "unconfused".
Thanks, James On Tue, Apr 15, 2014 at 11:56 PM, anil gupta <[email protected]> wrote: > I just see this one when i run "find . -name antlr3" command under src : > ./src/main/antlr3 > > > On Tue, Apr 15, 2014 at 12:10 AM, Anoop John <[email protected]> > wrote: > > > So which all are the src directories under phoenix-core project in > eclipse? > > > > -Anoop- > > > > On Tue, Apr 15, 2014 at 12:37 PM, anil gupta <[email protected]> > > wrote: > > > > > Hi Anoop, > > > > > > Previously, i was trying 2.2.3 branch which doesn't have phoenix-core > > > project. But, now i am also trying to set up master-apache branch > phoenix > > > on my Eclipse. I don't see both the directories that you mentioned > under > > > src. Are you sure that above path are correct? Can you also explain me > > why > > > it happens? > > > > > > Thanks, > > > Anil Gupta > > > > > > > > > On Sat, Apr 12, 2014 at 11:37 PM, Anoop John <[email protected]> > > > wrote: > > > > > > > Anil > > > > Just see phoenix-core project in Eclipse and configure its > > build > > > > path. I guess u will see > phoenix-core/target/generated-sources/antlr3 > > > as > > > > well as > > > > phoenix-core/target/generated-sources/antlr3/org/apache/phoenix/parse > > > > under the src. Just delete the second one. Things will work... > > > > > > > > -Anoop- > > > > > > > > On Sat, Apr 12, 2014 at 10:40 PM, anil gupta <[email protected]> > > > > wrote: > > > > > > > > > Hi All, > > > > > > > > > > I am setting up Phoenix 2.2.3 on my eclipse. I am getting following > > > error > > > > > swhile building project: > > > > > 1. PhoenixSQLLexer cannot be resolved to a type in SQLParser.java > > > > > 2. The import com.salesforce.phoenix.parse.PhoenixSQLParser cannot > be > > > > > resolved PhoenixParserException.java > > > > > > > > > > Please help me in resolving these errors. > > > > > > > > > > > > > > > -- > > > > > Thanks & Regards, > > > > > Anil Gupta > > > > > > > > > > > > > > > > > > > > > -- > > > Thanks & Regards, > > > Anil Gupta > > > > > > > > > -- > Thanks & Regards, > Anil Gupta >
