[jira] Created: (MAVENUPLOAD-165) janino-2.0.4

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-165 Here is an overview of the issue: -

[jira] Updated: (MPCHANGELOG-34) Plugin does not find the password for the CVSROOT

2004-07-08 Thread jira
The following issue has been updated: Updater: Saito Kazuo (mailto:[EMAIL PROTECTED]) Date: Thu, 8 Jul 2004 10:30 PM Comment: I made the patch. Changes: Attachment changed to patch.txt - For a f

Re: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Dion Gillard
Not yetits as annoying as all hell. I'll try to work it out next time I do a release. On Fri, 9 Jul 2004 09:30:38 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > Have you narrowed down the problem. I use this all the time on Maven and at work > and it never fails... > > - Brett > > > >

Re: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Dion Gillard
On Thu, 8 Jul 2004 16:22:40 +0200, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi dIon, > > Just a question: when you do some changes like this, are you also making the > equivalent change in JIRA? Not usually. > I've found that lots of people make change to versions in project.xml but > JIRA is

Re: cvs commit: maven-plugins/changes project.xml

2004-07-08 Thread Brett Porter
I don't see any reason to add the HEAD tag in the first place. What is the use case for it? prepare-release adds to the end, or overwrites an identical tag. It should probably also overwrite an identical version ID. - Brett Quoting [EMAIL PROTECTED]: > vmassol 2004/07/08 08:50:06 > > Mod

[jira] Closed: (MPSCM-18) Pb first time scm:perform-release is run, works second time

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 7:29 PM this is a bug in CVS when you checkout from a tag that was just created. It sucks, but I haven't found a resolution. Perhaps if we use maven-scm instead of command line cvs we wouldn

Re: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Brett Porter
Have you narrowed down the problem. I use this all the time on Maven and at work and it never fails... - Brett Quoting [EMAIL PROTECTED]: > dion2004/07/08 07:38:57 > > Modified:plugin project.xml > Log: > scm:prepare-release fails again > > Revision ChangesPath >

[jira] Commented: (MPARTIFACT-26) plugin:repository-deploy fails on jdk 1.3

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 8 Jul 2004 7:28 PM Body: Thanks for picking this up. Catching that exception in ScpDeployer and saying something more helpful would be great. Might want to let Michal know this is an issue for

RE: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Brett Porter
Changing JIRA is very labour intensive. We should be more diligent (myself in particular). I think bob said he could enable SOAP on localhost, so if we wanted to add a function to the JIRA plugin and do the releases from codehaus we could automate it. This might be a good idea anyway - we could se

[jira] Commented: (MAVEN-1332) proxy firewall by NTLM authentication is not supported

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 8 Jul 2004 7:18 PM Body: did you set maven.proxy.loginHost =myMachineHost maven.proxy.loginDomain =myMachineDomain ? - View th

Re: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Brett Porter
For future reference, you can just do this at the point of release. - Brett Quoting [EMAIL PROTECTED]: > dion2004/07/08 07:12:16 > > Modified:plugin/xdocs changes.xml >plugin project.xml > Log: > Use 1.5.1 instead of 1.6 > > Revision ChangesPath >

[jira] Commented: (MPJAVADOC-33) javadoc plugin ignores the package specified in the pom

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Arnaud HERITIER Created: Thu, 8 Jul 2004 7:00 PM Body: I'll verify if the problem exist also with the release 1.5.1. - View this comment: http://jira.co

[jira] Commented: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Pierre-Yves Chauveau Created: Thu, 8 Jul 2004 2:05 PM Body: I agree with both points, but : - the ant tasks need the Starteam SDK too. - how do wand to do :-) ? Maybe, we can store the different type of template and ask

[jira] Created: (MPJAVADOC-33) javadoc plugin ignores the package specified in the pom

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPJAVADOC-33 Here is an overview of the issue: - Ke

[jira] Commented: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Thu, 8 Jul 2004 1:13 PM Body: I refuse because we can't redistribute starteam jars, and starteam sdk is slower than stcmd. - Vi

