Hi Henry-
what happens if you
locate all of the missing dependency jars
and place each one on classpath
SET CLASSPATH=dom4j-1.4-dev-8.jar;commons-jelly-20030902.160215.jar....
?
Martin
----- Original Message -----
From: "Henry Lu" <[EMAIL PROTECTED]>
To: <pluto-user@portals.apache.org>
Sent: Friday, May 09, 2008 3:50 PM
Subject: pluto-1.0.1
I got the following errors when I compile pluto-1.0.1 by maven-1.0.2:
Line...... 31
Column.... 46
The build cannot continue because of the following unsatisfied
dependencies:
dom4j-1.4-dev-8.jar
commons-jelly-20030902.160215.jar
commons-jelly-tags-jsl-20030211.143151.jar
commons-jelly-tags-log-20030211.142821.jar
commons-jelly-tags-velocity-20030303.205659.jar
commons-jelly-tags-xml-20040613.030723.jar (try downloading from
http://jakarta.
apache.org/commons/jelly/libs/xml/)
commons-logging-1.0.3.jar
velocity-1.4-dev.jar
xml-apis-1.0.b2.jar
How to fix it?
-Henry