Martin, finally I got the compiler going. But I got the following errors:
BUILD FAILED
File...... C:\0\pluto-1.0.1\maven.xml
Element... maven:reactor
Line...... 41
Column.... 37
Unable to obtain goal [tomcat:deploy] --
C:\0\pluto-1.0.1\portal\maven.xml:96:82
: <ant:copy> Failed to copy C:\Documents and
Settings\uniquename\.maven\reposito
ry\commons-logging\jars\commons-logging-1.0.4.jar to C:\apps
omcat-5.5.26\sha
red\lib\commons-logging-1.0.4.jar due to C:\apps
omcat-5.5.26\shared\lib\
commons-logging-1.0.4.jar (The filename, directory name, or volume label
syntax
is incorrect)
Total time: 1 minutes 22 seconds
Finished at: Tue May 13 09:36:22 EDT 2008
Notice, "C:\apps omcat-5.5.26" there are some missing characters in
the path. Why?
-Henry
Martin wrote:
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