zitmen / thunderstorm

ThunderSTORM: a comprehensive ImageJ plugin for SMLM data analysis and super-resolution imaging
http://zitmen.github.io/thunderstorm/
GNU General Public License v3.0
91 stars 42 forks source link

pom.xml: swingbox-1.1-SNAPSHOT to swingbox-1.1 #35

Closed kwikwag closed 7 years ago

kwikwag commented 8 years ago

Update the swingbox dependency to point to 1.1 rather than 1.1-SNAPSHOT

swingbox-1.1 doesn't appear in the snapshot repository https://oss.sonatype.org/content/repositories/snapshots/net/sf/cssbox/

but does appear in the central Maven repository https://repo1.maven.org/maven2/net/sf/cssbox/swingbox/1.1

zitmen commented 8 years ago

It's not that simple, because there were some fixes and I'm not sure if we made some of them ourselfs, or not. I'll have to take a closer look at this. If it turns out everything is working, I'll accept. Thanks.

Nonetheless, the library is included in ThunderSTORM's repository, so you can compile TS no problem.

kwikwag commented 8 years ago

Thabks. Can you elaborate on the ThunderSTORM repo? I saw that there is a lib/ directory with those hats, but Maven is new to me and didn't find how to set this up in the documentation wiki.

kwikwag commented 8 years ago

*hats=jars

zitmen commented 8 years ago

It's actually quite simple. Maven looks into its local repository and if it doesn't find the JAR you request, it goes online to copy it to the local repo and then it compiles the application. So what you want to do is to copy the missing libraries from the lib directory of ThunderSTORM to the local Maven repo. I have mine in C:\Users\zitmen\.m2\repository. It will be similar everywhere. Always look for .m2 directory in your home folder. Look inside to see how it's organized....it's pretty straight forward. I believe you'll be able to put it together easily.

zitmen commented 7 years ago

Proposal is accepted in revision 8af7f667feb434acddfdef4796303f5176558345.