Hi There,
I am trying to use the plugin to generate the configuration. Most of it is working fine apart from the tags.
I tried using this:
<nresources> <nresource>[linux-amd64] native/liblwjgl64.so</nresource> </nresources>
and
<resources> <resource>mytest.jar</resource> </resources>
It doesn't write in getdown.txt. I was expecting it to add to getdown.txt like:
resource = mytest.jar
resource = [linux-amd64] native/liblwjgl64.so
Can you let me know please what is wrong.
Hi There,
I am trying to use the plugin to generate the configuration. Most of it is working fine apart from the tags.
I tried using this:
<nresources> <nresource>[linux-amd64] native/liblwjgl64.so</nresource> </nresources>and
<resources> <resource>mytest.jar</resource> </resources>It doesn't write in getdown.txt. I was expecting it to add to getdown.txt like:
resource = mytest.jar
resource = [linux-amd64] native/liblwjgl64.so
Can you let me know please what is wrong.