johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Can't generate wsdl library #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run java -classpath wsc-18.jar;wsc-gae.jar;"C:\Program
Files\Java\jdk1.6.0_18\lib\tools.jar" com.sforce.ws.tools.wsdlc
enterprise.wsdl.xml output.jar

What is the expected output? What do you see instead?

Problem:
Exception in thread "main" java.io.FileNotFoundException: Unable to find
file: c
om/sforce/ws/tools/aggregateResult.template
        at com.sforce.ws.template.Template.createInputStream(Template.java:129)
        at com.sforce.ws.template.Template.exec(Template.java:88)
        at com.sforce.ws.tools.wsdlc.generateAggregateResult(wsdlc.java:151)
        at com.sforce.ws.tools.wsdlc.<init>(wsdlc.java:85)
        at com.sforce.ws.tools.wsdlc.run(wsdlc.java:311)
        at com.sforce.ws.tools.wsdlc.main(wsdlc.java:302)

What version of the product are you using? On what operating system?

Using wsc-18.jar on window xp.

Please provide any additional information below.

Tried it on different operating systems, still the same problem.

Original issue reported on code.google.com by ferion...@gmail.com on 27 May 2010 at 1:22

GoogleCodeExporter commented 8 years ago
aggregateResult.template file is not in wsc.jar file it seems. I will take a 
look at
this tomorrow. If you are building wsc.jar file from source, just add the copy
statement to the build file.

Original comment by manoj.ch...@gmail.com on 27 May 2010 at 1:26

GoogleCodeExporter commented 8 years ago
Fixed in version 20.

Original comment by manoj.ch...@gmail.com on 29 Sep 2010 at 6:29