Can some please help me to build this code. Almost figured out the build process except the fact that it fails when looking for following to paths:
${libs.restlib.classpath}:\ and
${libs.restapi.classpath}:\
in acs-war\nbproject\project.properties file. I tried building by pointing to an empty directory for these two paths. With this build is completed without any issue and acs.ear is generated as expected. But this binary is not usable. Guess something is missing which is supposed to be available in above mentioned paths.
So I want to figure out what files I am missing. Does anyone has an idea where can I can the missing libraries or files. Or if you know what files it is looking for in these directories, I can download them and then point to it.
TIA.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can some please help me to build this code. Almost figured out the build process except the fact that it fails when looking for following to paths:
${libs.restlib.classpath}:\ and
${libs.restapi.classpath}:\
in acs-war\nbproject\project.properties file. I tried building by pointing to an empty directory for these two paths. With this build is completed without any issue and acs.ear is generated as expected. But this binary is not usable. Guess something is missing which is supposed to be available in above mentioned paths.
So I want to figure out what files I am missing. Does anyone has an idea where can I can the missing libraries or files. Or if you know what files it is looking for in these directories, I can download them and then point to it.
TIA.