javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

custom source root with generated ws impl stub is not being compiled (-implDestdir) #105

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

following execution:

<execution>
    <id>id1-wsimport</id>
    <goals>
        <goal>wsimport</goal>
    </goals>
    <configuration>
        <wsdlUrls>
            <wsdlUrl>https://svn.java.net/svn/jax-ws~sources/branches/jaxws22/jaxws-ri/samples/src/main/samples/fromwsdl/etc/AddNumbers.wsdl</wsdlUrl>
        </wsdlUrls>
        <implDestDir>target/gen-src</implDestDir>
        <implServiceName>{http://duke.example.org}AddNumbersService</implServiceName>
        <implPortName>{http://duke.example.org}AddNumbersPort</implPortName>
    </configuration>
</execution>

generates stub impl class which is not currently being compiled

Affected Versions

[2.2.1]

glassfishrobot commented 11 years ago

Reported by @lukasj

glassfishrobot commented 11 years ago

@lukasj said: https://java.net/projects/jax-ws-commons/sources/svn/revision/1077

glassfishrobot commented 11 years ago

@lukasj said: closing issues after 2.3 release

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-105

glassfishrobot commented 11 years ago

Marked as fixed on Monday, June 3rd 2013, 7:32:18 am