Re: WicketStuff artifacts naming strategy

2011-07-06 Thread Bruno Borges
ot;wicketstuff-", but Harald mentioned
>>>>> > >>> "org.wicketstuff."
>>>>> > >>>
>>>>> > >>> I don't want to use that, it's too verbose.
>>>>> > >>>
>>>>> > >>>
>>>>> > >>> *Bruno Borges*
>>>>> > >>> www.brunoborges.com.br
>>>>> > >>> +55 21 76727099
>>>>> > >>>
>>>>> > >>>
>>>>> > >>>
>>>>> > >>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
>>>>> > >>> <ja...@carmanconsulting.com>wrote:
>>>>> > >>>
>>>>> > >>>> I haven't seen that syntax before of having the group id in the
>>>>> > >>>> artifact id, at least not with the longer group ids (reverse
>>>>> domain).
>>>>> > >>>>
>>>>> > >>>> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges <
>>>>> > bruno.bor...@gmail.com>
>>>>> > >>>> wrote:
>>>>> > >>>> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>>>>> > >>>> >
>>>>> > >>>> > Is this ok?
>>>>> > >>>> >
>>>>> > >>>> > *Bruno Borges*
>>>>> > >>>> > www.brunoborges.com.br
>>>>> > >>>> > +55 21 76727099
>>>>> > >>>> >
>>>>> > >>>> >
>>>>> > >>>> >
>>>>> > >>>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
>>>>> > >> harald.wellm...@gmx.de
>>>>> > >>>> >wrote:
>>>>> > >>>> >
>>>>> > >>>> >> For Maven OSGi bundle artifacts, there is a quasi-convention
>>>>> to
>>>>> > have
>>>>> > >>>> >> artifactId = Bundle-Symbolic name, so you would have
>>>>> > >>>> >>
>>>>> > >>>> >> groupId: org.wicketstuff
>>>>> > >>>> >> artifactId: org.wicketstuff.foo.bar
>>>>> > >>>> >> version: 1.5
>>>>> > >>>> >>
>>>>> > >>>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>>>>> > >>>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>>>>> > >>>> >>
>>>>> > >>>> >> Apache Servicemix and Apache Aries use this convention,
while
>>>>> > Apache
>>>>> > >>>> >> Commons sticks with the old names.
>>>>> > >>>> >>
>>>>> > >>>> >> Having this naming scheme and the one Bruno suggested in
>>>>> parallel
>>>>> > >> would
>>>>> > >>>> >> help to distinguish OSGi bundles from plain old JARs.
>>>>> > >>>> >>
>>>>> > >>>> >> Then again, that would mean you'd have to rename artifacts,
>>>>> once
>>>>> > you
>>>>> > >>>> osgify
>>>>> > >>>> >> them.
>>>>> > >>>> >>
>>>>> > >>>> >> Regards,
>>>>> > >>>> >> Harald
>>>>> > >>>> >>
>>>>> > >>>> >>
>>>>> > >>>> >>
>>>>> > >>>> >>
>>>>> > >>>>
>>>>> >
>>>>>
--**--**-
>>>>> > >>>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**
apache.org<
>>>>> > >>>> users-unsubscr...@wicket.apache.org>
>>>>> > >>>> >> For additional commands, e-mail:
users-h...@wicket.apache.org
>>>>> > >>>> >>
>>>>> > >>>> >>
>>>>> > >>>> >
>>>>> > >>>>
>>>>> > >>>>
>>>>> -
>>>>> > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>> > >>>>
>>>>> > >>>>
>>>>> > >>
>>>>> > >
>>>>> > >
>>>>> > >
>>>>> > > --
>>>>> > > Martin Grigorov
>>>>> > > jWeekend
>>>>> > > Training, Consulting, Development
>>>>> > > http://jWeekend.com
>>>>> > >
>>>>> > >
>>>>> -
>>>>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>>>>> > >
>>>>> > >
>>>>> >
>>>>> >
-
>>>>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> > For additional commands, e-mail: users-h...@wicket.apache.org
>>>>> >
>>>>> >
>>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WicketStuff-artifacts-naming-strategy-tp3404104p3648925.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>


Re: WicketStuff artifacts naming strategy

2011-07-06 Thread Martin Grigorov
lting.com>wrote:
>>>> > >>>
>>>> > >>>> I haven't seen that syntax before of having the group id in the
>>>> > >>>> artifact id, at least not with the longer group ids (reverse
>>>> domain).
>>>> > >>>>
>>>> > >>>> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges <
>>>> > bruno.bor...@gmail.com>
>>>> > >>>> wrote:
>>>> > >>>> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>>>> > >>>> >
>>>> > >>>> > Is this ok?
>>>> > >>>> >
>>>> > >>>> > *Bruno Borges*
>>>> > >>>> > www.brunoborges.com.br
>>>> > >>>> > +55 21 76727099
>>>> > >>>> >
>>>> > >>>> >
>>>> > >>>> >
>>>> > >>>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
>>>> > >> harald.wellm...@gmx.de
>>>> > >>>> >wrote:
>>>> > >>>> >
>>>> > >>>> >> For Maven OSGi bundle artifacts, there is a quasi-convention
>>>> to
>>>> > have
>>>> > >>>> >> artifactId = Bundle-Symbolic name, so you would have
>>>> > >>>> >>
>>>> > >>>> >> groupId: org.wicketstuff
>>>> > >>>> >> artifactId: org.wicketstuff.foo.bar
>>>> > >>>> >> version: 1.5
>>>> > >>>> >>
>>>> > >>>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>>>> > >>>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>>>> > >>>> >>
>>>> > >>>> >> Apache Servicemix and Apache Aries use this convention, while
>>>> > Apache
>>>> > >>>> >> Commons sticks with the old names.
>>>> > >>>> >>
>>>> > >>>> >> Having this naming scheme and the one Bruno suggested in
>>>> parallel
>>>> > >> would
>>>> > >>>> >> help to distinguish OSGi bundles from plain old JARs.
>>>> > >>>> >>
>>>> > >>>> >> Then again, that would mean you'd have to rename artifacts,
>>>> once
>>>> > you
>>>> > >>>> osgify
>>>> > >>>> >> them.
>>>> > >>>> >>
>>>> > >>>> >> Regards,
>>>> > >>>> >> Harald
>>>> > >>>> >>
>>>> > >>>> >>
>>>> > >>>> >>
>>>> > >>>> >>
>>>> > >>>>
>>>> >
>>>> --**--**-
>>>> > >>>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>>>> > >>>> users-unsubscr...@wicket.apache.org>
>>>> > >>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>>> > >>>> >>
>>>> > >>>> >>
>>>> > >>>> >
>>>> > >>>>
>>>> > >>>>
>>>> -
>>>> > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>> > >>>>
>>>> > >>>>
>>>> > >>
>>>> > >
>>>> > >
>>>> > >
>>>> > > --
>>>> > > Martin Grigorov
>>>> > > jWeekend
>>>> > > Training, Consulting, Development
>>>> > > http://jWeekend.com
>>>> > >
>>>> > >
>>>> -
>>>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>>>> > >
>>>> > >
>>>> >
>>>> > -
>>>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> > For additional commands, e-mail: users-h...@wicket.apache.org
>>>> >
>>>> >
>>>>
>>>
>>>
>>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/WicketStuff-artifacts-naming-strategy-tp3404104p3648925.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-07-06 Thread gilbertoca
wicketstuff-', not 'org.wicketstuff.'
>>> > >>>> >
>>> > >>>> > Is this ok?
>>> > >>>> >
>>> > >>>> > *Bruno Borges*
>>> > >>>> > www.brunoborges.com.br
>>> > >>>> > +55 21 76727099
>>> > >>>> >
>>> > >>>> >
>>> > >>>> >
>>> > >>>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
>>> > >> harald.wellm...@gmx.de
>>> > >>>> >wrote:
>>> > >>>> >
>>> > >>>> >> For Maven OSGi bundle artifacts, there is a quasi-convention
>>> to
>>> > have
>>> > >>>> >> artifactId = Bundle-Symbolic name, so you would have
>>> > >>>> >>
>>> > >>>> >> groupId: org.wicketstuff
>>> > >>>> >> artifactId: org.wicketstuff.foo.bar
>>> > >>>> >> version: 1.5
>>> > >>>> >>
>>> > >>>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>>> > >>>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>>> > >>>> >>
>>> > >>>> >> Apache Servicemix and Apache Aries use this convention, while
>>> > Apache
>>> > >>>> >> Commons sticks with the old names.
>>> > >>>> >>
>>> > >>>> >> Having this naming scheme and the one Bruno suggested in
>>> parallel
>>> > >> would
>>> > >>>> >> help to distinguish OSGi bundles from plain old JARs.
>>> > >>>> >>
>>> > >>>> >> Then again, that would mean you'd have to rename artifacts,
>>> once
>>> > you
>>> > >>>> osgify
>>> > >>>> >> them.
>>> > >>>> >>
>>> > >>>> >> Regards,
>>> > >>>> >> Harald
>>> > >>>> >>
>>> > >>>> >>
>>> > >>>> >>
>>> > >>>> >>
>>> > >>>>
>>> >
>>> --**--**-
>>> > >>>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>>> > >>>> users-unsubscr...@wicket.apache.org>
>>> > >>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> > >>>> >>
>>> > >>>> >>
>>> > >>>> >
>>> > >>>>
>>> > >>>>
>>> -
>>> > >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> > >>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> > >>>>
>>> > >>>>
>>> > >>
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Martin Grigorov
>>> > > jWeekend
>>> > > Training, Consulting, Development
>>> > > http://jWeekend.com
>>> > >
>>> > >
>>> -
>>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>>> > >
>>> > >
>>> >
>>> > -
>>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> > For additional commands, e-mail: users-h...@wicket.apache.org
>>> >
>>> >
>>>
>>
>>
> 


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/WicketStuff-artifacts-naming-strategy-tp3404104p3648925.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Bruno Borges
Hell, it has been merged.

