You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Henry Lu <zh...@umich.edu> on 2008/05/09 21:50:13 UTC

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


Re: pluto-1.0.1

Posted by Henry Lu <zh...@umich.edu>.
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" <zh...@umich.edu>
> To: <pl...@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
>>
>>
>
>
>

Re: pluto-1.0.1

Posted by Henry Lu <zh...@umich.edu>.
No luck. The same error message. As a matter of fact, these jar files 
are in the maven-1.0.2/lib directory.

-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" <zh...@umich.edu>
> To: <pl...@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
>>
>>
>
>
>

Re: pluto-1.0.1

Posted by Martin <mg...@hotmail.com>.
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" <zh...@umich.edu>
To: <pl...@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
>
>