maven build failed
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache JDO Project > maven build failed




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

Just checked out code from svn. Am a newbie to this project, so started off 
with looking into some code and then ran maven. The build failed, below is 
the partial output

+----------------------------------------
| Executing multiproject:install-snapshot-callback JDO2 Implementation 
(Query)
| Memory: 18M/26M
+----------------------------------------
Attempting to download jdo2-api-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote 
repository, but it exists locally
Attempting to download jdo2-core-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote 
repository, but it exists locally
Attempting to download jdo2-runtime-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo2-runtime-SNAPSHOT.jar doesn't exists in remote
 
repository, but it exists locally
Attempting to download antlr-2.7.3.jar.
WARNING: Failed to download antlr-2.7.3.jar.

BUILD FAILED
File...... /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1
/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html)

Regards

-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

OOPS!,

Just read the README.txt under trunk. Didnt realize that we needed to 
seperately download some files.

On 8/4/05, Karan Malhi <karan.malhi@gmail.com> wrote:
> 
> Just checked out code from svn. Am a newbie to this project, so started 
> off with looking into some code and then ran maven. The build failed, belo
w 
> is the partial output
> 
> +----------------------------------------
> | Executing multiproject:install-snapshot-callback JDO2 Implementation 
> (Query)
> | Memory: 18M/26M
> +----------------------------------------
> Attempting to download jdo2-api-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-core-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-runtime-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-runtime-SNAPSHOT.jar doesn't exists in 
> remote repository, but it exists locally
> Attempting to download antlr-2.7.3.jar.
> WARNING: Failed to download antlr-2.7.3.jar.
> 
> BUILD FAILED
> File...... /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1
> /plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependency:
> 
> antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html)
> 
> Regards
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman 




-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Craig Russell


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

Hi Craig,

The information was exactly where it should have been . I was just being 
lazy to read the whole thing, and thought i would try and run maven first. I
 
have downloaded antlr and jar files for jndi. 

However, what version of JPOX jar files need to be downloaded. Can i simply 
download the latest beta versions?
If i need to make a change to the README.txt (like add the version numbers 
for JPOX jars), then do i submit a diff of README.txt file to the mailing 
list? 

Regards

On 8/5/05, Craig Russell <Craig.Russell@sun.com> wrote:
> 
> Hi Karan,
> On Aug 4, 2005, at 8:50 PM, Karan Malhi wrote:
> 
> Just checked out code from svn. Am a newbie to this project, so started 
> off 
> with looking into some code and then ran maven. The build failed, below is
 
> the partial output
> 
> 
> This is just what is needed. Someone to download the repo and try to build
 
> it.
> 
> ANTLR is a dependency of JDO but unfortunately, maven can't get it all by 
> itself because ANTLR isn't available in a location that maven can access 
> itself. That's why we give you a clue as to where to find it 
> 
> antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html)
> 
> 
> What you have to do it to download it yourself. This should be explained 
> in the readme for the project. It should tell you exactly what to do with 
> the file that you download from the ANTLR site.
> 
> If the explanation isn't where you expected it to be, could you tell us 
> where you did expect this information to be? We can't by ourselves fix ANT
LR 
> download, but we sure can give you more explicit instructions how and wher
e 
> to find it.
> 
> Thanks,
> 
> Craig
> 
> 
> +----------------------------------------
> | Executing multiproject:install-snapshot-callback JDO2 Implementation 
> (Query)
> | Memory: 18M/26M
> +----------------------------------------
> Attempting to download jdo2-api-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-core-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-runtime-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-runtime-SNAPSHOT.jar doesn't exists in 
> remote 
> repository, but it exists locally
> Attempting to download antlr-2.7.3.jar.
> WARNING: Failed to download antlr-2.7.3.jar.
> 
> BUILD FAILED
> File...... /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1
> /plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependency:
> 
> antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html)
> 
> Regards
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman
> 
> 
> Craig Russell
> 
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 
> 408 276-5638 mailto:Craig.Russell@sun.com <Craig.Russell@sun.com>
> 
> P.S. A good JDO? O, Gasp!
> 
> 
> 


-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

Is there a specific location in the repository where i need to put derby jar
 
files?

