Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

Jacopo Cappellato
Hi Jacques,

in my opinion it is not a great idea.
Even if I am a NetBeans user (possibly one of the few in the OFBiz
circle), I'd prefer to keep this file out:

1) because it is not usable as is (you have to at least unzip it)
2) because I don't like the idea of having config files for development
environment in trunk (I can accept the existing file for Eclipse because
  many seem interested in it and because it is just onle little file);
it would be much better to keep all these kind of file in a downloadable
external file (or similar)

So I think that the one interested can simply use the file from the Jira
issue.

Just my 2 cents... what do other think of this?

Jacopo



[hidden email] wrote:

> Author: jleroux
> Date: Sun Sep  9 02:40:21 2007
> New Revision: 573974
>
> URL: http://svn.apache.org/viewvc?rev=573974&view=rev
> Log:
> I finally decided to add the file in root as is : better than nothing and maybe interested people will help toi update it when needed...
> This close https://issues.apache.org/jira/browse/OFBIZ-3
>
> Added:
>     ofbiz/trunk/nbproject.zip   (with props)
>
> Added: ofbiz/trunk/nbproject.zip
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/nbproject.zip?rev=573974&view=auto
> ==============================================================================
> Binary file - no diff available.
>
> Propchange: ofbiz/trunk/nbproject.zip
> ------------------------------------------------------------------------------
>     svn:mime-type = application/zip
>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

Jacques Le Roux
Administrator
Jacopo,

Great, actually I did that intentionnally since I had no answer in Jira issue ;o)

Please anybody interested answer before I follow Jacopo's suggestion...

At least I have put a link to the jira issue (https://issues.apache.org/jira/browse/OFBIZ-3) in "my" FAQ in Confluence (still work
in progress, any suggestion where to put it some day ?)

Jacques

De : "Jacopo Cappellato" <[hidden email]>

> Hi Jacques,
>
> in my opinion it is not a great idea.
> Even if I am a NetBeans user (possibly one of the few in the OFBiz
> circle), I'd prefer to keep this file out:
>
> 1) because it is not usable as is (you have to at least unzip it)
> 2) because I don't like the idea of having config files for development
> environment in trunk (I can accept the existing file for Eclipse because
>   many seem interested in it and because it is just onle little file);
> it would be much better to keep all these kind of file in a downloadable
> external file (or similar)
>
> So I think that the one interested can simply use the file from the Jira
> issue.
>
> Just my 2 cents... what do other think of this?
>
> Jacopo
>
>
>
> [hidden email] wrote:
> > Author: jleroux
> > Date: Sun Sep  9 02:40:21 2007
> > New Revision: 573974
> >
> > URL: http://svn.apache.org/viewvc?rev=573974&view=rev
> > Log:
> > I finally decided to add the file in root as is : better than nothing and maybe interested people will help toi update it when
needed...

> > This close https://issues.apache.org/jira/browse/OFBIZ-3
> >
> > Added:
> >     ofbiz/trunk/nbproject.zip   (with props)
> >
> > Added: ofbiz/trunk/nbproject.zip
> > URL: http://svn.apache.org/viewvc/ofbiz/trunk/nbproject.zip?rev=573974&view=auto
> > ==============================================================================
> > Binary file - no diff available.
> >
> > Propchange: ofbiz/trunk/nbproject.zip
> > ------------------------------------------------------------------------------
> >     svn:mime-type = application/zip
> >
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

jonwimp
In reply to this post by Jacopo Cappellato
Hi Jacopo,

 > it would be much better to keep all these kind of file in a downloadable
 > external file (or similar)

I totally agree with this.

Currently, I'm keeping all binaries (compiled codes) outside of SVN in my private OFBiz SVN (for
individual projects). Doesn't make a lot of sense to include unchangeable files in the SVN. SVN
tracks _changes_ to files! But that's a different reason from that for excluding config files
unrelated to OFBiz.

I agree that we should keep Eclipse-related files in an external download (not in SVN).

Jonathon

Jacopo Cappellato wrote:

> Hi Jacques,
>
> in my opinion it is not a great idea.
> Even if I am a NetBeans user (possibly one of the few in the OFBiz
> circle), I'd prefer to keep this file out:
>
> 1) because it is not usable as is (you have to at least unzip it)
> 2) because I don't like the idea of having config files for development
> environment in trunk (I can accept the existing file for Eclipse because
>  many seem interested in it and because it is just onle little file); it
> would be much better to keep all these kind of file in a downloadable
> external file (or similar)
>
> So I think that the one interested can simply use the file from the Jira
> issue.
>
> Just my 2 cents... what do other think of this?
>
> Jacopo
>
>
>
> [hidden email] wrote:
>> Author: jleroux
>> Date: Sun Sep  9 02:40:21 2007
>> New Revision: 573974
>>
>> URL: http://svn.apache.org/viewvc?rev=573974&view=rev
>> Log:
>> I finally decided to add the file in root as is : better than nothing
>> and maybe interested people will help toi update it when needed...
>> This close https://issues.apache.org/jira/browse/OFBIZ-3
>>
>> Added:
>>     ofbiz/trunk/nbproject.zip   (with props)
>>
>> Added: ofbiz/trunk/nbproject.zip
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/nbproject.zip?rev=573974&view=auto 
>>
>> ==============================================================================
>>
>> Binary file - no diff available.
>>
>> Propchange: ofbiz/trunk/nbproject.zip
>> ------------------------------------------------------------------------------
>>
>>     svn:mime-type = application/zip
>>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

Jacques Le Roux
Administrator
So I guess I will revert it in some days, except if somebody has good argments against and new ideas...

Jacques

De : "Jonathon -- Improov" <[hidden email]>

> Hi Jacopo,
>
>  > it would be much better to keep all these kind of file in a downloadable
>  > external file (or similar)
>
> I totally agree with this.
>
> Currently, I'm keeping all binaries (compiled codes) outside of SVN in my private OFBiz SVN (for
> individual projects). Doesn't make a lot of sense to include unchangeable files in the SVN. SVN
> tracks _changes_ to files! But that's a different reason from that for excluding config files
> unrelated to OFBiz.
>
> I agree that we should keep Eclipse-related files in an external download (not in SVN).
>
> Jonathon
>
> Jacopo Cappellato wrote:
> > Hi Jacques,
> >
> > in my opinion it is not a great idea.
> > Even if I am a NetBeans user (possibly one of the few in the OFBiz
> > circle), I'd prefer to keep this file out:
> >
> > 1) because it is not usable as is (you have to at least unzip it)
> > 2) because I don't like the idea of having config files for development
> > environment in trunk (I can accept the existing file for Eclipse because
> >  many seem interested in it and because it is just onle little file); it
> > would be much better to keep all these kind of file in a downloadable
> > external file (or similar)
> >
> > So I think that the one interested can simply use the file from the Jira
> > issue.
> >
> > Just my 2 cents... what do other think of this?
> >
> > Jacopo
> >
> >
> >
> > [hidden email] wrote:
> >> Author: jleroux
> >> Date: Sun Sep  9 02:40:21 2007
> >> New Revision: 573974
> >>
> >> URL: http://svn.apache.org/viewvc?rev=573974&view=rev
> >> Log:
> >> I finally decided to add the file in root as is : better than nothing
> >> and maybe interested people will help toi update it when needed...
> >> This close https://issues.apache.org/jira/browse/OFBIZ-3
> >>
> >> Added:
> >>     ofbiz/trunk/nbproject.zip   (with props)
> >>
> >> Added: ofbiz/trunk/nbproject.zip
> >> URL:
> >> http://svn.apache.org/viewvc/ofbiz/trunk/nbproject.zip?rev=573974&view=auto 
> >>
> >> ==============================================================================
> >>
> >> Binary file - no diff available.
> >>
> >> Propchange: ofbiz/trunk/nbproject.zip
> >> ------------------------------------------------------------------------------
> >>
> >>     svn:mime-type = application/zip
> >>
> >
> >
> >
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r573974 - /ofbiz/trunk/nbproject.zip

Adrian Crum
Maybe create an ide folder? Like Jacopo did with runtime?

Jacques Le Roux wrote:

> So I guess I will revert it in some days, except if somebody has good argments against and new ideas...
>
> Jacques
>
> De : "Jonathon -- Improov" <[hidden email]>
>
>>Hi Jacopo,
>>
>> > it would be much better to keep all these kind of file in a downloadable
>> > external file (or similar)
>>
>>I totally agree with this.
>>
>>Currently, I'm keeping all binaries (compiled codes) outside of SVN in my private OFBiz SVN (for
>>individual projects). Doesn't make a lot of sense to include unchangeable files in the SVN. SVN
>>tracks _changes_ to files! But that's a different reason from that for excluding config files
>>unrelated to OFBiz.
>>
>>I agree that we should keep Eclipse-related files in an external download (not in SVN).
>>
>>Jonathon
>>
>>Jacopo Cappellato wrote:
>>
>>>Hi Jacques,
>>>
>>>in my opinion it is not a great idea.
>>>Even if I am a NetBeans user (possibly one of the few in the OFBiz
>>>circle), I'd prefer to keep this file out:
>>>
>>>1) because it is not usable as is (you have to at least unzip it)
>>>2) because I don't like the idea of having config files for development
>>>environment in trunk (I can accept the existing file for Eclipse because
>>> many seem interested in it and because it is just onle little file); it
>>>would be much better to keep all these kind of file in a downloadable
>>>external file (or similar)
>>>
>>>So I think that the one interested can simply use the file from the Jira
>>>issue.
>>>
>>>Just my 2 cents... what do other think of this?
>>>
>>>Jacopo
>>>
>>>
>>>
>>>[hidden email] wrote:
>>>
>>>>Author: jleroux
>>>>Date: Sun Sep  9 02:40:21 2007
>>>>New Revision: 573974
>>>>
>>>>URL: http://svn.apache.org/viewvc?rev=573974&view=rev
>>>>Log:
>>>>I finally decided to add the file in root as is : better than nothing
>>>>and maybe interested people will help toi update it when needed...
>>>>This close https://issues.apache.org/jira/browse/OFBIZ-3
>>>>
>>>>Added:
>>>>    ofbiz/trunk/nbproject.zip   (with props)
>>>>
>>>>Added: ofbiz/trunk/nbproject.zip
>>>>URL:
>>>>http://svn.apache.org/viewvc/ofbiz/trunk/nbproject.zip?rev=573974&view=auto 
>>>>
>>>>==============================================================================
>>>>
>>>>Binary file - no diff available.
>>>>
>>>>Propchange: ofbiz/trunk/nbproject.zip
>>>>------------------------------------------------------------------------------
>>>>
>>>>    svn:mime-type = application/zip
>>>>
>>>
>>>
>>>
>