pull request #42 merged to master.

I've updated the wiki already asking for new JAR modules to follow this
naming strategy.

Thank you all for the support.

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Thu, Jun 30, 2011 at 3:14 PM, Bruno Borges wrote:

> The Pull request #42 is ready to be merged.
>
> Please review and vote.
>
> https://github.com/wicketstuff/core/pull/42
>
> There's one modification I made that is not related to the repository. It
> is here:
> https://github.com/wicketstuff/core/pull/42/files#r55594
>
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Thu, Jun 30, 2011 at 2:22 PM, Clint Checketts wrote:
>
>> I seem to recall the Maven guys recommending against periods in
>> artifactIds.
>> Can't find the link for the info though... maybe it was just soething they
>> mentioned in the class.
>>
>> The purpose was to reduce confusion between artifactIds and groupIds.
>>
>> -Clint
>>
>> On Thu, Jun 30, 2011 at 11:14 AM, Igor Vaynberg > >wrote:
>>
>> > i think the groupid/artifactid do matter because some containers have
>> > bundle deployers that pull things from the maven repo...i think
>> >
>> > -igor
>> >
>> > On Thu, Jun 30, 2011 at 8:38 AM, Martin Grigorov 
>> > wrote:
>> > > The Maven artifact id is not important.
>> > > The name of the produced .jar is what matters, right ?
>> > >
>> > > Harald just said that there is a convention in OSGi world to work with
>> > > such named .jars (com.acme.blah)
>> > >
>> > > On Thu, Jun 30, 2011 at 6:31 PM, James Carman
>> > >  wrote:
>> > >> And repetitive
>> > >>
>> > >> Sent from my Android device.  Please excuse typos and brevity.
>> > >> On Jun 30, 2011 11:12 AM, "Bruno Borges" 
>> > wrote:
>> > >>> Yes, me neither. That's why I asked.
>> > >>>
>> > >>> The preffix I'm using is "wicketstuff-", but Harald mentioned
>> > >>> "org.wicketstuff."
>> > >>>
>> > >>> I don't want to use that, it's too verbose.
>> > >>>
>> > >>>
>> > >>> *Bruno Borges*
>> > >>> www.brunoborges.com.br
>> > >>> +55 21 76727099
>> > >>>
>> > >>>
>> > >>>
>> > >>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
>> > >>> wrote:
>> > >>>
>> >  I haven't seen that syntax before of having the group id in the
>> >  artifact id, at least not with the longer group ids (reverse
>> domain).
>> > 
>> >  On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges <
>> > bruno.bor...@gmail.com>
>> >  wrote:
>> >  > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>> >  >
>> >  > Is this ok?
>> >  >
>> >  > *Bruno Borges*
>> >  > www.brunoborges.com.br
>> >  > +55 21 76727099
>> >  >
>> >  >
>> >  >
>> >  > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
>> > >> harald.wellm...@gmx.de
>> >  >wrote:
>> >  >
>> >  >> For Maven OSGi bundle artifacts, there is a quasi-convention to
>> > have
>> >  >> artifactId = Bundle-Symbolic name, so you would have
>> >  >>
>> >  >> groupId: org.wicketstuff
>> >  >> artifactId: org.wicketstuff.foo.bar
>> >  >> version: 1.5
>> >  >>
>> >  >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>> >  >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>> >  >>
>> >  >> Apache Servicemix and Apache Aries use this convention, while
>> > Apache
>> >  >> Commons sticks with the old names.
>> >  >>
>> >  >> Having this naming scheme and the one Bruno suggested in
>> parallel
>> > >> would
>> >  >> help to distinguish OSGi bundles from plain old JARs.
>> >  >>
>> >  >> Then again, that would mean you'd have to rename artifacts, once
>> > you
>> >  osgify
>> >  >> them.
>> >  >>
>> >  >> Regards,
>> >  >> Harald
>> >  >>
>> >  >>
>> >  >>
>> >  >>
>> > 
>> >
>> --**--**-
>> >  >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>> >  users-unsubscr...@wicket.apache.org>
>> >  >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >  >>
>> >  >>
>> >  >
>> > 
>> > 
>> -
>> >  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >  For additional commands, e-mail: users-h...@wicket.apache.org
>> > 
>> > 
>> > >>
>> > >
>> > >
>> > >
>> > > --
>> > > Martin Grigorov
>> > > jWeekend
>> > > Training, Consulting, Development
>> > > http://jWeekend.com
>> > >
>> > > -
>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>> > >
>> > >
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > For additional commands, e-mail: users-h...@wicket.apache.org
>> >
>> >
>>
>
>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Bruno Borges
The Pull request #42 is ready to be merged.

Please review and vote.

https://github.com/wicketstuff/core/pull/42

There's one modification I made that is not related to the repository. It is
here:
https://github.com/wicketstuff/core/pull/42/files#r55594



*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Thu, Jun 30, 2011 at 2:22 PM, Clint Checketts wrote:

> I seem to recall the Maven guys recommending against periods in
> artifactIds.
> Can't find the link for the info though... maybe it was just soething they
> mentioned in the class.
>
> The purpose was to reduce confusion between artifactIds and groupIds.
>
> -Clint
>
> On Thu, Jun 30, 2011 at 11:14 AM, Igor Vaynberg  >wrote:
>
> > i think the groupid/artifactid do matter because some containers have
> > bundle deployers that pull things from the maven repo...i think
> >
> > -igor
> >
> > On Thu, Jun 30, 2011 at 8:38 AM, Martin Grigorov 
> > wrote:
> > > The Maven artifact id is not important.
> > > The name of the produced .jar is what matters, right ?
> > >
> > > Harald just said that there is a convention in OSGi world to work with
> > > such named .jars (com.acme.blah)
> > >
> > > On Thu, Jun 30, 2011 at 6:31 PM, James Carman
> > >  wrote:
> > >> And repetitive
> > >>
> > >> Sent from my Android device.  Please excuse typos and brevity.
> > >> On Jun 30, 2011 11:12 AM, "Bruno Borges" 
> > wrote:
> > >>> Yes, me neither. That's why I asked.
> > >>>
> > >>> The preffix I'm using is "wicketstuff-", but Harald mentioned
> > >>> "org.wicketstuff."
> > >>>
> > >>> I don't want to use that, it's too verbose.
> > >>>
> > >>>
> > >>> *Bruno Borges*
> > >>> www.brunoborges.com.br
> > >>> +55 21 76727099
> > >>>
> > >>>
> > >>>
> > >>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
> > >>> wrote:
> > >>>
> >  I haven't seen that syntax before of having the group id in the
> >  artifact id, at least not with the longer group ids (reverse
> domain).
> > 
> >  On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges <
> > bruno.bor...@gmail.com>
> >  wrote:
> >  > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
> >  >
> >  > Is this ok?
> >  >
> >  > *Bruno Borges*
> >  > www.brunoborges.com.br
> >  > +55 21 76727099
> >  >
> >  >
> >  >
> >  > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
> > >> harald.wellm...@gmx.de
> >  >wrote:
> >  >
> >  >> For Maven OSGi bundle artifacts, there is a quasi-convention to
> > have
> >  >> artifactId = Bundle-Symbolic name, so you would have
> >  >>
> >  >> groupId: org.wicketstuff
> >  >> artifactId: org.wicketstuff.foo.bar
> >  >> version: 1.5
> >  >>
> >  >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
> >  >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
> >  >>
> >  >> Apache Servicemix and Apache Aries use this convention, while
> > Apache
> >  >> Commons sticks with the old names.
> >  >>
> >  >> Having this naming scheme and the one Bruno suggested in parallel
> > >> would
> >  >> help to distinguish OSGi bundles from plain old JARs.
> >  >>
> >  >> Then again, that would mean you'd have to rename artifacts, once
> > you
> >  osgify
> >  >> them.
> >  >>
> >  >> Regards,
> >  >> Harald
> >  >>
> >  >>
> >  >>
> >  >>
> > 
> > --**--**-
> >  >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
> >  users-unsubscr...@wicket.apache.org>
> >  >> For additional commands, e-mail: users-h...@wicket.apache.org
> >  >>
> >  >>
> >  >
> > 
> > 
> -
> >  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >  For additional commands, e-mail: users-h...@wicket.apache.org
> > 
> > 
> > >>
> > >
> > >
> > >
> > > --
> > > Martin Grigorov
> > > jWeekend
> > > Training, Consulting, Development
> > > http://jWeekend.com
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Clint Checketts
I seem to recall the Maven guys recommending against periods in artifactIds.
Can't find the link for the info though... maybe it was just soething they
mentioned in the class.

The purpose was to reduce confusion between artifactIds and groupIds.

