Re: Jelly tag for file content

2004-05-05 Thread dion_gillard
Check out the test cases I added to the eclipse plugin if this is what you're after... -- dIon Gillard, Multitask Consulting Miguel Griffa <[EMAIL PROTECTED]> wrote on 05/05/2004 03:44:52 PM: > Hi all, > Does anyone know how can I assert() that a file contains a given string > in jelly? > >

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread dion_gillard
What sort of custom menu layout did you produce? -- dIon Gillard, Multitask Consulting [EMAIL PROTECTED] wrote on 05/05/2004 10:49:09 PM: > > Sorry but our firewall setup here does not allow us to use CVS on the > internet (port blocked). > I did it to get a custom menu layout. Are there opti

[jira] Commented: (MAVEN-1271) "maven eclipse" can't find org.apache.commons.jelly.tags.xml.XMLTagLibrary

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Christian Stein Created: Thu, 6 May 2004 12:57 AM Body: Why cactus? See excerpt from maven_-X_eclipse.txt: [...] Using projectPropertiesFile: ...\.maven\plugins\cactus-maven-1.6dev-20040226\project.properties Using pro

[jira] Commented: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Christian Stein Created: Thu, 6 May 2004 12:52 AM Body: Created an issue, as "my" problem differs from this one: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1271 -

[jira] Updated: (MAVEN-1271) "maven eclipse" can't find org.apache.commons.jelly.tags.xml.XMLTagLibrary

2004-05-05 Thread jira
The following issue has been updated: Updater: Christian Stein (mailto:[EMAIL PROTECTED]) Date: Thu, 6 May 2004 12:46 AM Comment: Debugging console. (-X) Changes: Attachment changed to maven_-X_eclipse.txt

[jira] Updated: (MAVEN-1271) "maven eclipse" can't find org.apache.commons.jelly.tags.xml.XMLTagLibrary

2004-05-05 Thread jira
The following issue has been updated: Updater: Christian Stein (mailto:[EMAIL PROTECTED]) Date: Thu, 6 May 2004 12:45 AM Comment: Complete console output. Changes: Attachment changed to maven+eclipse.txt --

[jira] Created: (MAVEN-1271) "maven eclipse" can't find org.apache.commons.jelly.tags.xml.XMLTagLibrary

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1271 Here is an overview of the issue: ---

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 5 May 2004 9:58 PM Body: Can you run maven -X maven-changelog-plugin:report and post the output? - View this comment: http

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 5 May 2004 9:57 PM Body: BTW, the changelog plugin does NOT use your installed client to perform CVS operations. So any issues with the CVSNT client are irrelevant --

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 5 May 2004 9:56 PM Body: I fixed the documented goals - View this comment: http://jira.codehaus.org/secure/ViewIssue.jspa?ke

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

2004-05-05 Thread dion
dion2004/05/05 18:56:05 Modified:changelog/xdocs goals.xml changes.xml Log: Fix bad goals documentation Revision ChangesPath 1.3 +23 -7 maven-plugins/changelog/xdocs/goals.xml Index: goals.xml ==

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 5 May 2004 9:49 PM Body: create-cvspass creates the file where the changelog plugin expects it, in ${user.home}. That's the point of it. If you want to create it somewhere else, use maven.xml a

cvs commit: maven-plugins/plugin plugin.jelly

2004-05-05 Thread dion
dion2004/05/05 18:14:20 Modified:plugin plugin.jelly Log: Fix comments about expected attributes Revision ChangesPath 1.36 +1 -1 maven-plugins/plugin/plugin.jelly Index: plugin.jelly ==

[jira] Commented: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 5 May 2004 8:18 PM Body: Thanks for the tests. I can add some checks on the xml similar to the tests in the ear plugin. - View

