netbeans

Create a new project type in netbeans module

Hi Let's say i need to develop a plugin for a given technology not suported by netbeans, how do i register a new project type for this technology? The user may want to create a new project using the project wizzard, i've maneged to create a project template, but this requires the template to be based on an existing project type. ...

setting proxy in appengine plugin netbeans

how can i set proxy in the netbeans app engine plugin ? so that the it works like command line appcfg -p proxy:port update application_name i want to do this because i am behind a proxy. ...

Netbeans and source folders.

Hello, I am working on a large project and I have configured multiple source package folders. Project -> Properties -> Sources However, when I import a library from this other source folder it says it doesn't exist so obviously with source folder is only liked in during compile time. How do I get my project to reference these source...

Deploy GWT Application to Google App Engine using NetBeans

Hello, I try to deploy a GWT application, to Google App Engine using NetBeans. I had successful run GWT sample http://code.google.com/webtoolkit/doc/latest/tutorial/create.html using Personal GlassFish v3 Prelude Domain, by 1) Copy generated source code from StockWatcher to C:\Projects\StockWatcherNetbeans\src\java\com\google\ 2) Modi...

development environment for webspace portal

hi all, i am building a dev. env. for developing portlets and then using them with webspace portal on sun glassfish server on win 32. i will be developing the portlets using netbeans with the portal pack3.0. now the thing is what is the most suggested version of glassfish, netweans and webspace server to be used. what are the alternativ...

PHPUnit doesn't recognize file_exists()

I've set up a project with unit test files in NetBeans. I set bootstrap to C:\www\foo\_tests\TestAutoload.php and put simple autoload method to this file: function __autoload( $class_name ) { // series of ifs if ( ... ) { $file_name = ... } if ( file_exists ( $file_name ) ) { require_once( $file_name ); ...

what should be in .gitignore file for a netbeans java project?

What should be the content of the .gitignore file for a java project in netbeans? ...

Netbeans 6.8 Options dialog won't open

I'm using Windows 7 and Netbeans 6.8. When I try to open Tools > Options the icon spins for a moment or two and then.. nothing. The Tools menu will expand, it's Options that is giving me the problem. Any hints? Thanks ...

Function testing on Netbeans 6.8

While not a torrent, but some articles can be found on the net about function testing (particularly http://blogs.sun.com/geertjan/entry/gui_testing_on_the_netbeans). However the tools mentioned by them do not seem to be maintained, or don't have a plugin working with the most recent version of Netbeans (6.8). Do you have any function te...

comment code in netbeans?

a while ago i could comment any code in php with netbeans like this: /* * * */ I just typed /* ENTER and netbeans gave me that lines above. then when i typed @ it gave me a full list of all available tags (author, param and so on). i reinstalled my mac and since then it hasnt worked. someone knows why and how i can activate it? i...

@Override fix-code shortcut in NetBeans

Hi guys, sorry for a silly question but I got angry after seeking the answer in NetBeans and in the net - is there any key shortcut for fixing @Override annotation in NetBeans (something like ctrl+shift+i for imports)? I do appreciate your answers, cheers. ...

Connect to SVN repository with Netbeans using SVN+SSH

Hello all, I am trying to connect to a SVN server in order to import my project into it with svn+ssh authentication method. I am using the NetBeans IDE (6.8) with subversion plugin installed on Windows XP SP2. I have plink installed with its path set in the Windows PATH env variable. When I use the similar looking repository URL (XXXX a...

How to change color of HAML tags in NetBeans?

I use Aloha theme in NetBeans 6.8, everything looks cool except these blue tags in HAML files, which are unreadable. How to find a place where this blue color could be changed? P.S. I use that HAML plugin which seems to be unsupported and lacks features Screenshot: http://img.leprosorium.com/846904 (sorry, new users can't embed images)...

Problem connecting to Apache Derby using Hibernate configuration file in Netbeans (ERROR XSDB6)

I've created a local Apache Derby database in Netbeans, but am having problems when I try and autogenerate the POJO files, using the "Hibernate Reverse Engineering Wizard". My Hibernate configuration (generated by Netbeans from the database connection, then I added a few bits): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate...

Is there vertical highlighting in NetBeans?

In MS Visual Studios, you can hold down the ALT key and make text selections vertically. Is there this ability in NetBeans on MAC OSX? ...

Hudson CI project doesn't run NetBeans JUnit tests of dependent projects

I have a set of NetBeans java projects with dependencies between them. I added the project at the top of the dependency tree to Hudson for continuous integration. Everything works fine, except that the unit tests of dependent projects don't get run by Hudson. This is because the ant scripts that NetBeans creates has dependent projects se...

JavaEE in netbeans giving BUILD FAILED error upon deployment

When I try to run my Java EE program in Netbeans consisting of servlets (java pages), JSP's, beans(java pages) and HTML pages I get this error in the output: In-place deployment at C:\Users\Derek\Documents\NetBeansProjects\EJBProject\EJBProject-war\build\web Initializing... deploy?path=C:\Users\Derek\Documents\NetBeansProjects\EJBProjec...

Netbeans (PHP) catching syntax error on xml declaration

Hello. I've just installed and configured Netbeans to work with PHP (including xdebug), and almost everything is working as intended, except that I've been getting "errors" in the IDE after I edited the default webpage template to comply with xhtml 1.1. The template is this: <?xml version="1.0" encoding="${project.encoding}" ?> <!DOCTY...

Problems with deploying JSF project from Netbeans to Tomcat

Hi! Googled everything, but can't find solution for my problem. When i'm trying to deploy my project to Tomcat, i have such errors in Tomcat log: SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener I tried to deplo...

Netbeans GUI building on pre-defined code

I am supposed edit some code for an assignment, and he gave us the framework and wants us to implement code for it. I load the project into netbeans and can't figure out how I'm supposed to edit the swing components. I don't see how to edit source vs. design. import javax.swing.*; import java.util.*; import java.io.*; public class Cu...