[jira] Commented: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Pierre-Yves Chauveau Created: Thu, 8 Jul 2004 12:56 PM Body: The best way would be probably to use the StartTeam SDK (Get all the Audit lines of a specific item( folder)). But that would change the way to use the ChangeL

[jira] Commented: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Pierre-Yves Chauveau Created: Thu, 8 Jul 2004 12:26 PM Body: Example : Historique pour : build.properties Description : Initial Check In VerrouillÚ par : Etat : Manquant RÚvision : 1 Vue : PIM

[ANN] Changes plugin 1.5 released

2004-07-08 Thread Vincent Massol
The maven team is pleased to announce the Maven Changes Plugin 1.5 release! http://maven.apache.org/reference/plugins/changes/ Changes in this version include: New Features: o Add generation of RSS feed for current version changes To automatically install the plugin, type the following

cvs commit: maven-plugins/changes project.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 08:50:06 Modified:changes project.xml Log: manually remove the HEAD tag that was not removed by the scm plugin (see http://jira.codehaus.org/browse/MPSCM-17) Revision ChangesPath 1.33 +0 -5 maven-plugins/changes/project.xml Index: proj

cvs commit: maven-plugins/changes/xdocs changes.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 08:49:03 Modified:changes project.xml changes/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5 Revision ChangesPath 1.32 +6 -1 maven-plugins/changes/project.xml Index: project.xml ===

[jira] Commented: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Thu, 8 Jul 2004 11:48 AM Body: Arh! Starteam is a bad tool. Can you post a sample stcmd output? - View this comment: http

cvs commit: maven-plugins/xdoc/src/plugin-resources/templates downloads.jelly

2004-07-08 Thread vmassol
vmassol 2004/07/08 08:45:09 Modified:xdoc/src/plugin-resources/templates downloads.jelly Log: Generate announcement files only once Revision ChangesPath 1.4 +7 -2 maven-plugins/xdoc/src/plugin-resources/templates/downloads.jelly Index: downloads.jelly =

[jira] Created: (MPCHANGELOG-44) Language problem for log interpretation

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPCHANGELOG-44 Here is an overview of the issue: -

cvs commit: maven-plugins/changelog/xdocs changes.xml

2004-07-08 Thread evenisse
evenisse2004/07/08 08:34:54 Modified:changelog project.xml changelog/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.7 Revision ChangesPath 1.46 +6 -1 maven-plugins/changelog/project.xml Index: project.xml ==

Maven Plugin Plugin 1.5.1 release!

2004-07-08 Thread Dion Gillard
The Maven team is pleased to announce the Maven Plugin Plugin 1.5.1 release! http://maven.apache.org/reference/plugins/plugin/ Maven Plugin management plugin. Requires Maven 1.0 RC4. Changes in this version include: New Features: o Prompt for artifactId, groupId and version if missing. Iss

cvs commit: maven-plugins/jcoverage/xdocs changes.xml

2004-07-08 Thread evenisse
evenisse2004/07/08 07:47:50 Modified:jcoverage project.xml jcoverage/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.0.6 Revision ChangesPath 1.27 +6 -1 maven-plugins/jcoverage/project.xml Index: project.xml

cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread dion
dion2004/07/08 07:38:57 Modified:plugin project.xml Log: scm:prepare-release fails again Revision ChangesPath 1.43 +6 -1 maven-plugins/plugin/project.xml Index: project.xml === RCS fi

[jira] Commented: (MPPLUGIN-24) plugin:repository-deploy fails on jdk 1.3

2004-07-08 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 8 Jul 2004 10:35 AM Body: it works fine on jdk 1.4. This is with: maven.repo.list=apache maven.repo.apache=scp://www.apache.org This is really a documentation issue. The artifact plugin has dep

[jira] Created: (MPSCM-18) Pb first time scm:perform-release is run, works second time

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-18 Here is an overview of the issue: - Key: M

[jira] Created: (MPPLUGIN-24) plugin:repository-deploy fails on jdk 1.3

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPLUGIN-24 Here is an overview of the issue: - Key

cvs commit: maven-plugins/announcement project.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 07:29:02 Modified:announcement project.xml Log: manually remove the HEAD tag that was not removed by the scm plugin (see http://jira.codehaus.org/browse/MPSCM-17) Revision ChangesPath 1.24 +0 -5 maven-plugins/announcement/project.xml In

cvs commit: maven-plugins/announcement/xdocs changes.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 07:27:57 Modified:announcement project.xml announcement/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.2 Revision ChangesPath 1.23 +6 -1 maven-plugins/announcement/project.xml Index: project.xml =

RE: cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread Vincent Massol
Hi dIon, Just a question: when you do some changes like this, are you also making the equivalent change in JIRA? I've found that lots of people make change to versions in project.xml but JIRA is often neglected. Like for example when a plugin is released. Thanks -Vincent > -Original Message

cvs commit: maven-plugins/plugin/xdocs changes.xml

2004-07-08 Thread dion
dion2004/07/08 07:20:27 Modified:plugin/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5.1 Revision ChangesPath 1.28 +2 -4 maven-plugins/plugin/xdocs/changes.xml Index: changes.xml =

[jira] Commented: (MAVEN-1332) proxy firewall by NTLM authentication is not supported

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Rickard Lundin Created: Thu, 8 Jul 2004 10:16 AM Body: I cant't get maven Rc4 it to work with NTLM , on my Win2000 machine. Tried1: jdk1.4.1_05 + ant 1.5.1 Tried2: jdk1.4.2+ ant 1.6.2beta1 Maven simply says: java.io

cvs commit: maven-plugins/plugin project.xml

2004-07-08 Thread dion
dion2004/07/08 07:12:16 Modified:plugin/xdocs changes.xml plugin project.xml Log: Use 1.5.1 instead of 1.6 Revision ChangesPath 1.27 +1 -1 maven-plugins/plugin/xdocs/changes.xml Index: changes.xml =

cvs commit: maven-plugins/jalopy/xdocs changes.xml

2004-07-08 Thread evenisse
evenisse2004/07/08 06:47:53 Modified:jalopy project.xml jalopy/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.3 Revision ChangesPath 1.37 +6 -1 maven-plugins/jalopy/project.xml Index: project.xml =

Re: cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-08 Thread Brett Porter
bump to 1.4-SNAPSHOT please. Cheers, Brett [EMAIL PROTECTED] wrote: epugh 2004/07/08 06:17:27 Modified:cruisecontrol project.xml Log: bump version to 1.4-dev! Revision ChangesPath 1.25 +1 -1 maven-plugins/cruisecontrol/project.xml Index: project.xml =

[jira] Closed: (MAVEN-221) Compiles fail on some plattforms when importing classes from tools.jar

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-221 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-344) provide build:start goal to attach other goals to

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 9:32 AM implemented... although it doesn't run before dep resolution. - View the issue: http://jira.codehaus.org/browse/MA

[jira] Closed: (MAVEN-1082) improve reactor tag to allow collection of included projects without execution

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1082 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-435) jar files placed in plugins directory are not auto expanded

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-435 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1090) resolve issues surrounding use of $MAVEN_HOME/plugins

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1090 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1268) keep release profile of plugins bundled

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1268 Here is an overview of the issue: - Key:

