You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "siegfried heintze (JIRA)" <ji...@codehaus.org> on 2005/10/21 18:43:11 UTC

[jira] Created: (MAVENUPLOAD-563) Add htmlparser

Add htmlparser
--------------

         Key: MAVENUPLOAD-563
         URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
     Project: maven-upload-requests
        Type: Task
 Reporter: siegfried heintze
 Attachments: htmlparser-1.6.jar

I would like to use the parser at http://htmlparser.sourceforge.net .

I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 

This is my first try at using maven 1.0.1.

Please up load this so I can use htmlparser.

Thanks,
Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=all ]
     
Carlos Sanchez closed MAVENUPLOAD-563:
--------------------------------------

    Resolution: Incomplete

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49005 ] 

Carlos Sanchez commented on MAVENUPLOAD-563:
--------------------------------------------

Connecting to www.heintze.com[63.137.246.148]:80... failed: Connection refused.


> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>  Attachments: htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49438 ] 

Carlos Sanchez commented on MAVENUPLOAD-563:
--------------------------------------------

Please read groupId policy

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49686 ] 

Carlos Sanchez commented on MAVENUPLOAD-563:
--------------------------------------------

It should be like this

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <groupId>org.htmlparser</groupId>
  <artifactId>htmlparser</artifactId>
  <version>1.6</version>
  <dependencies>
  </dependencies>
</project>

And say what of the attachments, or the link provided is the right one

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVENUPLOAD-563) Add htmlparser

Posted by "siegfried heintze (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=all ]

siegfried heintze updated MAVENUPLOAD-563:
------------------------------------------

    Attachment: htmlparser-1.6.jar

I changed the group id.

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "siegfried heintze (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49590 ] 

siegfried heintze commented on MAVENUPLOAD-563:
-----------------------------------------------

I changed the groupid to org.htmlparser to be consistent with the java declarations necessary to use the package.

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49697 ] 

Carlos Sanchez commented on MAVENUPLOAD-563:
--------------------------------------------

jar inside has to be called htmlparser-1.6.jar (so the bundle cannot be called the same)
license file has to be called LICENSE.txt

Take your time and review the instructions

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVENUPLOAD-563) Add htmlparser

Posted by "siegfried heintze (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=all ]

siegfried heintze updated MAVENUPLOAD-563:
------------------------------------------

    Attachment: htmlparser-1.6.jar

Changed as per recent comments

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=all ]

Carlos Sanchez updated MAVENUPLOAD-563:
---------------------------------------

    Comment: was deleted

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49689 ] 

Carlos Sanchez commented on MAVENUPLOAD-563:
--------------------------------------------

It should be like this

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.htmlparser</groupId>
  <artifactId>htmlparser</artifactId>
  <version>1.6</version>
  <dependencies>
  </dependencies>
</project>

And say what of the attachments, or the link provided is the right one


> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar, htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-563) Add htmlparser

Posted by "siegfried heintze (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-563?page=comments#action_49215 ] 

siegfried heintze commented on MAVENUPLOAD-563:
-----------------------------------------------

Are you still getting connection refused? I do not. I see you have a copy from the attachments -- will that suffice?
Siegfried@heintze.com

> Add htmlparser
> --------------
>
>          Key: MAVENUPLOAD-563
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-563
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: siegfried heintze
>     Assignee: Carlos Sanchez
>  Attachments: htmlparser-1.6.jar
>
>
> I would like to use the parser at http://htmlparser.sourceforge.net .
> I've put the bundle on my personal web site http://www.heintze.com/maven/htmlparser-1.6.jar . 
> This is my first try at using maven 1.0.1.
> Please up load this so I can use htmlparser.
> Thanks,
> Siegfried

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org