On Thursday 17 January 2008, Weck, Andreas wrote:
> Hi all,
> 
> i just downloaded the JDK 6 Update 4, axis2 1.3 and Eclipse 3.3. After
> that i've used the wsdl2java command-line tool to create the client
> classes.
> 
> wsdl2java -uri service.wsdl -u
> 
> Than i made a new java project in eclipse, with the options (compiler
> compliance level 1.4) and imported all the generated java files into it.
> Now it have approximately 500 warnings!!! Mostley like "The local
> variable [VARNAME] is never read" (in can see the first 100 only)
> 
> Does anyone have any suggestions around suppressing/fixing these
> warnings?
> 

Here is my suggestion...

Build the generated classes into a jar and then import that jar in your
project. A little bit of ant inspiration is needed of course but this
is too project specific to give generic guidelines...

        .bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to