Re: Bug in Shale 103 parent pom

2006-08-30 Thread Matthias Wessendorf
Yeah, I think I move the question over. FYI, I am behind a proxy and using a mirror (yes it is there). -Matthias On 8/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > what's going wrong is that b/c in parent there is the link to m2-sna

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Wendy Smoak
On 8/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: what's going wrong is that b/c in parent there is the link to m2-snap and it tries to look apache2-pom up in m2-snap and the listed java.net repo. I have other repositories (like ibiblio) in my settings.xml. Ibiblio is the default cen

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Matthias Wessendorf
what's going wrong is that b/c in parent there is the link to m2-snap and it tries to look apache2-pom up in m2-snap and the listed java.net repo. I have other repositories (like ibiblio) in my settings.xml. I am wondering, why it looks for apache2-pom only inside these two repos. thanks On 8/

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Wendy Smoak
On 8/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Are we talking about building Shale itself, or building your own > separate webapp that uses Shale? On 8/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: later Okay, then to build your own webapp that depends on Shale, you do not need

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Matthias Wessendorf
later On 8/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Ok, so for Shale 103 we still need a "snapshot repository", as far as > I got your mail. ... Are we talking about building Shale itself, or building your own separate webapp th

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Wendy Smoak
On 8/30/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Ok, so for Shale 103 we still need a "snapshot repository", as far as I got your mail. ... Are we talking about building Shale itself, or building your own separate webapp that uses Shale? -- Wendy

Re: Bug in Shale 103 parent pom

2006-08-30 Thread Matthias Wessendorf
Ok, so for Shale 103 we still need a "snapshot repository", as far as I got your mail. But I am wondering b/c that stuff is already on ibiblio http://www.ibiblio.org/maven2/org/apache/shale/shale-parent/1.0.3/ maybe I still don't get the point ... sorry if I am confusing you all, but I am conf

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Craig McClanahan
On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: yea, my thing is that 103 is not more a snapshot, so why should I add a snapshot repo? Depending on a snapshot can be *dangerous*. Somethings you know that something changes, sometimes not. Craig was so nice to tell us that he changes

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Wendy Smoak
On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: my thing is that 103 is not more a snapshot, so why should I add a snapshot repo? Depending on a snapshot can be *dangerous*. Somethings you know that something changes, sometimes not. Craig was so nice to tell us that he changes stuff

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
yea, my thing is that 103 is not more a snapshot, so why should I add a snapshot repo? Depending on a snapshot can be *dangerous*. Somethings you know that something changes, sometimes not. Craig was so nice to tell us that he changes stuff in shale-test-103-SNAP. But not everybody is providing

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Paul Spencer
Matthias, As general practice, I will define a snapshot repo in pom.xml that contains the snapshot dependency. See http://wiki.apache.org/myfaces/Using_MyFaces_in_a_Project_built_with_Maven Paul Spencer Matthias Wessendorf wrote: we is my settings.xml ;) looks like my mirror is down On 8/2

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
but the strange thing is, that maven is only looking for the org.apache:apache:2 pom on those two repos (maven-snap AND java.net), that are mentioned in the parent pom... non of my other mirrors (settings.xml) is asked. [INFO] [xrts:generate-sources {execution: default}] [INFO] Generating 1 XR

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
we is my settings.xml ;) looks like my mirror is down On 8/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > I get this error > (we have no! snapshot repo defined, and won't do that) Who is 'we' in this case... Oracle? > Reason: Cannot

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
http://people.apache.org/maven-snapshot-repository does not contain the org:apache:apache:2 On 8/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > I get this error > (we have no! snapshot repo defined, and won't do that) Who is 'we' in

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Wendy Smoak
On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: I think it should not be in there, because it's a snapshot repo, not a regular repo. some users try to avoid dependency against a SNAPSHOt Then they should not declare dependencies on -SNAPSHOT versions. The presence of a repository

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Wendy Smoak
On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: I get this error (we have no! snapshot repo defined, and won't do that) Who is 'we' in this case... Oracle? Reason: Cannot find parent: org.apache:apache for project: org.apache.shale:shale-master:pom:1 It looks like you're using a

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
I think it should not be in there, because it's a snapshot repo, not a regular repo. some users try to avoid dependency against a SNAPSHOt On 8/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > the parent pom 103 defines the maven-snapsh

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Wendy Smoak
On 8/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: the parent pom 103 defines the maven-snapshot-repository. that should not be in there, maybe only inside "distributionManagement" section. It needs to be there so we can re-define it with true which is different from what we inherit

Re: Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
I get this error (we have no! snapshot repo defined, and won't do that) Downloading: http://stacy27.us.oracle.com/mirrors/www.ibiblio.org/maven2/org/apache/shale/shale-test/1.0.3/shale-test-1.0.3. 1K downloaded Downloading: http://stacy27.us.oracle.com/mirrors/www.ibiblio.org/maven2/org/apache/

Bug in Shale 103 parent pom

2006-08-28 Thread Matthias Wessendorf
Hi, the parent pom 103 defines the maven-snapshot-repository. that should not be in there, maybe only inside "distributionManagement" section. -Matthias -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com