[jira] Commented: (MAVEN-1349) multiproject:install probleam attaining to copy jar file to the local repository

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 8 Jul 2004 9:21 AM Body: I'm not sure what is causing this... do you have a small sample project that exhibits the behaviour?

[jira] Reopened: (MAVEN-1268) keep release profile of plugins bundled

2004-07-08 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/browse/MAVEN-1268 Here is an overview of the issue: - Ke

[jira] Closed: (MPCRUISECONTROL-5) svnroot attribute incorrect in cruisecontrol config.xml

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 8 Jul 2004 9:18 AM Fixed! - View the issue: http://jira.codehaus.org/browse/MPCRUISECONTROL-5 Here is an overview of the issue:

[jira] Closed: (MAVEN-1268) keep release profile of plugins bundled

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1268 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1152) Unable to authenticate against proxy server

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 9:17 AM I have a feeling this was fixed with the changes in RC4 - ask for it to be reopened if still broken in the same way ---

cvs commit: maven-plugins/cruisecontrol project.xml

2004-07-08 Thread epugh
epugh 2004/07/08 06:17:27 Modified:cruisecontrol project.xml Log: bump version to 1.4-dev! Revision ChangesPath 1.25 +1 -1 maven-plugins/cruisecontrol/project.xml Index: project.xml === R

