[
https://issues.apache.org/jira/browse/HBASE-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-1641.
--------------------------
Resolution: Fixed
Fix Version/s: 0.20.0
Committed below:
{code}
Index: src/contrib/stargate/build.xml
===================================================================
--- src/contrib/stargate/build.xml (revision 792293)
+++ src/contrib/stargate/build.xml (working copy)
@@ -1,4 +1,4 @@
-<project name="stargate" default="archives" basedir=".">
+<project name="stargate" default="package" basedir=".">
<import file="../build-contrib.xml"/>
<import file="../build-contrib.xml"/>
{code}
> Stargate build.xml causes error in Eclipse
> ------------------------------------------
>
> Key: HBASE-1641
> URL: https://issues.apache.org/jira/browse/HBASE-1641
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: Nitay Joffe
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 0.20.0
>
>
> Getting this error in Eclipse for Stargate build.xml:
> Description Resource Path Location Type
> Default target archives does not exist in this project build.xml
> /hbase/src/contrib/stargate line 1 Ant Buildfile Problem
> It's complaining because of this line:
> <project name="stargate" default="archives" basedir=".">
> There is no target named "archives" in the Ant build file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.