Hi Nick, I just found that src directory contains number of sub directories and most of them contains separate source sets. I believe those must be separate modules which should have separate eclipse projects in my case. (Correct me if I'm wrong) So created a eclipse project using source in src/java/ successfully. Do I have to do the same for all of them? Appreciate your guidance.
Thank you, Regards, Bhathiya On Wed, Apr 11, 2012 at 4:11 AM, Nick Burch <[email protected]> wrote: > On Wed, 11 Apr 2012, Bhathiya Jayasekara wrote: > >> I checked out POI source from svn and built it using ant. Everything is >> fine. I now want to get this source as an eclipse project. Is there any >> easy way to have an eclipse project from it, using like ant? >> > > Generally I find that as long as you've already built it with ant (so the > dependencies are downloaded and build directory created), you can just > create a new Eclipse project from the existing source and it'll do the > right thing > > Nick > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- -Bhathiya Jayasekara- http://www.google.com/profiles/tobhathiyaj http://www.facebook.com/#!/bhathiyaj1
