Thanks for finding these problems. Can you file a JIRA and attach a patch of your changes?
Thanks, Jacques On Sat, Feb 23, 2013 at 12:29 AM, MIT PATEL <[email protected]> wrote: > > > > > > > Hi, > I got latest source code ( > https://git-wip-us.apache.org/repos/asf/incubator-drill.git ) and try to > build from command line. > In sandbox/prototype project, sqlparser project is failing because : > 1) In sqlparser/pom.xlm, classifier value should be "tests" instead of > "test" in dependency for artifact for org.apache.drill.exec:ref:jar:test > 2) Missing dependencies. sqlparser is using > org.apache.drill.exec:ref:jar:test which is not not present into my local > maven repo because ref/pom.xml missing how to create test jar for that > project. > After I fix both of these issues in respective pom.xml, I can run mvn > install successfully under sandbox/prototype. > By the way, I am not using any eclipse plugin for maven. If I run Tests > of sqlparser project in eclipse every thing is fine. It only fails if I try > to build from command line. > This is my first post to Apache Drill project so please let me know how I > can help to fix this issue.Please let me know if I am missing any steps or > something. > -Mitesh Patel > >