cvs commit: maven-plugins/cruisecontrol/xdocs changes.xml

2004-07-08 Thread epugh
epugh 2004/07/08 06:17:12 Modified:cruisecontrol/xdocs changes.xml Log: Fix misapplied changes Revision ChangesPath 1.11 +4 -1 maven-plugins/cruisecontrol/xdocs/changes.xml Index: changes.xml =

[jira] Closed: (MAVEN-1160) Need a place for user only plugins outside of maven home

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1160 Here is an overview of the issue: - Key:

cvs commit: maven-plugins/cruisecontrol/src/plugin-resources cruisecontrol.jsl

2004-07-08 Thread epugh
epugh 2004/07/08 06:16:46 Modified:cruisecontrol/src/plugin-resources cruisecontrol.jsl Log: Fix svn sourcecontrol link. Revision ChangesPath 1.9 +1 -1 maven-plugins/cruisecontrol/src/plugin-resources/cruisecontrol.jsl Index: cruisecontrol.jsl ===

[jira] Commented: (MAVEN-1188) SNAPSHOT downloading subject to race conditions

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Paul Spencer Created: Thu, 8 Jul 2004 9:10 AM Body: I suggest a printing a warning message, i.e. Warning - The respositories time is in the past. This may cause the wrong SNAPSHOT to be used. It is suggest th

[jira] Closed: (MPCRUISECONTROL-6) Request to make test results visable in the "Test Results" tab.

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 8 Jul 2004 9:10 AM Committed! Can you verify the fix? - View the issue: http://jira.codehaus.org/browse/MPCRUISECONTROL-6 Here i

[jira] Closed: (MAVEN-1346) Release Distribution should also provide a seed repository

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 9:08 AM maven:installer builds one now - View the issue: http://jira.codehaus.org/browse/MAVEN-1346 Here is an overview o

cvs commit: maven-plugins/cruisecontrol/src/plugin-resources cruisecontrol.jsl

2004-07-08 Thread epugh
epugh 2004/07/08 06:08:38 Modified:cruisecontrol/xdocs changes.xml cruisecontrol/src/plugin-test/cvs-scm maven.xml cruisecontrol/src/plugin-resources cruisecontrol.jsl Log: Show unit tests results in results tab of cc Revision ChangesPath 1

cvs commit: maven-plugins/cruisecontrol plugin.jelly

2004-07-08 Thread epugh
epugh 2004/07/08 06:08:13 Modified:cruisecontrol plugin.jelly Log: better syntax Revision ChangesPath 1.8 +1 -1 maven-plugins/cruisecontrol/plugin.jelly Index: plugin.jelly === RCS file:

cvs commit: maven-plugins/cruisecontrol/src/plugin-test project.xml project.properties maven.xml

2004-07-08 Thread epugh
epugh 2004/07/08 06:06:15 Added: cruisecontrol/src/plugin-test/cvs-scm project.xml maven.xml cruisecontrol/src/plugin-test/svn-scm project.xml maven.xml .cvsignore cruisecontrol/src/plugin-test project.xml project.properties

cvs commit: maven-plugins/cruisecontrol/src/plugin-test/svn-scm - New directory

2004-07-08 Thread epugh
epugh 2004/07/08 06:06:11 maven-plugins/cruisecontrol/src/plugin-test/svn-scm - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/cruisecontrol/src/plugin-test/cvs-scm - New directory

