-Solved bugs.Errors while building the project.The problem was in the...
-Solved bugs.Errors while building the project.The problem was in the build-impl.xml file.The first problem was the class path of the libs.CopyLibs.classpath property,to solve this error add the the class path to Netbeans 8.2, in Tools->Java->Ant. Example : libs.CopyLibs.classpath=C\:\\Program Files\\NetBeans 8.0.2\\java\\ant\\extra\\org-netbeans-modules-java-j2seproject-copylibstask.jar. The other problems were the attributes "rebase" and "excludeFromCopy" (copylibs doesn't support the "excludeFromCopy" attribute , copylibs doesn't support the "rebase" attribute) in the build-impl.xml.To solve that error the attributes were removed. +Added lib folder to the /dist directory. New version compiled. git-svn-id: svn://192.168.1.162/sw_open/ufr/java/examples/trunk@106 8cd9067d-c999-334f-a84c-f700af356b08
parent
72a5290e
Please register or sign in to comment