On 8/5/05, Karan Malhi <karan.malhi@gmail.com> wrote:
> 
> Hi Craig,
> 
> The information was exactly where it should have been . I was just being 
> lazy to read the whole thing, and thought i would try and run maven first.
. I 
> have downloaded antlr and jar files for jndi. 
> 
> However, what version of JPOX jar files need to be downloaded. Can i 
> simply download the latest beta versions?
> If i need to make a change to the README.txt (like add the version numbers
 
> for JPOX jars), then do i submit a diff of README.txt file to the mailing 
> list? 
> 
> Regards
> 
> On 8/5/05, Craig Russell <Craig.Russell@sun.com> wrote: 
> 
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman 
> 



-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Craig Russell


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM






[ Post a follow-up to this message ]



    Re: maven build failed  
Craig Russell


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

I am a newbie, have worked with it a little bit, but need to read more about
 
it. I did put the derby files in the /repository/derby/jars, just guessed 
that this would be the location.

Another question: 

For c3p0, the README says that i need to copy c3p0-0.9.0-pre6.jar to the 
/repository/c3p0/jars folder. I just downloaded the latest c3p0 jar file and
 
it is name c3p0-0.9.0.jar. Would i need to rename this file to 
c3p0-0.9.0-pre6.jar before i copy it? I will just rename it just to be on 
the safer side though.

On 8/5/05, Craig Russell <Craig.Russell@sun.com> wrote:
> 
> Hi Karan,
> In the tck20 project.xml, you will find the dependencies. Derby is 
> 10.0.2.1 <http://10.0.2.1>. So you need to put a jar file called 
> derby-10.0.2.1.jar into the maven repository/derby/jars/ directory. 
> 
> If this is too cryptic, it might belong in the README file. 
> 
> How familiar are you with maven? (I'm a newby myself...)
> 
> Craig
> 
> On Aug 4, 2005, at 9:54 PM, Karan Malhi wrote:
> 
> Is there a specific location in the repository where i need to put derby 
> jar 
> files?
> 
> On 8/5/05, Karan Malhi <karan.malhi@gmail.com> wrote:
> 
> 
> Hi Craig,
> 
> The information was exactly where it should have been . I was just being 
> lazy to read the whole thing, and thought i would try and run maven first.
. 
> I 
> have downloaded antlr and jar files for jndi. 
> 
> However, what version of JPOX jar files need to be downloaded. Can i 
> simply download the latest beta versions?
> If i need to make a change to the README.txt (like add the version numbers
 
> for JPOX jars), then do i submit a diff of README.txt file to the mailing 
> list? 
> 
> Regards
> 
> On 8/5/05, Craig Russell <Craig.Russell@sun.com> wrote:
> 
> 
> Hi Karan,
> On Aug 4, 2005, at 8:50 PM, Karan Malhi wrote:
> 
> Just checked out code from svn. Am a newbie to this project, so started 
> off 
> with looking into some code and then ran maven. The build failed, below 
> is 
> the partial output
> 
> 
> This is just what is needed. Someone to download the repo and try to 
> build it.
> 
> ANTLR is a dependency of JDO but unfortunately, maven can't get it all 
> by itself because ANTLR isn't available in a location that maven can 
> access 
> itself. That's why we give you a clue as to where to find it 
> 
> antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html 
> )
> 
> 
> What you have to do it to download it yourself. This should be explained 
> in the readme for the project. It should tell you exactly what to do with 
> the file that you download from the ANTLR site.
> 
> If the explanation isn't where you expected it to be, could you tell us 
> where you did expect this information to be? We can't by ourselves fix 
> ANTLR 
> download, but we sure can give you more explicit instructions how and 
> where 
> to find it.
> 
> Thanks,
> 
> Craig
> 
> 
> +----------------------------------------
> | Executing multiproject:install-snapshot-callback JDO2 Implementation 
> (Query)
> | Memory: 18M/26M
> +----------------------------------------
> Attempting to download jdo2-api-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2- api-SNAPSHOT.jar doesn't exists in 
> remote 
> repository, but it exists locally
> Attempting to download jdo2-core-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in 
> remote 
> repository, but it exists locally
> Attempting to download jdo2-runtime-SNAPSHOT.jar .
> Artifact /apache-jdo/jars/jdo2-runtime-SNAPSHOT.jar doesn't exists in 
> remote 
> repository, but it exists locally
> Attempting to download antlr-2.7.3.jar.
> WARNING: Failed to download antlr-2.7.3.jar.
> 
> BUILD FAILED
> File...... /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1
> /plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied 
> dependency:
> 
> antlr-2.7.3.jar (try downloading from http://www.antlr.org/download.html
> )
> 
> Regards
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman
> 
> 
> Craig Russell
> 
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 
> 408 276-5638 mailto:Craig.Russell@sun.com <Craig.Russell@sun.com> <
> Craig.Russell@sun.com>
> 
> P.S. A good JDO? O, Gasp!
> 
> 
> 
> 
> 
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman 
> 
> 
> 
> 
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman
> 
> 
> Craig Russell
> 
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 
> 408 276-5638 mailto:Craig.Russell@sun.com <Craig.Russell@sun.com>
> 
> P.S. A good JDO? O, Gasp!
> 
> 
> 


