[jira] Closed: (MEV-219) Cargo should list ant as optional

2005-11-18 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MEV-219?page=all ] Vincent Massol closed MEV-219: -- Resolution: Won't Fix Hi Matt. Sorry to disappoint you but the Ant dependency is required. This is because we're using Ant internally in lots of places (to start cont

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51400 ] Edwin Punzalan commented on MNG-1525: - Actually, the process I'm looking at is listing all the environment variables, saving it in a Properties object and then using it for interpola

[jira] Closed: (MEV-216) Fix duplicated xml-apis

2005-11-18 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MEV-216?page=all ] Edwin Punzalan closed MEV-216: -- Resolution: Fixed > Fix duplicated xml-apis > --- > > Key: MEV-216 > URL: http://jira.codehaus.org/browse/MEV-216 > Project:

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51399 ] Brett Porter commented on MNG-1525: --- Edwin, I think it is ok to use getenv() under 1.4. I'm not sure how well it is supported, but we can aim to replace it with the more robust commons

Re: [jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Arik Kfir
yes but it's UNdeprecated in jdk 5.0 :) On 11/19/05, Edwin Punzalan (JIRA) <[EMAIL PROTECTED]> wrote: > [ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51395 ] > > Edwin Punzalan commented on MNG-1525: > - > > You see, Maven's minimum JDK req

[jira] Closed: (MPANNOUNCEMENT-5) Expand the issue attribute into a URL

2005-11-18 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPANNOUNCEMENT-5?page=all ] Lukas Theussl closed MPANNOUNCEMENT-5: -- Resolution: Won't Fix The announcement is plain text on purpose, putting url's all over the place would just make it unreadable. I would rat

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51395 ] Edwin Punzalan commented on MNG-1525: - You see, Maven's minimum JDK requirement is 1.4. And getEnv() in 1.4 is already deprecated. Right now, I'm adding a method to retrieve the en

[jira] Created: (MEV-220) spring-mock should list spring-web and spring-jdbc as optional

2005-11-18 Thread Matt Raible (JIRA)
spring-mock should list spring-web and spring-jdbc as optional -- Key: MEV-220 URL: http://jira.codehaus.org/browse/MEV-220 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Matt

[jira] Created: (MEV-219) Cargo should list ant as optional

2005-11-18 Thread Matt Raible (JIRA)
Cargo should list ant as optional - Key: MEV-219 URL: http://jira.codehaus.org/browse/MEV-219 Project: Maven Evangelism Type: Improvement Components: Invalid POM Reporter: Matt Raible It seems reasonable that Cargo should lis

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-11-18 Thread Michael Fiedler (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_51392 ] Michael Fiedler commented on MNG-678: - ... and I am using maven 2.0. > scp intermittently failing deploying artifact > - > > Key:

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-11-18 Thread Michael Fiedler (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_51391 ] Michael Fiedler commented on MNG-678: - ... sorry, the x.dll is 'cygintl-2.dll' > scp intermittently failing deploying artifact > - > >

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-11-18 Thread Michael Fiedler (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_51390 ] Michael Fiedler commented on MNG-678: - Hi, I am getting this error while trying to site:deploy. I am performing the site:deploy from a WinXP, SP2 machine to a W2k, SP4 machine runn

Re: m1 plugin.resources when using tags across plugins

2005-11-18 Thread Doug Douglass
Thanks for the tip Lukas, I haven't explored the maven tags much, except the reactor and copyResources. seems appropriate in your case where you need access to another plugins resources, but it smells funny for a plugin to have to go to extra means to access it's own resources because it's be

Re: m1 plugin.resources when using tags across plugins

2005-11-18 Thread Lukas Theussl
In the pdf plugin I use this to access some resources from the xdoc plugin: var="xdoc.plugin.resources" /> HTH -Lukas Doug Douglass wrote: I know, m1 (1.0.2) and plugin.jelly is old hat, but I need a little help. Here's the scenario... 1) plugin-A defines tag a:foo which uses resources p

m1 plugin.resources when using tags across plugins

2005-11-18 Thread Doug Douglass
I know, m1 (1.0.2) and plugin.jelly is old hat, but I need a little help. Here's the scenario... 1) plugin-A defines tag a:foo which uses resources provided with the plugin. 2) plugin-B uses tag a:foo to do some work. 3) plugin-B fails with error from within plugin-A saying that the r

[jira] Closed: (MNG-1447) Proxy

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1447?page=all ] Jason van Zyl closed MNG-1447: -- Resolution: Fixed This was when the m2 site was not the main site and the GSG does reference how to setup proxies in the proxy configuration guide. > Proxy > -

[jira] Closed: (MNG-1369) Why are there no pre/post goals in Maven 2.x

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1369?page=all ] Jason van Zyl closed MNG-1369: -- Resolution: Fixed Moved to user faq > Why are there no pre/post goals in Maven 2.x > > > Key: MNG-1369 >

[jira] Updated: (MNG-1592) Top level element in POM is not correctly validated

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1592?page=all ] Carlos Sanchez updated MNG-1592: Testcase included: yes > Top level element in POM is not correctly validated > --- > > Key: MNG-1592 >

[jira] Updated: (MNG-1592) Top level element in POM is not correctly validated

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1592?page=all ] Carlos Sanchez updated MNG-1592: Attachment: it1019.patch An it test, hope it's right ;) > Top level element in POM is not correctly validated > --- >

[jira] Closed: (MNG-1502) FAQ submission: Missing plugin

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1502?page=all ] Jason van Zyl closed MNG-1502: -- Resolution: Fixed Has been collected in the maven user confluence space. > FAQ submission: Missing plugin > -- > > Key: MNG-1502

[jira] Closed: (MNG-1552) finish introduction to pom

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1552?page=all ] Jason van Zyl closed MNG-1552: -- Resolution: Duplicate > finish introduction to pom > -- > > Key: MNG-1552 > URL: http://jira.codehaus.org/browse/MNG-1552 >

[jira] Closed: (MNG-1470) mvn can't calculate M2_HOME when mvn is a relative symlink

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1470?page=all ] Jason van Zyl closed MNG-1470: -- Resolution: Fixed Patch applied. > mvn can't calculate M2_HOME when mvn is a relative symlink > -- > >

[jira] Reopened: (MNG-1470) mvn can't calculate M2_HOME when mvn is a relative symlink

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1470?page=all ] Jason van Zyl reopened MNG-1470: Misinterpreted the comment from Nic > mvn can't calculate M2_HOME when mvn is a relative symlink > -- > >

[jira] Created: (MNG-1626) transitive dependencies not being picked up

2005-11-18 Thread Ryan Sonnek (JIRA)
transitive dependencies not being picked up --- Key: MNG-1626 URL: http://jira.codehaus.org/browse/MNG-1626 Project: Maven 2 Type: Bug Versions: 2.0 Reporter: Ryan Sonnek According to the POM for spring-hibernate-

[jira] Created: (MNG-1625) "mvn clover:report" generates errors in tests that execute properly in "mvn test"

2005-11-18 Thread Chris Gray (JIRA)
"mvn clover:report" generates errors in tests that execute properly in "mvn test" - Key: MNG-1625 URL: http://jira.codehaus.org/browse/MNG-1625 Project: Maven 2 Type: Bug Components: m

[jira] Commented: (MNG-1476) ANTLR has stopped working

2005-11-18 Thread Sergey Kalinichenko (JIRA)
[ http://jira.codehaus.org/browse/MNG-1476?page=comments#action_51362 ] Sergey Kalinichenko commented on MNG-1476: -- This looks like an error in one of the productions in the grammar file that ANTLR (correctly) moved to the generated Java source file

[jira] Closed: (MEV-218) spring 1.2.5 pointing to invalid 1.2.6 poms

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-218?page=all ] Carlos Sanchez closed MEV-218: -- Assign To: Carlos Sanchez Resolution: Fixed > spring 1.2.5 pointing to invalid 1.2.6 poms > --- > > Key: MEV-218

[jira] Created: (MNG-1624) ANTLR plugin for maven should provide more information to eclipse plugin for maven

2005-11-18 Thread Sergey Kalinichenko (JIRA)
ANTLR plugin for maven should provide more information to eclipse plugin for maven -- Key: MNG-1624 URL: http://jira.codehaus.org/browse/MNG-1624 Project: Maven 2 Type: Improvement Com

[jira] Created: (MEV-218) spring 1.2.5 pointing to invalid 1.2.6 poms

2005-11-18 Thread Ryan Sonnek (JIRA)
spring 1.2.5 pointing to invalid 1.2.6 poms --- Key: MEV-218 URL: http://jira.codehaus.org/browse/MEV-218 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Ryan Sonnek during the recent deployment

Re: m2 developers rfc: The assembly plugin ans thirdparty installation builders (REPOST)

2005-11-18 Thread dan tran
Hi John, I have special interest in making a assembly out of some type installer aswell. So I will answer base on what have worked on maven-assembly-plugin First, from my impression, plexus-archiver is interface we want to implement for installers ( it is just an another kind of archiver). So the

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-11-18 Thread K.C. Baltz (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_51352 ] K.C. Baltz commented on MNG-678: I was doing more testing with sftp and the "session is down" issue and I found a possible clue. I can get sftp deployment to work when I'm connecting to

[jira] Created: (MNG-1623) Generation of eclipse projects requires that reactor projects have installed jars

2005-11-18 Thread Barry Kaplan (JIRA)
Generation of eclipse projects requires that reactor projects have installed jars - Key: MNG-1623 URL: http://jira.codehaus.org/browse/MNG-1623 Project: Maven 2 Type: Bug Components: m

Re: release plugin update for clearcase

2005-11-18 Thread Emmanuel Venisse
Some comments about your patch : - How do you have generated it? some files are present more than one time. - Can you replace all tab character with 4 spaces? - Why your consumers do nothing? - Where are test classes? if you can recreate your patch and integrate all those remarks, it will be more

[jira] Created: (MNG-1622) Support for ClearCase in maven-scm

2005-11-18 Thread Wim Deblauwe (JIRA)
Support for ClearCase in maven-scm -- Key: MNG-1622 URL: http://jira.codehaus.org/browse/MNG-1622 Project: Maven 2 Type: Improvement Reporter: Wim Deblauwe Attachments: clearcase.patch Attached is the patch for a starter-implemen

Re: Re: no such provider 'clearcase'

2005-11-18 Thread Emmanuel Venisse
dan tran a écrit : On 11/18/05, *Wim Deblauwe* <[EMAIL PROTECTED] > wrote: 2005/11/18, Emmanuel Venisse <[EMAIL PROTECTED] >: Wim Deblauwe a écrit : So, summarizing: 1) we need a lock/edit command in the ScmProvid

Re: no such provider 'clearcase'

2005-11-18 Thread Emmanuel Venisse
you can use them (after to rename them to AbstractEditCommand and AbstractUndeitCommand). Those classes are only the prototype of commands, so providers can implements them (not used actually by providers) Emmanuel Wim Deblauwe a écrit : I see that there is already a class called org.apache.

Re: no such provider 'clearcase'

2005-11-18 Thread dan tran
On 11/18/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: 2005/11/18, Emmanuel Venisse <[EMAIL PROTECTED]>: Wim Deblauwe a écrit :> So, summarizing:>> 1) we need a lock/edit command in the ScmProvider interface, since the > release plugin knows that interface. We then have 2 options: define a> speci

[jira] Commented: (MNG-1470) mvn can't calculate M2_HOME when mvn is a relative symlink

2005-11-18 Thread Nicol?s Lichtmaier (JIRA)
[ http://jira.codehaus.org/browse/MNG-1470?page=comments#action_51346 ] Nicolás Lichtmaier commented on MNG-1470: - Uh? Where's the Subversion commit fixing this issue? Where's the explanation? > mvn can't calculate M2_HOME when mvn is a relative syml

[jira] Commented: (MNG-1621) Explain system scope for dependencies

2005-11-18 Thread Julien Kirch (JIRA)
[ http://jira.codehaus.org/browse/MNG-1621?page=comments#action_51344 ] Julien Kirch commented on MNG-1621: --- small typos : * "depedency" instead of "dependency" * Each of the scopes affects -> no s > Explain system scope for dependencies > --

[jira] Closed: (MNG-1621) Explain system scope for dependencies

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1621?page=all ] Jason van Zyl closed MNG-1621: -- Resolution: Fixed patch applied > Explain system scope for dependencies > - > > Key: MNG-1621 > URL: http://jir

Re: no such provider 'clearcase'

2005-11-18 Thread Wim Deblauwe
I see that there is already a class called org.apache.maven.scm.command.lock.AbstractLockCommand and also org.apache.maven.scm.command.unlock.AbstractUnlockCommand. What was the idea of those classes? Should I use those and their methods in the ScmProvider interface? regards, Wim2005/11/18, Emman

Re: no such provider 'clearcase'

2005-11-18 Thread Emmanuel Venisse
Wim Deblauwe a écrit : 2005/11/18, Emmanuel Venisse <[EMAIL PROTECTED] >: Wim Deblauwe a écrit : > So, summarizing: > > 1) we need a lock/edit command in the ScmProvider interface, since the > release plugin knows that interface. We t

[jira] Updated: (MNG-1621) Explain system scope for dependencies

2005-11-18 Thread Boris Boehlen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1621?page=all ] Boris Boehlen updated MNG-1621: --- Attachment: introduction-to-dependency-mechanism.apt.patch The proposed patch. > Explain system scope for dependencies > - > >

[jira] Created: (MNG-1621) Explain system scope for dependencies

2005-11-18 Thread Boris Boehlen (JIRA)
Explain system scope for dependencies - Key: MNG-1621 URL: http://jira.codehaus.org/browse/MNG-1621 Project: Maven 2 Type: Improvement Components: documentation - guides Reporter: Boris Boehlen Priority: Minor The doc

[jira] Created: (CONTINUUM-459) ANT projects ask for POM and Goals when adding build definition

2005-11-18 Thread Tomislav Stojcevich (JIRA)
ANT projects ask for POM and Goals when adding build definition --- Key: CONTINUUM-459 URL: http://jira.codehaus.org/browse/CONTINUUM-459 Project: Continuum Type: Bug Versions: 1.0.1 Reporter: To

[jira] Created: (MNG-1620) par and ejb3 files must expose its classes to the classpath, so other modules can use them when compiling

2005-11-18 Thread Bruno Aranda (JIRA)
par and ejb3 files must expose its classes to the classpath, so other modules can use them when compiling - Key: MNG-1620 URL: http://jira.codehaus.org/browse/MNG-1620 Pr

[jira] Closed: (MNG-1594) Update sun jars guide

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1594?page=all ] Jason van Zyl closed MNG-1594: -- Resolution: Fixed patch applied > Update sun jars guide > - > > Key: MNG-1594 > URL: http://jira.codehaus.org/browse/MNG-1594 >

Re: Re: no such provider 'clearcase'

2005-11-18 Thread Wim Deblauwe
So, summarizing: 1) we need a lock/edit command in the ScmProvider interface, since the release plugin knows that interface. We then have 2 options: define a special property or let the release plugin call lock/edit always and provide an empty implementation in AbstractScmProvider for the non-clea

[jira] Closed: (MNG-1470) mvn can't calculate M2_HOME when mvn is a relative symlink

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1470?page=all ] Jason van Zyl closed MNG-1470: -- Resolution: Fixed > mvn can't calculate M2_HOME when mvn is a relative symlink > -- > > Key: MNG-1470

[jira] Closed: (MNG-1600) Instructions for Building Maven2 are a little incorrect

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1600?page=all ] Jason van Zyl closed MNG-1600: -- Resolution: Fixed patch applied > Instructions for Building Maven2 are a little incorrect > --- > > Key:

[jira] Closed: (MNG-1416) Patch: Small addition to Settings.xml documentation

2005-11-18 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1416?page=all ] Jason van Zyl closed MNG-1416: -- Resolution: Fixed applied > Patch: Small addition to Settings.xml documentation > > > Key: MNG-1416 >

Re: no such provider 'clearcase'

2005-11-18 Thread Emmanuel Venisse
in clearcase terms, i think checkin ans unedit are identical, but in some other scm, unedit only signal to others that you are done editing a file and don't fo a checkin. So you don't need to implement unedit command or only with an empty implementation that i think it's the best choice. I on'

[jira] Closed: (MNG-1618) antrun unable to use correct attribute values?

2005-11-18 Thread Rik Graetke (JIRA)
[ http://jira.codehaus.org/browse/MNG-1618?page=all ] Rik Graetke closed MNG-1618: Resolution: Won't Fix My fault - no error > antrun unable to use correct attribute values? > -- > > Key: MNG-1618 >

[jira] Created: (MNG-1619) bug using in a flat layout

2005-11-18 Thread Wim Deblauwe (JIRA)
bug using in a flat layout - Key: MNG-1619 URL: http://jira.codehaus.org/browse/MNG-1619 Project: Maven 2 Type: Bug Versions: 2.0 Reporter: Wim Deblauwe Attachments: modules.zip I have a problem using and I don't kn

[jira] Created: (MNG-1618) antrun unable to use correct attribute values?

2005-11-18 Thread Rik Graetke (JIRA)
antrun unable to use correct attribute values? -- Key: MNG-1618 URL: http://jira.codehaus.org/browse/MNG-1618 Project: Maven 2 Type: Bug Components: maven-antrun-plugin Versions: 2.0 Environment: W2k Report

Re: [patch] javadoc for ScmProvider interface

2005-11-18 Thread Emmanuel Venisse
The correct procedure is to attach the patch to a jira issue. I'll apply your new one. Emmanuel Wim Deblauwe a écrit : Hi, what is the correct procedure to give a patch? I have added some javadoc to the ScmProvider class, but some of the methods still need some javadoc to make it clear what

Re: no such provider 'clearcase'

2005-11-18 Thread Emmanuel Venisse
ok, i thought to lock for "lock file for other users". I'm agree to rename lock/unlock commands to edit/unedit commands. Are you ok? Emmanuel Wim Deblauwe a écrit : So I would need to update the ScmProvider interface with a new method "lock"? Wouldn't it be better to call it "unlock"? In Cle

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Richard Allen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51328 ] Richard Allen commented on MNG-1525: No, Runtime.getRuntime().exec("set") does not work on my OS (Red Hat Linux). Java doesn't seem to be able to execute any of the commands that are

[jira] Commented: (MNG-1617) Javadoc jar deployed for pom project releases

2005-11-18 Thread Mark Hobson (JIRA)
[ http://jira.codehaus.org/browse/MNG-1617?page=comments#action_51326 ] Mark Hobson commented on MNG-1617: -- Sorry, itchy trigger finger: component maven-deploy-plugin; affects version 2.0. > Javadoc jar deployed for pom project releases > --

Re: [patch] javadoc for ScmProvider interface

2005-11-18 Thread Wim Deblauwe
Forget the patch, this is a better one. Only diff needs explenation now. regards, Wim Index: ScmProvider.java === --- ScmProvider.java    (revision 332738) +++ ScmProvider.java    (working copy) @@ -16,11 +16,6 @@   * limitations un

[jira] Created: (MNG-1617) Javadoc jar deployed for pom project releases

2005-11-18 Thread Mark Hobson (JIRA)
Javadoc jar deployed for pom project releases - Key: MNG-1617 URL: http://jira.codehaus.org/browse/MNG-1617 Project: Maven 2 Type: Bug Reporter: Mark Hobson When running mvn -DperformRelease=true deploy in a reactor b

[patch] javadoc for ScmProvider interface

2005-11-18 Thread Wim Deblauwe
Hi, what is the correct procedure to give a patch? I have added some javadoc to the ScmProvider class, but some of the methods still need some javadoc to make it clear what they should do exactly. This should make it easier for others to implement a provider. Anyway this is the patch. I hope that

m2 developers rfc: The assembly plugin ans thirdparty installation builders (REPOST)

2005-11-18 Thread John Allen
Hi, This is a reposting looking for comments from m2 developers. I am in the process of writing a NullSoft Installer plugin and wish to discuss its design and usage in respect to the assembler plugin. The assembly plugin has been designed to operate in a stand-alone fashion, firing off the pro

[jira] Commented: (MNG-1616) The install plugin fails if there are only "attached" artifacts.

2005-11-18 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1616?page=comments#action_51316 ] Brett Porter commented on MNG-1616: --- This is becaquse the main artifact is still target/classes according to a short patch Julien sent to the list > The install plugin fails if there

[jira] Created: (MNG-1616) The install plugin fails if there are only "attached" artifacts.

2005-11-18 Thread Julien S (JIRA)
The install plugin fails if there are only "attached" artifacts. Key: MNG-1616 URL: http://jira.codehaus.org/browse/MNG-1616 Project: Maven 2 Type: Bug Components: maven-install-plugin Versions:

[jira] Created: (MNG-1615) LICENSE.txt no longer saved in META-INF

2005-11-18 Thread Joerg Schaible (JIRA)
LICENSE.txt no longer saved in META-INF --- Key: MNG-1615 URL: http://jira.codehaus.org/browse/MNG-1615 Project: Maven 2 Type: Bug Components: maven-jar-plugin Versions: 2.0 Reporter: Joerg Schaible Priority: Mi

[jira] Created: (MNG-1614) ANTLR plugin does not reorder grammars connected by importVocab/exportVocab dependencies

2005-11-18 Thread Sergey Kalinichenko (JIRA)
ANTLR plugin does not reorder grammars connected by importVocab/exportVocab dependencies Key: MNG-1614 URL: http://jira.codehaus.org/browse/MNG-1614 Project: Maven 2 Type: Bug

[jira] Created: (MNG-1613) knownhosts file isn't updated when .ssh dir is missing (while deploying to remote scp repo)

2005-11-18 Thread Michal Stochmialek (JIRA)
knownhosts file isn't updated when .ssh dir is missing (while deploying to remote scp repo) --- Key: MNG-1613 URL: http://jira.codehaus.org/browse/MNG-1613 Project: Maven 2 Type:

[jira] Created: (MNG-1612) ANTLR plugin does not track dependencies based on importVocab/exportVocab options

2005-11-18 Thread Sergey Kalinichenko (JIRA)
ANTLR plugin does not track dependencies based on importVocab/exportVocab options - Key: MNG-1612 URL: http://jira.codehaus.org/browse/MNG-1612 Project: Maven 2 Type: Improvement Compo

[jira] Created: (MNG-1611) clover should generate a placeholder if project do not have test cases

2005-11-18 Thread Anuerin Diaz (JIRA)
clover should generate a placeholder if project do not have test cases -- Key: MNG-1611 URL: http://jira.codehaus.org/browse/MNG-1611 Project: Maven 2 Type: Improvement Components: maven-clover-plu

[jira] Created: (MNG-1610) locale parameter causes javadoc to fail

2005-11-18 Thread Anuerin Diaz (JIRA)
locale parameter causes javadoc to fail --- Key: MNG-1610 URL: http://jira.codehaus.org/browse/MNG-1610 Project: Maven 2 Type: Bug Components: maven-javadoc-plugin Versions: 2.0 Environment: Maven 2.0, maven-javadoc-pl

[jira] Commented: (MNG-1572) Locale problem in Clover plugin

2005-11-18 Thread Anuerin Diaz (JIRA)
[ http://jira.codehaus.org/browse/MNG-1572?page=comments#action_51311 ] Anuerin Diaz commented on MNG-1572: --- since it is related, i will quote portions of my email to the user's list: = my second issue with the javadoc plugin when it is used t

[jira] Commented: (MNG-1113) Plugin does not support using custom checkstyle XML config file

2005-11-18 Thread Michael B?ckling (JIRA)
[ http://jira.codehaus.org/browse/MNG-1113?page=comments#action_51309 ] Michael Böckling commented on MNG-1113: --- I second that, also it would be really nice if checkstyle-4.0.beta6 could be used. The Eclipse checkstyle plugin uses that since some time

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51308 ] Edwin Punzalan commented on MNG-1525: - Can you check if Runtime.exec( "set" ) will print the list of environment variables for your OS ? Thanks. > Allow environment variables to be

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_51307 ] Carlos Sanchez commented on MPDASHBOARD-31: --- I believe everything is already right. What properties are you using? > Create aggregators for Cobertura > -

[jira] Commented: (MPDASHBOARD-31) Create aggregators for Cobertura

2005-11-18 Thread Brice Copy (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-31?page=comments#action_51306 ] Brice Copy commented on MPDASHBOARD-31: --- Unfortunately, the Cobertura aggregators are already in the Dashboard plugin official docs. Any chance of seeing this happening soon

[jira] Commented: (MNG-1367) Guide to creating report plugin

2005-11-18 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-1367?page=comments#action_51305 ] Dave Sag commented on MNG-1367: --- fair enough - documenting the sink too would be a good idea. my current thinking is that i don't need it as I am generating my page from xml and xslt - b

[jira] Updated: (MEV-126) poms for som emissing sun xml API + javamail 1.3.3

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-126?page=all ] Carlos Sanchez updated MEV-126: --- Attachment: javax.patch javax.patch is a patch file with the poms that haven't been uploaded yet. BUT some of them are not available by sun, they are just specifications,

[jira] Commented: (MNG-1113) Plugin does not support using custom checkstyle XML config file

2005-11-18 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-1113?page=comments#action_51303 ] Dave Sag commented on MNG-1113: --- Edwin I am a little confused by your reasoning there. surely the format file specified could be part of the project and thus available for any developer

[jira] Reopened: (MEV-126) poms for som emissing sun xml API + javamail 1.3.3

2005-11-18 Thread nicolas de loof (JIRA)
[ http://jira.codehaus.org/browse/MEV-126?page=all ] nicolas de loof reopened MEV-126: - Sorry to re-open this issue : existing poms in repo comes from the first attachement to this issue. newer attachement enhance artifact documentation in poms and fol

[jira] Updated: (MNG-1573) No debug output for optional dependencies

2005-11-18 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1573?page=all ] Carlos Sanchez updated MNG-1573: Fix Version: 2.0.1 > No debug output for optional dependencies > - > > Key: MNG-1573 > URL: http://jira.codeh

[jira] Created: (MNG-1609) Force update of files in the repo if checksum has been updated

2005-11-18 Thread Joerg Schaible (JIRA)
Force update of files in the repo if checksum has been updated -- Key: MNG-1609 URL: http://jira.codehaus.org/browse/MNG-1609 Project: Maven 2 Type: Improvement Components: maven-core Versions: 2.0