A couple of pointers: 1.) I have found "svn diff" from the command-line to be better than from within your IDE (at least for NetBeans--their IDE-generated difference files are kind of strange-looking).
2.) (of course) "svn diff" won't return a difference if the original file is not part of the repository (I don't how relevant that is to your situation here though.) HTH, Glen Am Donnerstag, den 06.09.2007, 11:35 -0400 schrieb Benson Margulies: > The patch is still not right, and I don't understand how to fix it. Svn > diff is only capturing one of several wsdl files that I recaptured. Can > anyone give me a boost here? > > > -----Original Message----- > > From: benson margulies (JIRA) [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 06, 2007 11:31 AM > > To: Benson Margulies > > Subject: [jira] Commented: (CXF-972) Define a tns prefix > > > > > > [ https://issues.apache.org/jira/browse/CXF- > > 972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment- > > tabpanel#action_12525441 ] > > > > benson margulies commented on CXF-972: > > -------------------------------------- > > > > Glen et al, I've update with a text file of patch that includes the > > recaptured wsdl from the tests. > > > > check > > in > > explicit > > > > > > > > > Define a tns prefix > > > ------------------- > > > > > > Key: CXF-972 > > > URL: https://issues.apache.org/jira/browse/CXF-972 > > > Project: CXF > > > Issue Type: Improvement > > > Components: Core > > > Affects Versions: 2.0.1 > > > Reporter: benson margulies > > > Fix For: 2.1 > > > > > > Attachments: tnspatches.txt > > > > > > > > > Currently, the CXF wsdl generator never creates a tns prefix. Types > in > > the schema (or even wsdl) target namespace get automatically generated > > prefixes, like 'ns1'. The wsdl's would be more readable with the > explicit > > namespace. > > > > -- > > This message is automatically generated by JIRA. > > - > > You can reply to this email to add a comment to the issue online. >
