score:1

Accepted answer

i had to create a new project from scratch and copy & paste all the folders/files in there. i am still unsure as to what caused the issue.

score:0

in my case, the "build.properties" was the problem.

source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               meta-inf/,\
               .,\
               icons/,\
               ...

the "source" path was not specified, and it occurred the error that removes part descriptor and some things.


Related Query

More Query from same tag