You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Gary VanMatre <gv...@comcast.net> on 2007/01/31 19:09:51 UTC

problem using jdev maven plugin

I was trying for the first time to use the maven plugin to generate a JDeveloper project.
Has anyone seen this error?  

$ mvn jdev:jdev
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jdev'.
[INFO] ---------------------------------------------------------
---
[INFO] Building A custom project using myfaces
[INFO]    task-segment: [jdev:jdev]
[INFO] ---------------------------------------------------------
---
[INFO] Preparing jdev:jdev
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [jdev:jdev]
[INFO] Generating JDeveloper 10.1.3.0.4 Project ccatApp
[INFO] ---------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ---------------------------------------------------------
[INFO] Unable to read resource: 10.1.3.0.4/project.xml
[INFO] ---------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ---------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Wed Jan 31 12:05:12 MST 2007
[INFO] Final Memory: 3M/6M
[INFO] ---------------------------------------------------------

Gary