Unable to Build Projects with Netbeans 6.5 OpenGL Pack

Hi there,
I’m new to Java and did OpenGL ages ago. So, i thought,better combine both together and found the OpenGL Pack for Netbeans.
Netbeans + OpenGL Packs work fine, i can RUN my project without any troubles.
But when it comes to ‘building’ them, i’ll get stuck.
when i click on ‘Build main projet’ i got the error message:

D:…\nbproject\build-jogl-template-impl.xml:74: The following error occurred while executing this line:

Target “jnlp-init-generate-master” does not exist in the project xyz…

I can’t nowhere find this jnlp-init-generate-master.xml. It must have something to do with the configuration, i’ll guess, coz running my projects works fine!!!
There must be a way, please help!!! ??? ???

Thanks,
normen

Hello ElNormeo,

OK, i can reproduce it now. NetBeans 6.5 changed a lot in the build system. I thought I already fixed this one, maybe i forgot to upload new binaries (like so often…)

you should be able to clean-build if you disable webstart deployment but this is probably not what you want :wink:

(just noticed that you even can’t disable compile on safe in project properties… this already worked too the last time i checked)

here is a fresh build of v0.5.3:
https://netbeans-opengl-pack.dev.java.net/files/documents/6933/117638/netbeans-opengl-pack_0.5.3.zip

after you reinstalled the GL Pack webstart should work for new projects. For your old projects, please replace nbproject/build-jogl-template-impl.xml with this file:
https://netbeans-opengl-pack.dev.java.net/files/documents/6933/122451/build-jogl-template-impl.xml

i don’t know why that happened maybe the upload to the plugin portal rolled back. Please report back if its working i will update the official download.

hello,

i installed the latest package and it works fine;-) Windows as Linux 8Ubuntu 8.10) are building fine!!

Muchas Gracias!!!

El Normeo