Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » wsgen ant task throws pop-up(when genratign .java files from wsdl using wsgen ant task, annoying pop-up is shown)
wsgen ant task throws pop-up [message #1784595] Thu, 29 March 2018 22:42
Vamsidhar Allampati is currently offline Vamsidhar AllampatiFriend
Messages: 1
Registered: March 2018
Junior Member
Hi, i am trying to use the wsgen ant task to generate .java files from wsdl in headless mode. But an annoying pop-up keeps appearing saying "Generation result for wsimport", and i have to click ok.
See attachment for what the popup looks like.

I am calling the ant task like this:

<target name="generateProxy">
    <echo message="Generating proxy classes for: ${wsdlFile}" />
    <property name="InitialSelection" value="${wsdlFile}" />
    <property name="ScenarioType" value="client" />
    <wsgen />
</target>


Task info:
Class: ws.ant.task.WebServiceGenerationAntTask
Contributor: org.eclipse.wst.command.env

How do i disable this pop-up? i tried to use wsimport directly, but the project uses the *Proxy.java classes that eclipse generates after wsimport is done. Can i generate these classed some other way?

The project uses IBM Websphere JAX-WS runtime

Versions:
Eclipse Version: 4.4.2
Web Tools Version: 3.6.3.v201501312139

*Also this is not standard eclipse, its IBM RSA, but i tried the latest eclipse with websphere plugin, the same thing happens...
Previous Topic:Integrate JavaScript Development Tools in Eclipse RCP application
Next Topic:Publishing error in tomcat v8.5 while configuring Tomcat
Goto Forum:
  


Current Time: Fri Apr 26 15:27:40 GMT 2024

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

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

Back to the top