Open ferdnyc opened 3 years ago
haha,
You assume too much my friend! I use Eclipse to build the .jar (rssfeed.jardesc) and then 7-zip up the required files to build the distribution.
build.xml is something from the past and well rotted. Happy to update it if you have something useable...
LOL, OK in that case let me polish up my mess a little and I'll open another PR.
Hey @parg, on the heels of my picking around in the code (see #2, #4), next time you build the plugin do you think you could commit whatever build configuration / tooling you use into the repo?
The currently-checked-in
build.xml
is all kinds of crazypants, with references to nonexistent directories and tons of things being expected to live at some path different from where they actually can be found. I had to make a ton of changes just to get a useful compile out of the mess. So, I can't fathom how that could be the actual build script used to generate this thing "for real".I could submit a PR with my changes, sure, but I figure it makes the most sense for the configuration in the repo to be exactly what's used to generate the official releases.