You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Loading the project in NetBeans IDE 12.0 gives the following error:
After commenting out the line, the project still does not compile:
The text was updated successfully, but these errors were encountered: