According to Cruise Control, this may have broken the build...but I can't see why--The tests aren't trapping any of these specific text messages, and the test that failed: org.apache.cxf.systest.ws.rm.ServerPersistenceTest, has little relation to WSDL2Java anyway.
Glen Am Sonntag, den 24.02.2008, 15:45 +0000 schrieb [EMAIL PROTECTED]: > Author: gmazza > Date: Sun Feb 24 07:45:26 2008 > New Revision: 630628 > > URL: http://svn.apache.org/viewvc?rev=630628&view=rev > Log: > Error message cleanup. > > Modified: > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/Messages.properties > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java > > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties > > Modified: > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/Messages.properties > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/Messages.properties?rev=630628&r1=630627&r2=630628&view=diff > ============================================================================== > --- > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/Messages.properties > (original) > +++ > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/Messages.properties > Sun Feb 24 07:45:26 2008 > @@ -18,17 +18,11 @@ > # under the License. > # > # > -DIRECTORY_NOT_EXIST = Directory : {0} does not exist > -NOT_A_DIRECTORY = {0} is not a directory > -FILE_NOT_EXIST = File does not exist : {0} > -NOT_A_FILE = {0} is not a file > +DIRECTORY_NOT_EXIST = Directory: {0} does not exist > PARAMETER_MISSING = Required parameter is missing > -SERVICE_NOT_FOUND = No service was found in wsdl : {0} > - > +SERVICE_NOT_FOUND = No service was found in wsdl: {0} > > FOUND_NO_DATABINDING = Can not find databinding > FOUND_NO_FRONTEND = Can not find frontend > > NO_WSDL_URL = WSDL URL can not be null > - > -LOAD_CATALOG_ERROR = Can not load the catalog file {0} > \ No newline at end of file > > Modified: > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java?rev=630628&r1=630627&r2=630628&view=diff > ============================================================================== > --- > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java > (original) > +++ > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJava.java > Sun Feb 24 07:45:26 2008 > @@ -172,7 +172,7 @@ > > } catch (ToolException ex) { > System.err.println(); > - System.err.println("WSDLToJava Error : " + ex.getMessage()); > + System.err.println("WSDLToJava Error: " + ex.getMessage()); > System.err.println(); > if (w2j.isVerbose()) { > ex.printStackTrace(); > @@ -181,7 +181,7 @@ > System.exit(1); > } > } catch (Exception ex) { > - System.err.println("WSDLToJava Error : " + ex.getMessage()); > + System.err.println("WSDLToJava Error: " + ex.getMessage()); > System.err.println(); > if (w2j.isVerbose()) { > ex.printStackTrace(); > > Modified: > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties?rev=630628&r1=630627&r2=630628&view=diff > ============================================================================== > --- > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties > (original) > +++ > incubator/cxf/trunk/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties > Sun Feb 24 07:45:26 2008 > @@ -24,9 +24,9 @@ > JAXB_CONTEXT_INIT_FAIL = Tools plugin provider jaxb context init failed > PLUGIN_MISSING = Plugin {0} missing > PLUGIN_LOADING = Loading plugin {0} > -FRONTEND_MISSING = Can not find {0} frontend in the system > -DATABINDING_MISSING = Can not find {0} databinding in the system > -LOAD_PROCESSOR_FAILED = Can not load processor {0} > +FRONTEND_MISSING = Could not find {0} frontend within classpath > +DATABINDING_MISSING = Could not find {0} databinding within classpath > +LOAD_PROCESSOR_FAILED = Could not load processor {0} > FAIL_TO_CREATE_JAVA_MODEL = Failed to create java model > > FOUND_FRONTENDS = Found {1} frontends in <{0}> plugin. > @@ -36,11 +36,11 @@ > FOUND_DATABINDINGS = Found {1} databindings in <{0}> plugin. > LOADING_DATABINDING = Loading <{0}> databinding from <{1}> plugin. > DATABINDING_MISSING_NAME = Databinding must have a name, can not load THIS > databinding from <{0}> plugin. > -LOAD_CONTAINER_CLASS_FAILED = Tools can not load the container class : {0} > +LOAD_CONTAINER_CLASS_FAILED = Tools can not load the container class: {0} > NO_SERVICE_IN_DEFINITION = No service was found in this wsdl: {0} > -CAN_NOT_FIND_SERVICE = Can not find the service : {0} in wsdl :{1} > +CAN_NOT_FIND_SERVICE = Could not find the service: {0} in wsdl: {1} > > -FOUND_NO_PLUGINS = WSDLTo tools can not find any plugins defined in the > classpath. > +FOUND_NO_PLUGINS = WSDLTo tools could not find any plugins defined in the > classpath. > LOAD_PLUGIN_EXCEPTION = IOException during loading plugins > PLUGIN_FILE_NOT_FOUND = Plugin file {0} can not be found > > >
