When I run 'maven --goals' I see:
[jbuilder] : Generate JBuilder project files
  generate-library ........... Generate JBuilder [id_project].library file
  generate-project ........... Generate JBuilder [id_project].jpx file
Yet, when I run 'maven jbuilder' I get:
BUILD FAILED
File...... file:/usr/people/elias/.maven/plugins/maven-jbuilder-plugin-1.3-SNAPSHOT/
Element... fail
Line...... 459
Column.... 25
+------------------------------------------------------------------
| ERROR!
|
| A JBuilder installation could not be found.
+------------------------------------------------------------------
Total time:  7 seconds
Now, 'maven jbuilder:generate-project' is successful but gives me a WARNING that it could not find JBuilder, while 'maven jbuilder:generate-library' fails, giving me the same ERROR shown above. I have set JBUILDER_HOME (and JBUILDERHOME) in an attempt to address these problems but it did not help.

Question: Has anyone used this goal successfully? If so, what am I missing?


Regards,
Elias

Reply via email to