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
I am having trouble with what to edit when using the command ant build:
Buildfile: /Users/jjt/Pentest/cantact-app/build.xml
download:
BUILD FAILED
/Users/jjt/Pentest/cantact-app/build.xml:7: The following error occurred while executing this line:
/Users/jjt/Pentest/cantact-app/nbproject/build-impl.xml:42: Cannot find NetBeans build harness.
Check that nbplatform.default.netbeans.dest.dir and nbplatform.default.harness.dir are defined.
On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties
but for automated builds you should pass these properties to Ant explicitly.
You may instead download the harness and platform: -Dbootstrap.url=.../tasks.jar -Dautoupdate.catalog.url=.../updates.xml
Total time: 0 seconds
I have netbeans installed and would like to know more what should I edit in the build.xml in order to specify the CLASSPATH.
The text was updated successfully, but these errors were encountered:
Hello,
I am having trouble with what to edit when using the command
ant build
:I have netbeans installed and would like to know more what should I edit in the build.xml in order to specify the CLASSPATH.
The text was updated successfully, but these errors were encountered: