[jira] Updated: (MAVEN-1636) cryptic error message

2006-04-13 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1636?page=all ] Arnaud Heritier updated MAVEN-1636: --- Fix Version: (was: 1.1-beta-3) > cryptic error message > - > > Key: MAVEN-1636 > URL: http://jira.codehaus.org/browse

[jira] Updated: (MAVEN-1258) Can't run replacetoken ant tag inside maven

2006-04-13 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1258?page=all ] Arnaud Heritier updated MAVEN-1258: --- Fix Version: (was: 1.1-beta-3) > Can't run replacetoken ant tag inside maven > --- > > Key: MAVEN-1258 >

[jira] Created: (MNG-2226) The links in the top link row of the main documentation page are doubled.

2006-04-13 Thread Thomas Minor (JIRA)
The links in the top link row of the main documentation page are doubled. - Key: MNG-2226 URL: http://jira.codehaus.org/browse/MNG-2226 Project: Maven 2 Type: Bug Components: Documentation: G

[jira] Created: (MAVEN-1753) Make xerces back in the core dependencies

2006-04-13 Thread Arnaud Heritier (JIRA)
Make xerces back in the core dependencies - Key: MAVEN-1753 URL: http://jira.codehaus.org/browse/MAVEN-1753 Project: Maven Type: Task Versions: 1.1-beta-2 Reporter: Arnaud Heritier Assigned to: Arnaud Heritier

[jira] Commented: (MNG-2225) Classloader problem when adding jars to M2_HOME

2006-04-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2225?page=comments#action_63536 ] Brett Porter commented on MNG-2225: --- you need to filter anything in lib (or custom) from turning up in plugins (in the plugin manager). So replacing anything in lib by putting it in c

[jira] Deleted: (MSUREFIRE-90) maven-surefire-plugin cannot test custom charset providers specified in META-INF/services/java.nio.charset.spi.CharsetProvider

2006-04-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-90?page=all ] Brett Porter deleted MSUREFIRE-90: -- > maven-surefire-plugin cannot test custom charset providers specified in > META-INF/services/java.nio.charset.spi.CharsetProvider >

[jira] Closed: (MSUREFIRE-91) maven-surefire-plugin cannot test custom charset providers specified in META-INF/services/java.nio.charset.spi.CharsetProvider

2006-04-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-91?page=all ] Brett Porter closed MSUREFIRE-91: - Resolution: Duplicate > maven-surefire-plugin cannot test custom charset providers specified in > META-INF/services/java.nio.charset.spi.CharsetProvider >

[jira] Commented: (MRELEASE-92) PerformMojo throws an error if there are no process args

2006-04-13 Thread Daun DeFrance (JIRA)
[ http://jira.codehaus.org/browse/MRELEASE-92?page=comments#action_63537 ] Daun DeFrance commented on MRELEASE-92: --- I'm not sure how I could have gotten into the situation where I was getting an substring index error: -1. When I applied the patch, the

[jira] Commented: (MNG-2225) Classloader problem when adding jars to M2_HOME

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2225?page=comments#action_63538 ] Carlos Sanchez commented on MNG-2225: - do you mean tweaking the PluginManager code or configuration? > Classloader problem when adding jars to M2_HOME > -

[jira] Commented: (MNG-2225) Classloader problem when adding jars to M2_HOME

2006-04-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2225?page=comments#action_63539 ] Brett Porter commented on MNG-2225: --- it's currently in code, would be good to push to configuration. > Classloader problem when adding jars to M2_HOME > ---

[jira] Created: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
Can't use repositories in protocols other than http --- Key: MNG-2227 URL: http://jira.codehaus.org/browse/MNG-2227 Project: Maven 2 Type: Bug Components: Repositories Versions: 2.0.4 Reporter: Carlos S

[jira] Updated: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=all ] Carlos Sanchez updated MNG-2227: Fix Version: 2.0.5 > Can't use repositories in protocols other than http > --- > > Key: MNG-2227 > UR

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63540 ] Carlos Sanchez commented on MNG-2227: - Actually it doesn't fail due to the previous exception, it fails later when trying to download a jar wich is not in the repositories checked be

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63541 ] Carlos Sanchez commented on MNG-2227: - The workaround is adding the central repo to the list of repos, maven checks it before the scm repo (by chance) and download the necessary file

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63542 ] Brett Porter commented on MNG-2227: --- I believe this is a dupe - someone has filed the need-extension-to-use-repository-to-find-extension issue before, IIRC. > Can't use repositories i

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63543 ] Carlos Sanchez commented on MNG-2227: - The solution of adding the central repo and using the SCM repo *before* the one that contains the wagon+wagon dependencies works because Maven

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63544 ] Carlos Sanchez commented on MNG-2227: - Brett: that's more related with MNG-2225, this one is about gettiong wagons from http repo and use them to access other repos > Can't use repo

[jira] Closed: (MNG-2195) FTP download is not supported directly by Maven

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2195?page=all ] Carlos Sanchez closed MNG-2195: --- Assign To: Carlos Sanchez (was: Brett Porter) Resolution: Duplicate Logged also in MNG-2227, you can find there a workaround > FTP download is not supported

[jira] Commented: (MNG-2227) Can't use repositories in protocols other than http

2006-04-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=comments#action_63546 ] Carlos Sanchez commented on MNG-2227: - Brett: gotcha, I closed MNG-2195 as duplicate > Can't use repositories in protocols other than http > -

[jira] Created: (MNGECLIPSE-101) Refresh Source context menu option vanished

2006-04-13 Thread Brill Pappin (JIRA)
Refresh Source context menu option vanished --- Key: MNGECLIPSE-101 URL: http://jira.codehaus.org/browse/MNGECLIPSE-101 Project: Maven 2.x Extension for Eclipse Type: Bug Versions: 0.0.5 Environment: Eclipse 3.2M4, WI

[jira] Closed: (MPMULTIPROJECT-21) allow to set reactorXml tag for reactor tags within multiproject-plugin's plugin.jelly

2006-04-13 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPMULTIPROJECT-21?page=all ] Lukas Theussl closed MPMULTIPROJECT-21: --- Resolution: Won't Fix A reactorXml tag does not exist. > allow to set reactorXml tag for reactor tags within multiproject-plugin's > plug

<    1   2