mushaofeng / java-ws-discovery

Automatically exported from code.google.com/p/java-ws-discovery
GNU Lesser General Public License v3.0
0 stars 0 forks source link

can't build for the baseline 131 #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Checkout the baseline (HEAD)131
2.Run the install_exificient.sh under Ubuntu terminal
3.Create a Java project in Eclipse for the wsdiscovery-lib, which include the 
wsdiscovery-soap-lib as well.

What is the expected output? What do you see instead?
When build the project, this dependant 

com.ms.wsdiscovery.jaxb can't be resolved.

What version of the product are you using? On what operating system?
Using HEAD 131 on Ubuntu 10.03

Please provide any additional information below.

I checked the xercesImpl-xerces-exificient.jar, xml-apis-apis-exificient.jar 
are generated under ~/.m2/... directory. Don't know how the Eclipse could use 
them? I tried to add these jar files as library but it does not resolve the 
issue.

Original issue reported on code.google.com by Jerry1....@gmail.com on 27 Nov 2012 at 9:51