目录

我的学习分享

记录精彩的程序人生

【Netbeans】project.properties未同步更新导致项目无法编译

现象:执行clean and build

platform.download:
ant -f D:\\GitHub\\acuibc clean build
D:\NetBeans82\harness\suite.xml:130: Cannot open D:\GitHub\acuibc\${project.com.acuilab.bc.cfx.flappeebee}\nbproject\project.xml
BUILD FAILED (total time: 0 seconds)

图片.png

这个项目已经移除了,不知为何没同步删除,手动删除后正常编译