Dienstag Juni 10, 2008
Using NetBeans IDE Early Access for PHP for Drupal Development
Since NetBeans IDE Early Access for PHP it is nicely possible to use NetBeans to work with php projects.
But to use it for Drupal projects, there exists these .module and .install files, which also contain php code, but are not recogniced by NetBeans as such, you need a slight modification to one file in your NetBeans installation:
- Take the file netbeans/php1/modules/org-netbeans-modules-php-editor.jar and unzip it in a new directory.
- Edit the file org/netbeans/modules/php/editor/resources/PHPMimeResolver.xml and add the lines:
- <ext name="module"/>
- <ext name="install"/>
- Now zip the files in your directory to org-netbeans-modules-php-editor.jar and replace the original file org-netbeans-modules-php-editor.jar with that.
Now NetBeans is a little more friendly to Drupal 
Gesendet von tbo
( Jun 10 2008, 10:14:33 AM CEST )
Permalink
Sonntag Oktober 15, 2006
First steps on automatically testing a NetBeans wizard
At first I didn't see how these
J-tools fit together, but after trying to use them, the picture became clearer.
The next steps for my project would be:
- How do I get the name of a control.
- Try to automate clicking through the project wizard
'StarOffice/OpenOffice.org Calc Add-In'
- How do I organize the files for the test.
- How to present the result of the test.
[
Read More]
Gesendet von tbo
( Okt 15 2006, 06:44:57 PM CEST )
Permalink
Mittwoch September 27, 2006
Evaluating QA for OpenOffice.org NetBeans Integration
Boss: "You have to do QA for this new feature."
Me: "Oh no! This is not in OOo, it is in NetBeans. I can't use our VCL TestTool for this. I have to do it by hand!

"
Boss: "Yes, I know. Just do it one time!"
After getting used to NetBeans, it came to my mind that they have to do QA for this IDE, too.
How do they do this???
Google: testtools netbeans
[
Read More]
Gesendet von tbo
( Sep 27 2006, 07:46:09 PM CEST )
Permalink
This is a personal weblog, I do not speak for my employer.