facebook

create webproject from external location

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    rajsharan
    Member

    Hi,

    Can someone help me on this. I would like to create a webproject from an external location. How do i do that using myeclipse? I mean i already have the code base and would like to create a project on myclipse to reference to that. If i say create a new java project, it works but i dont get all the capabilities of a webproject. hence i would need to create a new webproject and refer to the code that i already have. Please let me know. Thanks

    #267966

    Scott Anderson
    Participant

    Raj,

    The problem with doing what you’re requesting is that MyEclipse web projects are set up in a specific directory / file structure, with some flex points, to allow our deployment tooling to operate with them seamlessly. If your external project isn’t already a MyEclipse web project it’s unlikely that it has the correct format or configuration so even if what you wanted was supported, it likely would not work as you wanted.

    Another alternative would be to set up a MyEclipse web project in your workspace and copy the external artifacts to the corresponding locations in it. If you really need the source to remain where it is, you could still create the web project, to get the structure and libraries correct, and then use links to point to the various external directories from within the hierarchy of your web project. That’s a pretty advanced configuration, but it could work if your external project layout isn’t too “off” from what’s expected.

    For more information on MyEclipse web projects and how they work, please see the Working with Web Projects tutorial.

    #268102

    rajsharan
    Member

    Thanks!

    #268103

    rajsharan
    Member

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: create webproject from external location

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