Re: C22 - Maven artifact missing

2008-09-08 Thread yosauron
David Legg wrote: yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet

Re: C22 - Maven artifact missing

2008-09-08 Thread David Legg
Hi Yosauron, finally, in other machine and in other place (without proxy) I could build sucessfully Cocoon!!! Glad to hear you now have a way to build it. Proxies can be very useful for lots of reasons... but they can also be infuriating too! Actually, I did pick up on this list that

Re: C22 - Maven artifact missing

2008-09-04 Thread yosauron
David Legg wrote: yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet

Re: C22 - Maven artifact missing

2008-09-03 Thread yosauron
Hi Martin, Martin Heiden wrote: Hi! David Legg schrieb: I'm behind a proxy, could be this the source of the problem Is this new info that you omitted to tell us?!!! ;-) I'm not a subversion expert and I'm not personally behind a proxy here but I did notice that you have to

Re: C22 - Maven artifact missing

2008-09-03 Thread yosauron
Hi David, David Legg wrote: Yosauron, I can confirm that on my windows XP system I updated my copy of the Cocoontrunk to revision 691183 (the latest version) and then ran: mvn install -P allblocks 23 minutes and 21 seconds later it had built everything with no failures.

Re: C22 - Maven artifact missing

2008-09-03 Thread David Legg
yosauron wrote: I can't determine which is my problem... I've tried all the solutions of this thread and the tests errors are still there :'(. I'm crazy.. Sorry I can't think of anything else... except maybe try the machine from another (non-proxied) internet connection if you have access to

Re: C22 - Maven artifact missing

2008-09-02 Thread yosauron
Martin Heiden wrote: yosauron schrieb: I've tried to compile without using tests. I've used this sentence: %./build.sh -Dmave.test.skip=true install There's a typo in your command: It should be: mvn -Dmaven.test.skip=true install See

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
Hi Yosauron, I've updated to rev. 690861 and I've still gotten the same tests errors. Could anyone help me? Which revision do i have to download to compile cocoon successfully? I can confirm that on my windows XP system I updated my copy of the Cocoontrunk to revision 691183 (the latest

Re: C22 - Maven artifact missing

2008-09-02 Thread yosauron
David Legg wrote: Hi Yosauron, I've updated to rev. 690861 and I've still gotten the same tests errors. Could anyone help me? Which revision do i have to download to compile cocoon successfully? I can confirm that on my windows XP system I updated my copy of the Cocoontrunk

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
I'm behind a proxy, could be this the source of the problem Is this new info that you omitted to tell us?!!! ;-) I'm not a subversion expert and I'm not personally behind a proxy here but I did notice that you have to make some adjustments if you are behind a proxy. See here [1] for more

Re: C22 - Maven artifact missing

2008-09-02 Thread Martin Heiden
Hi! David Legg schrieb: I'm behind a proxy, could be this the source of the problem Is this new info that you omitted to tell us?!!! ;-) I'm not a subversion expert and I'm not personally behind a proxy here but I did notice that you have to make some adjustments if you are behind a

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
Hi Martin, I think that the subversion checkout works well, but maven is the problem. I think your right. Tak, probably avoided problems with svn because he was using https protocol which might have been allowed by the proxy. Maybe you should try the following: Correctly configure maven

Re: C22 - Maven artifact missing

2008-09-02 Thread Tak-po Li
Could we have tags in subvision? The company I work for still use CVS as version control. We put tags in CVS during development. Cocoon is a big project. Not all people need all features. For the newbies, we can always go back to the old tag that we know, and use that version. Could that be

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
Tak, Cocoon is a big project. Not all people need all features. For the newbies, we can always go back to the old tag that we know, and use that version. Could that be a solution? That's not the issue. One of the reasons for making Cocoon 2.2 the way it is is to allow people to only add

Re: C22 - Maven artifact missing

2008-09-02 Thread David Legg
Yosauron, I can confirm that on my windows XP system I updated my copy of the Cocoontrunk to revision 691183 (the latest version) and then ran: mvn install -P allblocks 23 minutes and 21 seconds later it had built everything with no failures. I've followed these step: % rm -R

RE: C22 - Maven artifact missing

2008-09-01 Thread yosauron
I've tried to compile without using tests. I've used this sentence: %./build.sh -Dmave.test.skip=true install And I got a Failed to resolve artifact (org.apache.cocoon:cocoon-core:test-jar:tests:2.2.1-SNAPSHOT). How do I build cocoon correctly? :confused: Thanks a lot. [INFO] Scanning for

RE: C22 - Maven artifact missing

2008-09-01 Thread yosauron
Hi, I've updated to rev. 690861 and I've still gotten the same tests errors. Could anyone help me? Which revision do i have to download to compile cocoon successfully? Thanks a lot. - Failed tests:

Re: C22 - Maven artifact missing

2008-09-01 Thread Martin Heiden
yosauron schrieb: I've tried to compile without using tests. I've used this sentence: %./build.sh -Dmave.test.skip=true install There's a typo in your command: It should be: mvn -Dmaven.test.skip=true install See

RE: C22 - Maven artifact missing

2008-08-08 Thread yosauron
Now I get the following test error: [INFO] [INFO] Building Cocoon Core [INFO]task-segment: [install] [INFO] [INFO] [enforcer:enforce-once

Re: C22 - Maven artifact missing

2008-08-07 Thread yosauron
I have tried to build C2.2 several times but the process always fails me. I follow this steps (under Ubuntu 8.04, java 1.6 and maven 2.0.9): --Get the files... % svn checkout https://svn.apache.org/repos/asf/cocoon/trunk cocoon-2.2.0 % cd cocoo-2.2.0 --I clean the repository % rm -R ~/.m2

Re: C22 - Maven artifact missing

2008-08-07 Thread Grzegorz Kossakowski
yosauron pisze: I have tried to build C2.2 several times but the process always fails me. If you have done it within last two days the reason might be that we were releasing some stuff and in some intermediate states the build can be broken. I follow this steps (under Ubuntu 8.04, java 1.6

RE: C22 - Maven artifact missing

2008-08-07 Thread Jasha Joachimsthal
: Re: C22 - Maven artifact missing yosauron pisze: I have tried to build C2.2 several times but the process always fails me. If you have done it within last two days the reason might be that we were releasing some stuff and in some intermediate states the build can be broken. I follow

Re: C22 - Maven artifact missing

2008-08-07 Thread yosauron
I have tried to build C2.2 several times but the process always fails me. If you have done it within last two days the reason might be that we were releasing some stuff and in some intermediate states the build can be broken. I'm trying to build Cocoon one week ago and always I had an

Re: C22 - Maven artifact missing

2008-08-07 Thread Reinhard Pötz
Grzegorz Kossakowski wrote: yosauron pisze: I have tried to build C2.2 several times but the process always fails me. If you have done it within last two days the reason might be that we were releasing some stuff and in some intermediate states the build can be broken. I follow this

RE: C22 - Maven artifact missing

2008-08-07 Thread Jasha Joachimsthal
-Oorspronkelijk bericht- Van: Reinhard Pötz [mailto:[EMAIL PROTECTED] Verzonden: do 7-8-2008 21:56 Aan: users@cocoon.apache.org Onderwerp: Re: C22 - Maven artifact missing I've just fixed the build, which was indeed broken because of my recent release activities. Could you please

Re: C22 - Maven artifact missing

2008-06-11 Thread Grzegorz Kossakowski
David Legg pisze: I Just tried building Cocoon from svn by following these instructions [1] and got the build error listed below. I've tried deleting my local repository and tried building all the blocks with: mvn install -Dmaven.test.skip=true -P allblocks Skipping test phase is not a

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
Grzegorz Kossakowski wrote: David, you are the second person reporting this issue, the first one was Alexander[1] so there must be an issue with Cocoon dependencies here. I noticed that thread already thanks, but as it didn't conclude I wondered if it had been resolved. Since I'm now sure

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
Grzegorz Kossakowski wrote: Skipping test phase is not a good idea anymore and docs need an update (I've done it already). Anyway, this flag shouldn't make the build fail. Would you believe it! I tried it without the -Dmaven.test.skip=true flag and it passed all the tests and completed the

Re: C22 - Maven artifact missing

2008-06-11 Thread Grzegorz Kossakowski
David Legg pisze: Grzegorz Kossakowski wrote: Skipping test phase is not a good idea anymore and docs need an update (I've done it already). Anyway, this flag shouldn't make the build fail. Would you believe it! I tried it without the -Dmaven.test.skip=true flag and it passed all the tests

Re: C22 - Maven artifact missing

2008-06-11 Thread David Legg
Grzegorz Kossakowski wrote: I don't have an idea why it behaves differently. Maybe it's another bug in Maven that we have found here? I think it's a conspiracy to always make us run regression tests ;-) Thanks for updating the web site. David.