-Clint

On Thu, Jun 30, 2011 at 11:14 AM, Igor Vaynberg wrote:

> i think the groupid/artifactid do matter because some containers have
> bundle deployers that pull things from the maven repo...i think
>
> -igor
>
> On Thu, Jun 30, 2011 at 8:38 AM, Martin Grigorov 
> wrote:
> > The Maven artifact id is not important.
> > The name of the produced .jar is what matters, right ?
> >
> > Harald just said that there is a convention in OSGi world to work with
> > such named .jars (com.acme.blah)
> >
> > On Thu, Jun 30, 2011 at 6:31 PM, James Carman
> >  wrote:
> >> And repetitive
> >>
> >> Sent from my Android device.  Please excuse typos and brevity.
> >> On Jun 30, 2011 11:12 AM, "Bruno Borges" 
> wrote:
> >>> Yes, me neither. That's why I asked.
> >>>
> >>> The preffix I'm using is "wicketstuff-", but Harald mentioned
> >>> "org.wicketstuff."
> >>>
> >>> I don't want to use that, it's too verbose.
> >>>
> >>>
> >>> *Bruno Borges*
> >>> www.brunoborges.com.br
> >>> +55 21 76727099
> >>>
> >>>
> >>>
> >>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
> >>> wrote:
> >>>
>  I haven't seen that syntax before of having the group id in the
>  artifact id, at least not with the longer group ids (reverse domain).
> 
>  On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges <
> bruno.bor...@gmail.com>
>  wrote:
>  > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>  >
>  > Is this ok?
>  >
>  > *Bruno Borges*
>  > www.brunoborges.com.br
>  > +55 21 76727099
>  >
>  >
>  >
>  > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
> >> harald.wellm...@gmx.de
>  >wrote:
>  >
>  >> For Maven OSGi bundle artifacts, there is a quasi-convention to
> have
>  >> artifactId = Bundle-Symbolic name, so you would have
>  >>
>  >> groupId: org.wicketstuff
>  >> artifactId: org.wicketstuff.foo.bar
>  >> version: 1.5
>  >>
>  >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>  >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>  >>
>  >> Apache Servicemix and Apache Aries use this convention, while
> Apache
>  >> Commons sticks with the old names.
>  >>
>  >> Having this naming scheme and the one Bruno suggested in parallel
> >> would
>  >> help to distinguish OSGi bundles from plain old JARs.
>  >>
>  >> Then again, that would mean you'd have to rename artifacts, once
> you
>  osgify
>  >> them.
>  >>
>  >> Regards,
>  >> Harald
>  >>
>  >>
>  >>
>  >>
> 
> --**--**-
>  >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>  users-unsubscr...@wicket.apache.org>
>  >> For additional commands, e-mail: users-h...@wicket.apache.org
>  >>
>  >>
>  >
> 
>  -
>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>  For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> >>
> >
> >
> >
> > --
> > Martin Grigorov
> > jWeekend
> > Training, Consulting, Development
> > http://jWeekend.com
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Igor Vaynberg
i think the groupid/artifactid do matter because some containers have
bundle deployers that pull things from the maven repo...i think

-igor

On Thu, Jun 30, 2011 at 8:38 AM, Martin Grigorov  wrote:
> The Maven artifact id is not important.
> The name of the produced .jar is what matters, right ?
>
> Harald just said that there is a convention in OSGi world to work with
> such named .jars (com.acme.blah)
>
> On Thu, Jun 30, 2011 at 6:31 PM, James Carman
>  wrote:
>> And repetitive
>>
>> Sent from my Android device.  Please excuse typos and brevity.
>> On Jun 30, 2011 11:12 AM, "Bruno Borges"  wrote:
>>> Yes, me neither. That's why I asked.
>>>
>>> The preffix I'm using is "wicketstuff-", but Harald mentioned
>>> "org.wicketstuff."
>>>
>>> I don't want to use that, it's too verbose.
>>>
>>>
>>> *Bruno Borges*
>>> www.brunoborges.com.br
>>> +55 21 76727099
>>>
>>>
>>>
>>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
>>> wrote:
>>>
 I haven't seen that syntax before of having the group id in the
 artifact id, at least not with the longer group ids (reverse domain).

 On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
 wrote:
 > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
 >
 > Is this ok?
 >
 > *Bruno Borges*
 > www.brunoborges.com.br
 > +55 21 76727099
 >
 >
 >
 > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
>> harald.wellm...@gmx.de
 >wrote:
 >
 >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
 >> artifactId = Bundle-Symbolic name, so you would have
 >>
 >> groupId: org.wicketstuff
 >> artifactId: org.wicketstuff.foo.bar
 >> version: 1.5
 >>
 >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
 >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
 >>
 >> Apache Servicemix and Apache Aries use this convention, while Apache
 >> Commons sticks with the old names.
 >>
 >> Having this naming scheme and the one Bruno suggested in parallel
>> would
 >> help to distinguish OSGi bundles from plain old JARs.
 >>
 >> Then again, that would mean you'd have to rename artifacts, once you
 osgify
 >> them.
 >>
 >> Regards,
 >> Harald
 >>
 >>
 >>
 >>
 --**--**-
 >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
 users-unsubscr...@wicket.apache.org>
 >> For additional commands, e-mail: users-h...@wicket.apache.org
 >>
 >>
 >

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Martin Grigorov
The Maven artifact id is not important.
The name of the produced .jar is what matters, right ?

Harald just said that there is a convention in OSGi world to work with
such named .jars (com.acme.blah)

On Thu, Jun 30, 2011 at 6:31 PM, James Carman
 wrote:
> And repetitive
>
> Sent from my Android device.  Please excuse typos and brevity.
> On Jun 30, 2011 11:12 AM, "Bruno Borges"  wrote:
>> Yes, me neither. That's why I asked.
>>
>> The preffix I'm using is "wicketstuff-", but Harald mentioned
>> "org.wicketstuff."
>>
>> I don't want to use that, it's too verbose.
>>
>>
>> *Bruno Borges*
>> www.brunoborges.com.br
>> +55 21 76727099
>>
>>
>>
>> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
>> wrote:
>>
>>> I haven't seen that syntax before of having the group id in the
>>> artifact id, at least not with the longer group ids (reverse domain).
>>>
>>> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
>>> wrote:
>>> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>>> >
>>> > Is this ok?
>>> >
>>> > *Bruno Borges*
>>> > www.brunoborges.com.br
>>> > +55 21 76727099
>>> >
>>> >
>>> >
>>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
> harald.wellm...@gmx.de
>>> >wrote:
>>> >
>>> >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
>>> >> artifactId = Bundle-Symbolic name, so you would have
>>> >>
>>> >> groupId: org.wicketstuff
>>> >> artifactId: org.wicketstuff.foo.bar
>>> >> version: 1.5
>>> >>
>>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>>> >>
>>> >> Apache Servicemix and Apache Aries use this convention, while Apache
>>> >> Commons sticks with the old names.
>>> >>
>>> >> Having this naming scheme and the one Bruno suggested in parallel
> would
>>> >> help to distinguish OSGi bundles from plain old JARs.
>>> >>
>>> >> Then again, that would mean you'd have to rename artifacts, once you
>>> osgify
>>> >> them.
>>> >>
>>> >> Regards,
>>> >> Harald
>>> >>
>>> >>
>>> >>
>>> >>
>>> --**--**-
>>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>>> users-unsubscr...@wicket.apache.org>
>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>
>>> >>
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-30 Thread James Carman
And repetitive

Sent from my Android device.  Please excuse typos and brevity.
On Jun 30, 2011 11:12 AM, "Bruno Borges"  wrote:
> Yes, me neither. That's why I asked.
>
> The preffix I'm using is "wicketstuff-", but Harald mentioned
> "org.wicketstuff."
>
> I don't want to use that, it's too verbose.
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
> wrote:
>
>> I haven't seen that syntax before of having the group id in the
>> artifact id, at least not with the longer group ids (reverse domain).
>>
>> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
>> wrote:
>> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>> >
>> > Is this ok?
>> >
>> > *Bruno Borges*
>> > www.brunoborges.com.br
>> > +55 21 76727099
>> >
>> >
>> >
>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
harald.wellm...@gmx.de
>> >wrote:
>> >
>> >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
>> >> artifactId = Bundle-Symbolic name, so you would have
>> >>
>> >> groupId: org.wicketstuff
>> >> artifactId: org.wicketstuff.foo.bar
>> >> version: 1.5
>> >>
>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>> >>
>> >> Apache Servicemix and Apache Aries use this convention, while Apache
>> >> Commons sticks with the old names.
>> >>
>> >> Having this naming scheme and the one Bruno suggested in parallel
would
>> >> help to distinguish OSGi bundles from plain old JARs.
>> >>
>> >> Then again, that would mean you'd have to rename artifacts, once you
>> osgify
>> >> them.
>> >>
>> >> Regards,
>> >> Harald
>> >>
>> >>
>> >>
>> >>
>> --**--**-
>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>> users-unsubscr...@wicket.apache.org>
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Bruno Borges
But is it necessary to rename the artifactId to OSGify a module?

I'm just asking. Not that I'm going back to rename all again. :-)

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Thu, Jun 30, 2011 at 12:20 PM, Martin Grigorov wrote:

