You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Joakim Olsson <jo...@unbound.se> on 2011/04/24 21:20:59 UTC

[ANN] tapestry-breadcrumbs

Hi,

Just wanted to mention that I just released my little bread crumb
trail library tapestry-breadcrumbs over at Github
(https://github.com/argoyle/tapestry-breadcrumbs).

It should be available at Maven Central soonish I hope.

It's not much but I hope it can be of use.

Regards,
Joakim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Joakim Olsson <jo...@unbound.se>.
Yeah, just pushed the change but I think I'll wait a little while
before I release a new version in case other issues are raised. :-)

/Joakim


On Mon, Apr 25, 2011 at 7:53 PM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson <jo...@unbound.se> wrote:
>
>> Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with
>> the Tapestry-Module-Classes specified. A @SubModule is no longer
>> needed in your apps module-class.
>
> I see 'someone' firing an issue again about "explicit configuration"... :-)
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Apr 25, 2011 at 12:37 PM, Joakim Olsson <jo...@unbound.se> wrote:

> Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with
> the Tapestry-Module-Classes specified. A @SubModule is no longer
> needed in your apps module-class.

I see 'someone' firing an issue again about "explicit configuration"... :-)

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Joakim Olsson <jo...@unbound.se>.
Ok. Version 1.2 of tapestry-breadcrumbs released with a manifest with
the Tapestry-Module-Classes specified. A @SubModule is no longer
needed in your apps module-class.

it was as simple as creating the manifest-file and then telling
maven-jar-plugin to use that file as it's base manifest. Time to
update some of my other modules I think. :-)

/Joakim


On Mon, Apr 25, 2011 at 11:31 AM, Joakim Olsson <jo...@unbound.se> wrote:
> No problem. I'll try to come up with a solution anyway. I now it
> itched a bit when I had the problem the first time but not enough to
> solve it then. :-)
>
> /Joakim
>
>
> On Mon, Apr 25, 2011 at 11:11 AM, Massimo Lusetti <ml...@gmail.com> wrote:
>> On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson <jo...@unbound.se> wrote:
>>
>>> I'll try to come up with a solution that works for both cases.
>>
>> BTW mine was not a remark... just a question.
>>
>> Cheers
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Joakim Olsson <jo...@unbound.se>.
No problem. I'll try to come up with a solution anyway. I now it
itched a bit when I had the problem the first time but not enough to
solve it then. :-)

/Joakim


On Mon, Apr 25, 2011 at 11:11 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson <jo...@unbound.se> wrote:
>
>> I'll try to come up with a solution that works for both cases.
>
> BTW mine was not a remark... just a question.
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Apr 25, 2011 at 10:52 AM, Joakim Olsson <jo...@unbound.se> wrote:

> I'll try to come up with a solution that works for both cases.

BTW mine was not a remark... just a question.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Joakim Olsson <jo...@unbound.se>.
Hi Massimo,

Thank you.

It's only a small change to the POM so of course I can make that change.

I think I had some problem with it in another project when running
from inside Eclipse though. It might have been the fact that
maven-jar-plugin is not involved at all inside Eclipse and then there
is no manifest.

I'll try to come up with a solution that works for both cases.

/Joakim


On Mon, Apr 25, 2011 at 9:53 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson <jo...@unbound.se> wrote:
>
>> It's not much but I hope it can be of use.
>
> OH it's nice... thanks. Just one question: Why do you choose to not
> declare your Module class in the manifest file?
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [ANN] tapestry-breadcrumbs

Posted by Massimo Lusetti <ml...@gmail.com>.
On Sun, Apr 24, 2011 at 9:20 PM, Joakim Olsson <jo...@unbound.se> wrote:

> It's not much but I hope it can be of use.

OH it's nice... thanks. Just one question: Why do you choose to not
declare your Module class in the manifest file?

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org