cvs commit: maven-components/maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaWriter.java IdeaPlugin.java

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 17:19:41 Modified:maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java Added: maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaWriter.java Log: R

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 19:46, Brett Porter wrote: > Fair enough, so all that is needed is a way to register/deregister your xdoc > -> xhtml handler as part of the site plugin, for example. Yes the site plugin, or something akin to it will handled all the optional munging and various hooks. I myself

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Brett Porter
Fair enough, so all that is needed is a way to register/deregister your xdoc -> xhtml handler as part of the site plugin, for example. - Brett > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 May 2004 9:40 AM > To: Maven Developers List > Subject:

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 19:18, Brett Porter wrote: > I'm a little confused on this thread. The fast xdoc plugins sounds good and > using *Mesh sounds like a neat idea, but I still don't understand why we > need things to conform to a certain XHTML output format. > > Surely the inputs are the page bo

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Brett Porter
I'm a little confused on this thread. The fast xdoc plugins sounds good and using *Mesh sounds like a neat idea, but I still don't understand why we need things to conform to a certain XHTML output format. Surely the inputs are the page body (xdoc), the navigation (xml), and perhaps some other met

RE: cvs commit: maven-components/maven-plugins/maven-idea-plugin - Imported sources

2004-05-05 Thread Brett Porter
Jason, should these plugins have their own package? Isn't org.apache.maven.plugin going to hit a namespace conflict at some point? - Brett > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 May 2004 6:46 AM > To: Maven Developers List > Subject: Re:

[jira] Updated: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 5 May 2004 7:08 PM Comment: It's a good point, but it won't be fixed in 1.0 unfortunately Changes: Fix Version changed to 1.1 --

cvs commit: maven-components/maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 15:56:58 Modified:maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java Log: o cleaning up before writing out the project file using the xml writer in order to create a reactor aware mode that can write out m

[jira] Updated: (MPECLIPSE-10) added eclipseDependency='false' behavior

2004-05-05 Thread jira
The following issue has been updated: Updater: thierry lach (mailto:[EMAIL PROTECTED]) Date: Wed, 5 May 2004 4:53 PM Comment: Alternate patch. Changes: Attachment changed to classpath.jelly.patch --

[jira] Commented: (MPECLIPSE-10) added eclipseDependency='false' behavior

2004-05-05 Thread jira
The following comment has been added to this issue: Author: thierry lach Created: Wed, 5 May 2004 4:53 PM Body: false could be useful to explicitly bypass specific jar files My specific situation is that I am building a war file to run against an app server which is running on j

cvs commit: maven-components/maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 13:51:03 Modified:maven-plugins/maven-idea-plugin project.xml maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java Log: o use the java.version system property. i'm sure we could configure this

Re: cvs commit: maven-components/maven-plugins/maven-idea-plugin - Imported sources

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 15:52, Emmanuel Venisse wrote: > Jason, > > Could you do it more generic? > You hardcode the java version and sources directories. I think isn't usable > for future users. Good eye, I whipped that one off quick. I took the source directories from the model. For the java vers

cvs commit: maven-components/maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 13:45:08 Modified:maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin IdeaPlugin.java Log: o take the source directories from the model. we want to use relative paths so reach into the model for the unexpanded paths.

cvs commit: maven-components/maven-plugins/maven-idea-plugin project.xml

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 13:33:30 Modified:maven-plugins/maven-idea-plugin project.xml Log: Revision ChangesPath 1.2 +0 -13 maven-components/maven-plugins/maven-idea-plugin/project.xml Index: project.xml

Re: cvs commit: maven-components/maven-plugins/maven-idea-plugin - Imported sources

2004-05-05 Thread Emmanuel Venisse
Jason, Could you do it more generic? You hardcode the java version and sources directories. I think isn't usable for future users. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 6:52 PM Subject: cvs commit: maven-components/

[jira] Commented: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 5 May 2004 3:28 PM Body: OK, for resolve your problem, you can run : maven -Dgoal=clean,jar:install multiproject:goal this command line do a clean and a jar:install for each subproject, so y

Re: [jira] Commented: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread Miguel Griffa
Hi I don't think (excuse me all for giving my opinion like this being so unknown) supporting eclipse plugins directy should be added to maven. This would be a lot of work and little payoff. I think that the current plugin shuold be improved to support all data for .project and .classpath (pr