2004-07-08 Thread epugh
epugh 2004/07/08 06:06:11 maven-plugins/cruisecontrol/src/plugin-test/cvs-scm - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (MAVEN-1364) remove the javadoc link to http://werkz.werken.com/apidocs/

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 9:04 AM done - View the issue: http://jira.codehaus.org/browse/MAVEN-1364 Here is an overview of the issue: -

cvs commit: maven project.properties

2004-07-08 Thread brett
brett 2004/07/08 06:04:03 Modified:.Tag: MAVEN-1_0-BRANCH project.properties Log: PR: MAVEN-1364 remove werkz api docs - they aren't online there anyway Revision ChangesPath No revision No revision 1.51.2.30 +1 -1 m

[jira] Closed: (MAVEN-1366) changes and User documentation

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 8 Jul 2004 8:58 AM A) you place your own xdocs in the xdocs directory. Is that what you are trying to do? I'm not sure I understood the question - please pose it at [EMAIL PROTECTED] after subscribing

[jira] Closed: (MPECLIPSE-30) Exclude version control directories from source directories

2004-07-08 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPECLIPSE-30 Here is an overview of the issue: - Ke

[jira] Commented: (MPECLIPSE-30) Exclude version control directories from source directories

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Boris Boehlen Created: Thu, 8 Jul 2004 8:55 AM Body: I just noticed, that the version control files disappear as soon as you share the project. Thus, I think that its not that important. --

[jira] Commented: (MPJAVADOC-32) The maven-javadoc-plugin:register always fails

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Arnaud HERITIER Created: Thu, 8 Jul 2004 8:49 AM Body: That's right. I don't why nobody find this problem before. It was introduced in the 1.44 two weeks ago. I will correct it tonight or tomorrow -

[jira] Created: (MAVEN-1366) changes and User documentation

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1366 Here is an overview of the issue: - Key:

[jira] Closed: (MPECLIPSE-24) Dynamically added source directories are ignored

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 8 Jul 2004 8:42 AM I think this is beyond the scope of what most people need. If you can come up with a patch that would be great. One of the core tenets of Maven is that the classpath isn't dynam

[jira] Commented: (MPECLIPSE-30) Exclude version control directories from source directories

2004-07-08 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Thu, 8 Jul 2004 8:40 AM Body: Can you supply a patch? At least with my Eclipse (3.0 RC3) it does that automatically. Eric - Vie

[jira] Closed: (MPECLIPSE-16) Fails generating the classpath if the cactus plugin is not installed

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 8 Jul 2004 8:34 AM At this time (1.8-dev) there isn't a problem. You do get an annoying message, but that I think will be resolved in the 1.0 version of Maven. We don't want to add more dependenci

[jira] Closed: (MPECLIPSE-5) Generated source support

2004-07-08 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 8 Jul 2004 8:31 AM All done.. The only caveat is the property maven.gen.src=${maven.build.dir}/generated-sources is defined by the eclipse plugin for now, and therefore you will proebably need to r

[jira] Created: (MPJAVADOC-32) The maven-javadoc-plugin:register always fails

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPJAVADOC-32 Here is an overview of the issue: - Ke

Re: xmlns:deploy and plugins

2004-07-08 Thread Brett Porter
At this stage of the game, might be best left alone, and just indicate in the docs that the plugin is only intended for reuse by other plugins and is deprecated otherwise. Dion Gillard wrote: On Thu, 08 Jul 2004 22:05:45 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: I think we can ditch i

Re: xmlns:deploy and plugins

2004-07-08 Thread Dion Gillard
On Thu, 08 Jul 2004 22:05:45 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > I think we can ditch it in 1.0 though - a fleeting message in RC4 was > enough :) > Jason was going to relegate release to the sandbox as incomplete last > year, but we kept it around because some of the java code is

Re: xmlns:deploy and plugins

2004-07-08 Thread Brett Porter
its only there as a sanity check - sure. I'd much prefer we keep things clean, otherwise we end up with cruft everywhere. Yeah, but it makes for a less confusing experience when someone installs RC4/1.0 over the top of something older. I think we can ditch it in 1.0 though - a fleeting m

Re: xmlns:deploy and plugins

