I'm not sure I understand the purpose of the .project file? Plugins
are not a standalone project. Perhaps I'm missing something? On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: > Author: jleroux > Date: Fri Aug 11 12:13:43 2017 > New Revision: 1804782 > > URL: http://svn.apache.org/viewvc?rev=1804782&view=rev > Log: > No functional change > > Adds an Eclipse .project file to the ofbiz-plugins branch in order to handle > as a project in Eclipse and to follow https://s.apache.org/BLzU > > This is mostly (if not only) for committers > > Added: > ofbiz/ofbiz-plugins/trunk/.project (with props) > > Added: ofbiz/ofbiz-plugins/trunk/.project > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto > ============================================================================== > --- ofbiz/ofbiz-plugins/trunk/.project (added) > +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 > @@ -0,0 +1,16 @@ > +<?xml version="1.0" encoding="UTF-8"?> > +<projectDescription> > + <name>ofbiz-plugins</name> > + <comment></comment> > + <projects/> > + <natures> > + <nature>org.eclipse.jdt.core.javanature</nature> > + </natures> > + <buildSpec> > + <buildCommand> > + <name>org.eclipse.jdt.core.javabuilder</name> > + <arguments/> > + </buildCommand> > + </buildSpec> > + <linkedResources/> > +</projectDescription> > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > ------------------------------------------------------------------------------ > svn:keywords = Date Rev Author URL Id > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > ------------------------------------------------------------------------------ > svn:mime-type = text/xml > > |
Administrator
|
In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz (ofbiz-framework) project (ie to embed the plugins in the ofbiz project).
When only using pullAllPLuginsSource I was able to search in code and such, but not using Subclipse, notably for history, annotations, etc. By adding the .project and following the info "Mostly for committers..." I added at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I was able to use only the ofbiz Eclipse project with the plugins embedded. I have then all what I need to work with plugins from the ofbiz project. I suggest all committers to do the same, so we would be sure that the plugins get the love they deserve, but your YMMV... BTW Taher, I'd be interested by your thoughts about how to automatically create the relationship between the 2 projects in the eclipse Gradle task. Jacques Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : > I'm not sure I understand the purpose of the .project file? Plugins > are not a standalone project. Perhaps I'm missing something? > > On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >> Author: jleroux >> Date: Fri Aug 11 12:13:43 2017 >> New Revision: 1804782 >> >> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >> Log: >> No functional change >> >> Adds an Eclipse .project file to the ofbiz-plugins branch in order to handle >> as a project in Eclipse and to follow https://s.apache.org/BLzU >> >> This is mostly (if not only) for committers >> >> Added: >> ofbiz/ofbiz-plugins/trunk/.project (with props) >> >> Added: ofbiz/ofbiz-plugins/trunk/.project >> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >> ============================================================================== >> --- ofbiz/ofbiz-plugins/trunk/.project (added) >> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >> @@ -0,0 +1,16 @@ >> +<?xml version="1.0" encoding="UTF-8"?> >> +<projectDescription> >> + <name>ofbiz-plugins</name> >> + <comment></comment> >> + <projects/> >> + <natures> >> + <nature>org.eclipse.jdt.core.javanature</nature> >> + </natures> >> + <buildSpec> >> + <buildCommand> >> + <name>org.eclipse.jdt.core.javabuilder</name> >> + <arguments/> >> + </buildCommand> >> + </buildSpec> >> + <linkedResources/> >> +</projectDescription> >> >> Propchange: ofbiz/ofbiz-plugins/trunk/.project >> ------------------------------------------------------------------------------ >> svn:eol-style = native >> >> Propchange: ofbiz/ofbiz-plugins/trunk/.project >> ------------------------------------------------------------------------------ >> svn:keywords = Date Rev Author URL Id >> >> Propchange: ofbiz/ofbiz-plugins/trunk/.project >> ------------------------------------------------------------------------------ >> svn:mime-type = text/xml >> >> |
Hi Jacques,
why don't you just generate the .project file with Gradle just as it is done in the framework? People who want to use it can simply generate it and people who don't want to use it are not concerned. Regards, Michael Am 19.08.17 um 16:54 schrieb Jacques Le Roux: > In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz > (ofbiz-framework) project (ie to embed the plugins in the ofbiz project). > When only using pullAllPLuginsSource I was able to search in code and > such, but not using Subclipse, notably for history, annotations, etc. > > By adding the .project and following the info "Mostly for > committers..." I added at > https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I was > able to use only the ofbiz Eclipse project with the plugins embedded. > I have then all what I need to work with plugins from the ofbiz > project. I suggest all committers to do the same, so we would be sure > that the plugins get the love they deserve, but your YMMV... > > BTW Taher, I'd be interested by your thoughts about how to > automatically create the relationship between the 2 projects in the > eclipse Gradle task. > > Jacques > > > Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >> I'm not sure I understand the purpose of the .project file? Plugins >> are not a standalone project. Perhaps I'm missing something? >> >> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>> Author: jleroux >>> Date: Fri Aug 11 12:13:43 2017 >>> New Revision: 1804782 >>> >>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>> Log: >>> No functional change >>> >>> Adds an Eclipse .project file to the ofbiz-plugins branch in order >>> to handle >>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>> >>> This is mostly (if not only) for committers >>> >>> Added: >>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>> >>> Added: ofbiz/ofbiz-plugins/trunk/.project >>> URL: >>> http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>> ============================================================================== >>> >>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>> @@ -0,0 +1,16 @@ >>> +<?xml version="1.0" encoding="UTF-8"?> >>> +<projectDescription> >>> + <name>ofbiz-plugins</name> >>> + <comment></comment> >>> + <projects/> >>> + <natures> >>> + <nature>org.eclipse.jdt.core.javanature</nature> >>> + </natures> >>> + <buildSpec> >>> + <buildCommand> >>> + <name>org.eclipse.jdt.core.javabuilder</name> >>> + <arguments/> >>> + </buildCommand> >>> + </buildSpec> >>> + <linkedResources/> >>> +</projectDescription> >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> ------------------------------------------------------------------------------ >>> >>> svn:eol-style = native >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> ------------------------------------------------------------------------------ >>> >>> svn:keywords = Date Rev Author URL Id >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> ------------------------------------------------------------------------------ >>> >>> svn:mime-type = text/xml >>> >>> > smime.p7s (5K) Download Attachment |
In reply to this post by Jacques Le Roux
./gradlew pullAllPluginsSource + ./gradlew eclipse = unified code
base. You will be able to access to everything, search for everything and fetch the source jars for everything. Now for the specific case of subclipse, I think a cleaner solution would be to use gradle to indicate that there is a subproject file. That should be easy to implement in gradle given that it has a lot of API calls to control the .classpath and .project files. I think perhaps adding this .project file would force other committers to use your setup because you've split the project into two projects. Having it as a command to be issued in gradle might be cleaner and more independent of your specific development environment setup. One of the main advantages we gained by converting to gradle was to get rid of this manual setup of .classpath for example. So perhaps we need to take advantage of automation as much as we can. On Sat, Aug 19, 2017 at 5:54 PM, Jacques Le Roux <[hidden email]> wrote: > In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz > (ofbiz-framework) project (ie to embed the plugins in the ofbiz project). > When only using pullAllPLuginsSource I was able to search in code and such, > but not using Subclipse, notably for history, annotations, etc. > > By adding the .project and following the info "Mostly for committers..." I > added at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I > was able to use only the ofbiz Eclipse project with the plugins embedded. > I have then all what I need to work with plugins from the ofbiz project. I > suggest all committers to do the same, so we would be sure that the plugins > get the love they deserve, but your YMMV... > > BTW Taher, I'd be interested by your thoughts about how to automatically > create the relationship between the 2 projects in the eclipse Gradle task. > > Jacques > > > > Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >> >> I'm not sure I understand the purpose of the .project file? Plugins >> are not a standalone project. Perhaps I'm missing something? >> >> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>> >>> Author: jleroux >>> Date: Fri Aug 11 12:13:43 2017 >>> New Revision: 1804782 >>> >>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>> Log: >>> No functional change >>> >>> Adds an Eclipse .project file to the ofbiz-plugins branch in order to >>> handle >>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>> >>> This is mostly (if not only) for committers >>> >>> Added: >>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>> >>> Added: ofbiz/ofbiz-plugins/trunk/.project >>> URL: >>> http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>> >>> ============================================================================== >>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>> @@ -0,0 +1,16 @@ >>> +<?xml version="1.0" encoding="UTF-8"?> >>> +<projectDescription> >>> + <name>ofbiz-plugins</name> >>> + <comment></comment> >>> + <projects/> >>> + <natures> >>> + <nature>org.eclipse.jdt.core.javanature</nature> >>> + </natures> >>> + <buildSpec> >>> + <buildCommand> >>> + <name>org.eclipse.jdt.core.javabuilder</name> >>> + <arguments/> >>> + </buildCommand> >>> + </buildSpec> >>> + <linkedResources/> >>> +</projectDescription> >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> >>> ------------------------------------------------------------------------------ >>> svn:eol-style = native >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> >>> ------------------------------------------------------------------------------ >>> svn:keywords = Date Rev Author URL Id >>> >>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>> >>> ------------------------------------------------------------------------------ >>> svn:mime-type = text/xml >>> >>> > |
Administrator
|
In reply to this post by Michael Brohl-3
Hi Michael,
Of course because I was in need and it was easy, I'm lazy you know :D But yes it's only a temporary solution, I agree... Jacques Le 19/08/2017 à 17:32, Michael Brohl a écrit : > Hi Jacques, > > why don't you just generate the .project file with Gradle just as it is done in the framework? > > People who want to use it can simply generate it and people who don't want to use it are not concerned. > > Regards, > > Michael > > > Am 19.08.17 um 16:54 schrieb Jacques Le Roux: >> In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz (ofbiz-framework) project (ie to embed the plugins in the ofbiz project). >> When only using pullAllPLuginsSource I was able to search in code and such, but not using Subclipse, notably for history, annotations, etc. >> >> By adding the .project and following the info "Mostly for committers..." I added at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips >> I was able to use only the ofbiz Eclipse project with the plugins embedded. >> I have then all what I need to work with plugins from the ofbiz project. I suggest all committers to do the same, so we would be sure that the >> plugins get the love they deserve, but your YMMV... >> >> BTW Taher, I'd be interested by your thoughts about how to automatically create the relationship between the 2 projects in the eclipse Gradle task. >> >> Jacques >> >> >> Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >>> I'm not sure I understand the purpose of the .project file? Plugins >>> are not a standalone project. Perhaps I'm missing something? >>> >>> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>>> Author: jleroux >>>> Date: Fri Aug 11 12:13:43 2017 >>>> New Revision: 1804782 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>>> Log: >>>> No functional change >>>> >>>> Adds an Eclipse .project file to the ofbiz-plugins branch in order to handle >>>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>>> >>>> This is mostly (if not only) for committers >>>> >>>> Added: >>>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>>> >>>> Added: ofbiz/ofbiz-plugins/trunk/.project >>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>>> ============================================================================== >>>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>>> @@ -0,0 +1,16 @@ >>>> +<?xml version="1.0" encoding="UTF-8"?> >>>> +<projectDescription> >>>> + <name>ofbiz-plugins</name> >>>> + <comment></comment> >>>> + <projects/> >>>> + <natures> >>>> + <nature>org.eclipse.jdt.core.javanature</nature> >>>> + </natures> >>>> + <buildSpec> >>>> + <buildCommand> >>>> + <name>org.eclipse.jdt.core.javabuilder</name> >>>> + <arguments/> >>>> + </buildCommand> >>>> + </buildSpec> >>>> + <linkedResources/> >>>> +</projectDescription> >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> ------------------------------------------------------------------------------ >>>> svn:eol-style = native >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> ------------------------------------------------------------------------------ >>>> svn:keywords = Date Rev Author URL Id >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> ------------------------------------------------------------------------------ >>>> svn:mime-type = text/xml >>>> >>>> >> > > |
Administrator
|
In reply to this post by taher
Le 19/08/2017 à 17:54, Taher Alkhateeb a écrit :
> ./gradlew pullAllPluginsSource + ./gradlew eclipse = unified code > base. You will be able to access to everything, search for everything > and fetch the source jars for everything. Yes even too much sometimes. For external classes, you have sometimes to decide between several files when looking for the source in debug mode. A coin has always 2 faces I learnt. > Now for the specific case of subclipse, I think a cleaner solution > would be to use gradle to indicate that there is a subproject file. > That should be easy to implement in gradle given that it has a lot of > API calls to control the .classpath and .project files. Yes I hope to do so > I think perhaps adding this .project file would force other committers > to use your setup because you've split the project into two projects. It does not force anybody, but I agree it's not a clean and definitive solution > Having it as a command to be issued in gradle might be cleaner and > more independent of your specific development environment setup. Yes I'd like to do that. > One of the main advantages we gained by converting to gradle was to get > rid of this manual setup of .classpath for example. So perhaps we need > to take advantage of automation as much as we can. I totally agree, and will try to find a better solution when I'll get some time for that A good way to better learn Gradle also... Jacques > > On Sat, Aug 19, 2017 at 5:54 PM, Jacques Le Roux > <[hidden email]> wrote: >> In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz >> (ofbiz-framework) project (ie to embed the plugins in the ofbiz project). >> When only using pullAllPLuginsSource I was able to search in code and such, >> but not using Subclipse, notably for history, annotations, etc. >> >> By adding the .project and following the info "Mostly for committers..." I >> added at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I >> was able to use only the ofbiz Eclipse project with the plugins embedded. >> I have then all what I need to work with plugins from the ofbiz project. I >> suggest all committers to do the same, so we would be sure that the plugins >> get the love they deserve, but your YMMV... >> >> BTW Taher, I'd be interested by your thoughts about how to automatically >> create the relationship between the 2 projects in the eclipse Gradle task. >> >> Jacques >> >> >> >> Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >>> I'm not sure I understand the purpose of the .project file? Plugins >>> are not a standalone project. Perhaps I'm missing something? >>> >>> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>>> Author: jleroux >>>> Date: Fri Aug 11 12:13:43 2017 >>>> New Revision: 1804782 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>>> Log: >>>> No functional change >>>> >>>> Adds an Eclipse .project file to the ofbiz-plugins branch in order to >>>> handle >>>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>>> >>>> This is mostly (if not only) for committers >>>> >>>> Added: >>>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>>> >>>> Added: ofbiz/ofbiz-plugins/trunk/.project >>>> URL: >>>> http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>>> >>>> ============================================================================== >>>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>>> @@ -0,0 +1,16 @@ >>>> +<?xml version="1.0" encoding="UTF-8"?> >>>> +<projectDescription> >>>> + <name>ofbiz-plugins</name> >>>> + <comment></comment> >>>> + <projects/> >>>> + <natures> >>>> + <nature>org.eclipse.jdt.core.javanature</nature> >>>> + </natures> >>>> + <buildSpec> >>>> + <buildCommand> >>>> + <name>org.eclipse.jdt.core.javabuilder</name> >>>> + <arguments/> >>>> + </buildCommand> >>>> + </buildSpec> >>>> + <linkedResources/> >>>> +</projectDescription> >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> >>>> ------------------------------------------------------------------------------ >>>> svn:eol-style = native >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> >>>> ------------------------------------------------------------------------------ >>>> svn:keywords = Date Rev Author URL Id >>>> >>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>> >>>> ------------------------------------------------------------------------------ >>>> svn:mime-type = text/xml >>>> >>>> |
In reply to this post by Jacques Le Roux
I think we should not commit single committer's personal needs or temp.
solutions for it. It's a community project. Michael Am 19.08.17 um 22:12 schrieb Jacques Le Roux: > Hi Michael, > > Of course because I was in need and it was easy, I'm lazy you know :D > > But yes it's only a temporary solution, I agree... > > Jacques > > > Le 19/08/2017 à 17:32, Michael Brohl a écrit : >> Hi Jacques, >> >> why don't you just generate the .project file with Gradle just as it >> is done in the framework? >> >> People who want to use it can simply generate it and people who don't >> want to use it are not concerned. >> >> Regards, >> >> Michael >> >> >> Am 19.08.17 um 16:54 schrieb Jacques Le Roux: >>> In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz >>> (ofbiz-framework) project (ie to embed the plugins in the ofbiz >>> project). >>> When only using pullAllPLuginsSource I was able to search in code >>> and such, but not using Subclipse, notably for history, annotations, >>> etc. >>> >>> By adding the .project and following the info "Mostly for >>> committers..." I added at >>> https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I was >>> able to use only the ofbiz Eclipse project with the plugins embedded. >>> I have then all what I need to work with plugins from the ofbiz >>> project. I suggest all committers to do the same, so we would be >>> sure that the plugins get the love they deserve, but your YMMV... >>> >>> BTW Taher, I'd be interested by your thoughts about how to >>> automatically create the relationship between the 2 projects in the >>> eclipse Gradle task. >>> >>> Jacques >>> >>> >>> Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >>>> I'm not sure I understand the purpose of the .project file? Plugins >>>> are not a standalone project. Perhaps I'm missing something? >>>> >>>> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>>>> Author: jleroux >>>>> Date: Fri Aug 11 12:13:43 2017 >>>>> New Revision: 1804782 >>>>> >>>>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>>>> Log: >>>>> No functional change >>>>> >>>>> Adds an Eclipse .project file to the ofbiz-plugins branch in order >>>>> to handle >>>>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>>>> >>>>> This is mostly (if not only) for committers >>>>> >>>>> Added: >>>>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>>>> >>>>> Added: ofbiz/ofbiz-plugins/trunk/.project >>>>> URL: >>>>> http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>>>> ============================================================================== >>>>> >>>>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>>>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>>>> @@ -0,0 +1,16 @@ >>>>> +<?xml version="1.0" encoding="UTF-8"?> >>>>> +<projectDescription> >>>>> + <name>ofbiz-plugins</name> >>>>> + <comment></comment> >>>>> + <projects/> >>>>> + <natures> >>>>> + <nature>org.eclipse.jdt.core.javanature</nature> >>>>> + </natures> >>>>> + <buildSpec> >>>>> + <buildCommand> >>>>> + <name>org.eclipse.jdt.core.javabuilder</name> >>>>> + <arguments/> >>>>> + </buildCommand> >>>>> + </buildSpec> >>>>> + <linkedResources/> >>>>> +</projectDescription> >>>>> >>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> svn:eol-style = native >>>>> >>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> svn:keywords = Date Rev Author URL Id >>>>> >>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> svn:mime-type = text/xml >>>>> >>>>> >>> >> >> > smime.p7s (5K) Download Attachment |
In reply to this post by taher
In fact messing without eclipsr API is overcomplication. I think IT is
enough to idę spacje maven 19.08.2017 14:19 "Taher Alkhateeb" <[hidden email]> napisał(a): > I'm not sure I understand the purpose of the .project file? Plugins > are not a standalone project. Perhaps I'm missing something? > > On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: > > Author: jleroux > > Date: Fri Aug 11 12:13:43 2017 > > New Revision: 1804782 > > > > URL: http://svn.apache.org/viewvc?rev=1804782&view=rev > > Log: > > No functional change > > > > Adds an Eclipse .project file to the ofbiz-plugins branch in order to > handle > > as a project in Eclipse and to follow https://s.apache.org/BLzU > > > > This is mostly (if not only) for committers > > > > Added: > > ofbiz/ofbiz-plugins/trunk/.project (with props) > > > > Added: ofbiz/ofbiz-plugins/trunk/.project > > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/. > project?rev=1804782&view=auto > > ============================================================ > ================== > > --- ofbiz/ofbiz-plugins/trunk/.project (added) > > +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 > > @@ -0,0 +1,16 @@ > > +<?xml version="1.0" encoding="UTF-8"?> > > +<projectDescription> > > + <name>ofbiz-plugins</name> > > + <comment></comment> > > + <projects/> > > + <natures> > > + <nature>org.eclipse.jdt.core.javanature</nature> > > + </natures> > > + <buildSpec> > > + <buildCommand> > > + <name>org.eclipse.jdt.core.javabuilder</name> > > + <arguments/> > > + </buildCommand> > > + </buildSpec> > > + <linkedResources/> > > +</projectDescription> > > > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > > ------------------------------------------------------------ > ------------------ > > svn:eol-style = native > > > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > > ------------------------------------------------------------ > ------------------ > > svn:keywords = Date Rev Author URL Id > > > > Propchange: ofbiz/ofbiz-plugins/trunk/.project > > ------------------------------------------------------------ > ------------------ > > svn:mime-type = text/xml > > > > > |
Administrator
|
In reply to this post by Michael Brohl-3
I had the community interest in mind when I wrote the info "Mostly for committers..." at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips
But I agree it would be better if we could have it done by Gradle Jacques Le 20/08/2017 à 10:35, Michael Brohl a écrit : > I think we should not commit single committer's personal needs or temp. solutions for it. It's a community project. > > Michael > > > Am 19.08.17 um 22:12 schrieb Jacques Le Roux: >> Hi Michael, >> >> Of course because I was in need and it was easy, I'm lazy you know :D >> >> But yes it's only a temporary solution, I agree... >> >> Jacques >> >> >> Le 19/08/2017 à 17:32, Michael Brohl a écrit : >>> Hi Jacques, >>> >>> why don't you just generate the .project file with Gradle just as it is done in the framework? >>> >>> People who want to use it can simply generate it and people who don't want to use it are not concerned. >>> >>> Regards, >>> >>> Michael >>> >>> >>> Am 19.08.17 um 16:54 schrieb Jacques Le Roux: >>>> In Eclipse, I wanted to use Subclipse on plugins from the sole ofbiz (ofbiz-framework) project (ie to embed the plugins in the ofbiz project). >>>> When only using pullAllPLuginsSource I was able to search in code and such, but not using Subclipse, notably for history, annotations, etc. >>>> >>>> By adding the .project and following the info "Mostly for committers..." I added at >>>> https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips I was able to use only the ofbiz Eclipse project with the plugins embedded. >>>> I have then all what I need to work with plugins from the ofbiz project. I suggest all committers to do the same, so we would be sure that the >>>> plugins get the love they deserve, but your YMMV... >>>> >>>> BTW Taher, I'd be interested by your thoughts about how to automatically create the relationship between the 2 projects in the eclipse Gradle task. >>>> >>>> Jacques >>>> >>>> >>>> Le 19/08/2017 à 14:18, Taher Alkhateeb a écrit : >>>>> I'm not sure I understand the purpose of the .project file? Plugins >>>>> are not a standalone project. Perhaps I'm missing something? >>>>> >>>>> On Fri, Aug 11, 2017 at 3:13 PM, <[hidden email]> wrote: >>>>>> Author: jleroux >>>>>> Date: Fri Aug 11 12:13:43 2017 >>>>>> New Revision: 1804782 >>>>>> >>>>>> URL: http://svn.apache.org/viewvc?rev=1804782&view=rev >>>>>> Log: >>>>>> No functional change >>>>>> >>>>>> Adds an Eclipse .project file to the ofbiz-plugins branch in order to handle >>>>>> as a project in Eclipse and to follow https://s.apache.org/BLzU >>>>>> >>>>>> This is mostly (if not only) for committers >>>>>> >>>>>> Added: >>>>>> ofbiz/ofbiz-plugins/trunk/.project (with props) >>>>>> >>>>>> Added: ofbiz/ofbiz-plugins/trunk/.project >>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/.project?rev=1804782&view=auto >>>>>> ============================================================================== >>>>>> --- ofbiz/ofbiz-plugins/trunk/.project (added) >>>>>> +++ ofbiz/ofbiz-plugins/trunk/.project Fri Aug 11 12:13:43 2017 >>>>>> @@ -0,0 +1,16 @@ >>>>>> +<?xml version="1.0" encoding="UTF-8"?> >>>>>> +<projectDescription> >>>>>> + <name>ofbiz-plugins</name> >>>>>> + <comment></comment> >>>>>> + <projects/> >>>>>> + <natures> >>>>>> + <nature>org.eclipse.jdt.core.javanature</nature> >>>>>> + </natures> >>>>>> + <buildSpec> >>>>>> + <buildCommand> >>>>>> + <name>org.eclipse.jdt.core.javabuilder</name> >>>>>> + <arguments/> >>>>>> + </buildCommand> >>>>>> + </buildSpec> >>>>>> + <linkedResources/> >>>>>> +</projectDescription> >>>>>> >>>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>>> ------------------------------------------------------------------------------ >>>>>> svn:eol-style = native >>>>>> >>>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>>> ------------------------------------------------------------------------------ >>>>>> svn:keywords = Date Rev Author URL Id >>>>>> >>>>>> Propchange: ofbiz/ofbiz-plugins/trunk/.project >>>>>> ------------------------------------------------------------------------------ >>>>>> svn:mime-type = text/xml >>>>>> >>>>>> >>>> >>> >>> >> > > |
Free forum by Nabble | Edit this page |