> Harald said that "org.wicketstuff." convention is used by OSGi-ed projects.
>
> On Thu, Jun 30, 2011 at 6:09 PM, Bruno Borges 
> wrote:
> > Yes, me neither. That's why I asked.
> >
> > The preffix I'm using is "wicketstuff-", but Harald mentioned
> > "org.wicketstuff."
> >
> > I don't want to use that, it's too verbose.
> >
> >
> > *Bruno Borges*
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> >
> >
> > On Thu, Jun 30, 2011 at 12:06 PM, James Carman
> > wrote:
> >
> >> I haven't seen that syntax before of having the group id in the
> >> artifact id, at least not with the longer group ids (reverse domain).
> >>
> >> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
> >> wrote:
> >> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
> >> >
> >> > Is this ok?
> >> >
> >> > *Bruno Borges*
> >> > www.brunoborges.com.br
> >> > +55 21 76727099
> >> >
> >> >
> >> >
> >> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann <
> harald.wellm...@gmx.de
> >> >wrote:
> >> >
> >> >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
> >> >> artifactId = Bundle-Symbolic name, so you would have
> >> >>
> >> >> groupId: org.wicketstuff
> >> >> artifactId: org.wicketstuff.foo.bar
> >> >> version: 1.5
> >> >>
> >> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
> >> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
> >> >>
> >> >> Apache Servicemix and Apache Aries use this convention, while Apache
> >> >> Commons sticks with the old names.
> >> >>
> >> >> Having this naming scheme and the one Bruno suggested in parallel
> would
> >> >> help to distinguish OSGi bundles from plain old JARs.
> >> >>
> >> >> Then again, that would mean you'd have to rename artifacts, once you
> >> osgify
> >> >> them.
> >> >>
> >> >> Regards,
> >> >> Harald
> >> >>
> >> >>
> >> >>
> >> >>
> >>
> --**--**-
> >> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
> >> users-unsubscr...@wicket.apache.org>
> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> >>
> >> >>
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Martin Grigorov
Harald said that "org.wicketstuff." convention is used by OSGi-ed projects.

On Thu, Jun 30, 2011 at 6:09 PM, Bruno Borges  wrote:
> Yes, me neither. That's why I asked.
>
> The preffix I'm using is "wicketstuff-", but Harald mentioned
> "org.wicketstuff."
>
> I don't want to use that, it's too verbose.
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Thu, Jun 30, 2011 at 12:06 PM, James Carman
> wrote:
>
>> I haven't seen that syntax before of having the group id in the
>> artifact id, at least not with the longer group ids (reverse domain).
>>
>> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
>> wrote:
>> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>> >
>> > Is this ok?
>> >
>> > *Bruno Borges*
>> > www.brunoborges.com.br
>> > +55 21 76727099
>> >
>> >
>> >
>> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann > >wrote:
>> >
>> >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
>> >> artifactId = Bundle-Symbolic name, so you would have
>> >>
>> >> groupId: org.wicketstuff
>> >> artifactId: org.wicketstuff.foo.bar
>> >> version: 1.5
>> >>
>> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>> >>
>> >> Apache Servicemix and Apache Aries use this convention, while Apache
>> >> Commons sticks with the old names.
>> >>
>> >> Having this naming scheme and the one Bruno suggested in parallel would
>> >> help to distinguish OSGi bundles from plain old JARs.
>> >>
>> >> Then again, that would mean you'd have to rename artifacts, once you
>> osgify
>> >> them.
>> >>
>> >> Regards,
>> >> Harald
>> >>
>> >>
>> >>
>> >>
>> --**--**-
>> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
>> users-unsubscr...@wicket.apache.org>
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Bruno Borges
Yes, me neither. That's why I asked.

The preffix I'm using is "wicketstuff-", but Harald mentioned
"org.wicketstuff."

I don't want to use that, it's too verbose.


*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Thu, Jun 30, 2011 at 12:06 PM, James Carman
wrote:

> I haven't seen that syntax before of having the group id in the
> artifact id, at least not with the longer group ids (reverse domain).
>
> On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges 
> wrote:
> > The preffix is 'wicketstuff-', not 'org.wicketstuff.'
> >
> > Is this ok?
> >
> > *Bruno Borges*
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> >
> >
> > On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann  >wrote:
> >
> >> For Maven OSGi bundle artifacts, there is a quasi-convention to have
> >> artifactId = Bundle-Symbolic name, so you would have
> >>
> >> groupId: org.wicketstuff
> >> artifactId: org.wicketstuff.foo.bar
> >> version: 1.5
> >>
> >> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
> >> JAR name: org.wicketstuff.foo.bar-1.5.**jar
> >>
> >> Apache Servicemix and Apache Aries use this convention, while Apache
> >> Commons sticks with the old names.
> >>
> >> Having this naming scheme and the one Bruno suggested in parallel would
> >> help to distinguish OSGi bundles from plain old JARs.
> >>
> >> Then again, that would mean you'd have to rename artifacts, once you
> osgify
> >> them.
> >>
> >> Regards,
> >> Harald
> >>
> >>
> >>
> >>
> --**--**-
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org<
> users-unsubscr...@wicket.apache.org>
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff artifacts naming strategy

2011-06-30 Thread James Carman
I haven't seen that syntax before of having the group id in the
artifact id, at least not with the longer group ids (reverse domain).

On Thu, Jun 30, 2011 at 11:02 AM, Bruno Borges  wrote:
> The preffix is 'wicketstuff-', not 'org.wicketstuff.'
>
> Is this ok?
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann 
> wrote:
>
>> For Maven OSGi bundle artifacts, there is a quasi-convention to have
>> artifactId = Bundle-Symbolic name, so you would have
>>
>> groupId: org.wicketstuff
>> artifactId: org.wicketstuff.foo.bar
>> version: 1.5
>>
>> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
>> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>>
>> Apache Servicemix and Apache Aries use this convention, while Apache
>> Commons sticks with the old names.
>>
>> Having this naming scheme and the one Bruno suggested in parallel would
>> help to distinguish OSGi bundles from plain old JARs.
>>
>> Then again, that would mean you'd have to rename artifacts, once you osgify
>> them.
>>
>> Regards,
>> Harald
>>
>>
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> users-unsubscribe@wicket.**apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-30 Thread Bruno Borges
The preffix is 'wicketstuff-', not 'org.wicketstuff.'

Is this ok?

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Wed, Jun 29, 2011 at 4:01 AM, Harald Wellmann wrote:

> For Maven OSGi bundle artifacts, there is a quasi-convention to have
> artifactId = Bundle-Symbolic name, so you would have
>
> groupId: org.wicketstuff
> artifactId: org.wicketstuff.foo.bar
> version: 1.5
>
> Bundle-Symbolic-Name: org.wicketstuff.foo.bar
> JAR name: org.wicketstuff.foo.bar-1.5.**jar
>
> Apache Servicemix and Apache Aries use this convention, while Apache
> Commons sticks with the old names.
>
> Having this naming scheme and the one Bruno suggested in parallel would
> help to distinguish OSGi bundles from plain old JARs.
>
> Then again, that would mean you'd have to rename artifacts, once you osgify
> them.
>
> Regards,
> Harald
>
>
>
> --**--**-
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff artifacts naming strategy

2011-06-29 Thread Harald Wellmann
For Maven OSGi bundle artifacts, there is a quasi-convention to have 
artifactId = Bundle-Symbolic name, so you would have


groupId: org.wicketstuff
artifactId: org.wicketstuff.foo.bar
version: 1.5

Bundle-Symbolic-Name: org.wicketstuff.foo.bar
JAR name: org.wicketstuff.foo.bar-1.5.jar

Apache Servicemix and Apache Aries use this convention, while Apache 
Commons sticks with the old names.


Having this naming scheme and the one Bruno suggested in parallel would 
help to distinguish OSGi bundles from plain old JARs.


Then again, that would mean you'd have to rename artifacts, once you 
osgify them.


Regards,
Harald


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-28 Thread James Carman
Just thought I'd bring it up.  I have to have this conversation
periodically on the Commons mailing lists too. :)


On Tue, Jun 28, 2011 at 7:12 PM, Bruno Borges  wrote:
> I understand that, but as this is a 1.5 release, I thought it shouldn't be a
> problem as it is mostly used for new projects.
>
> I would take the risk. I prefer to have collision between 1.4 and 1.5
> wicketstuff artifacts, instead of pushing jasperreports-version.jar to a lib
> folder instead of the actual (official) jasperreports-version.jar, if you
> know what I mean.
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jun 28, 2011 at 8:02 PM, James Carman 
> wrote:
>
>> Sorry, hit send too soon.
>>
>> Are you changing artifact ids?  If you are, then Maven will think that
>> it's something different and will thus allow both the old and the new
>> jars on the same classpath.  If the class names don't change, then
>> you've go the potential for a collision.  Now, this might be an
>> acceptable risk when you consider how many folks are actually using
>> the wicketstuff code, but I thought I'd bring it up.  We face this
>> same stuff at Apache Commons.
>>
>> On Tue, Jun 28, 2011 at 6:48 PM, James Carman
>>  wrote:
>> > Are you changing artifact ids?
>> >
>> > On Tue, Jun 28, 2011 at 6:26 PM, Bruno Borges 
>> wrote:
>> >> How can that happen if the purpose of this change is exactly to avoid
>> >> collisions ?
>> >>
>> >>
>> >> *Bruno Borges*
>> >> www.brunoborges.com.br
>> >> +55 21 76727099
>> >>
>> >>
>> >>
>> >> On Tue, Jun 28, 2011 at 6:59 PM, James Carman
>> >> wrote:
>> >>
>> >>> This can cause classpath collisions
>> >>>
>> >>> Sent from my Android device.  Please excuse typos and brevity.
>> >>> On Jun 28, 2011 5:27 PM, "Bruno Borges" 
>> wrote:
>> >>> > I started to modify all JAR poms to have the wicketstuff- preffix.
>> >>> >
>> >>> > Is anybody against this? Why?
>> >>> >
>> >>> > :-)
>> >>> >
>> >>> > *Bruno Borges*
>> >>> > www.brunoborges.com.br
>> >>> > +55 21 76727099
>> >>> >
>> >>> >
>> >>> >
>> >>> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges <
>> bruno.bor...@gmail.com
>> >>> >wrote:
>> >>> >
>> >>> >> We could simply rename the artifactId property of projects,
>> prepending
>> >>> with
>> >>> >> wicketstuff-, like wicket does with their modules.
>> >>> >>
>> >>> >> Still, I agree that this is will take some time and effort.
>> >>> >>
>> >>> >>
>> >>> >> Bruno Borges
>> >>> >> www.brunoborges.com.br
>> >>> >> +55 21 76727099
>> >>> >>
>> >>> >> "The glory of great men should always be
>> >>> >> measured by the means they have used to
>> >>> >> acquire it."
>> >>> >> - Francois de La Rochefoucauld
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
>> >>> >> michael.ocleir...@rivulet.ca> wrote:
>> >>> >>
>> >>> >>> This is more complicated than I first thought.
>> >>> >>>
>> >>> >>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>> >>> >>>
>> >>> >>> Essentially it seems that the deploy plugin does not honour the
>> >>> >>>  option and uploads in the original format when
>> deploying.
>> >>> >>>
>> >>> >>> I will investigate this further but it won't be part of the next
>> point
>> >>> >>> releases unfortunately.
>> >>> >>>
>> >>> >>> Mike
>> >>> >>>
>> >>> >>>
>> >>> >>> I'm planning on doing point releases this weekend for 1.4.16.1 and
>> >>>  1.5-rc2.1 and I'll make sure the artifacts generate using the
>> longer
>> >>> name.
>> >>> 
>> >>>  Thanks,
>> >>> 
>> >>>  Mike
>> >>> 
>> >>> 
>> >>>  In the most parent wicketstuff pom.xml:
>> >>> >
>> >>> > 
>> >>> >
>> >>>
>> >>>
>> ${project.groupId}-${project.artifactId}-${project.version}.jar
>> >>> >
>> >>> > 
>> >>> >
>> >>> > On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
>> >>> toriv...@arrive.no
>> >>> > >wrote:
>> >>> >
>> >>> > - jasperreports-1.4.16.jar
>> >>> >>> - jasperreports-3.7.2.jar
>> >>> >>> The first one is from WicketStuff, but still, it is confusing
>> to
>> >>> see
>> >>> >>>
>> >>> >> this.
>> >>> >>
>> >>> >> This one of my biggest peeves with Maven: It has this concept of
>> a
>> >>> >> "groupId" to namespace artifacts in the repository, but this is
>> of
>> >>> no
>> >>> >> consequence when the jar files appear in the classpath, since
>> the
>> >>> >> groupId
>> >>> >> namespace is not part of the actual file name.
>> >>> >>
>> >>> >> A workaround could be to prefix the jar file name with the
>> groupId
>> >>> >> namespace somehow.
>> >>> >>
>> >>> >> - Tor Iver
>> >>> >>
>> >>> >>
>> >>> >
>> >>> >
>> >>> 
>> >>> 
>> -
>> >>>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >>>  For additional commands, e-mail: users-h...@wicket.apache.org
>> >>> 
>> >>> 
>> >>> >>>
>> >>> >>>
>> 

Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Bruno Borges
I understand that, but as this is a 1.5 release, I thought it shouldn't be a
problem as it is mostly used for new projects.

I would take the risk. I prefer to have collision between 1.4 and 1.5
wicketstuff artifacts, instead of pushing jasperreports-version.jar to a lib
folder instead of the actual (official) jasperreports-version.jar, if you
know what I mean.

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Tue, Jun 28, 2011 at 8:02 PM, James Carman wrote:

> Sorry, hit send too soon.
>
> Are you changing artifact ids?  If you are, then Maven will think that
> it's something different and will thus allow both the old and the new
> jars on the same classpath.  If the class names don't change, then
> you've go the potential for a collision.  Now, this might be an
> acceptable risk when you consider how many folks are actually using
> the wicketstuff code, but I thought I'd bring it up.  We face this
> same stuff at Apache Commons.
>
> On Tue, Jun 28, 2011 at 6:48 PM, James Carman
>  wrote:
> > Are you changing artifact ids?
> >
> > On Tue, Jun 28, 2011 at 6:26 PM, Bruno Borges 
> wrote:
> >> How can that happen if the purpose of this change is exactly to avoid
> >> collisions ?
> >>
> >>
> >> *Bruno Borges*
> >> www.brunoborges.com.br
> >> +55 21 76727099
> >>
> >>
> >>
> >> On Tue, Jun 28, 2011 at 6:59 PM, James Carman
> >> wrote:
> >>
> >>> This can cause classpath collisions
> >>>
> >>> Sent from my Android device.  Please excuse typos and brevity.
> >>> On Jun 28, 2011 5:27 PM, "Bruno Borges" 
> wrote:
> >>> > I started to modify all JAR poms to have the wicketstuff- preffix.
> >>> >
> >>> > Is anybody against this? Why?
> >>> >
> >>> > :-)
> >>> >
> >>> > *Bruno Borges*
> >>> > www.brunoborges.com.br
> >>> > +55 21 76727099
> >>> >
> >>> >
> >>> >
> >>> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges <
> bruno.bor...@gmail.com
> >>> >wrote:
> >>> >
> >>> >> We could simply rename the artifactId property of projects,
> prepending
> >>> with
> >>> >> wicketstuff-, like wicket does with their modules.
> >>> >>
> >>> >> Still, I agree that this is will take some time and effort.
> >>> >>
> >>> >>
> >>> >> Bruno Borges
> >>> >> www.brunoborges.com.br
> >>> >> +55 21 76727099
> >>> >>
> >>> >> "The glory of great men should always be
> >>> >> measured by the means they have used to
> >>> >> acquire it."
> >>> >> - Francois de La Rochefoucauld
> >>> >>
> >>> >>
> >>> >>
> >>> >> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> >>> >> michael.ocleir...@rivulet.ca> wrote:
> >>> >>
> >>> >>> This is more complicated than I first thought.
> >>> >>>
> >>> >>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
> >>> >>>
> >>> >>> Essentially it seems that the deploy plugin does not honour the
> >>> >>>  option and uploads in the original format when
> deploying.
> >>> >>>
> >>> >>> I will investigate this further but it won't be part of the next
> point
> >>> >>> releases unfortunately.
> >>> >>>
> >>> >>> Mike
> >>> >>>
> >>> >>>
> >>> >>> I'm planning on doing point releases this weekend for 1.4.16.1 and
> >>>  1.5-rc2.1 and I'll make sure the artifacts generate using the
> longer
> >>> name.
> >>> 
> >>>  Thanks,
> >>> 
> >>>  Mike
> >>> 
> >>> 
> >>>  In the most parent wicketstuff pom.xml:
> >>> >
> >>> > 
> >>> >
> >>>
> >>>
> ${project.groupId}-${project.artifactId}-${project.version}.jar
> >>> >
> >>> > 
> >>> >
> >>> > On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
> >>> toriv...@arrive.no
> >>> > >wrote:
> >>> >
> >>> > - jasperreports-1.4.16.jar
> >>> >>> - jasperreports-3.7.2.jar
> >>> >>> The first one is from WicketStuff, but still, it is confusing
> to
> >>> see
> >>> >>>
> >>> >> this.
> >>> >>
> >>> >> This one of my biggest peeves with Maven: It has this concept of
> a
> >>> >> "groupId" to namespace artifacts in the repository, but this is
> of
> >>> no
> >>> >> consequence when the jar files appear in the classpath, since
> the
> >>> >> groupId
> >>> >> namespace is not part of the actual file name.
> >>> >>
> >>> >> A workaround could be to prefix the jar file name with the
> groupId
> >>> >> namespace somehow.
> >>> >>
> >>> >> - Tor Iver
> >>> >>
> >>> >>
> >>> >
> >>> >
> >>> 
> >>> 
> -
> >>>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>  For additional commands, e-mail: users-h...@wicket.apache.org
> >>> 
> >>> 
> >>> >>>
> >>> >>>
> -
> >>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>> >>>
> >>> >>>
> >>> >>
> >>>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsub

Re: WicketStuff artifacts naming strategy

2011-06-28 Thread James Carman
Sorry, hit send too soon.

Are you changing artifact ids?  If you are, then Maven will think that
it's something different and will thus allow both the old and the new
jars on the same classpath.  If the class names don't change, then
you've go the potential for a collision.  Now, this might be an
acceptable risk when you consider how many folks are actually using
the wicketstuff code, but I thought I'd bring it up.  We face this
same stuff at Apache Commons.

On Tue, Jun 28, 2011 at 6:48 PM, James Carman
 wrote:
> Are you changing artifact ids?
>
> On Tue, Jun 28, 2011 at 6:26 PM, Bruno Borges  wrote:
>> How can that happen if the purpose of this change is exactly to avoid
>> collisions ?
>>
>>
>> *Bruno Borges*
>> www.brunoborges.com.br
>> +55 21 76727099
>>
>>
>>
>> On Tue, Jun 28, 2011 at 6:59 PM, James Carman
>> wrote:
>>
>>> This can cause classpath collisions
>>>
>>> Sent from my Android device.  Please excuse typos and brevity.
>>> On Jun 28, 2011 5:27 PM, "Bruno Borges"  wrote:
>>> > I started to modify all JAR poms to have the wicketstuff- preffix.
>>> >
>>> > Is anybody against this? Why?
>>> >
>>> > :-)
>>> >
>>> > *Bruno Borges*
>>> > www.brunoborges.com.br
>>> > +55 21 76727099
>>> >
>>> >
>>> >
>>> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges >> >wrote:
>>> >
>>> >> We could simply rename the artifactId property of projects, prepending
>>> with
>>> >> wicketstuff-, like wicket does with their modules.
>>> >>
>>> >> Still, I agree that this is will take some time and effort.
>>> >>
>>> >>
>>> >> Bruno Borges
>>> >> www.brunoborges.com.br
>>> >> +55 21 76727099
>>> >>
>>> >> "The glory of great men should always be
>>> >> measured by the means they have used to
>>> >> acquire it."
>>> >> - Francois de La Rochefoucauld
>>> >>
>>> >>
>>> >>
>>> >> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
>>> >> michael.ocleir...@rivulet.ca> wrote:
>>> >>
>>> >>> This is more complicated than I first thought.
>>> >>>
>>> >>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>>> >>>
>>> >>> Essentially it seems that the deploy plugin does not honour the
>>> >>>  option and uploads in the original format when deploying.
>>> >>>
>>> >>> I will investigate this further but it won't be part of the next point
>>> >>> releases unfortunately.
>>> >>>
>>> >>> Mike
>>> >>>
>>> >>>
>>> >>> I'm planning on doing point releases this weekend for 1.4.16.1 and
>>>  1.5-rc2.1 and I'll make sure the artifacts generate using the longer
>>> name.
>>> 
>>>  Thanks,
>>> 
>>>  Mike
>>> 
>>> 
>>>  In the most parent wicketstuff pom.xml:
>>> >
>>> > 
>>> >
>>>
>>> ${project.groupId}-${project.artifactId}-${project.version}.jar
>>> >
>>> > 
>>> >
>>> > On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
>>> toriv...@arrive.no
>>> > >wrote:
>>> >
>>> > - jasperreports-1.4.16.jar
>>> >>> - jasperreports-3.7.2.jar
>>> >>> The first one is from WicketStuff, but still, it is confusing to
>>> see
>>> >>>
>>> >> this.
>>> >>
>>> >> This one of my biggest peeves with Maven: It has this concept of a
>>> >> "groupId" to namespace artifacts in the repository, but this is of
>>> no
>>> >> consequence when the jar files appear in the classpath, since the
>>> >> groupId
>>> >> namespace is not part of the actual file name.
>>> >>
>>> >> A workaround could be to prefix the jar file name with the groupId
>>> >> namespace somehow.
>>> >>
>>> >> - Tor Iver
>>> >>
>>> >>
>>> >
>>> >
>>> 
>>>  -
>>>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>  For additional commands, e-mail: users-h...@wicket.apache.org
>>> 
>>> 
>>> >>>
>>> >>> -
>>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>>
>>> >>>
>>> >>
>>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-28 Thread James Carman
Are you changing artifact ids?

On Tue, Jun 28, 2011 at 6:26 PM, Bruno Borges  wrote:
> How can that happen if the purpose of this change is exactly to avoid
> collisions ?
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jun 28, 2011 at 6:59 PM, James Carman
> wrote:
>
>> This can cause classpath collisions
>>
>> Sent from my Android device.  Please excuse typos and brevity.
>> On Jun 28, 2011 5:27 PM, "Bruno Borges"  wrote:
>> > I started to modify all JAR poms to have the wicketstuff- preffix.
>> >
>> > Is anybody against this? Why?
>> >
>> > :-)
>> >
>> > *Bruno Borges*
>> > www.brunoborges.com.br
>> > +55 21 76727099
>> >
>> >
>> >
>> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges > >wrote:
>> >
>> >> We could simply rename the artifactId property of projects, prepending
>> with
>> >> wicketstuff-, like wicket does with their modules.
>> >>
>> >> Still, I agree that this is will take some time and effort.
>> >>
>> >>
>> >> Bruno Borges
>> >> www.brunoborges.com.br
>> >> +55 21 76727099
>> >>
>> >> "The glory of great men should always be
>> >> measured by the means they have used to
>> >> acquire it."
>> >> - Francois de La Rochefoucauld
>> >>
>> >>
>> >>
>> >> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
>> >> michael.ocleir...@rivulet.ca> wrote:
>> >>
>> >>> This is more complicated than I first thought.
>> >>>
>> >>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>> >>>
>> >>> Essentially it seems that the deploy plugin does not honour the
>> >>>  option and uploads in the original format when deploying.
>> >>>
>> >>> I will investigate this further but it won't be part of the next point
>> >>> releases unfortunately.
>> >>>
>> >>> Mike
>> >>>
>> >>>
>> >>> I'm planning on doing point releases this weekend for 1.4.16.1 and
>>  1.5-rc2.1 and I'll make sure the artifacts generate using the longer
>> name.
>> 
>>  Thanks,
>> 
>>  Mike
>> 
>> 
>>  In the most parent wicketstuff pom.xml:
>> >
>> > 
>> >
>>
>> ${project.groupId}-${project.artifactId}-${project.version}.jar
>> >
>> > 
>> >
>> > On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
>> toriv...@arrive.no
>> > >wrote:
>> >
>> > - jasperreports-1.4.16.jar
>> >>> - jasperreports-3.7.2.jar
>> >>> The first one is from WicketStuff, but still, it is confusing to
>> see
>> >>>
>> >> this.
>> >>
>> >> This one of my biggest peeves with Maven: It has this concept of a
>> >> "groupId" to namespace artifacts in the repository, but this is of
>> no
>> >> consequence when the jar files appear in the classpath, since the
>> >> groupId
>> >> namespace is not part of the actual file name.
>> >>
>> >> A workaround could be to prefix the jar file name with the groupId
>> >> namespace somehow.
>> >>
>> >> - Tor Iver
>> >>
>> >>
>> >
>> >
>> 
>>  -
>>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>  For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
>> >>>
>> >>> -
>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>>
>> >>>
>> >>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Bruno Borges
How can that happen if the purpose of this change is exactly to avoid
collisions ?


*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Tue, Jun 28, 2011 at 6:59 PM, James Carman
wrote:

> This can cause classpath collisions
>
> Sent from my Android device.  Please excuse typos and brevity.
> On Jun 28, 2011 5:27 PM, "Bruno Borges"  wrote:
> > I started to modify all JAR poms to have the wicketstuff- preffix.
> >
> > Is anybody against this? Why?
> >
> > :-)
> >
> > *Bruno Borges*
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> >
> >
> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges  >wrote:
> >
> >> We could simply rename the artifactId property of projects, prepending
> with
> >> wicketstuff-, like wicket does with their modules.
> >>
> >> Still, I agree that this is will take some time and effort.
> >>
> >>
> >> Bruno Borges
> >> www.brunoborges.com.br
> >> +55 21 76727099
> >>
> >> "The glory of great men should always be
> >> measured by the means they have used to
> >> acquire it."
> >> - Francois de La Rochefoucauld
> >>
> >>
> >>
> >> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> >> michael.ocleir...@rivulet.ca> wrote:
> >>
> >>> This is more complicated than I first thought.
> >>>
> >>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
> >>>
> >>> Essentially it seems that the deploy plugin does not honour the
> >>>  option and uploads in the original format when deploying.
> >>>
> >>> I will investigate this further but it won't be part of the next point
> >>> releases unfortunately.
> >>>
> >>> Mike
> >>>
> >>>
> >>> I'm planning on doing point releases this weekend for 1.4.16.1 and
>  1.5-rc2.1 and I'll make sure the artifacts generate using the longer
> name.
> 
>  Thanks,
> 
>  Mike
> 
> 
>  In the most parent wicketstuff pom.xml:
> >
> > 
> >
>
> ${project.groupId}-${project.artifactId}-${project.version}.jar
> >
> > 
> >
> > On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
> toriv...@arrive.no
> > >wrote:
> >
> > - jasperreports-1.4.16.jar
> >>> - jasperreports-3.7.2.jar
> >>> The first one is from WicketStuff, but still, it is confusing to
> see
> >>>
> >> this.
> >>
> >> This one of my biggest peeves with Maven: It has this concept of a
> >> "groupId" to namespace artifacts in the repository, but this is of
> no
> >> consequence when the jar files appear in the classpath, since the
> >> groupId
> >> namespace is not part of the actual file name.
> >>
> >> A workaround could be to prefix the jar file name with the groupId
> >> namespace somehow.
> >>
> >> - Tor Iver
> >>
> >>
> >
> >
> 
>  -
>  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>  For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>>
> >>
>


