Yes, you're correct. Change that to 2.0-SNAPSHOT. Are you building
on Windows? If so theres a known problem on that platform that was
brought to my attention yesterday, you'll want to build on a a
different platform until I get a chance to fix it.
- sachin
On Dec 20, 2005, at 9:55 PM, Bharath Duggirala wrote:
Hi Sachin, I tried the option 2, u've mentioned. But still I get an
error for open-ejb dependencies.
I do have those jars locally. I guess its related to the jars
naming. The local repo has openejb-builder-2.0-SNAPSHOT.jar while
the plug-in is looking for openejb-builder-2.0.jar. Am I rt?
C:\Eclipse_Plugins\eclipse-plugin>maven build
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
build:
getwtp:
[delete] Deleting directory C:\Eclipse_Plugins\eclipse-plugin
\target
[mkdir] Created dir: C:\Eclipse_Plugins\eclipse-plugin\target
[unjar] Expanding: C:\Documents and Settings\Administrator
\.maven\repository
\eclipse\eclipse\distributions\eclipse-SDK-3.1.1-win32.zip into C:
\Eclipse_Plugi
ns\eclipse-plugin\target
[unjar] Expanding: C:\Documents and Settings\Administrator
\.maven\repository
\eclipse\emf\distributions\emf- sdo-xsd-SDK-2.1.1.zip into C:
\Eclipse_Plugins\ecl
ipse-plugin\target
[unjar] Expanding: C:\Documents and Settings\Administrator
\.maven\repository
\eclipse\gef\distributions\GEF-SDK-3.1.1.zip into C:\Eclipse_Plugins
\eclipse-plu
gin\target
[unjar] Expanding: C:\Documents and Settings\Administrator
\.maven\repository
\eclipse\jem\distributions\JEM-SDK-1.1.0.1.zip into C:
\Eclipse_Plugins\eclipse-p
lugin\target
[unjar] Expanding: C:\Documents and Settings\Administrator
\.maven\repository
\eclipse\wtp\distributions\wtp-sdk-1.0RC5.zip into C:
\Eclipse_Plugins\eclipse-pl
ugin\target
init:
default:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
geronimo-emf
org.apache.geronimo.deployment.model
org.apache.geronimo.devtools.eclipse.core
org.apache.geronimo.deployment.model.edit
org.apache.geronimo.feature
org.apache.geronimo.installableruntime.feature
org.apache.geronimo.source.feature
org.apache.geronimo.runtime.v1
org.apache.geronimo.j2ee.server.v1
org.apache.geronimo.ui
org.apache.geronimo.feature.source
assembly
+----------------------------------------
| Gathering project list geronimo-emf
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.deployment.model
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.devtools.eclipse.core
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.deployment.model.edit
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.feature
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list
org.apache.geronimo.installableruntime.feature
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.source.feature
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.runtime.v1
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.j2ee.server.v1
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.ui
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list org.apache.geronimo.feature.source
| Memory: 5M/6M
+----------------------------------------
+----------------------------------------
| Gathering project list assembly
| Memory: 5M/6M
+----------------------------------------
Starting the reactor...
Our processing order:
geronimo-emf
org.apache.geronimo.deployment.model
org.apache.geronimo.devtools.eclipse.core
org.apache.geronimo.deployment.model.edit
org.apache.geronimo.feature
org.apache.geronimo.installableruntime.feature
org.apache.geronimo.source.feature
org.apache.geronimo.runtime.v1
org.apache.geronimo.j2ee.server.v1
org.apache.geronimo.ui
org.apache.geronimo.feature.source
assembly
+----------------------------------------
| Executing jar:install geronimo-emf
| Memory: 5M/6M
+----------------------------------------
Attempting to download openejb-pkgen-builder-2.0.jar.
WARNING: Failed to download openejb-pkgen-builder-2.0.jar.
Attempting to download openejb-builder-2.0.jar.
WARNING: Failed to download openejb-builder-2.0.jar.
Attempting to download geronimo-security-builder-1.0-SNAPSHOT.jar .
173K downloaded
Attempting to download geronimo-naming-builder-1.0-SNAPSHOT.jar.
174K downloaded
Attempting to download geronimo-web-builder-1.0-SNAPSHOT.jar.
41K downloaded
Attempting to download geronimo-j2ee-builder-1.0-SNAPSHOT.jar .
94K downloaded
Attempting to download geronimo-service-builder-1.0-SNAPSHOT.jar.
190K downloaded
Attempting to download geronimo-j2ee-schema-1.0-SNAPSHOT.jar.
1501K downloaded
Attempting to download geronimo-connector-builder-1.0-SNAPSHOT.jar .
205K downloaded
Attempting to download geronimo-client-builder-1.0-SNAPSHOT.jar.
56K downloaded
BUILD FAILED
File...... C:\Documents and Settings\Administrator\.maven\cache
\maven-multiproje
ct-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied
dependencies:
openejb-pkgen-builder-2.0.jar
openejb-builder-2.0.jar
Total time: 4 minutes 21 seconds
Finished at: Wed Dec 21 08:15:52 IST 2005
Regards/Bharath