2004-07-08 Thread Dion Gillard
On Thu, 8 Jul 2004 21:47:58 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > Quoting Dion Gillard <[EMAIL PROTECTED]>: > > > I think we can now remove the deploy namespace from: > > > > artifact > > no, it contains the old deploy tag library Woops. > > dist > > jar > > its only there as a san

cvs commit: maven/xdocs/ant-guide/qna antfarming.xml hooks.xml properties.xml speed.xml inprogress.xml

2004-07-08 Thread brett
brett 2004/07/08 04:56:06 Modified:xdocsTag: MAVEN-1_0-BRANCH development-process.xml navigation-pdf.xml navigation.xml xdocs/ant-guide Tag: MAVEN-1_0-BRANCH practical.xml terminology.xml where.xml xdocs/

Re: Need access permission to release plugins

2004-07-08 Thread Brett Porter
fixed sorry all. Quoting Vincent Massol <[EMAIL PROTECTED]>: > Hi (Brett), > > When trying to release a plugin I got the following problem: > > > C:\dev\maven-plugins\abbot>maven scm:perform-release > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~

cvs commit: maven-plugins/plugin-parent project.properties

2004-07-08 Thread brett
brett 2004/07/08 04:48:19 Modified:plugin-parent project.properties Log: force artifact plugin deployment so we get md5 files Revision ChangesPath 1.3 +3 -0 maven-plugins/plugin-parent/project.properties Index: project.properties ==

Re: xmlns:deploy and plugins

2004-07-08 Thread Brett Porter
Quoting Dion Gillard <[EMAIL PROTECTED]>: > I think we can now remove the deploy namespace from: > > artifact no, it contains the old deploy tag library > dist > jar its only there as a sanity check - sure > release I think it uses deploy:copy-deps, so that would need to be changed first? -

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Brett Porter
Just a clarification: its not necessary to have a developer connection, but its necessary that the connection used is not anonymous for tagging. I don't know how you can check on this: the anonymous user is not specifically anonymous, but rather a published, low permission user. On some installati

[jira] Commented: (MPPLUGIN-22) plugin:repository-deploy uses blank groupId

2004-07-08 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 8 Jul 2004 7:38 AM Body: fixed. - View this comment: http://jira.codehaus.org/browse/MPPLUGIN-22?page=comments#action_21510

cvs commit: maven-plugins/aspectj/src/plugin-test maven.xml

2004-07-08 Thread carlos
carlos 2004/07/08 04:27:58 Modified:aspectj/src/plugin-test/src/aspect/org/apache/maven/aspectj Sample.aj aspectj/src/plugin-test/src/test/org/apache/maven/aspectj AspectTest.java aspectj/src/plugin-test maven

RE : Where is defined assert:assertFileExists ?

2004-07-08 Thread Heritier Arnaud
Ok, thanks It's not assertFileNotExists but assertFileNotFound. Arnaud > -Message d'origine- > De : Vincent Massol [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 8 juillet 2004 13:02 > À : 'Maven Developers List' > Objet : RE: Where is defined assert:assertFileExists ? > > > It's in the p

Re: Where is defined assert:assertFileExists ?

2004-07-08 Thread Dion Gillard
It's assertFileNotFound On Thu, 8 Jul 2004 12:43:29 +0200, Heritier Arnaud <[EMAIL PROTECTED]> wrote: > > > Can you tell me where is defined the jelly tag assert:assertFileExists ? > > I would like to know if assert:assertFileNotExists is defined ? > > _ > > Arnaud HERITIER > Axway - So

RE: Where is defined assert:assertFileExists ?

2004-07-08 Thread Vincent Massol
It's in the plugin plugin -Vincent > -Original Message- > From: Heritier Arnaud [mailto:[EMAIL PROTECTED] > Sent: jeudi 8 juillet 2004 12:43 > To: Maven Developers List > Subject: Where is defined assert:assertFileExists ? > > Can you tell me where is defined the jelly tag assert:assertF

RE: [maven-changes-plugin] Issues template for Jira

2004-07-08 Thread Vincent Massol
> -Original Message- > From: Heritier Arnaud [mailto:[EMAIL PROTECTED] > Sent: jeudi 8 juillet 2004 12:54 > To: [EMAIL PROTECTED] > Subject: [maven-changes-plugin] Issues template for Jira > > Yesterday I modified the template used to access to issues on Jira on > CodeHaus. > > I defined

[maven-changes-plugin] Issues template for Jira

2004-07-08 Thread Heritier Arnaud
Yesterday I modified the template used to access to issues on Jira on CodeHaus. I defined in the parent-plugin : maven.changes.issue.template = %URL%/%ISSUE% Instead of the default one : %URL%/ViewIssue.jspa?key=%ISSUE% I don't know if we must replace the default template defined in the plugin ?

Where is defined assert:assertFileExists ?

2004-07-08 Thread Heritier Arnaud
Can you tell me where is defined the jelly tag assert:assertFileExists ? I would like to know if assert:assertFileNotExists is defined ? _ Arnaud HERITIER Axway - Sopra Group Axway France Services Tél. : +33 (0)1 47 17 22 79 Email : [EMAIL PROTECTED] / [EMAIL PROTECTED] _

cvs commit: maven-plugins/aspectj/xdocs changes.xml

2004-07-08 Thread carlos
carlos 2004/07/08 03:29:19 Modified:aspectj/xdocs changes.xml Log: Fixed version Revision ChangesPath 1.22 +1 -1 maven-plugins/aspectj/xdocs/changes.xml Index: changes.xml === RCS file: /h

Need access permission to release plugins

2004-07-08 Thread Vincent Massol
Hi (Brett), When trying to release a plugin I got the following problem: C:\dev\maven-plugins\abbot>maven scm:perform-release __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-final-SNAPSHOT build:start: scm:parse-connection

cvs commit: maven/xdocs navigation-pdf.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 02:59:44 Modified:xdocsTag: MAVEN-1_0-BRANCH navigation-pdf.xml Log: As suggested by Arnaud, remove generation of PDF for the plugins site . Revision ChangesPath No revision No revision 1.1.2.6 +0 -1 ma

RE : RE : [vote] plugin releases

2004-07-08 Thread Heritier Arnaud
I found a proposal on Jira which can help to reintroduce the use of sourceModifications but without using a fileset for javadoc. The idea is to use the filter (sourceModifications) to copy in a working directory all sources needed by the javadoc. Because I think it will be a little time consumm

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
I'm not sure that we specify that connection MUST be read only anywhere On Thu, 8 Jul 2004 11:44:48 +0200, Vincent Massol <[EMAIL PROTECTED]> wrote: > I believe warning is not enough as it will always fail because it needs > write access to create a tag > > -Vincent > > > > > -Original

[jira] Created: (MPSCM-17) Plugin fails to recognize an existing HEAD tag

2004-07-08 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-17 Here is an overview of the issue: - Key: M

RE : Pb while executing "maven site:deploy" for Maven project

2004-07-08 Thread Heritier Arnaud
Hello guys, For the PDF problem you must remove from the navigation-pdf.xml the line 43 : This file isn't generated with maven site. Arnaud > -Message d'origine- > De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Envoyà : jeudi 8 juillet 2004 11:15 > à : Maven Developers

cvs commit: maven-plugins/abbot project.xml

2004-07-08 Thread vmassol
vmassol 2004/07/08 02:50:45 Modified:abbotproject.xml Log: manually remove the HEAD tag that was not removed by the scm plugin (see http://jira.codehaus.org/browse/MPSCM-17) Revision ChangesPath 1.9 +0 -5 maven-plugins/abbot/project.xml Index: projec

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
I believe warning is not enough as it will always fail because it needs write access to create a tag -Vincent > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: jeudi 8 juillet 2004 11:41 > To: Maven Developers List > Subject: Re: Pb with maven scm:prepare-release

xmlns:deploy and plugins

2004-07-08 Thread Dion Gillard
I think we can now remove the deploy namespace from: artifact dist jar release True? -- http://www.multitask.com.au/people/dion/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >