You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Trustin Lee <tr...@gmail.com> on 2004/09/08 16:30:47 UTC

Problem importing SEDA project to Eclipse workbench

Hi.

I have a problem with importing two SEDA projects (API and IMPL) to my
eclipse workbench; it says that the project directory is inside the
workspace directory.  This is because it has two level directory
structure rather than one level.  I can import it by placing the
project directory outside of the workspace directory, but isn't there
any easier way?

Regards,
Trustin Lee

-- 
what we call human nature in actually is human habit
--
http://gleamynode.net/dev/

Re: Problem importing SEDA project to Eclipse workbench

Posted by Alex Karasulu <ao...@bellsouth.net>.
FYI after you do a 

'maven idea:multiproject' in seda/trunk you can open up the project file
for idea but when you compile you'll notice that it wants
codec-stateful.  Right now this is sitting in the snickers/trunk where
you can generate the module that idea is looking for by issueing the
command 'maven idea:module'.  Basically import this module into your new
seda project and wala.

Cheers,
Alex