I am trying to generate java sources from WSDL, package those sources into jar and add that jar into project dependencies.
So far I created jar from wsdl2Java utility of cxf using gradle task (in image bem-1.0.jar) but java files created inside this jar are not getting accessed in workspace !
what I am missing here ?
I see there is slight change in icon of bem-1.0.jar and rest of jar in eclipse build path (highlighted in image below). what does that icon indicate ?
any help would be appreciated. Thanks.