From: Snowdog <sn...@ga...> - 2006-07-18 18:13:12
|
Mark Tarrabain wrote: >> I've got to admit, the whole "No external library dependencies" sounds >> pretty painful. I think the last time I tried that was the first time I >> tried it. :) Currently, I just can't come up with a good reason for >> doing that in a java app. > It's less extra stuff for developers to have to download and install. > Remember, we didn't even want developers to be forced to install > Netbeans if they didn't want to... they could just use their favorite > text editor instead. > > Is that a good reason? > > >> Mark He's referring to those packages/libs (dependencies) that would place into your repository Mark. Like log4j, which you'd include within your SVN and in turn gets bundled with your apps jar when you deploy. He is not referring to external separate downloads that would need to be made by users during an OpenRPG2 install. --Snowdog |