For the Eclipse App Engine plugin, the answer is easy - go to the Project Properties -> Builders and disable the Enhancer. Is there a way to do the same in NetBeans (using the NetBeans IDE plugin for Google App Engine), to reduce the build time for projects which do not need DataNucleus?
Asked
Active
Viewed 295 times
2
-
You presumably enabled it in your Ant build.xml in the first place, so I would have thought that's the place to disable it ;-) – DataNucleus Jul 01 '11 at 07:20
-
@DataNucleus the NetBeans build.xml (and referenced build-impl.xml) contains no references to app engine or datanucleus. I am using the nbappengine plugin, maybe it is hidden inside there – mjn Jul 01 '11 at 11:22
-
Ahh, ok. Missed the GAE aspect of your question. Never used that plugin so no idea. – DataNucleus Jul 01 '11 at 12:14
-
Out of curiosity, why do you want the enhancer disabled? – Dave W. Smith Jul 02 '11 at 03:07
-
@Dave it would speed up the build process a little – mjn Jul 03 '11 at 19:49