You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@excalibur.apache.org by Vadim Gritsenko <va...@reverycodes.com> on 2004/09/28 19:45:27 UTC

Building Excalibur, Re: Bug in SourceUtil.copy()

Leif Mortenson wrote:

> Vadim Gritsenko wrote:
> 
>> Leif Mortenson wrote:
>>
>>> To build the whole tree, cd into the Excalibur root and run:
>>> maven multiproject:install
>>
>>
>> I was soo naive. I was trying simply "maven" from excalibur, and from 
>> excalibur/components/sourceresolve directories.
>>
>> Now, it fails with:
>>
>>   BUILD FAILED
>>   File...... file:/.../.maven/plugins/maven-multiproject-plugin-1.1/
>>   Element... maven:reactor
>>   Line...... 174
>>   Column.... 9
>>   The build cannot continue because of the following unsatisfied 
>> dependencies:
>>
>>   mailapi-1.3.1.jar (no download url specified)
>>   jms-1.1.jar (no download url specified)
> 
> 
> You will need to download those from the Sun site and place them into 
> the appropriate
> locations in your local maven repository.   Due to licensing issues.  We 
> can not provide
> them ourselves, or even point directly to jar download locations.  :-/

Ok, next step, now it fails with:

..
+----------------------------------------
| Executing multiproject:install-callback Excalibur Component Manager
| Memory: 61M/83M
+----------------------------------------


multiproject:install-callback:
     [echo] Running jar:install for Excalibur Component Manager
java:prepare-filesystem:

java:compile:
     [echo] Compiling to 
C:\Work\Apache\excalibur\.\deprecated\component/target/classes
     [javac] Compiling 30 source files to 
C:\Work\Apache\excalibur\deprecated\component\target\classes
C:\Work\Apache\excalibur\deprecated\component\src\java\org\apache\avalon\excalibur\component\AbstractDualLogEnabledInstr
umentable.java:21: package org.apache.excalibur.instrument does not exist
import org.apache.excalibur.instrument.Instrument;
                                        ^
C:\Work\Apache\excalibur\deprecated\component\src\java\org\apache\avalon\excalibur\component\AbstractDualLogEnabledInstr
umentable.java:22: package org.apache.excalibur.instrument does not exist
import org.apache.excalibur.instrument.Instrumentable;
                                        ^
...
100 errors

BUILD FAILED
File...... file:/C:/Documents and 
Settings/gritsenkov/.maven/plugins/maven-multiproject-plugin-1.1/
Element... maven:reactor
Line...... 174
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- 
file:/C:/Documents and Settings/gritsenkov/.maven/plugins/maven
-java-plugin-1.3/:34:48: <ant:javac> Compile failed; see the compiler 
error output for details.
Total time: 1 minutes 53 seconds
Finished at: Tue Sep 28 13:39:38 EDT 2004


Thanks,
Vadim


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org
For additional commands, e-mail: dev-help@excalibur.apache.org
Apache Excalibur Project -- URL: http://excalibur.apache.org/