facebook

Own Project structure

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209139 Reply

    P.G.Taboada
    Member

    Hi,

    I like myeclipse and qould like to use it on already existing projects. I have my own build.xml doing the job fine. How can I tell myeclise that I have a struts/ ejb app, but I do not want it to generate any files?

    my structure is

    build.xml
    \resources\
    \ear\
    \war\
    \WEB-INF
    \lib
    \src
    \gensrc
    \…
    \ejb-jar\
    \META-INF
    \src
    \gensrc
    \…
    \swing-client\
    \…

    i just want to keep my build files generating and still be able to use all those nice editors in myeclipse.

    brgds,

    p.g.taboada

    #209143 Reply

    Riyad Kalla
    Member

    p.g.,
    There is this FAQ link: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#112 that might help a little bit but the biggest problem I see from your structure that just won’t work with ME currently is that your project root is also your web root… or atleast it looks that way because you have your WEB-INF dir under your project root.

    Here is an example of a supported project layout: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#111. The basic idea is that we need your project in an exploded WAR format. If you can generate your project into that format, or slightly change it into that format, then you should be just fine. If you absolutely can’t change your project at all into something reminicent of an exploded WAR, then you may need to wait until a later release where we continue to loosen our project structure requirements.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Own Project structure

You must be logged in to post in the forum log in