Re: xsd update break autocomplete?

2009-04-11 Thread Jacques Le Roux
Understood and fixed in revision: 764195 Maybe we will see some other stuffes like this where a space at end of a line actually acts as a separator with another block... I though about that when I did the change and I looked 1st at xml demo data files but finally found not issues. I will check

Re: xsd update break autocomplete?

2009-04-10 Thread Chris Howe
Running eclipse on Ubuntu there are no error messages in the console or within the program. Simply setting the noNamespaceSchemaLocation to http://ofbiz.apache.org/dtds/services.xsd or http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?revision=763615 results in no code assist while

Re: xsd update break autocomplete?

2009-04-10 Thread Jacques Le Roux
Whitespace changes are mine, I will take care of that... Jacques From: Chris Howe cjh...@gmail.com Running eclipse on Ubuntu there are no error messages in the console or within the program. Simply setting the noNamespaceSchemaLocation to http://ofbiz.apache.org/dtds/services.xsd or

Re: xsd update break autocomplete?

2009-04-10 Thread Jacques Le Roux
Finally I think it's really not related to whitespace changes. http://fisheye6.atlassian.com/browse/ofbiz/trunk/framework/service/dtd/services.xsd?r1=742352r2=763175 Maybe previous changes done in r742352 and/or r742238 ?

xsd update break autocomplete?

2009-04-09 Thread Chris Howe
Autocomplete in my xml editor was working last night. Not working now. Look at the SVN Browse and notice that the xsd files have been changed in Rev 763615. Related? Anyone else experiencing likewise? Chris Howe

Re: xsd update break autocomplete?

2009-04-09 Thread Chris Howe
Have confirmed that this is the problem as changing the noNamespaceSchemaLocation to http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?revision=737204fixes problem. Chris Howe On Thu, Apr 9, 2009 at 10:11 AM, Chris Howe cjh...@gmail.com wrote: Autocomplete in my xml editor was

Re: xsd update break autocomplete?

2009-04-09 Thread Jacques Le Roux
Thanks for report Chris, A good way to avoid such problems (but also avoid to know that there is actually a problem :/) is to use catalogs http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-UsinglocaleXSDfilesinsteadofOFBizremote(at

Re: xsd update break autocomplete?

2009-04-09 Thread David E Jones
Chris: Is your XML editor giving you any errors? Is anyone else seeing the problem? An error message or some sort of hint would be helpful for getting this resolved. -David On Apr 9, 2009, at 9:13 AM, Chris Howe wrote: Have confirmed that this is the problem as changing the

Re: xsd update break autocomplete?

2009-04-09 Thread Adrian Crum
I just did a fresh checkout and autocomplete in Eclipse is working fine for me. -Adrian David E Jones wrote: Chris: Is your XML editor giving you any errors? Is anyone else seeing the problem? An error message or some sort of hint would be helpful for getting this resolved. -David On