guorouda / crawler4j

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

Please eclipse generated files from the repository #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout the project/Clone.
2. Import it into your local eclipse.
3. Depending on your eclipse configuration, you'll have changes in 
.classpath/.project

What is the expected output? What do you see instead?

.classpath and .project should be removed from the git repository and should be 
added to .gitignore.

What version of the product are you using?
3.5

This is easy to fix and would ease the integration of new patches and local 
work on crawler4j-forks.

Thanks

Original issue reported on code.google.com by acrocraw...@gmail.com on 15 Mar 2013 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by avrah...@gmail.com on 18 Aug 2014 at 3:35

GoogleCodeExporter commented 9 years ago
This seems like a big debate:
http://stackoverflow.com/questions/3611728/java-project-should-classpath-project
-file-be-committed-into-repository

http://stackoverflow.com/questions/2818239/classpath-and-project-check-into-vers
ion-control-or-not/2818554#2818554

I tend to agree with acro as our project isn't complicated and as it has a 
pom.xml and using maven, it is super easy to set it up without those project 
files.

So we won't use much by ignoring those files and the gains will be:
1. not to be tied to any IDE
2. not have anyone accidentally changing those files generating havoc in our 
system

Original comment by avrah...@gmail.com on 21 Aug 2014 at 8:48

GoogleCodeExporter commented 9 years ago
Removed eclipse files & updated gitignore.

Fixed in revision: f9df699e0431 

Original comment by avrah...@gmail.com on 23 Aug 2014 at 6:11