[jira] Commented: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Cameron Fieber Created: Wed, 5 May 2004 3:09 PM Body: the structure is as you described in the first case, however the top level project.xml doesn't define any dependencies, it is just used to define the build structure,

[jira] Commented: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 5 May 2004 2:58 PM Body: Oups sorry. The best way is : root |--project.xml (run multiproject from here, you don't need deps)) |--master | |--project.xml |--subproject1 | |--project

[jira] Commented: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 5 May 2004 2:49 PM Body: I think the problem is : This problem is due to a bad directory structure. You merged the build process and the project definition in the same structure. root |--pr

Jelly tag for file content

2004-05-05 Thread Miguel Griffa
Hi all, Does anyone know how can I assert() that a file contains a given string in jelly? What I want to do is this: I have a test case and I want to ensure that the file contains a given string somewhere Thanks in advance -- Miguel Griffa Software Architect Technisys.NET "The First Digital

[jira] Created: (MAVEN-1270) multiproject:clean fails due to dependencies in reactor set

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1270 Here is an overview of the issue: ---

Re: [jira] Commented: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread Miguel Griffa
I submited a patch that adds tests for the builders and natures, I made the tests separated because I think that the test shuold include some validation over the expected contents of the generated file I don't know how to do this with jelly yet... Miguel Griffa wrote: I'll go for the test case n

[jira] Updated: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread jira
The following issue has been updated: Updater: Miguel Griffa (mailto:[EMAIL PROTECTED]) Date: Wed, 5 May 2004 1:19 PM Comment: Adds tests for the functionallity of the previous patch Changes: Attachment changed to test-patch.txt -

cvs commit: maven-components/maven-plugins/maven-idea-plugin - Imported sources

2004-05-05 Thread jvanzyl
jvanzyl 2004/05/05 09:52:40 Log: o this won't be a core plugin but it is the first plugin that will be reactor aware and I need to be able to generate IDEA 4 project files to work :-) The modules for IDEA 4 map nicely to a nest hierarchy of maven projects so I'm working

Re: groups syncing to ibiblio

2004-05-05 Thread Mark R. Diggory
Mauro Talevi wrote: Mark R. Diggory wrote: No, you missunderstood me, we're not breaking up the repository, its still all one, just organizing it better for management purposes, the directory structure is not different virtual machines. maven.ibibilio.org/apache/ maven.ibibilio.org/codehaus/ s

[jira] Commented: (MPMULTIPROJECT-24) goal 'site' fails with following : creation was not successful for an unknown reason

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 5 May 2004 12:03 PM Body: Perhaps adding a schema check for the project.xml file will at least highlight that there is a problem with the file.

[jira] Created: (MAVEN-1269) Add the capability to hide goal names from output

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1269 Here is an overview of the issue: ---

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 10:54, [EMAIL PROTECTED] wrote: > I am trying to alter what is in the Navigation Menu. I would like this to > be controlled programmatically (Jelly script) to still have consistency > with project sites generated. I've added programmatic control to the new xdoc plugin so thi

Re: groups syncing to ibiblio

2004-05-05 Thread Mauro Talevi
Mark R. Diggory wrote: No, you missunderstood me, we're not breaking up the repository, its still all one, just organizing it better for management purposes, the directory structure is not different virtual machines. maven.ibibilio.org/apache/ maven.ibibilio.org/codehaus/ same thing as www.ibi

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Maczka Michal
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 4:30 PM > To: Maven Developers List > Subject: RE: xdoc with custom templates and/or navigation > > > On Wed, 2004-05-05 at 08:53, [EMAIL PROTECTED] wrote: > > Is there a recommended way

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Garvin . LeClaire
I am trying to alter what is in the Navigation Menu. I would like this to be controlled programmatically (Jelly script) to still have consistency with project sites generated. Regards, Garvin LeClaire Anthem Inc. Senior Technical Architect Technology Architecture and Infrastructure Tel: 513-336

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 08:53, [EMAIL PROTECTED] wrote: > Is there a recommended way to modify the navigation menu? I don't know what you're trying to do. If you're changing the structure of the xhtml then you can take a look at: http://www.pols.co.uk/downloads/static-mesh/ The primary goals of th

Re: groups syncing to ibiblio

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 08:53, Mark R. Diggory wrote: > I think its a great idea to have other organizations who wish to rsync > use the script. But this should be a decision within those groups, if > you are a member of that groups and you object, you should take it up > with that group. The rsy

Re: [jira] Commented: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread Miguel Griffa
I'll go for the test case now, I'm sorry, but being newbie is a bit unfamiliar for me testing maven plugin I'll submit a patch for the test case if I manage to get one :) [EMAIL PROTECTED] wrote: The following comment has been added to this issue: Author: dion gillard Created: Tue, 4 May 2

[jira] Commented: (MPCHANGELOG-31) Changelog does not work with cvs version 1.11.12

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 5 May 2004 9:35 AM Body: I am not sure if it is because of the upgrade to 3.6 (I don't think it is since according to their issue log it fixes the problem that I am experiencing with CVSNT

Re: groups syncing to ibiblio

2004-05-05 Thread Mark R. Diggory
Mauro Talevi wrote: Mark, separating maven repositories by organizations sort of defeates the point of putting them in a common unique place such as ibiblio. That is, once could two different url, say dist.apache.org dist.codehaus.org and those can be set on the client side as the maven repos (

Re: groups syncing to ibiblio

2004-05-05 Thread Mauro Talevi
Mark R. Diggory wrote: With this is mind, Jason, how close are we to having "hierarchical" organization/group directories? My point is that it would be far easier for us to control any overlap in projects if the organizations were isolated into separate directories. for instance www.ibiblio.or

cvs commit: maven/maven-jelly-tags project.xml

2004-05-05 Thread brett
brett 2004/05/05 06:19:14 Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml Log: fix images Revision ChangesPath No revision No revision 1.1.2.5 +2 -2 maven/maven-jelly-tags/project.xml Index: project.xml =

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Garvin . LeClaire
Sorry but our firewall setup here does not allow us to use CVS on the internet (port blocked). I did it to get a custom menu layout. Are there options to do this that I missed? Regards, Garvin LeClaire Anthem Inc. Senior Technical Architect Technology Architecture and Infrastructure Tel: 513-33

cvs commit: maven/xdocs/start release-notes.xml bootstrap.xml download.xml install.xml

2004-05-05 Thread brett
brett 2004/05/05 06:05:55 Modified:.build-bootstrap.xml maven.xml project.properties project.xml maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags/maven MavenTag.java MavenTagLibrary.java

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Garvin . LeClaire
Michal, you hit it right on. If we do not give it a look and feel to match our corporate standards our Technical Steering Commitee will see the product as not being appropriate to use. We all know this is technically wrong, but perception is reality when the business people in the company are inv

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Garvin . LeClaire
Is there a recommended way to modify the navigation menu? Regards, Garvin LeClaire Anthem Inc. Senior Technical Architect Technology Architecture and Infrastructure Tel: 513-336-3305

Re: groups syncing to ibiblio

2004-05-05 Thread Mark R. Diggory
I have a sense that someone is misinterpreting the purpose of rsyncing between Apache and Ibiblio. We setup the rsync based on the the following criteria/decisions: 1.) Organizational Management: Apache has to be the canonical release point for all Apache content. This means that if there is an

cvs commit: maven/src/man maven.1

2004-05-05 Thread trygvis
trygvis 2004/05/05 05:25:58 Modified:src/man maven.1 Log: Updating the man page: o Adding new authors. o Adding the new command line options. o Some reformatting of the options to look more 'normal'. Revision ChangesPath 1.2 +28 -21maven/src/man/maven.

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Jason van Zyl
On Wed, 2004-05-05 at 04:38, Maczka Michal wrote: > Jason! > > > It's not just a question of the "theme". > Some organization have already their own standards which define precisly how > their intranet pages are looking. > Often thy have alredy hundreds of pages with spcific layout > which is co

[jira] Created: (MPJXR-12) Create a named anchor for each symbol like Javadoc does

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-12 Here is an overview of the issue: -

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

2004-05-05 Thread brett
brett 2004/05/05 05:04:28 Modified:.project.xml project.properties plugin-parent project.xml Log: doco updates Revision ChangesPath 1.21 +10 -0 maven-plugins/project.xml Index: project.xml ==

Re: [jira] Commented: (MPECLIPSE-25) Add the capability of specifying more builders

2004-05-05 Thread Felipe Leme
Hi all, Regardless of this patche fixing the bug or not, I think we could go a step further on the Eclipse project/nature/builder support. Let me explain better. For the case of 'less intrusive' Eclipse plugins (like Checkstyle), I think the patch is fine. But that is not enough for plugins th

[jira] Updated: (MAVEN-1260) please upload xmlstubs-1.0.1 on ibiblio

2004-05-05 Thread jira
The following issue has been updated: Updater: nicolas de loof (mailto:[EMAIL PROTECTED]) Date: Wed, 5 May 2004 7:31 AM Changes: Attachment changed to ibiblio.txt - For a full history of the issue,

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

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1268 Here is an overview of the issue: ---

[jira] Created: (MAVEN-1267) create source distribution for Maven 1.0 as part of installer process

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1267 Here is an overview of the issue: ---

cvs commit: maven/maven-jelly-tags project.properties

2004-05-05 Thread brett
brett 2004/05/05 04:04:36 Added: maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH navigation.xml maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.properties Log: update jelly tag site Revision ChangesPath No revision No r

cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-05 Thread brett
brett 2004/05/05 04:04:10 Modified:src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml Log: test for getDependencyPath Revision ChangesPath No revision No revision 1.43.4.14 +15 -0 maven/src/test/touchstone-build/maven.x

cvs commit: maven-plugins/xdocs index.xml

2004-05-05 Thread brett
brett 2004/05/05 04:02:54 Modified:xdocsindex.xml Log: add mevenide link Revision ChangesPath 1.2 +10 -2 maven-plugins/xdocs/index.xml Index: index.xml === RCS file: /home/cvs/maven-p

cvs commit: maven/src/java/org/apache/maven DependencyClasspathBuilder.java

2004-05-05 Thread brett
brett 2004/05/05 04:02:44 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH DependencyClasspathBuilder.java Log: PR: MAVEN-1265 dependency path setting for non-classpath dependencies Revision ChangesPath No revision N

cvs commit: maven/xdocs changes.xml

2004-05-05 Thread brett
brett 2004/05/05 04:01:05 Modified:maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH changes.xml xdocsTag: MAVEN-1_0-BRANCH changes.xml Log: change log Revision ChangesPath No revision No revision 1.1.2.2 +2 -0

cvs commit: maven-plugins/xdoc project.xml

2004-05-05 Thread brett
brett 2004/05/05 04:00:59 Modified:artifact project.xml changelog project.xml linkcheck project.xml multiproject project.xml pom project.xml release project.xml xdoc project.xml Log:

[jira] Closed: (MAVEN-1265) getDependencyPath fails for nonstandard types

2004-05-05 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 5 May 2004 6:50 AM fixed for non standard types. No need to add :tld etc to the end of the id (current legacy ID parser doesn't handle that consistently anyway). --

[jira] Reopened: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-05-05 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1216 Here is an overview of the issue: -

[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-05-05 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 5 May 2004 6:45 AM Changes: Fix Version changed to 1.0-rc3 - For a full history of the issue, see:

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 5 May 2004 5:26 AM Body: Just checked http://javacvs.netbeans.org/issues/show_bug.cgi?id=39662 it says its just an informational message, but it does not explain why I do not get any resul

RE: xdoc with custom templates and/or navigation

2004-05-05 Thread Maczka Michal
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 2:14 AM > To: Maven Developers List > Subject: RE: xdoc with custom templates and/or navigation > > > On Tue, 2004-05-04 at 20:07, Brett Porter wrote: > > The wiki has instructions on su

[jira] Commented: (MPCHANGELOG-38) changelog does not work with cvsnt

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 5 May 2004 4:35 AM Body: Yup I have read that document which details what you have to do if you are using cvsnt client to connect to a cvs server. This is a different problem though, this

[jira] Commented: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-05-05 Thread jira
The following comment has been added to this issue: Author: Christian Stein Created: Wed, 5 May 2004 4:17 AM Body: Is there any workaround for this? - View this comment: http://jira.codehaus.org/secure/ViewIssue

[jira] Commented: (MAVEN-1266) Please upload easymock 1.1 on ibiblio

2004-05-05 Thread jira
The following comment has been added to this issue: Author: nicolas de loof Created: Wed, 5 May 2004 4:13 AM Body: Sorry, didn't see they're is a dedicated project (they're so much maven-xxx !) - View this comment:

[jira] Closed: (MAVEN-1266) Please upload easymock 1.1 on ibiblio

2004-05-05 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 5 May 2004 4:05 AM Done. The next time, could you use the correct project under Jira (MAVENUPLOAD). Thanks - View the issue: http

[jira] Closed: (MAVENUPLOAD-103) Please upload easymock 1.1 and EasyMock Class Extension 1.1

2004-05-05 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 5 May 2004 4:04 AM Done. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-103 Here is an overvie

[jira] Commented: (MAVEN-1266) Please upload easymock 1.1 on ibiblio

2004-05-05 Thread jira
The following comment has been added to this issue: Author: nicolas de loof Created: Wed, 5 May 2004 3:54 AM Body: Just notice class mocking support is an optional extension to easymock, also in 1.1 version http://easymock.org/Downloads.html --

[jira] Created: (MAVEN-1266) Please upload easymock 1.1 on ibiblio

2004-05-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1266 Here is an overview of the issue: ---

cvs commit: maven-plugins/xdoc/xdocs changes.xml faq.fml

2004-05-05 Thread brett
brett 2004/05/05 00:38:31 Modified:xdoc plugin.jelly plugin.properties xdoc/src/plugin-resources site.jsl xdoc/xdocs changes.xml faq.fml Log: o exclude fml files in copy o easier use of classic that always works Revision ChangesPath 1

cvs commit: maven-plugins/xdocs index.xml

2004-05-05 Thread brett
brett 2004/05/05 00:36:03 Added: xdocsindex.xml Log: site updates Revision ChangesPath 1.1 maven-plugins/xdocs/index.xml Index: index.xml === Maven

cvs commit: maven-plugins/xdocs navigation.xml faq.fml index.html

2004-05-05 Thread brett
brett 2004/05/05 00:34:38 Modified:.project.xml project.properties xdocsnavigation.xml faq.fml Removed: .README.txt xdocsindex.html Log: site updates Revision ChangesPath 1.20 +1 -1 maven-plugins/proj

cvs commit: maven/src/java/org/apache/maven/plugin PluginManager.java

2004-05-05 Thread brett
brett 2004/05/05 00:29:28 Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH PluginManager.java Log: logging Revision ChangesPath No revision No revision 1.70.4.43 +2 -1 maven/src/java/org

cvs commit: maven/maven-jelly-tags project.xml

2004-05-05 Thread brett
brett 2004/05/05 00:27:57 Modified:.Tag: MAVEN-1_0-BRANCH project.properties project.xml maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml Log: reporting Revision ChangesPath No revision No

cvs commit: maven/xdocs/reference/plugins index.xml

2004-05-05 Thread brett
brett 2004/05/05 00:18:51 Modified:xdocsTag: MAVEN-1_0-BRANCH development-process.xml navigation.xml Added: maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH index.xml Removed: xdocs/reference/plugins Tag: MAVEN-1_0-BRANCH index.xml Log: doco up