If you'd rather not wrestle with creating a dedicated qmake plugin, couldn't you call make or gmake or nmake and have it invoke qmake?
That seems to be what is described on the Hudson (not Jenkins) plugin page that you referenced, and it seems like it should work. You wouldn't need to bother with attempting to bring that plugin from Hudson to Jenkins and you wouldn't need to bother with JDK compatibility questions from attempting to build the plugin. If that isn't workable, you may want to bring your question to the Developers mailing list (mailto:jenkinsci-...@googlegroups.com). Mark Waite >________________________________ > From: mrz <rashi...@gmail.com> >To: jenkinsci-users@googlegroups.com >Sent: Saturday, October 20, 2012 5:40 AM >Subject: Jenkins and Qt projects > > > > > > Hi everyone, this is my first time using Jenkins. > >I'm trying to use Jenkins for some project I have written in Qt framework. >There is qmake plug-in for Jenkins in Jenkins wiki page, although this plug-in >doesn't exist in Jenkins plug-in list. >I've looked for .hpi file for qmakebuilder plug-in, couldn't find it though. So I download the source code from the given repository, tried to compile it as described in Jenkins wiki... but I get build error indicating: > Failed to execute goal >org.jvnet.hudson.tools:maven-hpi-plugin:1.40:apt-compile (default-apt-compile) >on project qmakebuilder: Execution default-apt-compile of goal >org.jvnet.hudson.tools:maven-hpi-plugin:1.40:apt-compile failed: A required >class was missing while executing >org.jvnet.hudson.tools:maven-hpi-plugin:1.40:apt-compile: >com/sun/mirror/apt/AnnotationProcessorFactory >Seems there is/was compatibility problem between JDK 7 and Jenkins, i dont >know how to solve it though. > >Any of you guys have used this plug-in? or any other Jenkins plug-in to >compile Qt projects with? >I'm using JDK 7 with Maven 3 on openSuse x64 machine. > > >