-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

Running 'maven build' in ri11 also failed. Below is the output

karan@j2ee:~/Projects/jdo/trunk/ri11$ maven build
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2

Attempting to download jdo1-api-SNAPSHOT.jar.
WARNING: Failed to download jdo1-api-SNAPSHOT.jar.
Attempting to download jdo-btree-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo-btree-SNAPSHOT.jar doesn't exists in remote 
repository, but it exists locally
The build cannot continue because of the following unsatisfied dependency:

jdo1-api-SNAPSHOT.jar

Total time: 7 seconds
Finished at: Fri Aug 05 01:30:27 EDT 2005


On 8/5/05, Karan Malhi <karan.malhi@gmail.com> wrote:
> 
> Build Failed this time too. Here is a partial output. Am i doing something
 
> wrong here? 
> 
> +----------------------------------------
> | Executing multiproject:install-snapshot-callback JDO2 Implementation 
> (FOStore)
> | Memory: 8M/10M
> +----------------------------------------
> Attempting to download jdo2-api-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-core-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-core-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> Attempting to download jdo2-enhancer-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-enhancer-SNAPSHOT.jar doesn't exists in 
> remote repository, but it exists locally
> Attempting to download jdo2-query-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-query-SNAPSHOT.jar doesn't exists in remote
 
> repository, but it exists locally
> Attempting to download jdo2-runtime-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo2-runtime-SNAPSHOT.jar doesn't exists in 
> remote repository, but it exists locally
> Attempting to download jdo-btree-SNAPSHOT.jar.
> Artifact /apache-jdo/jars/jdo-btree-SNAPSHOT.jar doesn't exists in remote 
> repository, but it exists locally
> 
> jar:jar:
> 
> jar:install-snapshot:
> 
> 
> build:end:
> 
> build:start:
> 
> multiproject:install-snapshot-callback:
> [echo] Running jar:install-snapshot for JDO2 Implementation (FOStore)
> java:prepare-filesystem:
> 
> java:compile:
> [echo] Compiling to 
> /home/karan/Projects/jdo/trunk/fostore20/target/classes
> 
> java:jar-resources:
> 
> test:prepare-filesystem:
> 
> test:test-resources:
> 
> test:compile:
> 
> test:test:
> pcclasses:
> 
> testjar.build:
> [delete] Deleting: 
> /home/karan/Projects/jdo/trunk/fostore20/target/test-classes/jdo-
> ri-tests.jar
> [jar] Building jar: 
> /home/karan/Projects/jdo/trunk/fostore20/target/test-classes/jdo-
> ri-tests.jar
> 
> fsuid2.build:
> 
> [junit] Running org.apache.jdo.test.Test_SCOArrayListOptimistic
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.128 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOArrayListOptimist
icFAILED
> [junit] Running org.apache.jdo.test.Test_NegAll
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.099 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_NegAll FAILED
> [junit] Running org.apache.jdo.test.Test_SCOHashSet
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.159 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOHashSet FAILED
> [junit] Running org.apache.jdo.test.Test_Stroke
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.172 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Stroke FAILED
> [junit] Running org.apache.jdo.test.Test_ClosePMF
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.169 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_ClosePMF FAILED
> [junit] Running org.apache.jdo.test.Test_RectAppId
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.17 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_RectAppId FAILED
> [junit] Running org.apache.jdo.test.Test_SerializeInher
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.133 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SerializeInher FAILE
D
> [junit] Running org.apache.jdo.test.Test_SCOTreeSet
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.125 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOTreeSet FAILED
> [junit] Running org.apache.jdo.test.Test_Container
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.336 sec
> [junit] Running org.apache.jdo.test.Test_Optimistic
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.167 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Optimistic FAILED
> [junit] Running org.apache.jdo.test.Test_Insert2
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.137 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Insert2 FAILED
> [junit] Running org.apache.jdo.test.Test_Serialize
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.17 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Serialize FAILED
> [junit] Running org.apache.jdo.test.Test_4510817
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.121 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_4510817 FAILED
> [junit] Running org.apache.jdo.test.Test_Inheritance
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.167 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Inheritance FAILED
> [junit] Running org.apache.jdo.test.Test_AppId
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.284 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_AppId FAILED
> [junit] Running org.apache.jdo.test.Test_SCORollback
> [junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 1.276 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCORollback FAILED
> [junit] Running org.apache.jdo.test.Test_LifeCycle_RetFOpt
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.186 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_LifeCycle_RetFOpt FA
ILED
> [junit] Running org.apache.jdo.test.Test_Freezer
> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.142 sec
> [junit] Running org.apache.jdo.test.Test_Many
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.126 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Many FAILED
> [junit] Running org.apache.jdo.test.Test_Insert
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.399 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Insert FAILED
> [junit] Running org.apache.jdo.test.Test_Query
> [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.093 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Query FAILED
> [junit] Running org.apache.jdo.test.Test_ParallelPMs
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.094 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_ParallelPMs FAILED
> [junit] Running org.apache.jdo.test.Test_UserHashCode
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.123 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_UserHashCode FAILED
> [junit] Running org.apache.jdo.test.Test_RollbackFlushedNew
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.289 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_RollbackFlushedNew F
AILED
> [junit] Running org.apache.jdo.test.Test_Collections
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.217 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Collections FAILED
> [junit] Running org.apache.jdo.test.Test_LifeCycle_RetF
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.098 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_LifeCycle_RetF FAILE
D
> [junit] Running org.apache.jdo.test.Test_LifeCycle_Opt
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.071 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_LifeCycle_Opt FAILED
> [junit] Running org.apache.jdo.test.Test_ObjectId
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.114 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_ObjectId FAILED
> [junit] Running org.apache.jdo.test.Test_Interfaces
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.108 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Interfaces FAILED
> [junit] Running org.apache.jdo.test.Test_LargeObj
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.13 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_LargeObj FAILED
> [junit] Running org.apache.jdo.test.Test_SCOHashMap
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.156 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOHashMap FAILED
> [junit] Running org.apache.jdo.test.Test_Primitives
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.099 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Primitives FAILED
> [junit] Running org.apache.jdo.test.Test_Rect
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.076 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Rect FAILED
> [junit] Running org.apache.jdo.test.Test_Navigate
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.075 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Navigate FAILED
> [junit] Running org.apache.jdo.test.Test_Arrays
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.103 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Arrays FAILED
> [junit] Running org.apache.jdo.test.Test_Delete
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.161 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Delete FAILED
> [junit] Running org.apache.jdo.test.Test_SCOTreeMap
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.159 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOTreeMap FAILED
> [junit] Running org.apache.jdo.test.Test_StringOID
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.778 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_StringOID FAILED
> [junit] Running org.apache.jdo.test.Test_PCDerived
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.069 sec
> [junit] Running org.apache.jdo.test.Test_DupAppId
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.437 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_DupAppId FAILED
> [junit] Running org.apache.jdo.test.Test_EmpDeptAppId
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.247 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_EmpDeptAppId FAILED
> [junit] Running org.apache.jdo.test.Test_SCO_Base
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.181 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCO_Base FAILED
> [junit] Running org.apache.jdo.test.Test_SCOArrayList
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.956 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOArrayList FAILED
> [junit] Running org.apache.jdo.test.Test_SerializeComplex
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.087 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SerializeComplex FAI
LED
> [junit] Running org.apache.jdo.test.Test_SCODate
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.092 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCODate FAILED
> [junit] Running org.apache.jdo.test.Test_Rollback
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.122 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Rollback FAILED
> [junit] Running org.apache.jdo.test.Test_SCO
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.215 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCO FAILED
> [junit] Running org.apache.jdo.test.Test_ActivateClass
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.132 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_ActivateClass FAILED
> [junit] Running org.apache.jdo.test.Test_KeyFieldNull
> [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.111 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_KeyFieldNull FAILED
> [junit] Running org.apache.jdo.test.Test_NonTxAccess
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.559 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_NonTxAccess FAILED
> [junit] Running org.apache.jdo.test.Test_Fetch
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.067 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Fetch FAILED
> [junit] Running org.apache.jdo.test.Test_6214617
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.192 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_6214617 FAILED
> [junit] Running org.apache.jdo.test.Test_4515265
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.78 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_4515265 FAILED
> [junit] Running org.apache.jdo.test.Test_OptimisticNullNotNull
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.167 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_OptimisticNullNotNul
l FAILED
> [junit] Running org.apache.jdo.test.Test_EmpDept
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.279 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_EmpDept FAILED
> [junit] Running org.apache.jdo.test.Test_EmpDeptSerialization
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.22 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_EmpDeptSerialization
 FAILED
> [junit] Running org.apache.jdo.test.Test_Reachability
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.13 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Reachability FAILED
> [junit] Running org.apache.jdo.test.Test_SCOHashtable
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.136 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOHashtable FAILED
> [junit] Running org.apache.jdo.test.Test_SCOSqlDate
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.154 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOSqlDate FAILED
> [junit] Running org.apache.jdo.test.Test_Extent
> [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 1.17 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Extent FAILED
> [junit] Running org.apache.jdo.test.Test_HollowUpdate
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.085 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_HollowUpdate FAILED
> [junit] Running org.apache.jdo.test.Test_SCOLinkedList
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.087 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOLinkedList FAILED
> [junit] Running org.apache.jdo.test.Test_SCOVector
> [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 1.121 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SCOVector FAILED
> [junit] Running org.apache.jdo.test.Test_WeakHashSet
> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.567 sec
> [junit] Running org.apache.jdo.test.Test_Fetch2
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.133 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Fetch2 FAILED
> [junit] Running org.apache.jdo.test.Test_GetObjectById
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.089 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_GetObjectById FAILED
> [junit] Running org.apache.jdo.test.Test_JDOModel
> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.041 sec
> [junit] Running org.apache.jdo.test.Test_Update
> [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.116 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Update FAILED
> [junit] Running org.apache.jdo.test.Test_WeakValueHashMap
> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.804 sec
> [junit] Running org.apache.jdo.test.Test_PMFProperties
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.671 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_PMFProperties FAILED
> [junit] Running org.apache.jdo.test.Test_RefArrays
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.123 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_RefArrays FAILED
> [junit] Running org.apache.jdo.test.Test_LifeCycle
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.146 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_LifeCycle FAILED
> [junit] Running org.apache.jdo.test.Test_Cycle
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.134 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_Cycle FAILED
> [junit] Running org.apache.jdo.test.Test_SerialPMs
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.101 sec
> [junit] [ERROR] TEST org.apache.jdo.test.Test_SerialPMs FAILED
> [junit] Running org.apache.jdo.impl.fostore.Test_FSUID
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.734 sec
> [junit] Running org.apache.jdo.impl.fostore.Test_Transcriber
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.939 sec
> 
> BUILD FAILED
> File...... /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1
> /plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-snapshot-callback] -- 
> /home/karan/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
> <fail> There were test failures.
> Total time: 3 minutes 47 seconds
> Finished at: Fri Aug 05 01:21:05 EDT 2005
> 
> 
> On 8/5/05, Karan Malhi <karan.malhi@gmail.com> wrote: 
> 
> 
> 
> -- 
> Karan Malhi
> 
> "Playfully doing something difficult, whether useful or not, that is
> hacking." -- Richard Stallman 
> 



-- 
Karan Malhi

"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman






[ Post a follow-up to this message ]



    Re: maven build failed  
Karan Malhi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-05 07:45 AM

Running 'maven build' in tck11 also failed. Below is the output:

karan@j2ee:~/Projects/jdo/trunk/tck11$ maven build
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2

Attempting to download jdo1-api-SNAPSHOT.jar.
WARNING: Failed to download jdo1-api-SNAPSHOT.jar.
Attempting to download jdo-btree-SNAPSHOT.jar.
Artifact /apache-jdo/jars/jdo-btree-SNAPSHOT.jar doesn't exists in remote 
repository, but it exists locally
Attempting to download jdo1-ri-SNAPSHOT.jar.
WARNING: Failed to download jdo1-ri-SNAPSHOT.jar.
Attempting to download spring-core-1.1.3.jar.
257K downloaded
The build cannot continue because of the following unsatisfied dependencies:

jdo1-api-SNAPSHOT.jar
jdo1-ri-SNAPSHOT.jar

Total time: 9 seconds
Finished at: Fri Aug 05 01:32:33 EDT 2005






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:49 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register