HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

RAT detects bin/.project, bin/ #379

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I assume these are Eclipse related.
===================================================================
--- pom.xml     (revision 2135)
+++ pom.xml     (working copy)
@@ -317,6 +317,8 @@
         <configuration>
           <excludes>
             <exclude>.pmd</exclude>
+            <exclude>bin/.project</exclude>
+            <exclude>bin/.settings/**/*</exclude>
             <exclude>derby.log</exclude>
             <exclude>repository/**/*</exclude>
             <exclude>reports/**/*</exclude>

Original issue reported on code.google.com by Stevage on 4 Feb 2011 at 12:44

GoogleCodeExporter commented 9 years ago
I think you're right that these are Eclipse related. Have you set up a separate 
Eclipse project from the Simal core bin folder? Can you please double-check if 
this is how you want to set up your workspace? Otherwise you might resolve this 
by removing the bin/.* files on your machine? 

Original comment by sander.v...@oucs.ox.ac.uk on 4 Feb 2011 at 11:00