JavaServer Faces API
Key: MAVENUPLOAD-498
URL: http://jira.codehaus.org/browse/MAVENUPLOAD-498
Project: maven-upload-requests
Type: Task
Reporter: Wilfred Springer
https://javaserverfaces.dev.java.net/faq.html
The JavaServer Faces API and imp
basedir resolves to reactor root by mistake
---
Key: MNG-805
URL: http://jira.codehaus.org/browse/MNG-805
Project: Maven 2
Type: Bug
Reporter: Brett Porter
Assigned to: Brett Porter
Fix For: 2.0-beta-1
currently uncon
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45452 ]
Lilians Auvigne commented on MNG-754:
-
I have same problem with
http://www.ibiblio.org/maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom.
1
concurrent
concurrent
con
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45453 ]
Lilians Auvigne commented on MNG-754:
-
also for
http://www.ibiblio.org/maven2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.pom
with 1.7 instead of 1
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45454 ]
Emmanuel Venisse commented on MNG-754:
--
I fixed concurrent pom
> Exception thrown building site
> --
>
> Key: MNG-754
> URL: http://jira
When building the whole multiproject site, build each subproject in its correct
directory instead of moving everything at the end (which may be very slow)
---
[ http://jira.codehaus.org/browse/CONTINUUM-171?page=all ]
Emmanuel Venisse updated CONTINUUM-171:
---
Description:
the exception propogated for a failed checkout doesn't report what actually
went wrong (in my case, it attempted to use a direc
[ http://jira.codehaus.org/browse/MEV-65?page=all ]
Gilles Scokart updated MEV-65:
--
Attachment: velocity-1.4.pom
And here, the dependency between velocity and velocity-dep, plus the URL.
> dependencies not set inside ibiblio repository.
> -
I'm not sure what to add. My mirror settings are:
central-mirror
http://qadev21.dev.qintra.com:7002/repository
central
snapshot-mirror
http://qadev21.dev.qintra.com:7002/repository
snapshots
The output from one of the integration tests
commons-collections is missing scope
Key: MEV-73
URL: http://jira.codehaus.org/browse/MEV-73
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Carsten Ziegeler
The dependency for junit needs the scope te
[ http://jira.codehaus.org/browse/MEV-65?page=all ]
Gilles Scokart updated MEV-65:
--
Attachment: jmock-cglib-1.0.1.pom
Here is a new pom with correct dependencies for jmock-cglib.
I have also added the URL to the jmock website.
> dependencies not set inside
commons-lang is missing scope
-
Key: MEV-74
URL: http://jira.codehaus.org/browse/MEV-74
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Carsten Ziegeler
The dependency for junit needs the scope test
--
This m
Sorry, I haven't used maven-proxy, actually. So it is trying to connect to:
http://snapshots.maven.codehaus.org/maven2/plugins
as a repository?
Does -X show what causes the failed download?
- Brett
Allison, Bob wrote:
>I'm not sure what to add. My mirror settings are:
>
>
> centra
[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45459 ]
Joerg Schaible commented on MEV-65:
---
CAUTION: This POM for jmock-cglib will have version issues. It references CGLIB
2.1 which has a transitive dependency to ASM 1.x ... which in turn is
[ http://jira.codehaus.org/browse/CONTINUUM-211?page=all ]
Emmanuel Venisse closed CONTINUUM-211:
--
Resolution: Fixed
o Fixed plexus-maven-plugin
o Error appears now in build screen
> Improve error message when ScmUpdate fails
> ---
[ http://jira.codehaus.org/browse/CONTINUUM-211?page=all ]
Emmanuel Venisse updated CONTINUUM-211:
---
Remaining Estimate: 10 minutes
Original Estimate: 600
Environment:
> Improve error message when ScmUpdate fails
> -
I'm not worried about configuring maven-proxy. That is fairly straight
forward. My problem is how do I tell Maven 2 that I have a mirror of
the pluginRepository? In the m2 top-level plugin, there is a repository
named "snapshots" which points to
"http://snapshots.maven.codehaus.org/maven2/"; and
That's a problem - while id's can be the same across repos, it won't
work with the mirroring :(
You'll need to change the id of the snapshot plugin repo (eg
snapshots-plugins), and add a new mirror.
We're currently looking at simplifying this.
- Brett
Allison, Bob wrote:
>I'm not worried about
So I need to go to every Maven2 SVN project and change the name
"snapshots" in the pluginRepository stanza to something else so I can
define a mirror for them?
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 07:09
To: Maven Developers List
Su
Allison, Bob wrote:
>So I need to go to every Maven2 SVN project and change the name
>"snapshots" in the pluginRepository stanza to something else so I can
>define a mirror for them?
>
>
It should be inherited, so it is probably just the root, and
maven-plugins/pom.xml.
Sorry for the inconvenie
[ http://jira.codehaus.org/browse/MNG-802?page=comments#action_45465 ]
Brett Porter commented on MNG-802:
--
links can be used by pasting the full text including %3e.
http://maven.apache.org/reference/standard-sun-jar-names.html
We should link to this from t
[ http://jira.codehaus.org/browse/MNG-803?page=all ]
Brett Porter updated MNG-803:
-
Fix Version: 2.0
> Document of Detailed Changes between M1/M2
> --
>
> Key: MNG-803
> URL: http://jira.codehaus.org/
[ http://jira.codehaus.org/browse/MNG-804?page=all ]
Brett Porter updated MNG-804:
-
Fix Version: 2.0
Summary: maven.jar.override usage in m2 (was: Maven.jar.overrid)
there are two cases to address:
- file based overrides (no longer supported - expla
It should be inherited, but the plugin parent and several integration
tests (8, 9, 22, 23, 25, 26, 27, 40, 41, 44, 45, 46, 49, and 1011)
specify it explicitly.
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 07:15
To: Maven Developers List
Su
I changed the name of the pluginRepository on test 46 (which fails if I
have the snapshots mirror set up) and defined a mirror for it. After
adding the plugin repository's real path into the proxy, the test runs
fine.
Should I submit a JIRA issue to adjust the pluginRepository ID wherever
it appe
Thanks. Please add a comment to http://jira.codehaus.org/browse/MNG-139
describing the issue so it can be taken into account.
- Brett
Allison, Bob wrote:
>I changed the name of the pluginRepository on test 46 (which fails if I
>have the snapshots mirror set up) and defined a mirror for it. Afte
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_08.02.24/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
[ http://jira.codehaus.org/browse/MNG-139?page=comments#action_45474 ]
Bob Allison commented on MNG-139:
-
One place where problems can occur is using a mirror for codehaus while
building m2. In the m2 top-level plugin, there is a repository named
"snapsho
Improve linkcheck performance (2x+) getting rid of jtidy dependency via regexps
---
Key: MPLINKCHECK-23
URL: http://jira.codehaus.org/browse/MPLINKCHECK-23
Project: maven-linkcheck-plugin
Typ
Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050830.123000.txt
tools.jar needs to be supported as a normal dependency
--
Key: MNG-806
URL: http://jira.codehaus.org/browse/MNG-806
Project: Maven 2
Type: Improvement
Environment: sun sdk
Reporter: Matthew Pocock
Sun SDKs have
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_12.01.39/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
mavenuser/maven-components/maven-meeper/ is a CVS checkout, so can we
delete mavenuser or mavenuser/maven-components and checkout from SVN
there or in any other place?
On 8/29/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> That was me. Sorry about that!
>
> I thought repository-tools/bin was a fu
[ http://jira.codehaus.org/browse/MPLINKCHECK-23?page=comments#action_45504
]
Carlos Sanchez commented on MPLINKCHECK-23:
---
Looks good I'll take a closer look when I have more time
> Improve linkcheck performance (2x+) getting rid of jtidy dependen
Author: vmassol
Date: Tue Aug 30 10:22:04 2005
New Revision: 264817
URL: http://svn.apache.org/viewcvs?rev=264817&view=rev
Log:
MPJETTY-2: Allow JSP compilation by adding tools.jar to the jetty execution
classpath
Removed:
maven/maven-1/plugins/trunk/jetty/announcements/
Modified:
maven/
[ http://jira.codehaus.org/browse/MPJETTY-2?page=all ]
Vincent Massol closed MPJETTY-2:
Assign To: Vincent Massol
Resolution: Fixed
Fix Version: 1.2
Applied (at last!). Sorry for the delay...
> Cannot compile jsp pages
>
Serious problem in repository
-
Key: MNG-807
URL: http://jira.codehaus.org/browse/MNG-807
Project: Maven 2
Type: Bug
Versions: 2.0-alpha-3
Environment: Windows / JDK 1.5
Reporter: Sami Dalouche
This bug must have been reported
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_04.00.34/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
Maven 2 Website Information
---
Key: MNG-808
URL: http://jira.codehaus.org/browse/MNG-808
Project: Maven 2
Type: Task
Components: documentation
Reporter: Natalie Burdick
Sample topics/themes (based on mailing lists):
1) Why Choose/Use
ant:ftp - error during FTP transfer: java.net.SocketException: Software caused
connection abort: connect
Key: MAVEN-1678
URL: http://jira.codehaus.org/browse/MAVEN-1678
[ http://jira.codehaus.org/browse/MPXDOC-155?page=all ]
Lukas Theussl updated MPXDOC-155:
-
Attachment: MPXDOC-155.patch
Hi Phil,
Can you test the attached patch please? I have successfully generated the site
for jakarta math with it. There are a few lay
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45511 ]
Arnaud Heritier commented on MPXDOC-155:
I published a new snapshot for this plugin.
You can download it with :
maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plu
NPE in maven-javadoc-plugin
---
Key: MNG-809
URL: http://jira.codehaus.org/browse/MNG-809
Project: Maven 2
Type: Bug
Components: maven-plugins
Versions: 2.0-beta-1
Environment: Windows 2k3 SP1. JDK 1.5.0_04
Reporter: md
Attachme
I am working on a plugin to create a life cycle plugin to build RPMs.
As things stand right now, I have a plugin which defines the RPM life
cycle and contains mojos which just generate a warning so I know they
were called. I have a project which uses packaging of rpm; running "m2
package" on that
Duplicate of MNG-779, I think.
-Original Message-
From: md (JIRA) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 18:08
To: dev@maven.apache.org
Subject: [jira] Created: (MNG-809) NPE in maven-javadoc-plugin
NPE in maven-javadoc-plugin
---
Key:
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45513 ]
Lukas Theussl commented on MPXDOC-111:
--
I don't see that in Mozilla nor in Konqueror so I assume it's an IE issue. In
any case, and are equivalent. Maybe somebody using IE can
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45514 ]
Phil Steitz commented on MPXDOC-155:
Works 4 me. I checked a couple of commons sites and they all look fine, once I
add the message template to commons-site.jsl. Thanks!
Note: wh
[ http://jira.codehaus.org/browse/MPXDOC-101?page=comments#action_45516 ]
Lukas Theussl commented on MPXDOC-101:
--
This seems to be related:
http://www.evolt.org/article/MSIE6_bug_with_floating_divs_and_spacers/17/23899/
I need someone using IE6 to test
Author: kenney
Date: Tue Aug 30 15:57:50 2005
New Revision: 264888
URL: http://svn.apache.org/viewcvs?rev=264888&view=rev
Log:
o Fixed tabs -> spaces (sorry, makes diff hard to read) and some codingstyle
issues.
o Modified model: added a 'BaseSet' type as a basetype
for DependencySet and File
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45519 ]
Carlos Sanchez commented on MPXDOC-111:
---
It's an IE issue only, I don't know how difficult can be to generate collapsed
tags when content it's empty
> is transformed into
> --
[ http://jira.codehaus.org/browse/MPXDOC-149?page=all ]
Lukas Theussl updated MPXDOC-149:
-
Attachment: MPXDOC-149.patch
Make the dt definition specific to the faq plugin (check if this layout is ok).
Note that MPFAQ-11 has to be adjusted accordingly.
>
[ http://jira.codehaus.org/browse/MPFAQ-11?page=all ]
Lukas Theussl updated MPFAQ-11:
---
Attachment: MPFAQ-11.patch
Make the dt's in questions use a style specific to the faq plugin.
Note that this depends on my patch submitted for MPXDOC-149.
> questions'
Errors occurred while performing maven-1 to maven-2 repository conversion.
For more details, see:
http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_08.00.51/repository.report.txt
-
To unsubscribe, e-mail: [EMAIL PROTE
It's an IE issue only, I don't know how difficult can be to generate collapsed
tags when content it's empty
I don't know either. In any case, I consider this clearly a bug of IE
(I can see that and each render a newline, but alone?),
so the question is: should we care. I'd vote for cl
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050831.00.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050831.00.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050831.001500.tar.gz
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050831.001500.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
Yep, let's checkout from SVN under repository-tools.
- Brett
Carlos Sanchez wrote:
>mavenuser/maven-components/maven-meeper/ is a CVS checkout, so can we
>delete mavenuser or mavenuser/maven-components and checkout from SVN
>there or in any other place?
>
>
>On 8/29/05, Brett Porter <[EMAIL PROT
[ http://jira.codehaus.org/browse/MNG-807?page=all ]
Brett Porter closed MNG-807:
Assign To: Brett Porter
Resolution: Duplicate
I can assure you it is nowhere near 90%, but specific projects do have
problems. Reports are filed under the "MEV" proj
[ http://jira.codehaus.org/browse/MEV-52?page=comments#action_45525 ]
Brett Porter commented on MEV-52:
-
similar problems during the 3.1 release.
> broken active MQ poms
> -
>
> Key: MEV-52
> URL: http://jira.codehaus.or
repository-tools is not currently a svn checkout either.
I suggest checking out maven-components to ~/maven-components to match
svn structure and point cron jobs there, remove mavenuser (i think
there's nothing being used here) and repository-tools (after checking
that svn is up to date), making b
[ http://jira.codehaus.org/browse/MEV-66?page=all ]
Carlos Sanchez closed MEV-66:
-
Assign To: Carlos Sanchez
Resolution: Fixed
Make it depend on 1.5.3
> cglib 2.1_2 should depend on asm 1.5.3, not 2.0
>
No ability to configure the JRE specified in generated .classpath file
--
Key: MPECLIPSE-100
URL: http://jira.codehaus.org/browse/MPECLIPSE-100
Project: maven-eclipse-plugin
Type: Bug
Versions: 1
[ http://jira.codehaus.org/browse/MEV-65?page=all ]
Carlos Sanchez updated MEV-65:
--
Assign To: Carlos Sanchez
Summary: jmock velocity cglib dependencies (was: dependencies not set
inside ibiblio repository.)
> jmock velocity cglib dependencies
> ---
[ http://jira.codehaus.org/browse/MEV-65?page=all ]
Carlos Sanchez closed MEV-65:
-
Resolution: Fixed
jmock
Added dependency to cglib-full-2.0, which is the one jmock actually uses
http://cvs.jmock.org/viewrep/jmock/jmock/lib
velocity
fixed artifactId i
[ http://jira.codehaus.org/browse/MNG-809?page=all ]
Brett Porter closed MNG-809:
Assign To: Brett Porter
Resolution: Duplicate
> NPE in maven-javadoc-plugin
> ---
>
> Key: MNG-809
> URL: http://jira.codeha
[ http://jira.codehaus.org/browse/MEV-74?page=comments#action_45528 ]
Carlos Sanchez commented on MEV-74:
---
Fixed in ibiblio
> commons-lang is missing scope
> -
>
> Key: MEV-74
> URL: http://jira.codehaus.org/br
[ http://jira.codehaus.org/browse/MEV-73?page=comments#action_45529 ]
Carlos Sanchez commented on MEV-73:
---
Fixed in ibiblio
> commons-collections is missing scope
>
>
> Key: MEV-73
> URL: http://jira.c
[ http://jira.codehaus.org/browse/MNG-808?page=all ]
Brett Porter updated MNG-808:
-
Fix Version: 2.0
Complexity: Novice (was: Intermediate)
> Maven 2 Website Information
> ---
>
> Key: MNG-808
> URL: http://jir
Is it also being fixed at Apache? Remember that it will be overwritten
next sync otherwise...
It is also worthwhile modifying the commons build files so that future
releases are ok. I can apply patches.
- Brett
Carlos Sanchez (JIRA) wrote:
>[ http://jira.codehaus.org/browse/MEV-73?page=comm
Allison, Bob wrote:
>I am working on a plugin to create a life cycle plugin to build RPMs.
>As things stand right now, I have a plugin which defines the RPM life
>cycle and contains mojos which just generate a warning so I know they
>were called. I have a project which uses packaging of rpm; runn
This other was not overwritten
http://jira.codehaus.org/browse/MEV-58
It'd be interesting to know if the sync will override it always or
only when there're changes to the same file in the apache repo.
I would suggest also to turn off the syncing of poms that already
exist in the destination becaus
Carlos Sanchez wrote:
>This other was not overwritten
>http://jira.codehaus.org/browse/MEV-58
>
>
Yep, the m1 version is overwritten each time - but the m2 is only
converted when it is changed.
So if the m1 version where edited, you might find the m2 one gets lost
which would be a problem.
>It
I would say, sync only poms that don't exist already, so we get new
ones, but don't override already existing poms automatically, make the
interested projects submit a issue in MEV, because if they're
interested in fixing their build they will be also interested in that
pom ending in ibiblio, somet
[ http://jira.codehaus.org/browse/MPFAQ-11?page=all ]
Lukas Theussl updated MPFAQ-11:
---
Description:
In the faq body, the questions are less indented that the answers but both have
the same font size (or sometimes questions are smaller see MPFAQ-10 !). It'
[ http://jira.codehaus.org/browse/MPFAQ-15?page=all ]
Lukas Theussl updated MPFAQ-15:
---
Description:
That would be great to have this feature, as it's found on lots of FAQs.
This just needs some trivial modifications of the faq.jsl file :
* add an anchor
[ http://jira.codehaus.org/browse/MPFAQ-16?page=all ]
Lukas Theussl updated MPFAQ-16:
---
Description:
The html code produced by the current maven-faq-plugin is not valid XHTML 1.0
Transitional. That's because the sub-element of each get's
copied through
[ http://jira.codehaus.org/browse/MPCHANGES-22?page=all ]
Lukas Theussl updated MPCHANGES-22:
---
Description:
The 'About' page in the documentation display the attributes for the 'release'
element, but 'description' is not listed.
was:
The 'About' p
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45537 ]
fabrizio giustina commented on MPXDOC-111:
--
the "two line break" visualization it's surely an IE issue but note that
and are not equivalent, br must be collapsed in html.
>
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45538 ]
Brett Porter commented on MPXDOC-111:
-
I agree we should bew acommodating IE quirks where possible, but I don't want
to invest effort in grappling with jsl at this point. Let's try
struts-menu 2.3 should be
Key: MEV-75
URL: http://jira.codehaus.org/browse/MEV-75
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: Edwin Punzalan
the dependency scope for junit uses type instead o
the "two line break" visualization it's surely an IE issue but note that and
are not equivalent, br must be collapsed in html.
They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are
not equivalent in HTML 4. Maven generated sites are XHTML 1.0.
[1] http://www.w3.org/TR/xh
On 8/31/05, Lukas Theussl <[EMAIL PROTECTED]> wrote:
>
> >the "two line break" visualization it's surely an IE issue but note that
> > and are not equivalent, br must be collapsed in html.
> >
> They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are
> not equivalent in HTML 4. Mav
the alternative syntax allowed by XML gives
uncertain results in many existing user agents.
So we are back at my point that it's an IE bug :-) .
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45539 ]
Arnaud Heritier commented on MPXDOC-155:
Yes, I upgraded the maven-model on my machine (I'm trying to unify dependencies
in all plugins) but I'm not sure we'll use it for the x
Please read my comment though.
1) we need to accommodate IE bugs, as much as it sucks, so that it
doesn't harm our users.
2) this is a bit of a pain using JSL, so let's focus further effort on
getting the m2 technology into m1
- Brett
Lukas Theussl wrote:
>
>> the alternative syntax allowed by
[ http://jira.codehaus.org/browse/MNG-704?page=all ]
Brett Porter updated MNG-704:
-
Component: (was: maven-plugins)
maven-javadoc-plugin
> javadoc plugin doesn't honor multiple custom tags
>
[ http://jira.codehaus.org/browse/MNG-620?page=all ]
Brett Porter updated MNG-620:
-
Component: (was: maven-plugins)
maven-javadoc-plugin
> Javadoc plugin fails when JAVA_HOME contains spaces
> --
[ http://jira.codehaus.org/browse/MNG-779?page=all ]
Brett Porter updated MNG-779:
-
Component: maven-javadoc-plugin
> JavadocReport throws NPE
>
>
> Key: MNG-779
> URL: http://jira.codehaus.org/browse/MNG-779
>
[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45540 ]
Joerg Schaible commented on MEV-65:
---
> jmock
>Added dependency to cglib-full-2.0, which is the one jmock actually uses
>http://cvs.jmock.org/viewrep/jmock/jmock/lib
Uaaah. cglib-full inc
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45541 ]
Brett Porter commented on MPXDOC-155:
-
do you require 3.0.1? If not, I suggest 3.0.0...
> xdoc 1.9 not compatible with older customised site.jsl
> -
90 matches
Mail list logo