Community
Participate
Working Groups
Build Identifier: 20100506-2000 Upgraded from M6 to M7 (different workspace for M6 and M7). Imported an existing project into M7. Opened the Ant view in the J2EE perspective. The Ant build fails when running the <wsimport> task because it looks for a .wsdl file relative to the Eclipse home directory instead of relative to the project directory. Running Ant from the command line works properly. I pulled M6 out of the trash and it works properly. The Ant wsimport task uses the project directory as a base instead of the Eclipse home directory. I looked at the external tools configuration in both M6 and M7 and they look the same. Reproducible: Always Steps to Reproduce: 1. Install M7 2. Import an existing project that uses the Ant <wsimport> task. 3. Do an Ant build from within M7 using the Ant <wsimport> task.
Move to Platform/Ant
Can you attach a simple example project that demonstrates the problem? A quick look at code changes between M6/M7 shows no changes in working directory handling.
I got the same problem after backing out to M6 when it used the same workspace. Using a new workspace solved this issue with M7 (M6 works with the new workspace too). Somehow my workspace got changed.