I'll be home on Monday and then I'll upload the spec I've written for
version resolution. Your code can be used but let's have folks look
at the spec first.
On 17 May 07, at 10:06 AM 17 May 07, Mark Hobson wrote:
On 30/04/07, Brett Porter <[EMAIL PROTECTED]> wrote:
As Mark further explaine
Issue Subscription
Filter: Design & Best Practices (37 issues)
Subscriber: mavendevlist
Key Summary
MNG-2184Possible problem with @aggregator and forked lifecycles
http://jira.codehaus.org/browse/MNG-2184
MNG-612 implement conflict resolution techniques
htt
Timothy Reilly wrote:
> Just an observation but when I attempt to add the maven 2 XSD's to
> the XML Catalog within Eclipse I have issues with the key to use.
>
> This is due to the fact that both settings xsd and project xsd's
> share the same target namespace.
> The key may be Namespace Name or
On 5/18/07, Evan Worley <[EMAIL PROTECTED]> wrote:
Barrie,
Have you tried running with the "U" option? This forces maven to check for
snapshot updates. If you don't specify the U option, maven will check for
updates according to your snapshot update policy interval. I believe the
default is o
On 5/17/07, Brian E. Fox <[EMAIL PROTECTED]> wrote:
We have several remote offices and are using maven-proxy (surprisingly
it works perfect for the last 1.5 yrs). I'll have to test out if mp can
handle this correctly.
Maven-Proxy is aggregating all our repositories as well. (even our
internal
Barrie,
Have you tried running with the "U" option? This forces maven to check for
snapshot updates. If you don't specify the U option, maven will check for
updates according to your snapshot update policy interval. I believe the
default is once a day.
-Evan
On 5/16/07, Barrie Treloar <[EMAI
Just an observation but when I attempt to add the maven 2 XSD's to the XML
Catalog within Eclipse I have issues with the key to use.
This is due to the fact that both settings xsd and project xsd's share the same
target namespace.
The key may be Namespace Name or Schema Location - in both cases
On 30/04/07, Brett Porter <[EMAIL PROTECTED]> wrote:
As Mark further explained, I think his proposal is entirely different
and could be adapted to whatever strategy you apply in general here.
Was there any consensus on whether to apply MNG-612 to 2.0.x after all
the conferences?
Mark
On 17/05/07, Brett Porter <[EMAIL PROTECTED]> wrote:
Sounds like a bug to me...
Have a look at http://jira.codehaus.org/browse/MNG-2988 and see if
that makes sense.
Cheers,
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
Result 5 +1
proceeding to promote the staged release
On 5/17/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote:
+1
-Deng
Daniel Kulp wrote:
> +1 as well
>
> Dan
>
>
> On Thursday 17 May 2007 06:15, Vincent Siveton wrote:
>
>> +1
>>
>> Vincent
>>
>> 2007/5/16, Stephane Nicoll <[EMAIL PROTECTED]>
I'm working on a fix for this.
It's due to a missing configuration / setup of a test local hsqldb.
The default construction of the JdoFactory is to use jndi, which is
valid everywhere but in unit testing.
Jan Nielsen wrote:
Okay - a bit more information. I've updated to r5838983, using
Maven-2
Okay - a bit more information. I've updated to r5838983, using
Maven-2.0.6 and JDK 5 or 6 on Windows, but I still get the same
failure. It appears that the "default" JNDI context is not defined:
protected void setUp()
throws Exception
{
super.setUp();
roleManager = (Ro
Sounds like a bug to me...
On 17/05/2007, at 9:02 AM, Mark Hobson wrote:
Hi there,
I'm working on tests for MRELEASE-177 which has led me to investigate
how ranges are resolved. An example problem was [1.0,2.0] resolving
to 2.0 irrespective of the repository metadata.
This appears to be due
Hi there,
I'm working on tests for MRELEASE-177 which has led me to investigate
how ranges are resolved. An example problem was [1.0,2.0] resolving
to 2.0 irrespective of the repository metadata.
This appears to be due to VersionRange.getSelectedVersion and
isSelectedVersionKnown which selects
On 17/05/2007, at 8:23 AM, Timothy Reilly wrote:
Perhaps I can open a JIRA issue for the enhancement request?
Yes please.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Can anyone tell me if the %HOME% reference in the mvn .bat is purposefully not
set to %HOMEDRIVE%%HOMEPATH%?
I had to add this to mine in order for mavenrc_pre.bat to run:
if "%HOME%" == "" (set HOME=%HOMEDRIVE%%HOMEPATH%)
@REM Execute a user defined script before this one
if exist "%HOME%\m
Thanks David - you really have done a great job! We really need to get this
thing out. There is a huge demand in the community for this plugin. As far
as I know there are "only" snaphost releases available. Are there any plans
to release an 1.0-alpha-1?
2007/5/15, dvicente <[EMAIL PROTECTED]>:
+1
-Deng
Daniel Kulp wrote:
+1 as well
Dan
On Thursday 17 May 2007 06:15, Vincent Siveton wrote:
+1
Vincent
2007/5/16, Stephane Nicoll <[EMAIL PROTECTED]>:
+1
Stéphane
On 5/14/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
done, staged at http://people.apache.org/~carlos
+1 as well
Dan
On Thursday 17 May 2007 06:15, Vincent Siveton wrote:
> +1
>
> Vincent
>
> 2007/5/16, Stephane Nicoll <[EMAIL PROTECTED]>:
> > +1
> >
> > Stéphane
> >
> > On 5/14/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > > done, staged at http://people.apache.org/~carlos/staging-repo/
>
I just updated redback to the 10.2.1.6 derby and tried out the example
app and it worked fine
I will commit the update and push new snapshots of the relevent
pieces, might be something about having multiple versions of derby
floating around
jesse
On 5/17/07, Wendy Smoak <[EMAIL PROTECTED]> wrot
We have several remote offices and are using maven-proxy (surprisingly
it works perfect for the last 1.5 yrs). I'll have to test out if mp can
handle this correctly.
-Original Message-
From: Barrie Treloar [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 17, 2007 4:22 AM
To: Maven Developers
Thanks Stephane.
Vincent
2007/5/17, Stephane Nicoll <[EMAIL PROTECTED]>:
Done.
[INFO] [site:deploy]
Using private key: /Users/snicoll/.ssh/id_rsa
scp://people.apache.org/www/maven.apache.org/plugins/maven-source-plugin
- Session: Opened
Executing command: mkdir -p /www/maven.apache.org/plugins
On 5/17/07, Brian E. Fox <[EMAIL PROTECTED]> wrote:
I'll have to experiment with that. You don't have trouble with any
proxies? If there's no unique version, it seems like it could cause
problems somewhere downstream.
How do you mean proxies?
This is for internal company releases of snapshots
Done.
[INFO] [site:deploy]
Using private key: /Users/snicoll/.ssh/id_rsa
scp://people.apache.org/www/maven.apache.org/plugins/maven-source-plugin
- Session: Opened
Executing command: mkdir -p /www/maven.apache.org/plugins/maven-source-plugin/.
Executing command: mkdir -p /www/maven.apache.org/plu
Hey, I did it. Sounds like something went wrong.
I'll try again.
Thanks,
Stéphane
On 5/17/07, Vincent Siveton <[EMAIL PROTECTED]> wrote:
Hi Stephane,
Could you also deploy the doc on maven.apache.org?
It is actually the doc for 2.0.3-SNAPSHOT.
Thanks,
Vincent
2007/4/25, Stephane Nicoll <[E
+1
Vincent
2007/5/16, Stephane Nicoll <[EMAIL PROTECTED]>:
+1
Stéphane
On 5/14/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> done, staged at http://people.apache.org/~carlos/staging-repo/
>
> On 5/13/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
> > Could you please fix the Jira project an
Hi Stephane,
Could you also deploy the doc on maven.apache.org?
It is actually the doc for 2.0.3-SNAPSHOT.
Thanks,
Vincent
2007/4/25, Stephane Nicoll <[EMAIL PROTECTED]>:
Result of the vote:
+1 Binding: Brian, Vincent S., Jesse, Stéphane
+1 Non Binding: Jochen Wiedmann, Daniel Kulp, Niall Pe
27 matches
Mail list logo