Re: Plugins: cannot find package jenkins.model

2012-02-02 Thread Jesse Farinacci
Greetings, On Thu, Feb 2, 2012 at 6:48 PM, Dumitru Daniliuc wrote: > Solved: had to upgrade the parent version in pom.xml from 1.399 to 1.450. I don't think you need to go all the way up to 1.450. Probably 1.424.2 would work.. and it would have an added bonus of working with the current version

RE: Plugins: cannot find package jenkins.model

2012-02-02 Thread Dumitru Daniliuc
Solved: had to upgrade the parent version in pom.xml from 1.399 to 1.450. From: dumi_danil...@hotmail.com To: jenkinsci-users@googlegroups.com Subject: Plugins: cannot find package jenkins.model Date: Thu, 2 Feb 2012 17:40:42 -0500 Hi, I'm working on a plugin and I followed all ste

Plugins: cannot find package jenkins.model

2012-02-02 Thread Dumitru Daniliuc
Hi, I'm working on a plugin and I followed all steps at https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial. If I import classes from hudson.*, my plugin builds. However, if I import jenkins.model.Jenkins, I get a compile-time error: "package jenkins.model does not exist". Where do I g