Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.04 KB | None | 0 0
  1. cd C:\Art\Dropbox\OpenSource\MyGIT\ihtika\Sources\Bundles\I_MainForm; JAVA_HOME=C:\\Java\\jdk1.7.0_06 "\"C:\\Program Files\\NetBeans Dev 201208160001\\java\\maven\\bin\\mvn.bat\"" clean install
  2. Scanning for projects...
  3.                                                                        
  4. ------------------------------------------------------------------------
  5. Building I_MainForm OSGi Bundle 1.0-SNAPSHOT
  6. ------------------------------------------------------------------------
  7.  
  8. [clean:clean]
  9. Deleting C:\Art\Dropbox\OpenSource\MyGIT\ihtika\Sources\Bundles\I_MainForm\target
  10.  
  11. [resources:resources]
  12. [debug] execute contextualize
  13. Using 'UTF-8' encoding to copy filtered resources.
  14. Copying 1 resource
  15.  
  16. [compiler:compile]
  17. Compiling 5 source files to C:\Art\Dropbox\OpenSource\MyGIT\ihtika\Sources\Bundles\I_MainForm\target\classes
  18. -------------------------------------------------------------
  19. COMPILATION ERROR :
  20. -------------------------------------------------------------
  21. ihtika2/mainform/Activator.java:[51,113] error: cannot find symbol
  22. 1 error
  23. -------------------------------------------------------------
  24. ------------------------------------------------------------------------
  25. BUILD FAILURE
  26. ------------------------------------------------------------------------
  27. Total time: 14.269s
  28. Finished at: Tue Aug 21 12:11:19 MSK 2012
  29. Final Memory: 10M/24M
  30. ------------------------------------------------------------------------
  31. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project I_MainForm: Compilation failure
  32. \Art\Dropbox\OpenSource\MyGIT\ihtika\Sources\Bundles\I_MainForm\src\main\java\ihtika2\mainform\Activator.java:[51,113] error: cannot find symbol
  33. -> [Help 1]
  34.  
  35. To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. Re-run Maven using the -X switch to enable full debug logging.
  37.  
  38. For more information about the errors and possible solutions, please read the following articles:
  39. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement