[ 
https://issues.apache.org/jira/browse/PIG-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573126#action_12573126
 ] 

Stefan Groschupf commented on PIG-122:
--------------------------------------

try 
svn propget svn:ignore src/org/apache/pig/tools/pigscript/parser within your 
pig folder on command line.
it shows:
TokenMgrError.java
Token.java
SimpleCharStream.java
PigScriptParserTokenManager.java
PigScriptParserConstants.java
PigScriptParser.java
ParseException.java


What basically means that is file are ignored within any svn interaction. 
First, we simply should clean up this, since we not need this. Users that had 
used the old ant script. will run into the same duplicate class problem you did 
run into when using the new build.xml with out ant clean with the last one.

> remove TokenMgrError and Co from svn properties in 
> src/org/apache/pig/tools/pigscript/parser
> --------------------------------------------------------------------------------------------
>
>                 Key: PIG-122
>                 URL: https://issues.apache.org/jira/browse/PIG-122
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Stefan Groschupf
>         Attachments: PIG-122_v_1.patch
>
>
> This is obsolete now and also will help people using the new build.xml to 
> recognize they need to delete this files.
> Also we should add src-gen to the svn:ignore.

-- 
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