importing eclipse project - possible to automate? Follow
All but two of our team use eclipse and they check the eclipse projects into VCS. we were looking at writing a script that imports eclipse projects into IJ so that we can sync up with the latest eclipse projects. right now we would have to know the project changed and go to IJ and manually import the project. can this be automated?
Please sign in to leave a comment.
Hello phil,
We were thinking about autodetecting .classpath files in incoming changes
as it is already done for facets. Is it the solution?
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
yes, that would be cool.
thanks