BiglySoftware / BiglyBT-plugin-rssfeed

An RSS feed parser that allows unattended, automated download of torrents by means of advanced feed filter configurability.
GNU General Public License v2.0
4 stars 4 forks source link

Update build tooling (WARNING: Rearranges source tree) #6

Open ferdnyc opened 3 years ago

ferdnyc commented 3 years ago

As requested by @parg in #5, this PR contains an updated build.xml which can (when copies of swt.jar and BiglyBT.jar are made available to it) successfully compile an rssfeedversion.jar and package it into an rssfeedversion.zip for distribution.

# To build the jar file
$ ant jar
# To build the zip file
$ ant dist

In the course of doing this, I rearranged some of the source tree (moving the resources files into a top-level subdirectory, for instance), in ways that I'm worried are going to mess up @parg's own, existing build scripting.

So I guess... be sure to test before merging? :grin: LMK if any changes are needed, I'll be happy to fix what I broke.

parg commented 3 years ago

plugin.properties references the package location of the message text files...

View.java and Help.java also reference the location of the icons and the .stf files