|
View:
New views
18 Messages
—
Rating Filter:
Alert me
|
|
|
[ANN] Tacos 4.1.0 releaseHi all,
It's a pleasure for me to announce the release of Tacos 4.1.0 (http://tacos.sourceforge.net/tacos4.1/) - the first stable tacos release supporting Tapestry 4.1.x and offering: * Dojo Widget - Generic component for (almost) all dojo widgets. * script.aculo.us - brand new components based on script.aculo.us * Comet component * New Annotations - allow you to inject ILinks and easily check if component parameters are bound. * New binding prefixes - including 'template' that makes string related ognl expressions easier, and 'absoluteAsset' which works like the asset binding but makes sure that the created url is absolute. * BeanForm - All-in-one, flexible bean editor BeanForm has become a major part of Tacos. This update offers complete compatibility with Tapestry 4.1.2. * Tapdoc - though not yet properly released from within tacos, it offers a maven plugin for component reference generation. Furthermore: - The jars have already been deployed over at ibiblio.org - more installation instructions can be found at http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html - Beanform (http://beanform.sourceforge.net/) and Tapdoc (http://www.erinors.com/developer/project/tapdoc/) have merged with Tacos. - Huge thanks to our latest committer Igor Drobiazko whose excitement has shed new life to the project. - Extra special thanks to all the people that contributed code, esp. Daniel Gredler, Norbert Sandor, Patrick Moore, Ming Jiang and Craig Spry Have fun with it! -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseIt's really impressive, especially the DojoWidget component! Thanks
for the great work. I have a few questions: why using script.acuous.us and not dojo for Draggable and Droppable? have you tested DojoWidget with menus? and, finally, just to be sure: DojoWidget do not require "parseWidget" shell parameters to be true, right? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseMartino Piccinato wrote: > It's really impressive, especially the DojoWidget component! Thanks > for the great work. > > I have a few questions: > > why using script.acuous.us and not dojo for Draggable and Droppable? > For dojo dnd, there's the DropTarget component - see the related component docs. > have you tested DojoWidget with menus? > Not sure - perhaps Igor has > and, finally, just to be sure: DojoWidget do not require "parseWidget" > shell parameters to be true, right? > Exactly, it uses javascript to declare the components - again, see the related component docs. > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseOn 9/6/07, Martino Piccinato <martino.piccinato@...> wrote:
> > > have you tested DojoWidget with menus? DojoWidget was tested with examples in the demo application. Please explore the demo app. Do you mean dojo.widget.Menu2? There is no example for this widget. You can try it out and report bugs, if you find some. |
|
|
Re: [ANN] Tacos 4.1.0 releaseIt's working perfectly. Thanks again for tacos, I think tapestry isn't
really complete without it. The new DojoWidget component is great :-) On 9/6/07, Igor Drobiazko <igor.drobiazko@...> wrote: > On 9/6/07, Martino Piccinato <martino.piccinato@...> wrote: > > > > > > have you tested DojoWidget with menus? > > > DojoWidget was tested with examples in the demo application. Please explore > the demo app. > Do you mean dojo.widget.Menu2? There is no example for this widget. > You can try it out and report bugs, if you find some. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseI should grab this opportunity in order to also thank Shing Hing Man for
his contributions... Thx Shing! Martino Piccinato wrote: > It's working perfectly. Thanks again for tacos, I think tapestry isn't > really complete without it. The new DojoWidget component is great :-) > > On 9/6/07, Igor Drobiazko <igor.drobiazko@...> wrote: > >> On 9/6/07, Martino Piccinato <martino.piccinato@...> wrote: >> >>> have you tested DojoWidget with menus? >>> >> DojoWidget was tested with examples in the demo application. Please explore >> the demo app. >> Do you mean dojo.widget.Menu2? There is no example for this widget. >> You can try it out and report bugs, if you find some. >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseI have deployed the Tacos Demo 4.1.1 on my server at
http://lombok.demon.co.uk/tacosDemo41/app Shing --- andyhot <andyhot@...> wrote: > I should grab this opportunity in order to also > thank Shing Hing Man for > his contributions... > > Thx Shing! > > Martino Piccinato wrote: > > It's working perfectly. Thanks again for tacos, I > think tapestry isn't > > really complete without it. The new DojoWidget > component is great :-) > > > > On 9/6/07, Igor Drobiazko > <igor.drobiazko@...> wrote: > > > >> On 9/6/07, Martino Piccinato > <martino.piccinato@...> wrote: > >> > >>> have you tested DojoWidget with menus? > >>> > >> DojoWidget was tested with examples in the demo > application. Please explore > >> the demo app. > >> Do you mean dojo.widget.Menu2? There is no > example for this widget. > >> You can try it out and report bugs, if you find > some. > >> > >> > > > > > > > To unsubscribe, e-mail: > users-unsubscribe@... > > For additional commands, e-mail: > users-help@... > > > > > > > > -- > Andreas Andreou - andyhot@... - > http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > > > To unsubscribe, e-mail: > users-unsubscribe@... > For additional commands, e-mail: > users-help@... > > Home page : http://www.lombok.demon.co.uk/ ___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseInteresting, you are no longer using Dojo for tree? Tree is not in
Dojo part of the demo anymore. What kind of tree is used right now? Renat On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > I have deployed the Tacos Demo 4.1.1 on my server at > > http://lombok.demon.co.uk/tacosDemo41/app > > > Shing > > > --- andyhot <andyhot@...> wrote: > > > I should grab this opportunity in order to also > > thank Shing Hing Man for > > his contributions... > > > > Thx Shing! > > > > Martino Piccinato wrote: > > > It's working perfectly. Thanks again for tacos, I > > think tapestry isn't > > > really complete without it. The new DojoWidget > > component is great :-) > > > > > > On 9/6/07, Igor Drobiazko > > <igor.drobiazko@...> wrote: > > > > > >> On 9/6/07, Martino Piccinato > > <martino.piccinato@...> wrote: > > >> > > >>> have you tested DojoWidget with menus? > > >>> > > >> DojoWidget was tested with examples in the demo > > application. Please explore > > >> the demo app. > > >> Do you mean dojo.widget.Menu2? There is no > > example for this widget. > > >> You can try it out and report bugs, if you find > > some. > > >> > > >> > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > users-unsubscribe@... > > > For additional commands, e-mail: > > users-help@... > > > > > > > > > > > > > -- > > Andreas Andreou - andyhot@... - > > http://andyhot.di.uoa.gr > > Tapestry / Tacos developer > > Open Source / JEE Consulting > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > users-unsubscribe@... > > For additional commands, e-mail: > > users-help@... > > > > > > > Home page : http://www.lombok.demon.co.uk/ > > > > ___________________________________________________________ > Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Best regards, Renat Zubairov --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseRenat, i dont remember ever it being the dojo tree... even in the
previous versions. It's just a combination of css and (Ajax)DirectLinks updating the correct segment. That said, i'm curious if dojo's tree can now be constructed using the dojo:Widget component Renat Zubairov wrote: > Interesting, you are no longer using Dojo for tree? Tree is not in > Dojo part of the demo anymore. What kind of tree is used right now? > > Renat > > On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > >> I have deployed the Tacos Demo 4.1.1 on my server at >> >> http://lombok.demon.co.uk/tacosDemo41/app >> >> >> Shing >> >> >> --- andyhot <andyhot@...> wrote: >> >> >>> I should grab this opportunity in order to also >>> thank Shing Hing Man for >>> his contributions... >>> >>> Thx Shing! >>> >>> Martino Piccinato wrote: >>> >>>> It's working perfectly. Thanks again for tacos, I >>>> >>> think tapestry isn't >>> >>>> really complete without it. The new DojoWidget >>>> >>> component is great :-) >>> >>>> On 9/6/07, Igor Drobiazko >>>> >>> <igor.drobiazko@...> wrote: >>> >>>>> On 9/6/07, Martino Piccinato >>>>> >>> <martino.piccinato@...> wrote: >>> >>>>>> have you tested DojoWidget with menus? >>>>>> >>>>>> >>>>> DojoWidget was tested with examples in the demo >>>>> >>> application. Please explore >>> >>>>> the demo app. >>>>> Do you mean dojo.widget.Menu2? There is no >>>>> >>> example for this widget. >>> >>>>> You can try it out and report bugs, if you find >>>>> >>> some. >>> >>>>> >>>> >> --------------------------------------------------------------------- >> >>>> To unsubscribe, e-mail: >>>> >>> users-unsubscribe@... >>> >>>> For additional commands, e-mail: >>>> >>> users-help@... >>> >>>> >>>> >>> -- >>> Andreas Andreou - andyhot@... - >>> http://andyhot.di.uoa.gr >>> Tapestry / Tacos developer >>> Open Source / JEE Consulting >>> >>> >>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: >>> users-unsubscribe@... >>> For additional commands, e-mail: >>> users-help@... >>> >>> >>> >> Home page : http://www.lombok.demon.co.uk/ >> >> >> >> ___________________________________________________________ >> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseActually I'm quite glad that it is not a Dojo tree because in my
opinion it's too heavy for my simple usecases. What is required tapestry version for Tacos 4.1? Renat On 08/09/07, andyhot <andyhot@...> wrote: > Renat, i dont remember ever it being the dojo tree... even in the > previous versions. > It's just a combination of css and (Ajax)DirectLinks updating the > correct segment. > > That said, i'm curious if dojo's tree can now be constructed using the > dojo:Widget component > > > Renat Zubairov wrote: > > Interesting, you are no longer using Dojo for tree? Tree is not in > > Dojo part of the demo anymore. What kind of tree is used right now? > > > > Renat > > > > On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > > > >> I have deployed the Tacos Demo 4.1.1 on my server at > >> > >> http://lombok.demon.co.uk/tacosDemo41/app > >> > >> > >> Shing > >> > >> > >> --- andyhot <andyhot@...> wrote: > >> > >> > >>> I should grab this opportunity in order to also > >>> thank Shing Hing Man for > >>> his contributions... > >>> > >>> Thx Shing! > >>> > >>> Martino Piccinato wrote: > >>> > >>>> It's working perfectly. Thanks again for tacos, I > >>>> > >>> think tapestry isn't > >>> > >>>> really complete without it. The new DojoWidget > >>>> > >>> component is great :-) > >>> > >>>> On 9/6/07, Igor Drobiazko > >>>> > >>> <igor.drobiazko@...> wrote: > >>> > >>>>> On 9/6/07, Martino Piccinato > >>>>> > >>> <martino.piccinato@...> wrote: > >>> > >>>>>> have you tested DojoWidget with menus? > >>>>>> > >>>>>> > >>>>> DojoWidget was tested with examples in the demo > >>>>> > >>> application. Please explore > >>> > >>>>> the demo app. > >>>>> Do you mean dojo.widget.Menu2? There is no > >>>>> > >>> example for this widget. > >>> > >>>>> You can try it out and report bugs, if you find > >>>>> > >>> some. > >>> > >>>>> > >>>> > >> --------------------------------------------------------------------- > >> > >>>> To unsubscribe, e-mail: > >>>> > >>> users-unsubscribe@... > >>> > >>>> For additional commands, e-mail: > >>>> > >>> users-help@... > >>> > >>>> > >>>> > >>> -- > >>> Andreas Andreou - andyhot@... - > >>> http://andyhot.di.uoa.gr > >>> Tapestry / Tacos developer > >>> Open Source / JEE Consulting > >>> > >>> > >>> > >>> > >> --------------------------------------------------------------------- > >> > >>> To unsubscribe, e-mail: > >>> users-unsubscribe@... > >>> For additional commands, e-mail: > >>> users-help@... > >>> > >>> > >>> > >> Home page : http://www.lombok.demon.co.uk/ > >> > >> > >> > >> ___________________________________________________________ > >> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@... > >> For additional commands, e-mail: users-help@... > >> > >> > >> > > > > > > > > -- > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Best regards, Renat Zubairov --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseRenat Zubairov wrote:
> Actually I'm quite glad that it is not a Dojo tree because in my > opinion it's too heavy for my simple usecases. > I think that was Jesse's opinion as well :) > What is required tapestry version for Tacos 4.1? > The idea is that each tacos 4.1 release will support the latest tapestry 4.1 release, so 4.1.2 in this case... having said that, it works with 4.1.3-SNAPSHOT beautifully > Renat > > On 08/09/07, andyhot <andyhot@...> wrote: > >> Renat, i dont remember ever it being the dojo tree... even in the >> previous versions. >> It's just a combination of css and (Ajax)DirectLinks updating the >> correct segment. >> >> That said, i'm curious if dojo's tree can now be constructed using the >> dojo:Widget component >> >> >> Renat Zubairov wrote: >> >>> Interesting, you are no longer using Dojo for tree? Tree is not in >>> Dojo part of the demo anymore. What kind of tree is used right now? >>> >>> Renat >>> >>> On 07/09/2007, Shing Hing Man <matmsh@...> wrote: >>> >>> >>>> I have deployed the Tacos Demo 4.1.1 on my server at >>>> >>>> http://lombok.demon.co.uk/tacosDemo41/app >>>> >>>> >>>> Shing >>>> >>>> >>>> --- andyhot <andyhot@...> wrote: >>>> >>>> >>>> >>>>> I should grab this opportunity in order to also >>>>> thank Shing Hing Man for >>>>> his contributions... >>>>> >>>>> Thx Shing! >>>>> >>>>> Martino Piccinato wrote: >>>>> >>>>> >>>>>> It's working perfectly. Thanks again for tacos, I >>>>>> >>>>>> >>>>> think tapestry isn't >>>>> >>>>> >>>>>> really complete without it. The new DojoWidget >>>>>> >>>>>> >>>>> component is great :-) >>>>> >>>>> >>>>>> On 9/6/07, Igor Drobiazko >>>>>> >>>>>> >>>>> <igor.drobiazko@...> wrote: >>>>> >>>>> >>>>>>> On 9/6/07, Martino Piccinato >>>>>>> >>>>>>> >>>>> <martino.piccinato@...> wrote: >>>>> >>>>> >>>>>>>> have you tested DojoWidget with menus? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> DojoWidget was tested with examples in the demo >>>>>>> >>>>>>> >>>>> application. Please explore >>>>> >>>>> >>>>>>> the demo app. >>>>>>> Do you mean dojo.widget.Menu2? There is no >>>>>>> >>>>>>> >>>>> example for this widget. >>>>> >>>>> >>>>>>> You can try it out and report bugs, if you find >>>>>>> >>>>>>> >>>>> some. >>>>> >>>>> >>>> --------------------------------------------------------------------- >>>> >>>> >>>>>> To unsubscribe, e-mail: >>>>>> >>>>>> >>>>> users-unsubscribe@... >>>>> >>>>> >>>>>> For additional commands, e-mail: >>>>>> >>>>>> >>>>> users-help@... >>>>> >>>>> >>>>>> >>>>> -- >>>>> Andreas Andreou - andyhot@... - >>>>> http://andyhot.di.uoa.gr >>>>> Tapestry / Tacos developer >>>>> Open Source / JEE Consulting >>>>> >>>>> >>>>> >>>>> >>>>> >>>> --------------------------------------------------------------------- >>>> >>>> >>>>> To unsubscribe, e-mail: >>>>> users-unsubscribe@... >>>>> For additional commands, e-mail: >>>>> users-help@... >>>>> >>>>> >>>>> >>>>> >>>> Home page : http://www.lombok.demon.co.uk/ >>>> >>>> >>>> >>>> ___________________________________________________________ >>>> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> >>> >> -- >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr >> Tapestry / Tacos developer >> Open Source / JEE Consulting >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseGreat, thank you very much for the information. I'm eager to try to
port my old T4.0 contrib:Tree to the new Tacos tree. BTW will it also work when javascript is not available? Renat On 08/09/07, andyhot <andyhot@...> wrote: > Renat Zubairov wrote: > > Actually I'm quite glad that it is not a Dojo tree because in my > > opinion it's too heavy for my simple usecases. > > > I think that was Jesse's opinion as well :) > > > What is required tapestry version for Tacos 4.1? > > > > The idea is that each tacos 4.1 release will support the latest > tapestry 4.1 release, so 4.1.2 in this case... having said that, > it works with 4.1.3-SNAPSHOT beautifully > > > Renat > > > > On 08/09/07, andyhot <andyhot@...> wrote: > > > >> Renat, i dont remember ever it being the dojo tree... even in the > >> previous versions. > >> It's just a combination of css and (Ajax)DirectLinks updating the > >> correct segment. > >> > >> That said, i'm curious if dojo's tree can now be constructed using the > >> dojo:Widget component > >> > >> > >> Renat Zubairov wrote: > >> > >>> Interesting, you are no longer using Dojo for tree? Tree is not in > >>> Dojo part of the demo anymore. What kind of tree is used right now? > >>> > >>> Renat > >>> > >>> On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > >>> > >>> > >>>> I have deployed the Tacos Demo 4.1.1 on my server at > >>>> > >>>> http://lombok.demon.co.uk/tacosDemo41/app > >>>> > >>>> > >>>> Shing > >>>> > >>>> > >>>> --- andyhot <andyhot@...> wrote: > >>>> > >>>> > >>>> > >>>>> I should grab this opportunity in order to also > >>>>> thank Shing Hing Man for > >>>>> his contributions... > >>>>> > >>>>> Thx Shing! > >>>>> > >>>>> Martino Piccinato wrote: > >>>>> > >>>>> > >>>>>> It's working perfectly. Thanks again for tacos, I > >>>>>> > >>>>>> > >>>>> think tapestry isn't > >>>>> > >>>>> > >>>>>> really complete without it. The new DojoWidget > >>>>>> > >>>>>> > >>>>> component is great :-) > >>>>> > >>>>> > >>>>>> On 9/6/07, Igor Drobiazko > >>>>>> > >>>>>> > >>>>> <igor.drobiazko@...> wrote: > >>>>> > >>>>> > >>>>>>> On 9/6/07, Martino Piccinato > >>>>>>> > >>>>>>> > >>>>> <martino.piccinato@...> wrote: > >>>>> > >>>>> > >>>>>>>> have you tested DojoWidget with menus? > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>> DojoWidget was tested with examples in the demo > >>>>>>> > >>>>>>> > >>>>> application. Please explore > >>>>> > >>>>> > >>>>>>> the demo app. > >>>>>>> Do you mean dojo.widget.Menu2? There is no > >>>>>>> > >>>>>>> > >>>>> example for this widget. > >>>>> > >>>>> > >>>>>>> You can try it out and report bugs, if you find > >>>>>>> > >>>>>>> > >>>>> some. > >>>>> > >>>>> > >>>> --------------------------------------------------------------------- > >>>> > >>>> > >>>>>> To unsubscribe, e-mail: > >>>>>> > >>>>>> > >>>>> users-unsubscribe@... > >>>>> > >>>>> > >>>>>> For additional commands, e-mail: > >>>>>> > >>>>>> > >>>>> users-help@... > >>>>> > >>>>> > >>>>>> > >>>>> -- > >>>>> Andreas Andreou - andyhot@... - > >>>>> http://andyhot.di.uoa.gr > >>>>> Tapestry / Tacos developer > >>>>> Open Source / JEE Consulting > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>> --------------------------------------------------------------------- > >>>> > >>>> > >>>>> To unsubscribe, e-mail: > >>>>> users-unsubscribe@... > >>>>> For additional commands, e-mail: > >>>>> users-help@... > >>>>> > >>>>> > >>>>> > >>>>> > >>>> Home page : http://www.lombok.demon.co.uk/ > >>>> > >>>> > >>>> > >>>> ___________________________________________________________ > >>>> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html > >>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: users-unsubscribe@... > >>>> For additional commands, e-mail: users-help@... > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >> -- > >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > >> Tapestry / Tacos developer > >> Open Source / JEE Consulting > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@... > >> For additional commands, e-mail: users-help@... > >> > >> > >> > > > > > > > > -- > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Best regards, Renat Zubairov --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releasewell... i dont know ;)
you try... http://lombok.demon.co.uk/tacosDemo41/forms/Tree.html Renat Zubairov wrote: > Great, thank you very much for the information. I'm eager to try to > port my old T4.0 contrib:Tree to the new Tacos tree. > BTW will it also work when javascript is not available? > > Renat > > On 08/09/07, andyhot <andyhot@...> wrote: > >> Renat Zubairov wrote: >> >>> Actually I'm quite glad that it is not a Dojo tree because in my >>> opinion it's too heavy for my simple usecases. >>> >>> >> I think that was Jesse's opinion as well :) >> >> >>> What is required tapestry version for Tacos 4.1? >>> >>> >> The idea is that each tacos 4.1 release will support the latest >> tapestry 4.1 release, so 4.1.2 in this case... having said that, >> it works with 4.1.3-SNAPSHOT beautifully >> >> >>> Renat >>> >>> On 08/09/07, andyhot <andyhot@...> wrote: >>> >>> >>>> Renat, i dont remember ever it being the dojo tree... even in the >>>> previous versions. >>>> It's just a combination of css and (Ajax)DirectLinks updating the >>>> correct segment. >>>> >>>> That said, i'm curious if dojo's tree can now be constructed using the >>>> dojo:Widget component >>>> >>>> >>>> Renat Zubairov wrote: >>>> >>>> >>>>> Interesting, you are no longer using Dojo for tree? Tree is not in >>>>> Dojo part of the demo anymore. What kind of tree is used right now? >>>>> >>>>> Renat >>>>> >>>>> On 07/09/2007, Shing Hing Man <matmsh@...> wrote: >>>>> >>>>> >>>>> >>>>>> I have deployed the Tacos Demo 4.1.1 on my server at >>>>>> >>>>>> http://lombok.demon.co.uk/tacosDemo41/app >>>>>> >>>>>> >>>>>> Shing >>>>>> >>>>>> >>>>>> --- andyhot <andyhot@...> wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> I should grab this opportunity in order to also >>>>>>> thank Shing Hing Man for >>>>>>> his contributions... >>>>>>> >>>>>>> Thx Shing! >>>>>>> >>>>>>> Martino Piccinato wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> It's working perfectly. Thanks again for tacos, I >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> think tapestry isn't >>>>>>> >>>>>>> >>>>>>> >>>>>>>> really complete without it. The new DojoWidget >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> component is great :-) >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On 9/6/07, Igor Drobiazko >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> <igor.drobiazko@...> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>>> On 9/6/07, Martino Piccinato >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> <martino.piccinato@...> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>>>> have you tested DojoWidget with menus? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> DojoWidget was tested with examples in the demo >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> application. Please explore >>>>>>> >>>>>>> >>>>>>> >>>>>>>>> the demo app. >>>>>>>>> Do you mean dojo.widget.Menu2? There is no >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> example for this widget. >>>>>>> >>>>>>> >>>>>>> >>>>>>>>> You can try it out and report bugs, if you find >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> some. >>>>>>> >>>>>>> >>>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> >>>>>> >>>>>> >>>>>>>> To unsubscribe, e-mail: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> users-unsubscribe@... >>>>>>> >>>>>>> >>>>>>> >>>>>>>> For additional commands, e-mail: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Andreas Andreou - andyhot@... - >>>>>>> http://andyhot.di.uoa.gr >>>>>>> Tapestry / Tacos developer >>>>>>> Open Source / JEE Consulting >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> >>>>>> >>>>>> >>>>>>> To unsubscribe, e-mail: >>>>>>> users-unsubscribe@... >>>>>>> For additional commands, e-mail: >>>>>>> users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> Home page : http://www.lombok.demon.co.uk/ >>>>>> >>>>>> >>>>>> >>>>>> ___________________________________________________________ >>>>>> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>> -- >>>> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr >>>> Tapestry / Tacos developer >>>> Open Source / JEE Consulting >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> >>> >> -- >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr >> Tapestry / Tacos developer >> Open Source / JEE Consulting >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseMy last question was a bit stupid one, it is actually working (just
tried it on the demo). That's really great, that I wouldn't need to redo all my HTTPUnit based automated acceptance tests that do not understand Javascript. :) Thanks! Renat On 08/09/07, Renat Zubairov <renat.zubairov@...> wrote: > Great, thank you very much for the information. I'm eager to try to > port my old T4.0 contrib:Tree to the new Tacos tree. > BTW will it also work when javascript is not available? > > Renat > > On 08/09/07, andyhot <andyhot@...> wrote: > > Renat Zubairov wrote: > > > Actually I'm quite glad that it is not a Dojo tree because in my > > > opinion it's too heavy for my simple usecases. > > > > > I think that was Jesse's opinion as well :) > > > > > What is required tapestry version for Tacos 4.1? > > > > > > > The idea is that each tacos 4.1 release will support the latest > > tapestry 4.1 release, so 4.1.2 in this case... having said that, > > it works with 4.1.3-SNAPSHOT beautifully > > > > > Renat > > > > > > On 08/09/07, andyhot <andyhot@...> wrote: > > > > > >> Renat, i dont remember ever it being the dojo tree... even in the > > >> previous versions. > > >> It's just a combination of css and (Ajax)DirectLinks updating the > > >> correct segment. > > >> > > >> That said, i'm curious if dojo's tree can now be constructed using the > > >> dojo:Widget component > > >> > > >> > > >> Renat Zubairov wrote: > > >> > > >>> Interesting, you are no longer using Dojo for tree? Tree is not in > > >>> Dojo part of the demo anymore. What kind of tree is used right now? > > >>> > > >>> Renat > > >>> > > >>> On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > > >>> > > >>> > > >>>> I have deployed the Tacos Demo 4.1.1 on my server at > > >>>> > > >>>> http://lombok.demon.co.uk/tacosDemo41/app > > >>>> > > >>>> > > >>>> Shing > > >>>> > > >>>> > > >>>> --- andyhot <andyhot@...> wrote: > > >>>> > > >>>> > > >>>> > > >>>>> I should grab this opportunity in order to also > > >>>>> thank Shing Hing Man for > > >>>>> his contributions... > > >>>>> > > >>>>> Thx Shing! > > >>>>> > > >>>>> Martino Piccinato wrote: > > >>>>> > > >>>>> > > >>>>>> It's working perfectly. Thanks again for tacos, I > > >>>>>> > > >>>>>> > > >>>>> think tapestry isn't > > >>>>> > > >>>>> > > >>>>>> really complete without it. The new DojoWidget > > >>>>>> > > >>>>>> > > >>>>> component is great :-) > > >>>>> > > >>>>> > > >>>>>> On 9/6/07, Igor Drobiazko > > >>>>>> > > >>>>>> > > >>>>> <igor.drobiazko@...> wrote: > > >>>>> > > >>>>> > > >>>>>>> On 9/6/07, Martino Piccinato > > >>>>>>> > > >>>>>>> > > >>>>> <martino.piccinato@...> wrote: > > >>>>> > > >>>>> > > >>>>>>>> have you tested DojoWidget with menus? > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>> DojoWidget was tested with examples in the demo > > >>>>>>> > > >>>>>>> > > >>>>> application. Please explore > > >>>>> > > >>>>> > > >>>>>>> the demo app. > > >>>>>>> Do you mean dojo.widget.Menu2? There is no > > >>>>>>> > > >>>>>>> > > >>>>> example for this widget. > > >>>>> > > >>>>> > > >>>>>>> You can try it out and report bugs, if you find > > >>>>>>> > > >>>>>>> > > >>>>> some. > > >>>>> > > >>>>> > > >>>> --------------------------------------------------------------------- > > >>>> > > >>>> > > >>>>>> To unsubscribe, e-mail: > > >>>>>> > > >>>>>> > > >>>>> users-unsubscribe@... > > >>>>> > > >>>>> > > >>>>>> For additional commands, e-mail: > > >>>>>> > > >>>>>> > > >>>>> users-help@... > > >>>>> > > >>>>> > > >>>>>> > > >>>>> -- > > >>>>> Andreas Andreou - andyhot@... - > > >>>>> http://andyhot.di.uoa.gr > > >>>>> Tapestry / Tacos developer > > >>>>> Open Source / JEE Consulting > > >>>>> > > >>>>> > > >>>>> > > >>>>> > > >>>>> > > >>>> --------------------------------------------------------------------- > > >>>> > > >>>> > > >>>>> To unsubscribe, e-mail: > > >>>>> users-unsubscribe@... > > >>>>> For additional commands, e-mail: > > >>>>> users-help@... > > >>>>> > > >>>>> > > >>>>> > > >>>>> > > >>>> Home page : http://www.lombok.demon.co.uk/ > > >>>> > > >>>> > > >>>> > > >>>> ___________________________________________________________ > > >>>> Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html > > >>>> > > >>>> --------------------------------------------------------------------- > > >>>> To unsubscribe, e-mail: users-unsubscribe@... > > >>>> For additional commands, e-mail: users-help@... > > >>>> > > >>>> > > >>>> > > >>>> > > >>> > > >>> > > >> -- > > >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > > >> Tapestry / Tacos developer > > >> Open Source / JEE Consulting > > >> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: users-unsubscribe@... > > >> For additional commands, e-mail: users-help@... > > >> > > >> > > >> > > > > > > > > > > > > > -- > > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > > Tapestry / Tacos developer > > Open Source / JEE Consulting > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@... > > For additional commands, e-mail: users-help@... > > > > > > > -- > Best regards, > Renat Zubairov > -- Best regards, Renat Zubairov --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseAs a sidenote; the latest HTMLunit understands even Dojo's Javascript quite
fine. Kalle On 9/8/07, Renat Zubairov <renat.zubairov@...> wrote: > > My last question was a bit stupid one, it is actually working (just > tried it on the demo). That's really great, that I wouldn't need to > redo all my HTTPUnit based automated acceptance tests that do not > understand Javascript. > > :) > > Thanks! > > Renat > > > On 08/09/07, Renat Zubairov <renat.zubairov@...> wrote: > > Great, thank you very much for the information. I'm eager to try to > > port my old T4.0 contrib:Tree to the new Tacos tree. > > BTW will it also work when javascript is not available? > > > > Renat > > > > On 08/09/07, andyhot <andyhot@...> wrote: > > > Renat Zubairov wrote: > > > > Actually I'm quite glad that it is not a Dojo tree because in my > > > > opinion it's too heavy for my simple usecases. > > > > > > > I think that was Jesse's opinion as well :) > > > > > > > What is required tapestry version for Tacos 4.1? > > > > > > > > > > The idea is that each tacos 4.1 release will support the latest > > > tapestry 4.1 release, so 4.1.2 in this case... having said that, > > > it works with 4.1.3-SNAPSHOT beautifully > > > > > > > Renat > > > > > > > > On 08/09/07, andyhot <andyhot@...> wrote: > > > > > > > >> Renat, i dont remember ever it being the dojo tree... even in the > > > >> previous versions. > > > >> It's just a combination of css and (Ajax)DirectLinks updating the > > > >> correct segment. > > > >> > > > >> That said, i'm curious if dojo's tree can now be constructed using > the > > > >> dojo:Widget component > > > >> > > > >> > > > >> Renat Zubairov wrote: > > > >> > > > >>> Interesting, you are no longer using Dojo for tree? Tree is not in > > > >>> Dojo part of the demo anymore. What kind of tree is used right > now? > > > >>> > > > >>> Renat > > > >>> > > > >>> On 07/09/2007, Shing Hing Man <matmsh@...> wrote: > > > >>> > > > >>> > > > >>>> I have deployed the Tacos Demo 4.1.1 on my server at > > > >>>> > > > >>>> http://lombok.demon.co.uk/tacosDemo41/app > > > >>>> > > > >>>> > > > >>>> Shing > > > >>>> > > > >>>> > > > >>>> --- andyhot <andyhot@...> wrote: > > > >>>> > > > >>>> > > > >>>> > > > >>>>> I should grab this opportunity in order to also > > > >>>>> thank Shing Hing Man for > > > >>>>> his contributions... > > > >>>>> > > > >>>>> Thx Shing! > > > >>>>> > > > >>>>> Martino Piccinato wrote: > > > >>>>> > > > >>>>> > > > >>>>>> It's working perfectly. Thanks again for tacos, I > > > >>>>>> > > > >>>>>> > > > >>>>> think tapestry isn't > > > >>>>> > > > >>>>> > > > >>>>>> really complete without it. The new DojoWidget > > > >>>>>> > > > >>>>>> > > > >>>>> component is great :-) > > > >>>>> > > > >>>>> > > > >>>>>> On 9/6/07, Igor Drobiazko > > > >>>>>> > > > >>>>>> > > > >>>>> <igor.drobiazko@...> wrote: > > > >>>>> > > > >>>>> > > > >>>>>>> On 9/6/07, Martino Piccinato > > > >>>>>>> > > > >>>>>>> > > > >>>>> <martino.piccinato@...> wrote: > > > >>>>> > > > >>>>> > > > >>>>>>>> have you tested DojoWidget with menus? > > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>> DojoWidget was tested with examples in the demo > > > >>>>>>> > > > >>>>>>> > > > >>>>> application. Please explore > > > >>>>> > > > >>>>> > > > >>>>>>> the demo app. > > > >>>>>>> Do you mean dojo.widget.Menu2? There is no > > > >>>>>>> > > > >>>>>>> > > > >>>>> example for this widget. > > > >>>>> > > > >>>>> > > > >>>>>>> You can try it out and report bugs, if you find > > > >>>>>>> > > > >>>>>>> > > > >>>>> some. > > > >>>>> > > > >>>>> > > > >>>> > --------------------------------------------------------------------- > > > >>>> > > > >>>> > > > >>>>>> To unsubscribe, e-mail: > > > >>>>>> > > > >>>>>> > > > >>>>> users-unsubscribe@... > > > >>>>> > > > >>>>> > > > >>>>>> For additional commands, e-mail: > > > >>>>>> > > > >>>>>> > > > >>>>> users-help@... > > > >>>>> > > > >>>>> > > > >>>>>> > > > >>>>> -- > > > >>>>> Andreas Andreou - andyhot@... - > > > >>>>> http://andyhot.di.uoa.gr > > > >>>>> Tapestry / Tacos developer > > > >>>>> Open Source / JEE Consulting > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>> > --------------------------------------------------------------------- > > > >>>> > > > >>>> > > > >>>>> To unsubscribe, e-mail: > > > >>>>> users-unsubscribe@... > > > >>>>> For additional commands, e-mail: > > > >>>>> users-help@... > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>>> > > > >>>> Home page : http://www.lombok.demon.co.uk/ > > > >>>> > > > >>>> > > > >>>> > > > >>>> ___________________________________________________________ > > > >>>> Want ideas for reducing your carbon footprint? Visit Yahoo! For > Good http://uk.promotions.yahoo.com/forgood/environment.html > > > >>>> > > > >>>> > --------------------------------------------------------------------- > > > >>>> To unsubscribe, e-mail: users-unsubscribe@... > > > >>>> For additional commands, e-mail: users-help@... > > > >>>> > > > >>>> > > > >>>> > > > >>>> > > > >>> > > > >>> > > > >> -- > > > >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > > > >> Tapestry / Tacos developer > > > >> Open Source / JEE Consulting > > > >> > > > >> > > > >> > --------------------------------------------------------------------- > > > >> To unsubscribe, e-mail: users-unsubscribe@... > > > >> For additional commands, e-mail: users-help@... > > > >> > > > >> > > > >> > > > > > > > > > > > > > > > > > > -- > > > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > > > Tapestry / Tacos developer > > > Open Source / JEE Consulting > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@... > > > For additional commands, e-mail: users-help@... > > > > > > > > > > > > -- > > Best regards, > > Renat Zubairov > > > > > -- > Best regards, > Renat Zubairov > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
|
|
Re: [ANN] Tacos 4.1.0 releaseHey Andy,
you mentioned that tapdoc is merging with Tacos. Where's the snapshot repo for tapdoc and which version should/could people be using? There's only 0.6.5-SNAPSHOT in Tacos nightly at: http://tacos.sourceforge.net/nightly/and the latest 0.7.0-SNAPSHOT at http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT/is from May. If I specify tapdoc in reporting section, I cannot get it to work because it's missing dependencies and in the reporting section it's not allowed to declare plugin dependencies. Which repository and version of tapdoc would you recommend using? Kalle On 9/6/07, Andreas Andreou <andyhot@...> wrote: > > Hi all, > It's a pleasure for me to announce the release of Tacos 4.1.0 > (http://tacos.sourceforge.net/tacos4.1/) - the first stable tacos > release supporting Tapestry 4.1.x and offering: > * Dojo Widget - Generic component for (almost) all dojo widgets. > * script.aculo.us - brand new components based on script.aculo.us > * Comet component > * New Annotations - allow you to inject ILinks and easily check if > component parameters are bound. > * New binding prefixes - including 'template' that makes string > related ognl expressions easier, and 'absoluteAsset' which works like > the asset binding but makes sure that the created url is absolute. > * BeanForm - All-in-one, flexible bean editor BeanForm has become a > major part of Tacos. This update offers complete compatibility with > Tapestry 4.1.2. > * Tapdoc - though not yet properly released from within tacos, it > offers a maven plugin for component reference generation. > > Furthermore: > - The jars have already been deployed over at ibiblio.org - more > installation instructions can be found at > > http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html > - Beanform (http://beanform.sourceforge.net/) and Tapdoc > (http://www.erinors.com/developer/project/tapdoc/) have merged > with Tacos. > - Huge thanks to our latest committer Igor Drobiazko whose excitement > has shed new life to the project. > - Extra special thanks to all the people that contributed code, esp. > Daniel Gredler, Norbert Sandor, Patrick Moore, Ming Jiang and Craig Spry > > Have fun with it! > > -- > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / J2EE Consulting > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
|
|
Re: [ANN] Tacos 4.1.0 release0.7.0-SNAPSHOT from
http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT has been copied to https://tacos.svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tapdoc and it already has some tweaks - you can easily build it from there and use it the way tacos-core does to build the docs. But there's no release yet, neither final (so as to exist in http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/tacos/) nor snapshot (those indeed go to http://tacos.sourceforge.net/nightly/) cause i was wanting to merge (and fix) some (crappy) code i had that added support for annotation only components. I'll post a followup later this week on any progress Kalle Korhonen wrote: > Hey Andy, > > you mentioned that tapdoc is merging with Tacos. Where's the snapshot repo > for tapdoc and which version should/could people be using? There's only > 0.6.5-SNAPSHOT in Tacos nightly at: > http://tacos.sourceforge.net/nightly/and the latest > 0.7.0-SNAPSHOT at > http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT/is > from May. If I specify tapdoc in reporting section, I cannot get it to > work because it's missing dependencies and in the reporting section it's not > allowed to declare plugin dependencies. Which repository and version of > tapdoc would you recommend using? > > Kalle > > On 9/6/07, Andreas Andreou <andyhot@...> wrote: > >> Hi all, >> It's a pleasure for me to announce the release of Tacos 4.1.0 >> (http://tacos.sourceforge.net/tacos4.1/) - the first stable tacos >> release supporting Tapestry 4.1.x and offering: >> * Dojo Widget - Generic component for (almost) all dojo widgets. >> * script.aculo.us - brand new components based on script.aculo.us >> * Comet component >> * New Annotations - allow you to inject ILinks and easily check if >> component parameters are bound. >> * New binding prefixes - including 'template' that makes string >> related ognl expressions easier, and 'absoluteAsset' which works like >> the asset binding but makes sure that the created url is absolute. >> * BeanForm - All-in-one, flexible bean editor BeanForm has become a >> major part of Tacos. This update offers complete compatibility with >> Tapestry 4.1.2. >> * Tapdoc - though not yet properly released from within tacos, it >> offers a maven plugin for component reference generation. >> >> Furthermore: >> - The jars have already been deployed over at ibiblio.org - more >> installation instructions can be found at >> >> http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html >> - Beanform (http://beanform.sourceforge.net/) and Tapdoc >> (http://www.erinors.com/developer/project/tapdoc/) have merged >> with Tacos. >> - Huge thanks to our latest committer Igor Drobiazko whose excitement >> has shed new life to the project. >> - Extra special thanks to all the people that contributed code, esp. >> Daniel Gredler, Norbert Sandor, Patrick Moore, Ming Jiang and Craig Spry >> >> Have fun with it! >> >> -- >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr >> Tapestry / Tacos developer >> Open Source / J2EE Consulting >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > -- Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [ANN] Tacos 4.1.0 releaseThanks Andy,
really appreciate your work. Yes, that's sort of what I assumed. For the time being using the 0.7.0-SNAPSHOT from erinors, declaring the dependencies in dependencyManagement and running it separately works for me. Kalle On 9/30/07, andyhot <andyhot@...> wrote: > > 0.7.0-SNAPSHOT from > > http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT > > has been copied to > https://tacos.svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tapdoc > > and it already has some tweaks - you can easily build it from there and > use it the > way tacos-core does to build the docs. > > But there's no release yet, > neither final (so as to exist in > http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/tacos/) > nor snapshot (those indeed go to http://tacos.sourceforge.net/nightly/) > cause i was wanting to merge (and fix) some (crappy) code i had that added > support for > annotation only components. I'll post a followup later this week on any > progress > > > > > Kalle Korhonen wrote: > > Hey Andy, > > > > you mentioned that tapdoc is merging with Tacos. Where's the snapshot > repo > > for tapdoc and which version should/could people be using? There's only > > 0.6.5-SNAPSHOT in Tacos nightly at: > > http://tacos.sourceforge.net/nightly/and the latest > > 0.7.0-SNAPSHOT at > > > http://www.erinors.com/developer/maven2/com/erinors/tapestry/tapdoc-maven-plugin/0.7.0-SNAPSHOT/is > > from May. If I specify tapdoc in reporting section, I cannot get it to > > work because it's missing dependencies and in the reporting section it's > not > > allowed to declare plugin dependencies. Which repository and version of > > tapdoc would you recommend using? > > > > Kalle > > > > On 9/6/07, Andreas Andreou <andyhot@...> wrote: > > > >> Hi all, > >> It's a pleasure for me to announce the release of Tacos 4.1.0 > >> (http://tacos.sourceforge.net/tacos4.1/) - the first stable tacos > >> release supporting Tapestry 4.1.x and offering: > >> * Dojo Widget - Generic component for (almost) all dojo widgets. > >> * script.aculo.us - brand new components based on script.aculo.us > >> * Comet component > >> * New Annotations - allow you to inject ILinks and easily check if > >> component parameters are bound. > >> * New binding prefixes - including 'template' that makes string > >> related ognl expressions easier, and 'absoluteAsset' which works like > >> the asset binding but makes sure that the created url is absolute. > >> * BeanForm - All-in-one, flexible bean editor BeanForm has become a > >> major part of Tacos. This update offers complete compatibility with > >> Tapestry 4.1.2. > >> * Tapdoc - though not yet properly released from within tacos, it > >> offers a maven plugin for component reference generation. > >> > >> Furthermore: > >> - The jars have already been deployed over at ibiblio.org - more > >> installation instructions can be found at > >> > >> > http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html > >> - Beanform (http://beanform.sourceforge.net/) and Tapdoc > >> (http://www.erinors.com/developer/project/tapdoc/) have merged > >> with Tacos. > >> - Huge thanks to our latest committer Igor Drobiazko whose excitement > >> has shed new life to the project. > >> - Extra special thanks to all the people that contributed code, esp. > >> Daniel Gredler, Norbert Sandor, Patrick Moore, Ming Jiang and Craig > Spry > >> > >> Have fun with it! > >> > >> -- > >> Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > >> Tapestry / Tacos developer > >> Open Source / J2EE Consulting > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@... > >> For additional commands, e-mail: users-help@... > >> > >> > >> > > > > > > -- > Andreas Andreou - andyhot@... - http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
| Free embeddable forum powered by Nabble | Forum Help |