• 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

Maven, "cannot find symbol" error

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello My dear Friends,
I have two projects , operators and analysis.
they are dependent to each other, operators compiles successfully in maven.
but analysis has some problems "cannot find symbol".
Im running maven through ssh, in linux. +

pom.xml :





thank you so much in advance.


Best,
david




 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please post the full command line output from running mvn? I have no idea in which lifecycle phase you are getting this error, and the output might have more details as to what "symbol" the error is talking about.

Also, you could try running with the -X option, that will generate more output and might shed some light on what is wrong.
reply
    Bookmark Topic Watch Topic
  • New Topic