Re: continnum admin password reset

2007-09-23 Thread Brett Porter
please mail [EMAIL PROTECTED] instead. Thanks, Brett On 22/09/2007, at 10:11 AM, Vamshi Yamsani wrote: Hey all- The admin password on continuum (which was setup way long back by some person who no longer works) is lost and I tried creating a new one using sha1 hash and inserting into derby

Fwd: continnum admin password reset

2007-09-23 Thread Vamshi Yamsani
Hey all- The admin password on continuum (which was setup way long back by some person who no longer works) is lost and I tried creating a new one using sha1 hash and inserting into derby table. But for some obvious reason it is still not allowing me get in. Unfortunately I have only admin and gu

Re: Caching in Maven core

2007-09-23 Thread Milos Kleint
On 9/24/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote: > > > that's exactly what I wanted to know. So we then agree than this must > > be cleared at the end of each execution. If that's the case then no > > caching is needed, but we would

Re: Caching in Maven core

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote: that's exactly what I wanted to know. So we then agree than this must be cleared at the end of each execution. For snapshots definitely. In the embedder releases should not change. For a quick fix, yes just flush them post execution.

Re: Caching in Maven core

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote: that's exactly what I wanted to know. So we then agree than this must be cleared at the end of each execution. If that's the case then no caching is needed, but we would need a cache per execution request to allow concurrent executions

Re: Caching in Maven core

2007-09-23 Thread Carlos Sanchez
that's exactly what I wanted to know. So we then agree than this must be cleared at the end of each execution. If that's the case then no caching is needed, but we would need a cache per execution request to allow concurrent executions On 9/23/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 23

Re: Caching in Maven core

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 8:28 PM 23 Sep 07, Carlos Sanchez wrote: Hi, this is a thread to gather other people's opinions on the usage of caching inside core maven While using the embedder I've come across some caching issues, mainly MNG-3008, but also MNG-3170 and MNG-3013 For instance in org.apache.

Caching in Maven core

2007-09-23 Thread Carlos Sanchez
Hi, this is a thread to gather other people's opinions on the usage of caching inside core maven While using the embedder I've come across some caching issues, mainly MNG-3008, but also MNG-3170 and MNG-3013 For instance in org.apache.maven.project.build.ProjectBuildCache projects are being cache

Re: ITs (was: svn commit: r578582 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/plugin/ main/resources/META-INF/plexus/ test/java/org/apache/maven/plugin/)

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 7:54 PM 23 Sep 07, Brett Porter wrote: On 24/09/2007, at 12:38 PM, Jason van Zyl wrote: - turned all the support artifacts into a little repository since we didn't actually need to build them (we were just using the poms). They need to be installed, but I'm not sure what

Re: ITs (was: svn commit: r578582 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/plugin/ main/resources/META-INF/plexus/ test/java/org/apache/maven/plugin/)

2007-09-23 Thread Brett Porter
On 24/09/2007, at 12:38 PM, Jason van Zyl wrote: - turned all the support artifacts into a little repository since we didn't actually need to build them (we were just using the poms). They need to be installed, but I'm not sure what you mean you made them into "little repository". I lai

Re: ITs (was: svn commit: r578582 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/plugin/ main/resources/META-INF/plexus/ test/java/org/apache/maven/plugin/)

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 7:26 PM 23 Sep 07, Brett Porter wrote: On 24/09/2007, at 2:57 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Sep 23 09:57:46 2007 New Revision: 578582 URL: http://svn.apache.org/viewvc?rev=578582&view=rev Log: o reverting fix for MNG-1323, breaks trunk horribly when

Re: ITs (was: svn commit: r578582 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/plugin/ main/resources/META-INF/plexus/ test/java/org/apache/maven/plugin/)

2007-09-23 Thread Brett Porter
On 24/09/2007, at 2:57 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Sep 23 09:57:46 2007 New Revision: 578582 URL: http://svn.apache.org/viewvc?rev=578582&view=rev Log: o reverting fix for MNG-1323, breaks trunk horribly when everything is clean. I ran the ITs after Piotr did but d

Re: site build

2007-09-23 Thread Brett Porter
Done. On 24/09/2007, at 9:20 AM, Ralph Goers wrote: I made some changes to the dependency management documentation and checked them in. I tried to rebuild the site but the upload failed with permission problems. It appears that my id is not a member of the maven group on people.apache.org

site build

2007-09-23 Thread Ralph Goers
I made some changes to the dependency management documentation and checked them in. I tried to rebuild the site but the upload failed with permission problems. It appears that my id is not a member of the maven group on people.apache.org. Who has the correct permissions to fix that? Ralph -

Re: trunk build

2007-09-23 Thread Jason van Zyl
Found the problem, reverted it, ITs run fine. On 23 Sep 07, at 12:42 AM 23 Sep 07, Ralph Goers wrote: I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I su

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 9:31 AM 23 Sep 07, Ralph Goers wrote: Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its ne

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 9:31 AM 23 Sep 07, Ralph Goers wrote: Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its ne

Re: trunk build

2007-09-23 Thread Ralph Goers
Jason van Zyl wrote: maven-artifact lives here: http://svn.apache.org/repos/asf/maven/artifact/trunk/ It is used by maven-project here: http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/ And maven-artifact in its new separated location is referenced in the POM of maven-pr

Re: trunk build

2007-09-23 Thread Jason van Zyl
I am finding that a commit post r574387 has tanked the build. People are changing and not running the ITs using trunk plugin descriptors are not being found. I keep track changes by revisions for just this type of situation. I'll find the problem shortly. If you change something in trunk it

Re: trunk build

2007-09-23 Thread Jason van Zyl
On 23 Sep 07, at 12:42 AM 23 Sep 07, Ralph Goers wrote: I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I suspect this is because artifact was recently

trunk build

2007-09-23 Thread Ralph Goers
I made a small change to Artifact which is used in maven-project. I then checked out trunks on another machine and the build failed. When I manually build artifact first it builds fine. I suspect this is because artifact was recently split out but was not added as a module to the main project?