[ 
https://issues.apache.org/jira/browse/JENA-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083049#comment-13083049
 ] 

Andy Seaborne commented on JENA-87:
-----------------------------------

I've had success adding excluding="**/.svn/" in ARQ.  I'll add it to a few more.

m2eclipse does not deal with non-build source folders (used for ad-hoc 
development before integration, and for bug reports).  Ditto 
maven-eclipse-plugin. 

Long term, may have to move to parallel projects.

> SVN directories are included in Eclipse .classpath
> --------------------------------------------------
>
>                 Key: JENA-87
>                 URL: https://issues.apache.org/jira/browse/JENA-87
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ, Fuseki, Jena, TDB
>         Environment: Eclipse Helios in Windows 7
>            Reporter: Stephen Allen
>            Assignee: Andy Seaborne
>            Priority: Trivial
>         Attachments: JENA-87-r1154408.patch
>
>
> The .classpath files for ARQ, Jena, TDB, Fuseki (and probably the other Jena 
> projects) do not exclude the .svn directories from the build classpath.  This 
> causes a lot of the following warnings to be displayed:
>     "The resource is a duplicate of src/.svn/all-wcprops and was not copied 
> to the output folder"
> The fix is to replace this line [1] in the .classpath with [2] for each of 
> the "src" classpath entries.  This issue might be masked if you are using an 
> Eclipse SVN plugin.
> [1] <classpathentry kind="src" path="src"/>
> [2] <classpathentry excluding="**/.svn/" kind="src" path="src"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to