advertise

Add {project} keyword to Netbean’s Issue Tracker message template

Posted by John Manko | Posted in Computers & Technology, Java | Posted on 05-08-2011

I filed a new bug with Netbeans.

Read the rest of this entry »

about
participate

Sonar Plugin bug filed

Posted by John Manko | Posted in Computers & Technology, Java | Posted on 29-07-2011

Filed a bug with Sonar Plugin for Jenkins:

Need a means to set “Project Links” (CI, Issue tracker, Scm) for non-Maven projects

Sonar projects have a “Project Links” section on their configuration page. The links are: Home, Continuous integration, Issue tracker, Sources, and Developer connection. I believe that these are set using POM configuration elements like <url>, <ciManagement>, <issueManagement> and <scm>, etc. For non-Maven projects, there doesn’t appear to be a way to set these in the plug-in section for Jenkins jobs.

View issue here: Need a means to set “Project Links” (CI, Issue tracker, Scm) for non-Maven projects

Using scp or rsync to sync Netbeans libraries between two machines

Posted by John Manko | Posted in Computers & Technology, Java, Linux | Posted on 21-07-2011international

I was (am) in the middle of playing around with Jenkins CI, and I had the need to resolve source code dependencies of supporting libraries.  Currently, my Netbeans based projects don’t use Maven or Ivy (or Gradle), so I have to resolve those dependencies manual.  The first step, however, is getting the libraries on the Jenkins server so I can register them with Jenkins.

Read the rest of this entry »

@Embeddable and DISTINCT keyword causes duplicate column names in SQL SELECT clause

Posted by John Manko | Posted in Computers & Technology, Java | Posted on 01-07-2011

Using DISTINCT keyword on an Enity classes with an @Embeddable primary-key results in an EclipseLink error. This affects EclipseLink as of 2.2.0.v20110202-r8913. Details after the jump.

Read the rest of this entry »

suggest

Source Location of Glassfish on Java.net Causes Netbeans 6.9 to Fail On “Download Now” Install

Posted by John Manko | Posted in Java, Linux | Posted on 03-06-2011

Much has changed with Oracle’s recent acquisition of Sun Microsystems.  Most noted has been Oracle consolidation and relocation of information from Sun websites.  In addition to Oracle’s branding of Java, many pages have moved or have been killed.  One of these links, important to Netbeans, is the location to download Glassfish for automatic installation.  I run/virtualize Ubuntu v11.04 for one of many development environments, and for those who use Ubuntu you know all too well how that distribution is slow with merging current releases.  For instance, I’ve been running Netbeans v6.9 since v10.10, and it looks like I’ll be running it until v11.10. With that said, I’m stuck with v6.9.1 at the moment.  Unfortunately, there is a bug in version of Netbeans prior to v7 that is a result of Oracle migrating website content.

Read the rest of this entry »

advertise
international
about