Does not work with NetBeans 6.9

  11 posts   Feedicon  
Replies: 10 - Last Post: August 22, 2010 08:41
by: Tim
showing 1 - 11 of 11
 
Posted: June 25, 2010 21:03 by BackOrder
NetBeans 6.9 is now released and Google App Engine will not work with it. It is possible to add the 6.8 plugin from Kenai. I have loaded the guestbook sample but the project does not appear within NetBeans. Any tip?

Ian.
 
Posted: July 08, 2010 03:17 by Chuk-Munn
There is a bug in the appengine code. Apply the following patch to AppEngineJ2eePlatformImpl.java

-----------------------------------------------------------------------------

# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -63,12 +63,14 @@

@Override
public File[] getPlatformRoots() {
- return new File[] {};
+ return (null);
+ //return new File[] {};
}

@Override
public File[] getToolClasspathEntries(String arg0) {
- return new File[] {};
\ No newline at end of file
+ return (null);
+ //return new File[] {};
}

@Override
 
Posted: July 11, 2010 17:39 by BackOrder
Is there an updated version of the plugin? Unfortunately, I cannot checkout on the repository to recompile it.

Using SVN 1.6.12 (r955767) on https://hg.kenai.com/hg/nbappengine~main:

org.tigris.subversion.javahl.ClientException: RA layer didn't receive requested OPTIONS info
The OPTIONS response did not include the requested activity-collection-set; this often means that the URL is not WebDAV-enabled
 
Posted: July 14, 2010 20:52 by BackOrder
The instructions following instructions don't work: http://kenai.com/projects/help/pages/Usingsvn-win. I'm getting a similar error as above. Anyone?!

Ian.
 
Posted: June 25, 2010 21:31 by BackOrder
There is an error while loading the guestbook:

java.lang.ArrayIndexOutOfBoundsException: 0
	at org.netbeans.modules.j2ee.common.project.ui.J2EEProjectProperties.extractPlatformLibrariesRoot(J2EEProjectProperties.java:384)
	at org.netbeans.modules.j2ee.common.project.ui.J2EEProjectProperties.setServerProperties(J2EEProjectProperties.java:163)
	at org.netbeans.modules.j2ee.common.project.ui.J2EEProjectProperties.updateServerProperties(J2EEProjectProperties.java:241)
	at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties$5.run(WebProjectProperties.java:883)
	at org.openide.util.Mutex.postRequest(Mutex.java:1256)
	at org.openide.util.Mutex.postWriteRequest(Mutex.java:585)
	at org.netbeans.modules.web.project.ui.customizer.WebProjectProperties.setServerInstance(WebProjectProperties.java:877)
	at org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:982)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
	at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:196)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1104)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1178)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:700)
	at org.netbeans.modules.project.ui.OpenProjectList.access$1300(OpenProjectList.java:132)
	at org.netbeans.modules.project.ui.OpenProjectList$3.run(OpenProjectList.java:590)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)


Hope this helps,
Ian.
 
Posted: June 29, 2010 19:15 by rayyildiz
Hi,

Nbappengine plug-ins has problem with Netbeans 6.9. It can run correct on netbeans 6.9 R2.

Will a new plugin publish for 6.9?

Thanks
 
Posted: July 05, 2010 09:46 by Wojciech Halicki-Piszko
What do you mean by R2? Release Candidate or next minor Release?
 
Posted: July 03, 2010 18:58 by BackOrder
Thanks for the pointer on R2, Ray. The bug was also filed in NetBeans bugzilla database.

http://netbeans.org/bugzilla/show_bug.cgi?id=187289

Ian.
 
Posted: July 12, 2010 18:28 by ewan_heming
I just built it using the latest source and it appears to be working now. I can open projects and deploy them to the dev server.
 
Posted: August 12, 2010 12:42 by den.lunev
Hello, I built plugin from source, seems it works, at least project can be opened, built, deployed to App Engine.
If someone interested, it's here: http://www.mozgoweb.com/posts/google-app-engine-plugin-for-netbeans-6-9/
 
Posted: August 22, 2010 08:41 by Tim
thank you so much Smile
showing 1 - 11 of 11
Replies: 10 - Last Post: August 22, 2010 08:41
by: Tim
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close