[ 
https://issues.apache.org/jira/browse/HADOOP-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699912#action_12699912
 ] 

Konstantin Shvachko commented on HADOOP-5658:
---------------------------------------------

# I think current version is correct
{code}
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" 
value="${workspace_loc:/@PROJECT@/build.xml}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" 
value="${build_project:build.xml}"/>
{code}
because after applying your patch I had to manually reselect Buildfile. 
Otherwise I could not change build targets etc.
# Also you should probably change build targets. This is what it should be
{code}
ATTR_ANT_CLEAN_TARGETS = clean
ATTR_ANT_MANUAL_TARGETS = compile-core-test
ATTR_ANT_AFTER_CLEAN_TARGETS = compile-core-test
{code}
instead of
{code}
ATTR_ANT_AFTER_CLEAN_TARGETS = clean
{code}

Other than that didn't see any problems.

> Eclipse templates fail out of the box; need updating
> ----------------------------------------------------
>
>                 Key: HADOOP-5658
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5658
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>         Environment: Eclipse Ganymede, both on Linux and OS X.
>            Reporter: Philip Zeyliger
>         Attachments: eclipse-problems.txt, HADOOP-5658.patch
>
>
> The Hadoop templates, when run "out of the box" have Eclipse build 
> "problems".  I've produced a small patch that fixes it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to