• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Simple Question: Existing Project

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been using IntelliJ Idea for over a year and have grown very fond of it. However, Eclipse is now more than able to take over my intellij work and it is free.
However, I am having a small problem transitioning my current rather extensive project to Eclipse. Creating a new project for eclipse from my existing intellij project folder is straightforward but what I haven't been able to figure out is how exclude certain folders in my project hierarchy.
Any and all help is appreciated.
-- Rodney
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there.
What is your definition of 'exclude the folder'?
Do you mean:
Hide it from a repository?
Hide it from the JDT compiler?
Not import the folder?
(depending on how you migrated your project to Eclipse)
reply
    Bookmark Topic Watch Topic
  • New Topic