It'd be better if it was just based on artifactId, but I can't see the pom changing to add a substring for us.
We could always create a property somewhere... On Sun, 15 Aug 2004 22:08:31 +0200, Paul Libbrecht <[EMAIL PROTECTED]> wrote: > Is this arithmetic a safe bet ? > I have to say that I don't like it too much and it would be nice to > have needed accessors on the pom, if that would be possible. > > paul > > Le 15 ao�t 04, � 11:44, Dion Gillard a �crit : > > > > > id == groupId + ":" artifactId > > > > groupId == "commons-jelly" > > artifactId = "commons-jelly-tags-swt" > > > > id = "commons-jelly:commons-jelly-tags-swt" > > > > On Sun, 15 Aug 2004 14:10:35 +0800, Rice Yeh <[EMAIL PROTECTED]> > > wrote: > >> Hi, > >> I am new to maven and jelly. When i study project.xml in > >> jelly-tags/tag-project.xml, I get confused with the > >> pom.id.substring(33). > >> What does the number 33 stand for? I think it should be 20 to stand > >> for the > >> position of the last '-' in 'commons-jelly-tags-'. Take swt > >> sub-project as > >> example, its id is commons-jelly-tags-swt, so pom.id.substring(20) is > >> 'swt', > >> but pom.id.substring(33) is null. Am I right? I download jelly > >> directly from > >> cvs. > >> > >> Regards, > >> Rice > >> > >> _________________________________________________________________ > >> MSN 8 with e-mail virus protection service: 2 months FREE* > >> http://join.msn.com/?page=features/virus > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > http://www.multitask.com.au/people/dion/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
