On Apr 16, 2012, at 3:04 PM, Jacques Le Roux wrote: > I put it there to make it more visible.
This makes it more visible indeed... this is why I was suggesting to move it in a less exposed place but that's it... I guess it is just a matter of personal preference. > For Eclipse users it's an important piece. Because if you use another version > than trunk then the XSDs are false. > BTW I dont know how IntelliJ is handling that. The same way I guess? > I didn't try yet. Jacopo > Jacques > PS: Are there still Netbeans users? > > Jacopo Cappellato wrote: >> Is it really necessary to keep this file in the home folder? I would prefer >> to keep it somewhere else (e.g. the "tools" folder) >> in order to keep the home folder as clean as possible. >> >> Jacopo >> >> On Apr 15, 2012, at 7:47 PM, Jacques Le Roux wrote: >> >>> This sounds like a good idea >>> >>> Opinions? >>> >>> Jacques >>> ----- Original Message ----- >>> From: Ashish Vijaywargiya >>> To: [email protected] >>> Cc: [email protected] >>> Sent: Sunday, April 15, 2012 7:36 PM >>> Subject: Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml >>> >>> My vote will be to rename this .catalog file to .xmlcatalog. >>> >>> References: >>> http://www.eclipse.org/webtools/community/tutorials/XMLCatalog/XMLCatalogTutorial.html >>> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.wst.xmleditor.doc.user/topics/txmlcat.html >>> >>> Thanks! >>> -- >>> Kind Regards >>> Ashish Vijaywargiya >>> HotWax Media - est. 1997 >>> >>> >>> On Sunday 15 April 2012 04:22 PM, [email protected] wrote: >>>> Author: jleroux >>>> Date: Sun Apr 15 10:52:45 2012 >>>> New Revision: 1326300 >>>> >>>> URL: >>>> http://svn.apache.org/viewvc?rev=1326300&view=rev >>>> >>>> Log: >>>> "catalog of the XML schema of Ofbiz for Eclipse" >>>> https://issues.apache.org/jira/browse/OFBIZ-4760 >>>> by Francis ANDRE >>>> >>>> This is the catalog of the XML schema of OFBiz for Eclipse. Just import it >>>> and this will avoid Eclipse to go to the web for >>>> checking the xml files against their schema. >>>> >>>> jleroux: I decided to commit, because it's a very little file and add some >>>> interesting help to Eclipse devs. For instance when >>>> disconnected and also makes sure you use the schema version corresponding >>>> to checked out code. I added a comment about its use >>>> in the file itself and a link to wiki >>>> >>>> Added: >>>> ofbiz/trunk/.catalog.xml (with props) >>>> >>>> Added: ofbiz/trunk/.catalog.xml >>>> URL: >>>> http://svn.apache.org/viewvc/ofbiz/trunk/.catalog.xml?rev=1326300&view=auto >>>> >>>> ============================================================================== >>>> --- ofbiz/trunk/.catalog.xml (added) >>>> +++ ofbiz/trunk/.catalog.xml Sun Apr 15 10:52:45 2012 >>>> @@ -0,0 +1,14 @@ >>>> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> >>>> +<!-- This is the catalog of OFBiz XML schemas for Eclipse. Just import it >>>> and this will avoid Eclipse to go to the web for >>>> checking the xml files against their schema. + More at >>>> https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips#EclipseTips-UsinglocalXSD'swhennointernetconnectionisavailable >>>> >>>> +--> >>>> +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/base/dtd/base-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/datafile/dtd/datafiles-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/entity/dtd/entity-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/minilang/dtd/minilang-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/service/dtd/service-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/testtools/dtd/testtools-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/webapp/dtd/webapp-catalog.xml"/> >>>> + <nextCatalog >>>> catalog="platform:/resource/ofbiz/framework/widget/dtd/widget-catalog.xml"/> >>>> +</catalog> >>>> >>>> Propchange: ofbiz/trunk/.catalog.xml >>>> ------------------------------------------------------------------------------ >>>> svn:eol-style = native >>>> >>>> Propchange: ofbiz/trunk/.catalog.xml >>>> ------------------------------------------------------------------------------ >>>> svn:keywords = Date Rev Author URL Id >>>> >>>> Propchange: ofbiz/trunk/.catalog.xml >>>> ------------------------------------------------------------------------------ >>>> svn:mime-type = text/xml
