Sonatype's Nexus 1.0-beta-1 Released

Sonatype's Nexus 1.0-beta-1 Released

Nexus is a powerful and robust Maven repository manager, created to provide reliable access to artifacts required for development and provisioning. Maven's central repository has always served as a great convenience for users of Maven, but it has always been recommended to maintain your own repositories to ensure stability within your organization. Nexus greatly simplifies the maintenance of your own internal repositories and access to external repositories. With Nexus you can completely control access to, and deployment of, every artifact in your organization from a single location.

for more info http://nexus.sonatype.org and Jason van Zyl's Maven Diaries

Upcoming Netbeans Maven Intrigatation (3.1) has Full integration with Nexus, If you what to give it a try check latest snapshot at http://deadlock.netbeans.org/hudson/job/mevenide/..

Did you Create your Profile in my.netbeans.org ?

Did you Create your Profile in my.netbeans.org ? If not hurry go there and create you Profile add create you network :)

Netbeans Profiler joins open source family

Profiler open source now on NetBeans cvs repository .

Checkout instructions
1.
Go to Versioning >> CVS>>Checkout and
type CVS root as :pserver:anoncvs@cvs.netbeans.org:/cvs



















2.
Type Module as profiler select dir to download and invoke Finsh to checkout profiler souces

Log Management Module Updated

Last Thursday Jaroslav Tulach comment Log management module and ask few suggestions and I have Implemented all requested suggestions
#1 - the nodes with loggers should be sorted by name























#2 - maybe add some properties to the Node representing the Logger[1]. I'd
like to see Level property there - then I would be able to select multiple
loggers and enable their logging at once[2]

#3 - the node could be registered in the Services tab.

New Module : Log Management

New Module : Log Management

I just contribute new module to Netbeans call Log Management Give it a try and let me know :)


Perspective Module Updated Need your valuable Comments

1.


I add Perspective switcher to status bar.





2.
Last Netbeans Podcast Roman and Gregg talk about Perspective
[Module of the podcast: Perspectives ] .

Gregg bring up a point that Eclipse Perspective feature confuse him when switching Perspectives. It made him harder to find his views(windows) because those are automatically closed by Perspective.Perspective is quite a controversial feature. Some people like them, some people hate them.But always there is answer so I made some options to personalized Perspective behaver .

So Gregg I think now you can use Perspective feature without any confusion if there just let me know :)
















3.Module Home page

Give it a try and let me know your valuable comments are
welcome .
Make sure to invoke Window-> Reset Windows before use Perspective module




Allow mixing of heavy and lightweight components

In Java 7 Heavyweight/Lightweight Mixing supported. bug id
Cool news for Netbeans also :)

Just tested b19 with java3d 1.5.1 Canvas3d inside JInternalFrame.
IT WORKS!!!