linklayer/cantact-app

Cannot compile on Windows

romain145 opened this issue · 0 comments

Loading the project in NetBeans IDE 12.0 gives the following error:

Z:\git\github\cantact-app\CANtactCore\build.xml:7: The following error occurred while executing this line:
Z:\git\github\cantact-app\CANtactCore\nbproject\build-impl.xml:44: Cannot find Z:\git\github\cantact-app\CANtactCore\nbproject\${nbplatform.default.harness.dir}\build.xml imported from Z:\git\github\cantact-app\CANtactCore\nbproject\build-impl.xml

After commenting out the line, the project still does not compile:

ant -f Z:\\git\\github\\cantact-app\\CANtactCore -Dcontinue.after.failing.tests=true netbeans
Target "netbeans" does not exist in the project "org.cantact.core". 
BUILD FAILED (total time: 0 seconds)