[
https://issues.apache.org/jira/browse/PIG-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029481#comment-13029481
]
Ashutosh Chauhan commented on PIG-2024:
---------------------------------------
Patch looks good. To make Pig more eclipse friendly, we need to tweak
.classpath further to accomodate recently introduced e2e test folder. Something
of the effect of the following:
{code}
-<classpathentry kind="src" path="test"/>
+<classpathentry excluding="e2e/|e2e/pig/udfs/java/|e2e/pig/udfs/java/"
including="**" kind="src" path="test"/>
+<classpathentry kind="src" path="test/e2e/pig/udfs/java"/>
{code}
Gianmarco, Can you roll this in your patch.
> Incorrect jar paths in .classpath template for eclipse
> ------------------------------------------------------
>
> Key: PIG-2024
> URL: https://issues.apache.org/jira/browse/PIG-2024
> Project: Pig
> Issue Type: Bug
> Reporter: Gianmarco De Francisci Morales
> Assignee: Gianmarco De Francisci Morales
> Priority: Minor
> Attachments: PIG-2024.patch
>
>
> The jars listed in .eclipse.templates/.classpath are outdated.
> Importing the project in eclipse after using ant eclipse-files generates
> build path errors.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira