I've added that element. Gary
> -----Original Message----- > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 07, 2006 3:25 AM > To: Jakarta Commons Developers List > Subject: Re: [LANG] - Meaning of 'Complete new Tokenizer Class' > > You can add the following section to the dependencies element in the > project.xml file. That way the plugin will be downloaded automatically: > > <dependency> > <groupId>maven-plugins</groupId> > <artifactId>maven-cobertura-plugin</artifactId> > <version>1.1.1</version> > <type>plugin</type> > </dependency> > > -- > Dennis Lundberg > > Stephen Colebourne wrote: > > Maven 1.0.2 > > > > This has to be manually found and installed I believe. > > > > http://maven-plugins.sourceforge.net/maven-cobertura- > plugin/announcements/announcement-1.1.1.txt > > > > > > maven plugin:download > > -DgroupId=maven-plugins > > -DartifactId=maven-cobertura-plugin > > -Dversion=1.1.1 > > > > Stephen > > > > > > > > Gary Gregory wrote: > >> Stephen: > > > I am still on Maven 1.0.2. Which version do you use? > >> > >> If 2.0 is now needed, will it fix this?: > >> > >> BUILD FAILED > >> File...... C:\Documents and > >> Settings\ggregory.SSSI\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly > >> Element... attainGoal > >> Line...... 687 > >> Column.... 48 > >> No goal [maven-cobertura-plugin:register] > >> Total time: 20 seconds > >> Finished at: Fri Jan 06 16:16:38 PST 2006 > >> > >> gg > >> > >> > >>> -----Original Message----- > >>> From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > >>> Sent: Friday, January 06, 2006 3:29 PM > >>> To: Jakarta Commons Developers List > >>> Subject: Re: [LANG] - Meaning of 'Complete new Tokenizer Class' > >>> > >>> Harrington, James MAJ wrote: > >>> > >>>> I was going to take a stab at this task on the LANG list, but > >> > >> thought > >> > >>>> I'd better ask a few questions first. First, I can think of three > >>>> possibilities for a string tokenizer implementation in LANG: > >>>> > >>>> - a new implementation for the interface presented by > >>>> org.apache.commons.lang.text.StrTokenizer > >>>> > >>>> - a new implementation for the interface presented by > >>>> java.util.StringTokenizer > >>>> > >>>> - an implementation of an interface representing the most commonly > >> > >> used > >> > >>>> features of string tokenizers > >>> > >>> Asking on the list is definitely a good idea before coding excessively > >> > >> :-) > >> > >>> Where did you get the quote in the subject line? > >>> > >>> I would say based on my review of StrTokenizer tonight that it has all > >>> the right methods and looks about complete. However it may not be > >> > >> fully > >> > >>> tested, and that may be the task to do. > >>> > >>> Also in this package, StrBuilder is complete, with the possible > >>> exception of adding a subBuilder() method to allow operations on a > >> > >> range > >> > >>> of the builder. But that is quite complex to write and test. > >>> > >>> VariableFormatter needs the most work and had outstanding patches in > >>> various places. > >>> > >>> Stephen > >>> > >>> > >>> > >>> > >>> --------------------------------------------------------------------- > >>> 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] > >> > >> > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
