MyEclipse: Exporting WS project douglasmhurst - Aug 09, 2011 - 12:03 PM Post subject: Exporting WS project
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?Support-Brian - Aug 10, 2011 - 10:02 AM Post subject:
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.