Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Generating WS Client for RCP applications
Generating WS Client for RCP applications [message #224808] Mon, 08 December 2008 22:02 Go to next message
Eclipse UserFriend
Originally posted by: mail.volker-wegert.de

Hello,

I want to use the Ant-based Web Service client generation to create the
web service proxies for a Rich Client Platform application. I've already
figured out how to generate a Java project, and I can change this to a
Plug-in project manually, but that's a one-way ticket: If I want to
re-generate the Web Service implementation, I get an error IWAB0503E:
"Unable to update Java build path. Please check your system
environment." Is there a way to tell the ant task not to touch the build
path?

Thanks
Volker

--
* Volker Wegert * http://www.volker-wegert.de/contact *
"And yes, to me, headless does mean no video. But in my case it also means no
keyboard/mouse. Is that headless-armless-legless?" (unknown)
Re: Generating WS Client for RCP applications [message #225249 is a reply to message #224808] Mon, 15 December 2008 16:37 Go to previous message
Eric Peters is currently offline Eric PetersFriend
Messages: 27
Registered: July 2009
Junior Member
Volker Wegert wrote:

> Hello,

> I want to use the Ant-based Web Service client generation to create the
> web service proxies for a Rich Client Platform application. I've already
> figured out how to generate a Java project, and I can change this to a
> Plug-in project manually, but that's a one-way ticket: If I want to
> re-generate the Web Service implementation, I get an error IWAB0503E:
> "Unable to update Java build path. Please check your system
> environment." Is there a way to tell the ant task not to touch the build
> path?

> Thanks
> Volker

Hi Volker,

I was able to do something similar in WTP 3.0, which version of WTP are
you using?

I used ANT tasks to generate the client in a java project (setting
property ClientComponentType=template.jst.utility), then ran PDE Tools >
Convert to plugin project on the generated java project. I then ran the
same ANT task again (generating to the plugin project) and no exceptions
and verified the classpath was updated. Not sure if something in
particular may be tripping up the classpath update... please open a
bugzilla defect with more info if you can't get this working.
Previous Topic:Questions on effects of a breaking change
Next Topic:Using a custom DTD with the HTML Editor
Goto Forum:
  


Current Time: Tue Mar 19 06:31:01 GMT 2024

Powered by FUDForum. Page generated in 0.02340 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top