Htmlparser includes filterbuilder.jar htmllexer.jar htmlparser.jar junit.jar sax2.jar thumbelina.jar
Do I have to make a separate project.xml and jar for each one of these? Sax2.jar and junit.jar looks like they came from elsewhere, but I don't know which version he is using or where he got them. How do I tell which of these dependencies are external to the project and which of these are part of the project? Thanks, Siegfried -----Original Message----- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 10:08 PM To: Maven Users List Subject: Re: How to add html parser dependency? >From that page: "The HTML Parser is an open source library released under GNU Lesser General Public License, which basically says you are free to use the library "as is" in other (even proprietary) products, as long as due credit is given to the authors and the source code for the HTMLParser is included or available with the other product. For modified or embedded use, please consult the LGPL license. " On 10/20/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > Where do I get the license.txt? http://htmlparser.sourceforge.net/ does not > have a LICENSE.TXT. > Thanks, > sieg > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos > Sanchez > Sent: Wednesday, October 19, 2005 3:45 PM > To: Maven Users List > Subject: Re: How to add html parser dependency? > > Hi, > > "maven create-upload-bundle" is to create a upload bundle from an > existing maven project. If you want to upload a jar from a third > party, you have to make a jar with three contents: > - the jar file you want to upload > - the license the jar is under (LICENSE.TXT) > - project.xml, with that minimal information to make a more documented repo > > regards > > On 10/18/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > > I don't understand > http://maven.apache.org/reference/repository-upload.html. > > http://htmlparser.sourceforge.net/ does not have a LICENSE.TXT. > > > > Where does the project.xml come from? Do I create a new empty project with > > maven genapp? Or does maven create it? OR do I create it with emacs? It > does > > not make sense to use my current project. > > > > OK, so I tried "maven create-upload-bundle" in an empty temp directory. > > Maven only created a "target" directory contain a bunch of empty > directories > > and no jar file. http://maven.apache.org/reference/repository-upload.html > > explained that it would create a jar file -- it did not. > > > > I'm confused. > > > > Thanks, > > Siegfried > > > > -----Original Message----- > > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, October 18, 2005 10:41 PM > > To: 'Maven Users List' > > Subject: RE: How to add html parser dependency? > > > > Yes this is the faster solution. > > You can also follow the instructions given in [1] to upload it to ibiblio. > > > > [1] http://maven.apache.org/reference/repository-upload.html > > > > Arnaud > > > > > > > -----Message d'origine----- > > > De : Siegfried Heintze [mailto:[EMAIL PROTECTED] > > > Envoyé : mercredi 19 octobre 2005 06:13 > > > À : 'Maven Users List' > > > Objet : How to add html parser dependency? > > > > > > I'm looking for an HTML parser. I heard that > > > http://java-source.net/open-source/html-parsers/html-parser > > > is good. How do I add that to my maven 1 project? I don't see > > > this in the mevenide repository browser. Do I have to > > > manually download it and stick it in my local maven repository? > > > > > > Sieg > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > -- http://www.multitask.com.au/people/dion/ "You are going to let the fear of poverty govern your life and your reward will be that you will eat, but you will not live." - George Bernard Shaw --------------------------------------------------------------------- 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]
