• 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-compiler-plugin

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using mvn clean install deploy to build a project, but I am receiving the following error.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
5.1:compile (default-compile) on project EvncWfMain: Compilation failure
[ERROR] C:\trunk\SecureForms\modules\EvncWfMain\src\main\java\com\evincible\appl
et\thin\ButtonApplet.java:[282,40] error: cannot find symbol


I have attached the pom file of that project

 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a "Code" button on our message editor. When you want to supply examples of pre-formatted text such as Java or XML, it can wrap tags around the sample text to keep it readable.

Your actual error message says that there's a compilation error in the ButtonApplet.java file. Just a regular compile error, not Maven-related.
 
reply
    Bookmark Topic Watch Topic
  • New Topic