eaglebk / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

EmailValidator is missing #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Applying PlainTextConverter on wikipedia <text> elements 

What is the expected output? What do you see instead?
My expectation is not to get an Exception ;-)

Instead, I get:
java.lang.NoClassDefFoundError: org/apache/commons/validator/EmailValidator
    at
info.bliki.wiki.filter.WikipediaParser.handleHTTPLink(WikipediaParser.java:1142)
    at
info.bliki.wiki.filter.WikipediaParser.parseWikiLink(WikipediaParser.java:692)
    at
info.bliki.wiki.filter.WikipediaParser.getNextToken(WikipediaParser.java:318)
    at info.bliki.wiki.filter.WikipediaParser.runParser(WikipediaParser.java:1194)
    at
info.bliki.wiki.filter.AbstractParser.parseRecursiveInternal(AbstractParser.java
:487)
    at
info.bliki.wiki.filter.WikipediaParser.parseRecursive(WikipediaParser.java:1484)
    at info.bliki.wiki.filter.WikipediaParser.parse(WikipediaParser.java:1395)
    at info.bliki.wiki.model.AbstractWikiModel.render(AbstractWikiModel.java:837)

What version of the product are you using? On what operating system?
bliki.3.0.11.zip, Windows, Eclipse

Please provide any additional information below.
The exception occurs in the WikipediaParser.java in line. It requires the
Validator package freely available at http://commons.apache.org/validator/.
After importing this JAR everything works fine.

Original issue reported on code.google.com by Hassler....@gmail.com on 15 Apr 2009 at 4:55

GoogleCodeExporter commented 9 years ago
You can find the dependencies for the bliki-core in the Maven pom:
http://code.google.com/p/gwtwiki/source/browse/maven-
repository/info/bliki/wiki/bliki-core/3.0.11/bliki-core-3.0.11.pom

The current version is: commons-validator-1.3.1.jar

Original comment by axelclk@gmail.com on 17 Apr 2009 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by axelclk@gmail.com on 26 Aug 2009 at 4:52