I'll come in and install Jira 3.0 tomorrow in the morning, around 10:30am. Burt
> -----Original Message----- > From: Burt Leung [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 14, 2004 3:30 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [HACKYSTAT-DEV-L:309] RE: Hackystat-ALL Build Failed > > The problem is that the hackydev server that does the build tests is > running version 2.6.1 of Jira. The latest Jira sensor code uses the > version 3.0 API. > > Jira 3.0 will need to be installed on Hackydev and the JIRA_HOME > environmental variable will also need to be updated. Can someone do this? > > For now I've checked in a version of the local.build file for hackyJira > where the compile task for JiraSensor.java is disabled. > > Thanks, > Burt > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:owner-hackystat-dev- > > [EMAIL PROTECTED] On Behalf Of Burt Leung > > Sent: Sunday, November 14, 2004 3:09 PM > > To: [EMAIL PROTECTED] > > Subject: [HACKYSTAT-DEV-L:309] RE: Hackystat-ALL Build Failed > > > > Hello Everyone, > > > > I'm currently working on this and will send out another email soon about > > the > > situation. > > > > Thanks, > > Burt > > > > > > > > > -----Original Message----- > > > From: Aaron Akihisa Kagawa [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, November 14, 2004 2:29 PM > > > To: Burt Leung; [EMAIL PROTECTED] > > > Subject: Re: [HACKYSTAT-DEV-L:307] Hackystat-ALL Build Failed > > > > > > I just kicked off another build to make sure everything is ok. Its > not. > > > We > > > still have a compile error in hackyJira. > > > > > > thanks, aaron > > > > > > C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:1 > > > 61: > > > cannot resolve symbol > > > compileJira[ javac ]symbol : method getProjectIssues > > > (org.ofbiz.core.entity.GenericValue) > > > compileJira[ javac ]location: interface > > > com.atlassian.jira.issue.IssueManager > > > compileJira[ javac ] > > > ManagerFactory.getIssueManager().getProjectIssues(project).iterator(); > > > compileJira[ javac ] ^ > > > compileJira[ javac > > > ]C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:3 > > > 36: > > > cache has private access in org.hackystat.kernel.shell.SensorShell > > > compileJira[ javac ] ShellCommandAdapter shellCommand = > > > (ShellCommandAdapter) userShell.cache.get("Issue"); > > > compileJira[ javac ] ^ > > > compileJira[ javac > > > ]C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:3 > > > 90: > > > cannot resolve symbol > > > compileJira[ javac ]symbol : method getName () > > > compileJira[ javac ]location: interface > > > com.atlassian.jira.issue.fields.CustomField > > > compileJira[ javac ] if ("Workspaces".equals(customField.getName())) { > > > compileJira[ javac ] ^ > > > compileJira[ javac > > > ]C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:3 > > > 91: > > > cannot resolve symbol > > > compileJira[ javac ]symbol : method getValue > > > (org.ofbiz.core.entity.GenericValue) > > > compileJira[ javac ]location: interface > > > com.atlassian.jira.issue.fields.CustomField > > > compileJira[ javac ] workspaces = (String) > customField.getValue(issue); > > > compileJira[ javac ] ^ > > > compileJira[ javac > > > ]C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:3 > > > 94: > > > cannot resolve symbol > > > compileJira[ javac ]symbol : method getName () > > > compileJira[ javac ]location: interface > > > com.atlassian.jira.issue.fields.CustomField > > > compileJira[ javac ] data += "," + customField.getName() + "=" + > > > customField.getValue(issue); > > > compileJira[ javac ] ^ > > > compileJira[ javac > > > ]C:\CruiseControls\instance- > > > > > > ALL\hacky\hackyJira\src\org\hackystat\stdext\sensor\jira\JiraSensor.java:3 > > > 94: > > > cannot resolve symbol > > > compileJira[ javac ]symbol : method getValue > > > (org.ofbiz.core.entity.GenericValue) > > > compileJira[ javac ]location: interface > > > com.atlassian.jira.issue.fields.CustomField > > > compileJira[ javac ] data += "," + customField.getName() + "=" + > > > customField.getValue(issue); > > > compileJira[ javac ] ^ > > > compileJira[ javac ]6 errors > > > > > > > > > At 02:22 PM 11/14/2004 -1000, you wrote: > > > >Hackystat build (configuration Hackystat-ALL) failed. > > > >Build report is available at > > > > > > >http://xenia.ics.hawaii.edu/hackyDevSite/configurationBuildReport.do?year > > > =2004&month=11&day=14&configuration=Hackystat-ALL > > > >Build Time Stamp: Sun Nov 14 14:22:56 HST 2004