Re: WicketStuff artifacts naming strategy

2011-06-28 Thread James Carman
This can cause classpath collisions

Sent from my Android device.  Please excuse typos and brevity.
On Jun 28, 2011 5:27 PM, "Bruno Borges"  wrote:
> I started to modify all JAR poms to have the wicketstuff- preffix.
>
> Is anybody against this? Why?
>
> :-)
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges wrote:
>
>> We could simply rename the artifactId property of projects, prepending
with
>> wicketstuff-, like wicket does with their modules.
>>
>> Still, I agree that this is will take some time and effort.
>>
>>
>> Bruno Borges
>> www.brunoborges.com.br
>> +55 21 76727099
>>
>> "The glory of great men should always be
>> measured by the means they have used to
>> acquire it."
>> - Francois de La Rochefoucauld
>>
>>
>>
>> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
>> michael.ocleir...@rivulet.ca> wrote:
>>
>>> This is more complicated than I first thought.
>>>
>>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>>>
>>> Essentially it seems that the deploy plugin does not honour the
>>>  option and uploads in the original format when deploying.
>>>
>>> I will investigate this further but it won't be part of the next point
>>> releases unfortunately.
>>>
>>> Mike
>>>
>>>
>>> I'm planning on doing point releases this weekend for 1.4.16.1 and
 1.5-rc2.1 and I'll make sure the artifacts generate using the longer
name.

 Thanks,

 Mike


 In the most parent wicketstuff pom.xml:
>
> 
>
${project.groupId}-${project.artifactId}-${project.version}.jar
>
> 
>
> On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
toriv...@arrive.no
> >wrote:
>
> - jasperreports-1.4.16.jar
>>> - jasperreports-3.7.2.jar
>>> The first one is from WicketStuff, but still, it is confusing to see
>>>
>> this.
>>
>> This one of my biggest peeves with Maven: It has this concept of a
>> "groupId" to namespace artifacts in the repository, but this is of no
>> consequence when the jar files appear in the classpath, since the
>> groupId
>> namespace is not part of the actual file name.
>>
>> A workaround could be to prefix the jar file name with the groupId
>> namespace somehow.
>>
>> - Tor Iver
>>
>>
>
>

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>


Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Clint Checketts
You convinced me. ;)

On Tue, Jun 28, 2011 at 4:45 PM, Bruno Borges wrote:

> because the JAR file does not come with the groupId, and some projects have
> some very short names, like dojo, or yui.
>
> If I look at a JAR file named "wicket-dojo-1.5-RC5.1.jar", is that from
> wicketstuff or wicket ?
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jun 28, 2011 at 6:39 PM, Clint Checketts  >wrote:
>
> > Why not just just use wicket- as the prefix? The groupId shows that it is
> > org.wicketstuff.
> >
> > -Clint
> >
> > On Tue, Jun 28, 2011 at 4:27 PM, Bruno Borges  > >wrote:
> >
> > > I started to modify all JAR poms to have the wicketstuff- preffix.
> > >
> > > Is anybody against this? Why?
> > >
> > > :-)
> > >
> > > *Bruno Borges*
> > > www.brunoborges.com.br
> > > +55 21 76727099
> > >
> > >
> > >
> > > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges  > > >wrote:
> > >
> > > > We could simply rename the artifactId property of projects,
> prepending
> > > with
> > > > wicketstuff-, like wicket does with their modules.
> > > >
> > > > Still, I agree that this is will take some time and effort.
> > > >
> > > >
> > > > Bruno Borges
> > > > www.brunoborges.com.br
> > > > +55 21 76727099
> > > >
> > > > "The glory of great men should always be
> > > > measured by the means they have used to
> > > > acquire it."
> > > >  - Francois de La Rochefoucauld
> > > >
> > > >
> > > >
> > > > On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> > > > michael.ocleir...@rivulet.ca> wrote:
> > > >
> > > >> This is more complicated than I first thought.
> > > >>
> > > >> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
> > > >>
> > > >> Essentially it seems that the deploy plugin does not honour the
> > > >>  option and uploads in the original format when
> deploying.
> > > >>
> > > >> I will investigate this further but it won't be part of the next
> point
> > > >> releases unfortunately.
> > > >>
> > > >> Mike
> > > >>
> > > >>
> > > >>  I'm planning on doing point releases this weekend for 1.4.16.1 and
> > > >>> 1.5-rc2.1 and I'll make sure the artifacts generate using the
> longer
> > > name.
> > > >>>
> > > >>> Thanks,
> > > >>>
> > > >>> Mike
> > > >>>
> > > >>>
> > > >>>  In the most parent wicketstuff pom.xml:
> > > 
> > >  
> > > 
> > >
> >
> ${project.groupId}-${project.artifactId}-${project.version}.jar
> > > 
> > >  
> > > 
> > >  On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
> > > toriv...@arrive.no
> > >  >wrote:
> > > 
> > >   - jasperreports-1.4.16.jar
> > > >> - jasperreports-3.7.2.jar
> > > >> The first one is from WicketStuff, but still, it is confusing to
> > see
> > > >>
> > > > this.
> > > >
> > > > This one of my biggest peeves with Maven: It has this concept of
> a
> > > > "groupId" to namespace artifacts in the repository, but this is
> of
> > no
> > > > consequence when the jar files appear in the classpath, since the
> > > > groupId
> > > > namespace is not part of the actual file name.
> > > >
> > > > A workaround could be to prefix the jar file name with the
> groupId
> > > > namespace somehow.
> > > >
> > > > - Tor Iver
> > > >
> > > >
> > > 
> > > 
> > > >>>
> > > >>>
> -
> > > >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > >>> For additional commands, e-mail: users-h...@wicket.apache.org
> > > >>>
> > > >>>
> > > >>
> > > >>
> -
> > > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > > >>
> > > >>
> > > >
> > >
> >
>


Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Bruno Borges
because the JAR file does not come with the groupId, and some projects have
some very short names, like dojo, or yui.

If I look at a JAR file named "wicket-dojo-1.5-RC5.1.jar", is that from
wicketstuff or wicket ?

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Tue, Jun 28, 2011 at 6:39 PM, Clint Checketts wrote:

> Why not just just use wicket- as the prefix? The groupId shows that it is
> org.wicketstuff.
>
> -Clint
>
> On Tue, Jun 28, 2011 at 4:27 PM, Bruno Borges  >wrote:
>
> > I started to modify all JAR poms to have the wicketstuff- preffix.
> >
> > Is anybody against this? Why?
> >
> > :-)
> >
> > *Bruno Borges*
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> >
> >
> > On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges  > >wrote:
> >
> > > We could simply rename the artifactId property of projects, prepending
> > with
> > > wicketstuff-, like wicket does with their modules.
> > >
> > > Still, I agree that this is will take some time and effort.
> > >
> > >
> > > Bruno Borges
> > > www.brunoborges.com.br
> > > +55 21 76727099
> > >
> > > "The glory of great men should always be
> > > measured by the means they have used to
> > > acquire it."
> > >  - Francois de La Rochefoucauld
> > >
> > >
> > >
> > > On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> > > michael.ocleir...@rivulet.ca> wrote:
> > >
> > >> This is more complicated than I first thought.
> > >>
> > >> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
> > >>
> > >> Essentially it seems that the deploy plugin does not honour the
> > >>  option and uploads in the original format when deploying.
> > >>
> > >> I will investigate this further but it won't be part of the next point
> > >> releases unfortunately.
> > >>
> > >> Mike
> > >>
> > >>
> > >>  I'm planning on doing point releases this weekend for 1.4.16.1 and
> > >>> 1.5-rc2.1 and I'll make sure the artifacts generate using the longer
> > name.
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Mike
> > >>>
> > >>>
> > >>>  In the most parent wicketstuff pom.xml:
> > 
> >  
> > 
> >
> ${project.groupId}-${project.artifactId}-${project.version}.jar
> > 
> >  
> > 
> >  On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
> > toriv...@arrive.no
> >  >wrote:
> > 
> >   - jasperreports-1.4.16.jar
> > >> - jasperreports-3.7.2.jar
> > >> The first one is from WicketStuff, but still, it is confusing to
> see
> > >>
> > > this.
> > >
> > > This one of my biggest peeves with Maven: It has this concept of a
> > > "groupId" to namespace artifacts in the repository, but this is of
> no
> > > consequence when the jar files appear in the classpath, since the
> > > groupId
> > > namespace is not part of the actual file name.
> > >
> > > A workaround could be to prefix the jar file name with the groupId
> > > namespace somehow.
> > >
> > > - Tor Iver
> > >
> > >
> > 
> > 
> > >>>
> > >>> -
> > >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >>> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>>
> > >>>
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>
> > >>
> > >
> >
>


Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Clint Checketts
Why not just just use wicket- as the prefix? The groupId shows that it is
org.wicketstuff.

-Clint

On Tue, Jun 28, 2011 at 4:27 PM, Bruno Borges wrote:

