You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/15 12:52:45 UTC

svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

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



Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Francis ANDRE <fr...@orange.fr>.

Le 16/04/2012 15:53, Jacopo Cappellato a écrit :
> 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.
It is a masked '.' file that should not appears on Linux with the standard ls 
command.
>> 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: dev@ofbiz.apache.org
>>>> Cc: jleroux@apache.org
>>>> 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, jleroux@apache.org 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
>

Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
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: dev@ofbiz.apache.org
>>> Cc: jleroux@apache.org
>>> 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, jleroux@apache.org 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 


Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
I put it there to make it more visible. 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?

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: dev@ofbiz.apache.org
>> Cc: jleroux@apache.org
>> 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, jleroux@apache.org 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 

Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Jacopo Cappellato wrote:
> On Apr 16, 2012, at 3:41 PM, Jacques Le Roux wrote:
> 
>> BTW should we keep the KEYS file?
> 
> I think we can remove it from the home folder; in fact we already have it in:
> 
> https://dist.apache.org/repos/dist/release/ofbiz/

Done at r1326625

>> Then should we not update it with more keys (for those interested) ?
> 
> Rather than simply adding more keys, what we should really do is increasing the web of trust of the existing keys:
> 
> http://www.apache.org/dev/release-signing#web-of-trust
> 
> but that is not too easy.

We should do that indeed, I remember having leasily read it one day :o)

Jacques

> Jacopo
> 
>> 
>> Jacques
>> 
>> 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: dev@ofbiz.apache.org
>>>> Cc: jleroux@apache.org
>>>> 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, jleroux@apache.org 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

Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
On Apr 16, 2012, at 3:41 PM, Jacques Le Roux wrote:

> BTW should we keep the KEYS file?

I think we can remove it from the home folder; in fact we already have it in:

https://dist.apache.org/repos/dist/release/ofbiz/

> Then should we not update it with more keys (for those interested) ?

Rather than simply adding more keys, what we should really do is increasing the web of trust of the existing keys:

http://www.apache.org/dev/release-signing#web-of-trust

but that is not too easy.

Jacopo

> 
> Jacques
> 
> 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: dev@ofbiz.apache.org
>>> Cc: jleroux@apache.org
>>> 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, jleroux@apache.org 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


Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
BTW should we keep the KEYS file? Then should we not update it with more keys (for those interested) ?

Jacques

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: dev@ofbiz.apache.org
>> Cc: jleroux@apache.org
>> 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, jleroux@apache.org 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

Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
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: dev@ofbiz.apache.org
> Cc: jleroux@apache.org
> 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, jleroux@apache.org 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
>> 
>> 
>> 
> 


Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
This sounds like a good idea

Opinions?

Jacques
  ----- Original Message ----- 
  From: Ashish Vijaywargiya 
  To: dev@ofbiz.apache.org 
  Cc: jleroux@apache.org 
  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, jleroux@apache.org 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



Re: svn commit: r1326300 - /ofbiz/trunk/.catalog.xml

Posted by Ashish Vijaywargiya <as...@hotwaxmedia.com>.
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, jleroux@apache.org 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
>
>