A custom project can not be compiled due to a missing
class reference inside htmlparser0.3a-7.jar.
Missing reference: org.acmsl.version.Versionable
(HTMLParser.java)
I had similar problems, but with considerable effort, I did
finally get the project to function. It turned out to be a days
endeavor instead of a 30-minute project, but I did get the
minimal functionality I needed for my small program.
I needed the following dependencies in order to get the
HTMLParser to function:
** HTMLparser.jar ( compiled from source in file: src-
htmlparser0.3a-7.zip. htmlparser0.3a-7.jar did not function)
** versionable0.3-29.jar (file downloads for this project)
** utils0.3a-19.jar (file downloads for this project)
Logged In: YES
user_id=628637
Oliver & others
I had similar problems, but with considerable effort, I did
finally get the project to function. It turned out to be a days
endeavor instead of a 30-minute project, but I did get the
minimal functionality I needed for my small program.
I needed the following dependencies in order to get the
HTMLParser to function:
** HTMLparser.jar ( compiled from source in file: src-
htmlparser0.3a-7.zip. htmlparser0.3a-7.jar did not function)
** versionable0.3-29.jar (file downloads for this project)
** utils0.3a-19.jar (file downloads for this project)
** regexpplugin-0.3.jar
(http://sourceforge.net/projects/regexpplugin/)
** patterns0.3a-6.jar (file downloads for this project)
** jakarta-oro-2.0.8.jar
(http://www.unixsoft.org/apache/jakarta/oro/source/jakarta-
oro-2.0.8.zip and build it with ant)
I also encountered a possible bug during testing:
The input string must contain line termination characters or
the processor silently ignores the callbacks for longer input
strings.
Hope this helps
Regards,
Joel