Hi Gokul,
VXQuery depends on another open source project called Hyracks. (https://code.google.com/p/hyracks/). In fact the current trunk of VXQuery depends on a SNAPSHOT version of Hyracks.
Since you are getting started with running VXQuery, I would suggest you get the source from https://svn.apache.org/repos/asf/incubator/vxquery/tags/apache-vxquery-0.2-incubating-RC2/.
This version of the code depends on a released version of Hyracks that will be fetched automatically. Once you get familiar with VXQuery, we can help you get set up with the Hyracks codebase.
Vinayak On 5/15/13 11:44 PM, gokul krishnan wrote:
Hi All, I am a newbie wanting to contribute to this project. I am not sure this is the right place. But, I could find the user mailing list to which I could subscribe and ask questions. So, I am asking my question here. Please do redirect me if it is the wrong place. I downloaded vxquery and am trying to build as per README file instructions. I am currently getting this error. What am i missing? [ERROR] Failed to execute goal on project apache-vxquery-core: Could not resolve dependencies for project org.apache.vxquery:apache-vxquery-core:jar:0.1-incubating-SNAPSHOT: The following artifacts could not be resolved: edu.uci.ics.hyracks:hyracks-control-cc:jar:0.2.3-SNAPSHOT, edu.uci.ics.hyracks:hyracks-control-nc:jar:0.2.3-SNAPSHOT, edu.uci.ics.hyracks:algebricks-compiler:jar:0.2.3-SNAPSHOT: Could not find artifact edu.uci.ics.hyracks:hyracks-control-cc:jar:0.2.3-SNAPSHOT in hyracks-snapshots ( http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :apache-vxquery-core thanks, gokul.
