Hi Jeremy,

Am Mittwoch, dem 29.03.2023 um 12:57 +0000 schrieb Jeremy Cavanagh:
> But, I have now reached a point where I have some problems that I cannot find 
> a solution for and need your help/guidance.
> 
> First, a few of the packages (17 of 114) in platform give me the error 
> message "cannot find item" and in some cases they are in the same package?
> 
> 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.

when I work on NetBeans the first thing I do: Clean the branch I choose
as basis and do a build of the full IDE. Then I work on the individual
modules.

I suspect, that in your case you never build the nbbuild project, which
defines the class you are missing.

If you don't want to build the whole codebase, you can try if running
"ant bootstrap" from the base directoy is enough to fix your issue.

Greetings

Matthias

---------------------------------------------------------------------
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