The following comment has been added to this issue:
Author: analogue
Created: Tue, 30 Mar 2004 2:23 AM
Body:
Patch while loop in CVSConnection.lookupPassword() as follows:
while ((line = reader.readLine()) != null)
{
if (line.startsWith("/1 "))
line = line.substring("/1 ".l
I meant the error "xdoc plugin not found".
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 March 2004 3:41 PM
> To: Maven Developers List
> Subject: RE: JDK 1.3 and bootstrap
>
>
> Brett Porter <[EMAIL PROTECTED]> wrote on 30/03/2004
> 03:01
Brett Porter <[EMAIL PROTECTED]> wrote on 30/03/2004 03:01:33 PM:
> Yep, I saw the report.
>
> The first error I swear I fixed. I will check.
Cool.
> As for the other errors - this is just the way bootstrap works. If a
plugin
> build fails, no more plugins build but the bootstrap continues. Thi
Yep, I saw the report.
The first error I swear I fixed. I will check.
As for the other errors - this is just the way bootstrap works. If a plugin
build fails, no more plugins build but the bootstrap continues. This is
marked to fix for 1.0, but its not a biggie as it doesn't hit the users.
- Bre
Brett Porter <[EMAIL PROTECTED]> wrote on 30/03/2004 01:21:40 PM:
> That's already been fixed. Are you using a clean co of maven-plugins
HEAD
> and a recent update of maven HEAD or MAVEN-1_0-BRANCH?
I'm using maven-plugins HEAD and maven MAVEN-1_0-BRANCH.
--
dIon Gillard, Multitask Consulting
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1213
Here is an overview of the issue:
---
That's already been fixed. Are you using a clean co of maven-plugins HEAD
and a recent update of maven HEAD or MAVEN-1_0-BRANCH?
- Brett
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 March 2004 11:53 AM
> To: Maven Developers List
> Subject:
MAVEN-1_0-BRANCH worked for me about a week ago. I can take a look later...
- Brett
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 30 March 2004 11:53 AM
> To: Maven Developers List
> Subject: RE: JDK 1.3 and bootstrap
>
>
> All over the place
I'll start a bootstrap and post a JIRA entry, but anything lots of
breakages.
The first is in the J2EE plugin test cases, it then moves on to another.
Even running some stuff under 1.3 breaks for me.
--
dIon Gillard, Multitask Consulting
Brett Porter <[EMAIL PROTECTED]> wrote on 30/03/2004 0
All over the place.
--
dIon Gillard, Multitask Consulting
Brett Porter <[EMAIL PROTECTED]> wrote on 30/03/2004 09:27:40 AM:
> All problems should have been fixed. Where does it break?
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 29 M
All problems should have been fixed. Where does it break?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, 29 March 2004 2:44 PM
> To: [EMAIL PROTECTED]
> Subject: JDK 1.3 and bootstrap
>
>
> I can't bootstrap with jdk1.3 as JAVA_HOME.
> Is this e
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-22
Here is an overview of the issue:
-
> I'm using an NTFS file system.
FAT32 for me but I doubt it's the problem.
>
>
>
> "Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 29/03/2004 10:15:48 PM:
>
> > I just regenerated it on local, and it isn't sorted.
> >
> > How do you generate the plugins site for obtain a sorted list?
> > Personn
I'm using an NTFS file system.
"Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 29/03/2004 10:15:48 PM:
> I just regenerated it on local, and it isn't sorted.
>
> How do you generate the plugins site for obtain a sorted list?
> Personnally, I run maven multiproject:site
>
> Emmanuel
--
dIon Gi
Message:
The following issue has been closed.
Resolver: dion gillard
Date: Mon, 29 Mar 2004 4:06 PM
In 1.7
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-89
Here is an overview of the
dion2004/03/29 12:55:09
Modified:xdoc/xdocs changes.xml
Log:
Document fix
Revision ChangesPath
1.36 +1 -0 maven-plugins/xdoc/xdocs/changes.xml
Index: changes.xml
===
RCS file: /home/cvs
dion2004/03/29 12:54:21
Modified:xdoc/src/plugin-resources site.jsl
Log:
Fix MPXDOC-89.
html tags not passed through for source and pre tags
Revision ChangesPath
1.50 +2 -2 maven-plugins/xdoc/src/plugin-resources/site.jsl
Index: site.jsl
==
dion2004/03/29 12:50:07
Modified:xdocs/reference Tag: MAVEN-1_0-BRANCH project-descriptor.xml
Log:
Add sample descriptor with links
Revision ChangesPath
No revision
No revision
1.29.2.4 +275 -83 maven/xdocs/reference/project-
The following comment has been added to this issue:
Author: dion gillard
Created: Mon, 29 Mar 2004 3:41 PM
Body:
"Maybe I'm mis-reading this but this is not true. A jar that is included in an ear by
not referenced by the application.xml or any other submodule specific deployment
The following comment has been added to this issue:
Author: dion gillard
Created: Mon, 29 Mar 2004 3:41 PM
Body:
"On the other hand.. imagine that the war in the ear was out of your control and
relied on commons-collections-2.1.jar. Now you have 2 commons-collections jars in your
The following comment has been added to this issue:
Author: dion gillard
Created: Mon, 29 Mar 2004 3:40 PM
Body:
"You build a ear with a war and an ejb jar that both require
commons-collections-3.0.jar. By default wouldnt you have wanted this and all other
commons-xxx or other ja
The following comment has been added to this issue:
Author: dion gillard
Created: Mon, 29 Mar 2004 3:40 PM
Body:
"I would have said that to 1) maintain backwards compatibility and 2) to handle the
norm case (which i'll get to below) plugin.properties should have set ear.module=tru
The following comment has been added to this issue:
Author: dion gillard
Created: Mon, 29 Mar 2004 3:40 PM
Body:
This is all pretty confusing, I'll try to understand
"Heres the issue I had: if i had a jar in my ear.. and multiple subprojects rely on
it.. commons-xxx or our own co
evenisse2004/03/29 08:37:11
Modified:genapp/xdocs navigation.xml
Added: genapp/xdocs templates.xml
Log:
Add the templates list.
Revision ChangesPath
1.5 +1 -0 maven-plugins/genapp/xdocs/navigation.xml
Index: navigation.xml
===
On Mon, 2004-03-29 at 03:18, Emmanuel Venisse wrote:
> Can you set optional the sources downloading?
It's an entirely separate process, don't couple it to artifact
downloading in general.
> Emmanuel
>
> - Original Message -
> From: "nicolas De Loof" <[EMAIL PROTECTED]>
> Cc: "Maven Deve
On Mon, 2004-03-29 at 02:51, nicolas De Loof wrote:
> Hello,
>
> I've added a tiny enhancement to maven 1.0 RC2 :
>
> When downloading some artifact from remote repo(s), my patched maven
> tries to download the artifact sources.
Being able to download the sources is fine but should not be made
me too! (XP, maven rc2-3, plugins head).
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 3:00 PM
Subject: Re: Site redeploy
I'm on WinXP
I just use Maven and the plugins head with
maven multiproject:site
Maven is approching 1.0 relase. For 1.0 release this patch most likly will
rejected as we are rather not going
to included any new features at this devlopment stage.
For next major release of Maven we need scalable solution not dirty hacks
(no offense but that's what it is!)
which does support a
I'm on WinXP
I just use Maven and the plugins head with
maven multiproject:site
--
dIon Gillard, Multitask Consulting
"Emmanuel Venisse" <[EMAIL PROTECTED]> wrote on 29/03/2004 10:15:48 PM:
> I just regenerated it on local, and it isn't sorted.
>
> How do you generate the plugins site for ob
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-92
Here is an overview of the issue:
I just regenerated it on local, and it isn't sorted.
How do you generate the plugins site for obtain a sorted list?
Personnally, I run maven multiproject:site
Emmanuel
- Original Message -
From: "Emmanuel Venisse" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent:
It's me, and I used the plugins cvs head for it.
Emmanuel
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 1:10 PM
Subject: RE: Site redeploy
Jörg Schaible <[EMAIL PROTECTED]> wrote on 29/03/2004
08:16:04 PM:
>
Jörg Schaible <[EMAIL PROTECTED]> wrote on 29/03/2004
08:16:04 PM:
> [EMAIL PROTECTED] wrote on Monday, March 29, 2004 12:19 PM:
>
> > Jörg Schaible <[EMAIL PROTECTED]> wrote on 29/03/2004
> > 05:13:35 PM:
> >
> >> [EMAIL PROTECTED] wrote on Monday, March 29, 2004 6:42 AM:
> >>
> >>> I'd like
+1 for the separation, but I prefer srcs instead of sources.
Emmanuel
- Original Message -
From: "Jörg Schaible" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 12:09 PM
Subject: RE: Enhancement with patch avaible : artifact source attache
nicolas De Loof wrote:
I don't think sources are different types from artifact. I consider
them as another view to an artifact, so I think they should share the
same artifact-type dir. You should consider the same situation about
md5 checksums.
.jar -> .jar.md5
-src.zip -> -src.zip.md5
Both fil
nicolas De Loof wrote on Monday, March 29, 2004 12:19 PM:
> I don't think sources are different types from artifact. I
> consider them
> as another view to an artifact, so I think they should share the same
> artifact-type dir. You should consider the same situation about md5
> checksums.
Well,
I don't think sources are different types from artifact. I consider them
as another view to an artifact, so I think they should share the same
artifact-type dir. You should consider the same situation about md5
checksums.
Nico.
Jörg Schaible a écrit :
Hi Nicolas,
The artifact sources for
[EMAIL PROTECTED] wrote on Monday, March 29, 2004 12:19 PM:
> Jörg Schaible <[EMAIL PROTECTED]> wrote on 29/03/2004
> 05:13:35 PM:
>
>> [EMAIL PROTECTED] wrote on Monday, March 29, 2004 6:42 AM:
>>
>>> I'd like to redploy the site after removing the search tag.
>>>
>>> Does anyone have any obje
Jörg Schaible <[EMAIL PROTECTED]> wrote on 29/03/2004
05:13:35 PM:
> [EMAIL PROTECTED] wrote on Monday, March 29, 2004 6:42 AM:
>
> > I'd like to redploy the site after removing the search tag.
> >
> > Does anyone have any objections?
>
> No, but can we have back an alphabetically sorted plugi
Emmanuel Venisse wrote:
maven.dependency.sources=false should be the default value.
Only developers are interest by sources for debugging.
A few suggestions:
- create a separate goal 'eclipse:get-sources' that will try to download
all the sources for the dependencies that you don't have yet (
Hi Nicolas,
>> The artifact sources for any artifact named "X.ext" is searched
>> as "X-src.ext"
I recognize that you assume that the sources are in the same directory as the binary
jar. Therefore I wonder about the maven repository structure at all, because I have
noticed, that some h
You're right. Sorry of being a developper without enought maven
multiples usages visibility ;)
Do you know a *stable* library to convert a tar.bz2 stream ? I looked at
commons-compress in sandwox, but what to think about such warning : "
Methods and classes can and will appear and disappear wit
Message:
The following issue has been reopened.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEAR-14
Here is an overview of the issue:
---
maven.dependency.sources=false should be the default value.
Only developers are interest by sources for debugging.
- Original Message -
From: "nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 11:11 AM
Subject: Re: Enhancemen
Your right, I didn't thin kabout this (having a 56k modem at home I
should do !)
I' suggest to use an optional "maven.dependency.sources=false" to
disable source download
Nico.
Emmanuel Venisse a écrit :
OK for the failure, but a users doesn't always want to download sources and
reduce his ba
For an artifact "ID-version.ext", the patch I suggest just looks for a
file in same artifact groupe named "ID-version-src.ext". Perhaps I
should make it "fixed extension".
I will look at the option you suggest : look for a tar.bz2 and build
from it a sources jar for easier usage in eclipse (and
OK for the failure, but a users doesn't always want to download sources and
reduce his bandwidth.
Emmanuel
- Original Message -
From: "nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 11:00 AM
Subject: Re: Enhancement with
A "source" failed download doesn't generate a build failed. Sources are
"implicit" optionnal
Nico.
Emmanuel Venisse a écrit :
Can you set optional the sources downloading?
Emmanuel
- Original Message -
From: "nicolas De Loof" <[EMAIL PROTECTED]>
Cc: "Maven Developers List" <[EMAIL PR
evenisse2004/03/29 00:43:20
Modified:native project.xml
Log:
Add issueTrackingUrl
Revision ChangesPath
1.14 +1 -0 maven-plugins/native/project.xml
Index: project.xml
===
RCS file: /home/c
Eric Pugh wrote:
Out of curiosity, can Eclipse take in as the source a .tar.gz file? It
seems like what you want is to have the artifacts generated by 'maven dist'
be uploaded, which are either a .zip or a .tar.gz. However, .tar.gz seems
to come in a quarter the size, and if we are downloading s
Hi dIon,
I have also noticed this. How come the plugin is generating a file in
the src/ directory? It seems to me it would be better to generate it in
target/. What do you think?
Thanks
-Vincent
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 29 March 200
The following comment has been added to this issue:
Author: Emmanuel Venisse
Created: Mon, 29 Mar 2004 3:42 AM
Body:
maven-native-plugin project is created.
-
View this comment:
http://jira.codehaus.org/secure/V
Can you set optional the sources downloading?
Emmanuel
- Original Message -
From: "nicolas De Loof" <[EMAIL PROTECTED]>
Cc: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 9:52 AM
Subject: Re: Enhancement with patch avaible : artifact source attachement
> Sorry
Out of curiosity, can Eclipse take in as the source a .tar.gz file? It
seems like what you want is to have the artifacts generated by 'maven dist'
be uploaded, which are either a .zip or a .tar.gz. However, .tar.gz seems
to come in a quarter the size, and if we are downloading sources, then
havin
54 matches
Mail list logo