New release for SQE plugin

  21 posts   Feedicon  
Replies: 20 - Last Post: October 20, 2009 22:26
by: Jesse Glick
showing 1 - 20 of 21
« Previous 1
 
Posted: September 11, 2009 14:50 by iceman81
Hi,
What is the latest plugin available for download for Netbeans? Could someone point me to a link from where I could download?


Thanks
 
Posted: September 24, 2009 15:50 by Jesse Glick
I am working on some fixes and enhancements suitable for NB 6.7 or later. You can try building from source, or wait for an official 6.7 release.
 
Posted: September 26, 2009 21:10 by iceman81
Where do i get the source from? I am only able to get access to golden - which seems to be empty. Do i need to be looking somewhere else?

trunk is not accessible.
 
Posted: October 06, 2009 17:56 by Java.Artisan
Same here. Can't checkout the source code.
 
Posted: October 08, 2009 22:24 by iceman81
I see build folders under Downloads but they are empty at the moment.
 
Posted: October 09, 2009 18:29 by Sven
I am actually in process of setting up an updatecenter for latest development builds (using svn repository), as well as publishing the build artifacts as a cluster.zip (downloads).
 
Posted: October 12, 2009 21:42 by Sven
Ok, so latest development build is now available from the downloads section, the nbms are available via the subversion repository! This is build from trunk against NetBeans 6.7.1. Have fun!
 
Posted: October 13, 2009 08:10 by Java.Artisan
THANKS !!! I'll try it right away !

Jan
 
Posted: October 12, 2009 23:09 by Jesse Glick

I have also set up a continuous build: http://deadlock.netbeans.org/hudson/job/sqe/

 
Posted: October 12, 2009 23:23 by Sven
Thanks, this will take SQE to the next level of usage I hope.
 
Posted: October 13, 2009 14:02 by Java.Artisan
Is there a url we can use to have netbeans check for updates ?
 
Posted: October 13, 2009 14:54 by Torbjorn Norbye
Try

http://deadlock.netbeans.org/hudson/job/sqe/lastSuccessfulBuild/artifact/build/full-sqe-updatecenter/updates.xml
 
Posted: October 13, 2009 21:27 by Jan.W
Many thanks for providing the updated plugin. It installs without errors. But the IDE console shows some warnings.


WARNUNG [org.openide.filesystems.Ordering]: Not all children in Menu/Window/ marked with the position attribute: [Quality], but some are: [org-netbeans-modules-project-ui-logical-tab-action.shadow, org-netbeans-modules-project-ui-physical-tab-action.shadow, ViewFavoritesTabAction.shadow, org-netbeans-core-ide-ServicesTabAction.shadow, KenaiAction.shadow, org-netbeans-modules-tasklist-ui-TaskListAction.shadow, ShowPaletteAction.shadow, org-netbeans-core-windows-actions-GlobalPropertiesAction.shadow, org-netbeans-modules-kenai-collab-chat-ChatAction.shadow, Output, Navigator, Debug, Profile, Versioning, Other, SwitchToRecentDocumentAction.shadow, ProgressListAction.shadow, Separator3.instance, CloseWindowAction.shadow, MaximizeWindowAction.shadow, org-netbeans-core-windows-actions-UndockAction.shadow, Separator4.instance, CloneDocumentAction.shadow, CloseAllDocumentsAction.shadow, CloseAllButThisAction.shadow, DocumentsAction.shadow, Separator5.instance, org-netbeans-core-windows-actions-ResetWindowsAction.shadow]
WARNUNG [org.openide.filesystems.Ordering]: Not all children in Menu/Window/Other/ marked with the position attribute: [JavaFXPreviewAction.shadow], but some are: [DeclarationAction.shadow, ReporterResultAction.shadow, JavadocAction.shadow, JavafxdocAction.shadow, CssPreviewAction.shadow, StyleBuilderAction.shadow, ScalaConsoleAction.shadow, M2RepositoryBrowserAction.shadow]
WARNUNG [org.openide.filesystems.Ordering]: Not all children in OptionsDialog/ marked with the position attribute: [SQE], but some are: [Actions, Advanced, Editor, PreviewExamples, General.instance, Editor.instance, ScalaOptionsCategory.instance, FontsAndColors.instance, Keymaps.instance, Advanced.instance]


My Netbeans installation is

Product Version = NetBeans IDE 6.7.1 (Build 200907230233)
Operating System = Linux version 2.6.28-15-generic running on amd64
Java; VM; Vendor = 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01; Sun Microsystems Inc.
Runtime = Java(TM) SE Runtime Environment 1.6.0_16-b01
Java Home = /usr/lib/jvm/java-6-sun-1.6.0.16/jre
System Locale; Encoding = de_DE (nb); UTF-8


Hope this helps to improve the plugin further

Jan
 
Posted: October 15, 2009 08:24 by jarrasz
Hello,

as far as i can see currently the SQE works nice with standard Netbeans Projects. Where can i set or adjust rulesets when using Maven2 Projects? Is the pom.xml interpreted for gathering this informations? Or is this just not working actually?

any help is appreciated Wink

Kind Regards

Achim
 
Posted: October 15, 2009 11:15 by jrallnutt
I'm using the plugins from the update centre posted by Tor - this is now working nicely for me on my Maven2 Project.
It's working really well so far, very useful already.

As Jarrasz says, I next need to work out how to adjust the ruleset.
Ideally this would be pulled out of the pom file, but if it just used a config file stored locally it would still be very useful.
(perhaps it already does and I can tweak it, if I knew where to look)

I guess that is what issues SQE1 and SQE2 are for though.

Keep up the good work, the SQE plugins are so very useful.

Joe.
 
Posted: October 15, 2009 22:29 by Sven
Work for support reading and writing configuration from pom.xml for FindBugs is work in progress (one of the features I hope to finish next).
 
Posted: October 15, 2009 13:46 by iceman81
I am also using the update center provided by Tor with the latest nightly build of Netbeans. Everything seem to work well.
Is there a way to turn of one of the checks - for example what do I need to do if I only need to Run Find Bugs against a project but not Check Style or PMD. Right now after I installed all the plugins PMD and Check Style always runs against any project I open.

Is there a way to control this? Or do I need to go to the PMD options and uncheck each option?

Thanks for the effort guys. Great job, these are very useful plugins.
 
Posted: October 15, 2009 15:11 by Java.Artisan
Window > Quality > SQE Control Center

Per project settings can be set.
 
Posted: October 15, 2009 21:11 by iceman81
I do not get any "SQE Control Center" under Window -> Quality. I have installed FindBugs and PMD, so I get "SQE FindBugs" and "SQE PMD" under Quality.
 
Posted: October 16, 2009 13:37 by Java.Artisan
Same Here !

I had to reinstall netbeans 6.7.1 and installed freshly from the update site. A few things are gone :

* Window > Quality > SQE Control Center.
* SQE menu item when right-clicking on the project.
* SQE options in Tools > Options

showing 1 - 20 of 21
« Previous 1
Replies: 20 - Last Post: October 20, 2009 22:26
by: Jesse Glick
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close