hi,
please consider adding the jwnl jar to a maven repository at ibiblio, so it can be automatically downloaded as a dependency in automated builds.
Maven upload info at
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
(Maven is a build system; see left-hand side of that page for more info on Maven itself)
thanks,
larry
Logged In: YES
user_id=300957
Originator: YES
here is a starter for the metadata file, pom.xml :
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
<name>Word Net Library</name>
<version>1.3</version>
<description>JWNL is an API for accessing WordNet-style relational dictionaries</description>
<url>http://jwordnet.sourceforge.net/</url>
<licenses>
<license>
<name>BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://jwordnet.cvs.sourceforge.net/jwordnet/JWNL/</url>
</scm>
</project>
Will do this on next release.
(Really old support bug, but it's valid.)
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).