Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Mar 6, 2021

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 rssfeed_version.jar and package it into an rssfeed_version.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? 😁 LMK if any changes are needed, I'll be happy to fix what I broke.

@parg
Copy link
Contributor

parg commented Mar 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants