Closed vChavezB closed 11 months ago
@vChavezB thanks! Can you please merge in develop
It's the branch where the latest changes are
I have changed it to the develop branch. Should I also delete the webvowl patched zip and display the source files ? At the moment I tested my changes only with the resources from the folder loder and oops.
We should be consistent, so yes, if it's not a lot of effort, let's do that. Having to create the zip file every time is less ideal.
updated 👍
This looks good to me. I'll have to check if those getAbsolutePaths
do are not problematic in unix.
Thanks! Please add yourself as well in the contributor list in the README file
Ouch, no, it does not pass the tests. I will leave a few comments where the errors may be
Thanks for the feedback. I think I did not push the changes for those files correctly. Will have a look again ;)
Still not :(
Sorry for the multiple changes. I must admit that Java is not my first language.
I will do a clean git clone and compile again to debug this.
No rush
Ok I think it should now compile, for some reason the previous commit did not use the copyResourceDir
method.
Thanks, looking good. Will review and merge soon!
Instead of using zip files, use the source files in the resources directory. This allows to track differences easily over git as zip files cannot be compared between commits easily.
In specific I did this as I am testing the swrl rules xslt files (see #652 ) and found out that the zip file is used instead of the
src/main/resources/lode
folder.