On 29.03.23 18:02, Jeremy Cavanagh wrote:

Secondly, I cannot compile anything and therefore cannot test anything. I get 
the error message:

ant -f /Users/jeremycavanagh/netbeans-jc-cleaned/platform/api.io 
-Djavac.includes=org/netbeans/api/io/Fold.java compile-single
init-tasks:
/Users/jeremycavanagh/netbeans-jc-cleaned/nbbuild/default.xml:31: taskdef class 
org.netbeans.nbbuild.JNLPUpdateManifestStartup cannot be found
using the classloader AntClassLoader[]
BUILD FAILED (total time: 0 seconds)

I can only assume that my setup is incorrect for dealing with the NetBeans 
source. I am using the source download for NB13 and have not changed anything 
other than Java files.

build instructions are in the README, see:

https://github.com/apache/netbeans#building-netbeans

"ant build"

will build the project. First build will take a bit longer since it will download dependencies into a cache.

Once you build the whole project, you should be able to re-compile individual modules while working on them. The easiest way of doing this is with the build button in NetBeans itself but console works fine too.

your first issue should be fixed by this too since both are releated,

-mbien



Kindest regards

Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to