facebook

Exporting WS project

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318773 Reply

    Douglas M Hurst
    Participant

    When you add JAX-WS libraries to your WS project, they’re not really transferred to your project directory, but just pointed to in the Genuitec dirs. When you zip your project dir or export it, the JAX-WS jars do not seem to go with it.

    This makes it hard to move a project that I develop on MyEclipse At home to my work where they don’t have MyEclipse, only Eclipse. There’s no reason why an entire project should not export is there?

    #318803 Reply

    Brian Fernandes
    Moderator

    Douglas,

    This is how the eclipse export project export works – it’s an exact copy of the project as it exists in your workspace into a zip file or another location. This is something provided by base Eclipse, not MyEclipse. The JAX-WS libraries are referenced and not copied into your project which is why the same references exist in your export.

    If you want everything to be exported, you can try the WAR export, but that is more suited towards deployment and not re-use in another workspace.

    The only suggestion I have is for you to perhaps create a user library with the same JAR files in it and stop using the ME libraries – remove them from your build path. Note that here too you will need to redefine your user libraries in your home environment, Eclipse will not export the contents of these.

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Exporting WS project

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