• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jira

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I think this is the rigth forum sorry if it isnĀ“t

when I run my jUnit test in local it works, when I upload it to the SVN jira end me an email saying that ESFormTest.java:[5,18] package org.mockito does not exist

Any advice, please?
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You posted the same question about Bamboo. Bamboo is a continuous integration server and JIRA is a defect reporting tool. I'm guessing there is some integration that Bamboo cuts a JIRA ticket on build failures. Regardless, troubleshooting is the same.

ESFormTest sounds like it has an import for mockito and mockito isn't on the classpath. How is your classpath set? Eclipse? Ant? Maven?
 
reply
    Bookmark Topic Watch Topic
  • New Topic