> I started to modify all JAR poms to have the wicketstuff- preffix.
>
> Is anybody against this? Why?
>
> :-)
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges  >wrote:
>
> > We could simply rename the artifactId property of projects, prepending
> with
> > wicketstuff-, like wicket does with their modules.
> >
> > Still, I agree that this is will take some time and effort.
> >
> >
> > Bruno Borges
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> > "The glory of great men should always be
> > measured by the means they have used to
> > acquire it."
> >  - Francois de La Rochefoucauld
> >
> >
> >
> > On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> > michael.ocleir...@rivulet.ca> wrote:
> >
> >> This is more complicated than I first thought.
> >>
> >> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
> >>
> >> Essentially it seems that the deploy plugin does not honour the
> >>  option and uploads in the original format when deploying.
> >>
> >> I will investigate this further but it won't be part of the next point
> >> releases unfortunately.
> >>
> >> Mike
> >>
> >>
> >>  I'm planning on doing point releases this weekend for 1.4.16.1 and
> >>> 1.5-rc2.1 and I'll make sure the artifacts generate using the longer
> name.
> >>>
> >>> Thanks,
> >>>
> >>> Mike
> >>>
> >>>
> >>>  In the most parent wicketstuff pom.xml:
> 
>  
> 
> ${project.groupId}-${project.artifactId}-${project.version}.jar
> 
>  
> 
>  On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<
> toriv...@arrive.no
>  >wrote:
> 
>   - jasperreports-1.4.16.jar
> >> - jasperreports-3.7.2.jar
> >> The first one is from WicketStuff, but still, it is confusing to see
> >>
> > this.
> >
> > This one of my biggest peeves with Maven: It has this concept of a
> > "groupId" to namespace artifacts in the repository, but this is of no
> > consequence when the jar files appear in the classpath, since the
> > groupId
> > namespace is not part of the actual file name.
> >
> > A workaround could be to prefix the jar file name with the groupId
> > namespace somehow.
> >
> > - Tor Iver
> >
> >
> 
> 
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>


Re: WicketStuff artifacts naming strategy

2011-06-28 Thread Bruno Borges
I started to modify all JAR poms to have the wicketstuff- preffix.

Is anybody against this? Why?

:-)

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Sat, Mar 26, 2011 at 9:22 PM, Bruno Borges wrote:

> We could simply rename the artifactId property of projects, prepending with
> wicketstuff-, like wicket does with their modules.
>
> Still, I agree that this is will take some time and effort.
>
>
> Bruno Borges
> www.brunoborges.com.br
> +55 21 76727099
>
> "The glory of great men should always be
> measured by the means they have used to
> acquire it."
>  - Francois de La Rochefoucauld
>
>
>
> On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
> michael.ocleir...@rivulet.ca> wrote:
>
>> This is more complicated than I first thought.
>>
>> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>>
>> Essentially it seems that the deploy plugin does not honour the
>>  option and uploads in the original format when deploying.
>>
>> I will investigate this further but it won't be part of the next point
>> releases unfortunately.
>>
>> Mike
>>
>>
>>  I'm planning on doing point releases this weekend for 1.4.16.1 and
>>> 1.5-rc2.1 and I'll make sure the artifacts generate using the longer name.
>>>
>>> Thanks,
>>>
>>> Mike
>>>
>>>
>>>  In the most parent wicketstuff pom.xml:

 
 ${project.groupId}-${project.artifactId}-${project.version}.jar

 

 On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver>>> >wrote:

  - jasperreports-1.4.16.jar
>> - jasperreports-3.7.2.jar
>> The first one is from WicketStuff, but still, it is confusing to see
>>
> this.
>
> This one of my biggest peeves with Maven: It has this concept of a
> "groupId" to namespace artifacts in the repository, but this is of no
> consequence when the jar files appear in the classpath, since the
> groupId
> namespace is not part of the actual file name.
>
> A workaround could be to prefix the jar file name with the groupId
> namespace somehow.
>
> - Tor Iver
>
>


>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>


Re: WicketStuff artifacts naming strategy

2011-03-26 Thread Bruno Borges
We could simply rename the artifactId property of projects, prepending with
wicketstuff-, like wicket does with their modules.

Still, I agree that this is will take some time and effort.


Bruno Borges
www.brunoborges.com.br
+55 21 76727099

"The glory of great men should always be
measured by the means they have used to
acquire it."
 - Francois de La Rochefoucauld



On Sat, Mar 26, 2011 at 12:36 PM, Michael O'Cleirigh <
michael.ocleir...@rivulet.ca> wrote:

> This is more complicated than I first thought.
>
> See this issue: http://jira.codehaus.org/browse/MDEPLOY-93
>
> Essentially it seems that the deploy plugin does not honour the 
> option and uploads in the original format when deploying.
>
> I will investigate this further but it won't be part of the next point
> releases unfortunately.
>
> Mike
>
>
>  I'm planning on doing point releases this weekend for 1.4.16.1 and
>> 1.5-rc2.1 and I'll make sure the artifacts generate using the longer name.
>>
>> Thanks,
>>
>> Mike
>>
>>
>>  In the most parent wicketstuff pom.xml:
>>>
>>> 
>>> ${project.groupId}-${project.artifactId}-${project.version}.jar
>>>
>>> 
>>>
>>> On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver>> >wrote:
>>>
>>>  - jasperreports-1.4.16.jar
> - jasperreports-3.7.2.jar
> The first one is from WicketStuff, but still, it is confusing to see
>
 this.

 This one of my biggest peeves with Maven: It has this concept of a
 "groupId" to namespace artifacts in the repository, but this is of no
 consequence when the jar files appear in the classpath, since the
 groupId
 namespace is not part of the actual file name.

 A workaround could be to prefix the jar file name with the groupId
 namespace somehow.

 - Tor Iver


>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff artifacts naming strategy

2011-03-26 Thread Michael O'Cleirigh

This is more complicated than I first thought.

See this issue: http://jira.codehaus.org/browse/MDEPLOY-93

Essentially it seems that the deploy plugin does not honour the 
 option and uploads in the original format when deploying.


I will investigate this further but it won't be part of the next point 
releases unfortunately.


Mike

I'm planning on doing point releases this weekend for 1.4.16.1 and 
1.5-rc2.1 and I'll make sure the artifacts generate using the longer 
name.


Thanks,

Mike



In the most parent wicketstuff pom.xml:


${project.groupId}-${project.artifactId}-${project.version}.jar 




On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor 
Iverwrote:



- jasperreports-1.4.16.jar
- jasperreports-3.7.2.jar
The first one is from WicketStuff, but still, it is confusing to see

this.

This one of my biggest peeves with Maven: It has this concept of a
"groupId" to namespace artifacts in the repository, but this is of no
consequence when the jar files appear in the classpath, since the 
groupId

namespace is not part of the actual file name.

A workaround could be to prefix the jar file name with the groupId
namespace somehow.

- Tor Iver







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-03-25 Thread Michael O'Cleirigh
I'm planning on doing point releases this weekend for 1.4.16.1 and 
1.5-rc2.1 and I'll make sure the artifacts generate using the longer name.


Thanks,

Mike



In the most parent wicketstuff pom.xml:


${project.groupId}-${project.artifactId}-${project.version}.jar


On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iverwrote:


- jasperreports-1.4.16.jar
- jasperreports-3.7.2.jar
The first one is from WicketStuff, but still, it is confusing to see

this.

This one of my biggest peeves with Maven: It has this concept of a
"groupId" to namespace artifacts in the repository, but this is of no
consequence when the jar files appear in the classpath, since the groupId
namespace is not part of the actual file name.

A workaround could be to prefix the jar file name with the groupId
namespace somehow.

- Tor Iver







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff artifacts naming strategy

2011-03-25 Thread Martin Grigorov
In the most parent wicketstuff pom.xml:


${project.groupId}-${project.artifactId}-${project.version}.jar


On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver wrote:

> > - jasperreports-1.4.16.jar
> > - jasperreports-3.7.2.jar
>
> > The first one is from WicketStuff, but still, it is confusing to see
> this.
>
> This one of my biggest peeves with Maven: It has this concept of a
> "groupId" to namespace artifacts in the repository, but this is of no
> consequence when the jar files appear in the classpath, since the groupId
> namespace is not part of the actual file name.
>
> A workaround could be to prefix the jar file name with the groupId
> namespace somehow.
>
> - Tor Iver
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com 


RE: WicketStuff artifacts naming strategy

2011-03-25 Thread Wilhelmsen Tor Iver
> - jasperreports-1.4.16.jar
> - jasperreports-3.7.2.jar

> The first one is from WicketStuff, but still, it is confusing to see this.

This one of my biggest peeves with Maven: It has this concept of a "groupId" to 
namespace artifacts in the repository, but this is of no consequence when the 
jar files appear in the classpath, since the groupId namespace is not part of 
the actual file name.

A workaround could be to prefix the jar file name with the groupId namespace 
somehow.

- Tor Iver


WicketStuff artifacts naming strategy

2011-03-24 Thread Bruno Borges
After 10 minutes I realized that having these two jars was not the problem
of some bug on my project...

- jasperreports-1.4.16.jar
- jasperreports-3.7.2.jar

The first one is from WicketStuff, but still, it is confusing to see this.

Should we configure the POM files to export the jar with a 'wicketstuff-'
preffix on all modules?

Cheers,

Bruno Borges
www.brunoborges.com.br
+55 21 76727099

"The glory of great men should always be
measured by the means they have used to
acquire it."
 - Francois de La Rochefoucauld