|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Sandbox karma request (was Re: Possible contribution to commons: JNET)Changing subject for better visibility.
Sandbox karma requested by { cziegeler , reinhard }. -Rahul On 4/29/08, Rahul Akolkar <rahul.akolkar@...> wrote: > On 4/29/08, Carsten Ziegeler <cziegeler@...> wrote: > > Rahul Akolkar wrote: > > > > > > > > That'd be great. If you guys want to go ahead, someone will grant > > > sandbox karma (if you need it). > > > > > > Once you get started, please add a proposal to the new component's > > > trunk for archival (see examples in my prior response in this thread). > > > > > > > > Yes, please give me karma as well. > > > > So, the plan is that we add the stuff to the sandbox, add the proposal > > there as well and continue from there, right? > > > > <snap/> > > Indeed :-) > > > -Rahul > > > > > > thanks > > Carsten > > > > -- > > Carsten Ziegeler > > cziegeler@... > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Thanks, Rahul! Karma granted!
cheers -- Torsten On May 8, 2008, at 02:55, Rahul Akolkar wrote: > Changing subject for better visibility. > > Sandbox karma requested by { cziegeler , reinhard }. > > -Rahul > > > On 4/29/08, Rahul Akolkar <rahul.akolkar@...> wrote: >> On 4/29/08, Carsten Ziegeler <cziegeler@...> wrote: >>> Rahul Akolkar wrote: >>> >>>> >>>> That'd be great. If you guys want to go ahead, someone will grant >>>> sandbox karma (if you need it). >>>> >>>> Once you get started, please add a proposal to the new component's >>>> trunk for archival (see examples in my prior response in this >>>> thread). >>>> >>>> >>> Yes, please give me karma as well. >>> >>> So, the plan is that we add the stuff to the sandbox, add the >>> proposal >>> there as well and continue from there, right? >>> >> >> <snap/> >> >> Indeed :-) >> >> >> -Rahul >> >> >> >> >>> thanks >>> Carsten >>> >>> -- >>> Carsten Ziegeler >>> cziegeler@... >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Torsten Curdt wrote:
> Thanks, Rahul! Karma granted! > Thanks everyone, I just copied the initial code to the sandbox. Carsten -- Carsten Ziegeler cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)On Fri, May 16, 2008 at 1:54 PM, Carsten Ziegeler <cziegeler@...> wrote:
> Torsten Curdt wrote: >> >> Thanks, Rahul! Karma granted! >> > Thanks everyone, > > I just copied the initial code to the sandbox. Mind if I fix a few things in the maven build? We have some properities that need to be set (used in commons parent) and the build assumes the NOTICE/LICENSE files have ".txt" extensions. Niall > Carsten > > > -- > Carsten Ziegeler > cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Niall Pemberton wrote:
> On Fri, May 16, 2008 at 1:54 PM, Carsten Ziegeler <cziegeler@...> wrote: >> Torsten Curdt wrote: >>> Thanks, Rahul! Karma granted! >>> >> Thanks everyone, >> >> I just copied the initial code to the sandbox. > > Mind if I fix a few things in the maven build? We have some > properities that need to be set (used in commons parent) and the build > assumes the NOTICE/LICENSE files have ".txt" extensions. > Carsten -- Carsten Ziegeler cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Carsten Ziegeler wrote:
> Torsten Curdt wrote: >> Thanks, Rahul! Karma granted! >> > Thanks everyone, > > I just copied the initial code to the sandbox. great. Carsten, Steven refactored the code so that internals of "parent-aware URLStreamHandlers" are hidden in an inner class and it explicitly uses a linked list to store them. (see http://svn.apache.org/repos/asf/cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/sourceresolve/jnet/) Do you agree if I apply the patch here at commons-jnet too? -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member, PMC Chair reinhard@... ________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Reinhard Pötz wrote:
> Carsten Ziegeler wrote: >> Torsten Curdt wrote: >>> Thanks, Rahul! Karma granted! >>> >> Thanks everyone, >> >> I just copied the initial code to the sandbox. > > great. > > Carsten, Steven refactored the code so that internals of "parent-aware > URLStreamHandlers" are hidden in an inner class and it explicitly uses a > linked list to store them. (see > http://svn.apache.org/repos/asf/cocoon/trunk/subprojects/cocoon-jnet/src/main/java/org/apache/excalibur/sourceresolve/jnet/) > > > Do you agree if I apply the patch here at commons-jnet too? > Please note that the version in commons might be a newer one than the one you copied to cocoon. So the patch might not be a drop-in replacement. Carsten -- Carsten Ziegeler cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)On Fri, May 16, 2008 at 2:16 PM, Carsten Ziegeler <cziegeler@...> wrote:
> Niall Pemberton wrote: >> >> On Fri, May 16, 2008 at 1:54 PM, Carsten Ziegeler <cziegeler@...> >> wrote: >>> >>> Torsten Curdt wrote: >>>> >>>> Thanks, Rahul! Karma granted! >>>> >>> Thanks everyone, >>> >>> I just copied the initial code to the sandbox. >> >> Mind if I fix a few things in the maven build? We have some >> properities that need to be set (used in commons parent) and the build >> assumes the NOTICE/LICENSE files have ".txt" extensions. >> > Ah, ok - just please go ahead and change. Many thanks! OK done - commons-parent sets the source/target compile options to "1.3" by default - this can be overriden by specifying "maven.compile.source" and "maven.compile.target" in the component pom - I've added these to JNet, set to 1.3 - but you may want to adjust if they are not correct. Niall > Carsten > -- > Carsten Ziegeler > cziegeler@... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Niall Pemberton schrieb:
> On Fri, May 16, 2008 at 2:16 PM, Carsten Ziegeler <cziegeler@...> wrote: >> Niall Pemberton wrote: >>> On Fri, May 16, 2008 at 1:54 PM, Carsten Ziegeler <cziegeler@...> >>> wrote: >>>> Torsten Curdt wrote: >>>>> Thanks, Rahul! Karma granted! >>>>> >>>> Thanks everyone, >>>> >>>> I just copied the initial code to the sandbox. >>> Mind if I fix a few things in the maven build? We have some >>> properities that need to be set (used in commons parent) and the build >>> assumes the NOTICE/LICENSE files have ".txt" extensions. >>> >> Ah, ok - just please go ahead and change. Many thanks! > > OK done - commons-parent sets the source/target compile options to > "1.3" by default - this can be overriden by specifying > "maven.compile.source" and "maven.compile.target" in the component pom > - I've added these to JNet, set to 1.3 - but you may want to adjust if > they are not correct. > 1.3 should be fine. Carsten -- Carsten Ziegeler cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)On Fri, May 16, 2008 at 2:30 PM, Carsten Ziegeler <cziegeler@...> wrote:
> Niall Pemberton schrieb: >> >> On Fri, May 16, 2008 at 2:16 PM, Carsten Ziegeler <cziegeler@...> >> wrote: >>> >>> Niall Pemberton wrote: >>>> >>>> On Fri, May 16, 2008 at 1:54 PM, Carsten Ziegeler <cziegeler@...> >>>> wrote: >>>>> >>>>> Torsten Curdt wrote: >>>>>> >>>>>> Thanks, Rahul! Karma granted! >>>>>> >>>>> Thanks everyone, >>>>> >>>>> I just copied the initial code to the sandbox. >>>> >>>> Mind if I fix a few things in the maven build? We have some >>>> properities that need to be set (used in commons parent) and the build >>>> assumes the NOTICE/LICENSE files have ".txt" extensions. >>>> >>> Ah, ok - just please go ahead and change. Many thanks! >> >> OK done - commons-parent sets the source/target compile options to >> "1.3" by default - this can be overriden by specifying >> "maven.compile.source" and "maven.compile.target" in the component pom >> - I've added these to JNet, set to 1.3 - but you may want to adjust if >> they are not correct. >> > Thanks Niall, > > 1.3 should be fine. OK good. I also added the bare bones of a site for JNet and have added it in to the list of sandbox components - should be there after the next sync: http://commons.apache.org/sandbox/index.html Niall > Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Sandbox karma request (was Re: Possible contribution to commons: JNET)Niall Pemberton wrote:
> > OK good. I also added the bare bones of a site for JNet and have added > it in to the list of sandbox components - should be there after the > next sync: > > http://commons.apache.org/sandbox/index.html > Again, thanks Niall! I'll continue with jnet in two weeks when I'm back from vacation :) Carsten -- Carsten Ziegeler cziegeler@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |