GitHub user joshbeitelspacher opened a pull request:

    https://github.com/apache/cxf/pull/2

    [CXF-4490] cxf-codegen-plugin does not detect changes in WSDL loaded from 
classpath

    Attempt to resolve classpath and jar URIs prior to checking timestamps on
    the WSDL file. Also change dependencies from Files to Strings and perform
    timestamp checking on them in the same way as the WSDL itself.
    
    This proposed fix only changes the wsdl2java goal in the cxf-codegen-plugin.
    Other goals and plugins also have shouldRun() methods that could also be
    updated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joshbeitelspacher/cxf trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/2.patch

----
commit 66d583b7542016e6e8ed0137d75e59b76a1dcbfd
Author: Josh Beitelspacher <[email protected]>
Date:   2012-08-29T08:41:07-07:00

    [CXF-4490] cxf-codegen-plugin does not detect changes in WSDL loaded from 
classpath
    
    Attempt to resolve classpath and jar URIs prior to checking timestamps on
    the WSDL file. Also change dependencies from Files to Strings and perform
    timestamp checking on them in the same way as the WSDL itself.

----

Reply via email to