That's trickier, those are all libraries referenced by Sindre, I had no idea the references didn't work anymore (the references were probably valid the first time I built Sindre's code, and since then, they've stayed copied locally on my machine).
I have to look into updated version for them. The easiest fix I can think of is to take an existing subsonic.war, rename it to subsonic.zip, unzip it, and go to WEB-INF/lib. There are the compiled, missing .jar files.
Follow the maven guideline on how to install them:
- Code: Select all
mvn install:install-file -DgroupId=com.hoodcomputing -DartifactId=natpmp -Dversion=0.1 -Dpackaging=jar -Dfile=/path/to/file
mvn install:install-file -DgroupId=net.sbbi -DartifactId=sbbi-upnplib -Dversion=1.0.4 -Dpackaging=jar -Dfile=/path/to/file
mvn install:install-file -DgroupId=org.wetorrent -DartifactId=weupnp -Dversion=2009-10-16 -Dpackaging=jar -Dfile=/path/to/file
This kind of should be reported to Sindre.. but the odds of getting a fast reply on that are fairly low, I'd say.