Re: Creating WEB-INF/lib directory

2006-02-20 Thread John Fallows
Ashish, Make sure you have specified packagingwar/packaging in your pom.xmlfile. Kind Regards, John Fallows. On 2/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: Yes everything gets compiled in the target directory. I do not want to use

Re: [m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-04 Thread John Fallows
plugin during the weekend, and I will republish the documentation with a warning on working WTP versions. Good idea, that will help to prevent users from thinking the problem is with the M2 Eclipse plugin. Kind Regards, John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author

Re: [m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-03 Thread John Fallows
environment for Eclipse 3.1.2 and WTP 1.0. Anyone else having similar difficulties, or better yet, a solution? Kind Regards, John Fallows. -Original Message- From: John Fallows [mailto:[EMAIL PROTECTED] Sent: Freitag, 3. Februar 2006 07:05 To: Maven Users List Subject: [m2eclipse] Eclipse

Re: [m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-03 Thread John Fallows
-1.0.jar does not exist. Is it possible that M2_REPO is really not defined during WTP deployment? Or could this be a more general problem with any classpath variable? Any pointers would be greatly appreciated. :-) Kind Regards, John Fallows. On 2/3/06, Lee Meador [EMAIL PROTECTED] wrote

[m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-02 Thread John Fallows
. Great work! Kind Regards, John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author: Pro JSF and Ajax: Building Rich Internet Components, Apress

M2 Eclipse Plugin

2006-02-01 Thread John Fallows
compilation? Kind Regards, John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author: Pro JSF and Ajax: Building Rich Internet Components, Apress

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-29 Thread John Fallows
Hi Brett, On 1/29/06, Brett Porter [EMAIL PROTECTED] wrote: Hi John, On 1/10/06, John Fallows [EMAIL PROTECTED] wrote: Yeah, I considered that, but don't think it is quite right. This issue of headings is specific to /index.html in the generated site, and does not affect any other

[m2] Respository create bundle mojo

2006-01-22 Thread John Fallows
] As a workaround, I could go into each module directory manually and re-run the mojo, but then the parent pom.xml in the top level project directory is not present in any of those bundle JARs Any suggestions? Kind Regards, John

Download page title

2006-01-22 Thread John Fallows
fyi - the download page title (window title) still says Download Maven 2.0.1 instead of Download Maven 2.0.2. http://maven.apache.org/download.html Kind Regards, John Fallows. -- http://apress.com/book/bookDisplay.html?bID=10044 Author: Pro JSF and Ajax: Building Rich Internet Components, Apress

Re: APT syntax question

2006-01-15 Thread John Fallows
Has anyone managed to get hyperlinked images in the generated site docs authored using APT syntax? Kind Regards, John Fallows On 1/9/06, John Fallows [EMAIL PROTECTED] wrote: Is it possible to make a hyperlinked image using APT syntax? I was able to get an image (figure) and linked text

Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-09 Thread John Fallows
in that specific context? Kind Regards, John Fallows -- Author Pro JSF and Ajax: Building Rich Internet Components http://www.apress.com/book/bookDisplay.html?bID=10044

Re: Using Maven2 Site Plugin for Java.Net site documentation?

2006-01-09 Thread John Fallows
automatically. It would be really great if all of this could actually be captured in a single site skin. Kind Regards, John Fallows. On 1/10/06, John Fallows [EMAIL PROTECTED] wrote: Summary: I'm using the maven-site-plugin for Maven2 to generate the site documentation for a Java.Net project

APT syntax question

2006-01-09 Thread John Fallows
Is it possible to make a hyperlinked image using APT syntax? I was able to get an image (figure) and linked text working, but could not discover the magic incantation for a linked image. :-) Kind Regards, John Fallows. -- Author Pro JSF and Ajax: Building Rich Internet Components http

plexus-archiver-1.3-SNAPSHOT?

2006-01-06 Thread John Fallows
Folks, Looks like plexus-archiver-1.3-SNAPSHOT is not available from http://snapshots.maven.codehaus.org even though there are dated snapshots there. Any chance of getting this fixed in the CodeHaus snapshots repository? Kind Regards, John Fallows. -- Author Pro JSF and Ajax: Building Rich

Re: plexus-archiver-1.3-SNAPSHOT?

2006-01-06 Thread John Fallows
Sure, now that I _know_ it's out there, I found it under the following... :-) http://www.ibiblio.org/maven2/org/codehaus/plexus/plexus-archiver/ rather than... http://www.ibiblio.org/maven2/plexus/plexus-archiver/ Thanks for the tip! Kind Regards, John Fallows. On 1/6/06, dan tran [EMAIL

Re: [m2] Dependency scope options

2006-01-02 Thread John Fallows
to explicitly specify scopecompile/scope, as that is the default, and covers all classpaths, including test scope. Kind Regards, John Fallows. -- Author Pro JSF and Ajax: Building Rich Internet Components http://www.apress.com/book/bookDisplay.html?bID=10044

Re: auto download plugins from remote repo NOT central

2005-12-29 Thread John Fallows
Ryan, You can use the pluginRepositories section of ~/.m2/settings.xml. Note: this file is located in C:\Documents and Settings\userid\.m2\settings.xml on WinXP. Kind Regards, John Fallows. On 12/29/05, Ryan Marsh [EMAIL PROTECTED] wrote: Is it possible to get maven2 to automatically

Re: [m2] pom.xml syntax

2005-10-25 Thread John Fallows
On 10/5/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Wed, 2005-10-05 at 18:56 +, John Fallows wrote: Is it possible to customize the syntax of pom.xml without impacting the rest of the Maven2? In theory yes, but would we want to allow that I don't know. What do you want to customize

Re: [ANN] Maven 2.0 Release Now Available

2005-10-21 Thread John Fallows
Congratulations on a job well done. :-) Kind Regards, John Fallows. On 10/19/05, Brett Porter [EMAIL PROTECTED] wrote: We are pleased to announce that Maven 2.0 has been released, and is available for download from http://maven.apache.org/maven2/download.html Maven is a build system

Re: [m2-b3] running a non-aggregator plugin after local install only

2005-10-18 Thread John Fallows
On 10/16/05, Brett Porter [EMAIL PROTECTED] wrote: On 10/16/05, John Fallows [EMAIL PROTECTED] wrote: What do you mean by reinstalled? Is that related to m2 install? Yes, m2 install on a plugin that is already loaded will mean the next time it is used, it will be reloaded (by checking

Re: [m2-b3] running a non-aggregator plugin after local install only

2005-10-18 Thread John Fallows
the edge to trigger the OutOfMemoryError. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2-b3] running a non-aggregator plugin after local install only

2005-10-16 Thread John Fallows
Fallows. On 10/15/05, John Fallows [EMAIL PROTECTED] wrote: Thanks Brett, On 10/13/05, Brett Porter [EMAIL PROTECTED] wrote: This is fixed in the next Maven release (see it0013 for an example). After traversing some hairy classloading issues, plugins can now be reloaded during

Re: [m2] managing transitive dependencies

2005-10-16 Thread John Fallows
extends Class-from-A and Class-from-C needs to call some protected method of Class-from-A, so it is needed at compile time, right? Thanks for helping to clarify my thinking on this. :-) Kind Regards, John Fallows. - To unsubscribe, e

Re: [m2-b3] running a non-aggregator plugin after local install only

2005-10-14 Thread John Fallows
scripting. Would that also support more streamlined memory usage? I sometimes see an OutOfMemoryError for complex reactor builds, but if plugins could be executed and then unloaded, the steady-state memory usage should be much more constant, right? Kind Regards, John Fallows. On 10/13/05, John

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-10-12 Thread John Fallows
On 10/9/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Thu, 2005-10-06 at 19:06 +, John Fallows wrote: On 9/28/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Mon, 2005-09-26 at 22:02 +, John Fallows wrote: On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005

[m2-b3] running a non-aggregator plugin after local install only

2005-10-12 Thread John Fallows
plugin. Do I need to do something special so that the SNAPSHOT version can be picked up after only a local install? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[m2] why copy test resources?

2005-10-10 Thread John Fallows
Could we avoid spending time to copy all the test resources to the target directory during build if the resources are unfiltered? Instead, wouldn't it be sufficient to just put the src/test/resources directory on the test classpath? Kind Regards, John Fallows

[m2] surefire context classloader

2005-10-10 Thread John Fallows
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source) Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] surefire context classloader

2005-10-10 Thread John Fallows
passing in an endorsed dir. The same error occurs when I have no dependency in pom.xml. Isn't there a built-in XML parser distributed with Java that should be reachable anyway? Kind Regards, John Fallows. On 10/11/05, John Fallows [EMAIL PROTECTED] wrote: How is the thread context classloader

Re: [m2] why copy test resources?

2005-10-10 Thread John Fallows
how it performs. We have over 4000 resource files used during testing that are not filtered. Kind Regards, John Fallows. On 10/11/05, John Fallows [EMAIL PROTECTED] wrote: Could we avoid spending time to copy all the test resources to the target directory during build if the resources

Re: [m2] surefire context classloader

2005-10-10 Thread John Fallows
On 10/11/05, Brett Porter [EMAIL PROTECTED] wrote: On 10/11/05, John Fallows [EMAIL PROTECTED] wrote: On 10/10/05, Brett Porter [EMAIL PROTECTED] wrote: I think xerces needs to be endorsed if you want to use it as a parser, and AFAIK that can't be done after the JVM has started up. So I

Re: [m2] managing transitive dependencies

2005-10-06 Thread John Fallows
Regards, John Fallows On 10/6/05, John Fallows [EMAIL PROTECTED] wrote: Suppose I have 3 Maven2 projects, A, B and C. A is self-contained. B depends on A for-implementation-only. C depends on B. My understanding of dependency scopes is that if C depends on B at compile scope, then all

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-10-06 Thread John Fallows
On 9/28/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Mon, 2005-09-26 at 22:02 +, John Fallows wrote: On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005-09-24 at 04:31 +, John Fallows wrote: On 9/23/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, 2005

[m2] pom.xml syntax

2005-10-05 Thread John Fallows
and Custom implementations were registered on the M2 classpath? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] managing transitive dependencies

2005-10-05 Thread John Fallows
test execution of C. Perhaps we could specify compile scope for C's dependency on project B itself, but test scope (say) for all of project B's dependencies? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [m2-b1] classifier-specific dependencies colliding with generic dependencies

2005-09-28 Thread John Fallows
. http://jira.codehaus.org/browse/MNG-1041 Kind Regards, John Fallows. On 9/28/05, John Fallows [EMAIL PROTECTED] wrote: Folks, It seems like there is a collision between dependencies from the same project but with different classifiers, causing only the main dependency artifact

[m2] non-filtered resource copy is incremental?

2005-09-28 Thread John Fallows
When filtering is disabled, are resources and testResources copied incrementally? For example, if the target file exists and has a more recent timestamp, is the resource file still copied? Kind Regards, John Fallows

Re: [m2] non-filtered resource copy is incremental?

2005-09-28 Thread John Fallows
Kind Regards, John Fallows John Fallows wrote: | When filtering is disabled, are resources and testResources copied | incrementally? | | For example, if the target file exists and has a more recent | timestamp, is the resource file still copied? | | Kind Regards, | John Fallows

[m2-b1] classifier-specific dependencies colliding with generic dependencies

2005-09-27 Thread John Fallows
jar. Even when the mock type is changed to zip, the same problem occurs. Perhaps dependency classifiers are ignored while constructing the compilation classpath? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-09-26 Thread John Fallows
On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005-09-24 at 04:31 +, John Fallows wrote: On 9/23/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, 2005-09-23 at 08:03 +, John Fallows wrote: I've created a custom compiler mojo that extends AbstractCompilerMojo

[m2] custom compiler mojo

2005-09-23 Thread John Fallows
, not my custom plugin JAR. Is it possible to make this work? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-09-23 Thread John Fallows
On 9/23/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, 2005-09-23 at 08:03 +, John Fallows wrote: I've created a custom compiler mojo that extends AbstractCompilerMojo from the maven-compiler-plugin. Is there a special reason for this? We where hoping that a new Compiler

[m2] tests named XXXTestCase.java executed unexpectedly

2005-09-23 Thread John Fallows
I have some base TestCase classes under src/test/java that are being executed during the test phase. This seems unexpected because their names do not match the default includes pattern of **/*Test.java. One example could be src/test/java/org/example/ExampleTestCase.java. Kind Regards, John

Re: [m2] tests named XXXTestCase.java executed unexpectedly

2005-09-23 Thread John Fallows
On 9/24/05, Brett Porter [EMAIL PROTECTED] wrote: Test*.java and *TestCase.java were added to the default list in earlier releases. In that case, would it be useful to enhance the test discovery algorithm to not attempt to execute abstract testcase classes? Kind Regards, John Fallows

[m2] sources plugin

2005-09-23 Thread John Fallows
/apache/maven/plugin/source/JarSourceMojo.java?rev=279318view=markup Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to escape ${ in Jelly/Jexl ?

2005-09-19 Thread John Fallows
Try ant:filterset begintoken=${'${'} ... Kind Regards, John Fallows. On 9/19/05, KC Baltz [EMAIL PROTECTED] wrote: We are in the process of migrating to Maven from Ant and I'm having a bit of trouble replicating in Maven a behavior we have in our Ant build. We use the Ant filtered copy

Re: [m2] xmlbeans generated code in an m2 plugin

2005-09-17 Thread John Fallows
class loader references incorrect realm during plugin execution http://jira.codehaus.org/browse/MNG-908 Kind Regards, John Fallows. On 9/16/05, John Fallows [EMAIL PROTECTED] wrote: Just to be clear, the generated resources are actually packaged in my plugin JAR. However, when

Re: Maven 2.0 Beta 1 Released

2005-09-16 Thread John Fallows
Congratulations to the Apache Maven team - this is a great milestone! Kind Regards, John Fallows. On 9/16/05, Brett Porter [EMAIL PROTECTED] wrote: The Apache Maven team are proud to announce the beta release of Maven 2.0. Download it from http://maven.apache.org/maven2/download.html

Re: [m2] xmlbeans generated code in an m2 plugin

2005-09-16 Thread John Fallows
); } } Is this something that could be managed by the M2 runtime instead? Kind Regards, John Fallows. On 9/16/05, John Fallows [EMAIL PROTECTED] wrote: Folks, I am currently developing a custom maven2 plugin that needs to parse some xml files (using xmlbeans). Therefore I used the m2 xmlbeans plugin

Re: [m2] xmlbeans generated code in an m2 plugin

2005-09-16 Thread John Fallows
, that classloader could not access the contents of my plugin's JAR and XmlBeans therefore failed to load it's necessary resources when running inside the plugin. This seems like a not-so-straightforward bug, but a bug nonetheless. Kind Regards, John Fallows. On 9/16/05, Jesse McConnell [EMAIL

Re: [m2] mock classes

2005-09-15 Thread John Fallows
, because there would be a cyclic dependency between api-module and api-mock-module. Is there a way to deliver an api-module mock JAR that only contains classes for mocks, and can be used by both the api-module unit tests and the impl-module unit tests? Kind Regards, John Fallows. On 9/13/05, Jorg

[m2] plugin classpath

2005-09-15 Thread John Fallows
? Perhaps plugindependency/ ? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] plugin classpath

2005-09-15 Thread John Fallows
during generate-sources phase, and is triggered implicitly by m2 generate-sources Any ideas on how to get a fully resolved compile classpath? Kind Regards, John Fallows. On 9/15/05, Kenney Westerhof [EMAIL PROTECTED] wrote: On Thu, 15 Sep 2005, John Fallows wrote: Hi, For now, you have

[m2] warnings about invalid poms, ignored for artifact resolution

2005-09-15 Thread John Fallows
-components trunk, r289147. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] optimizing custom plugin execution

2005-09-09 Thread John Fallows
? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] plugin tests?

2005-09-08 Thread John Fallows
() is called. Is there any existing solution for this? Perhaps a reusable JUnit TestCase base class that could be extended? Thanks in advance, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [m2] plugin tests?

2005-09-08 Thread John Fallows
in the real M2 runtime? Kind Regards, John Fallows. On 9/8/05, Kenney Westerhof [EMAIL PROTECTED] wrote: On Thu, 8 Sep 2005, John Fallows wrote: You could try out the maven-it-plugin in the sandbox, if you're using svn head. Just place test projects in src/it/ and bind the maven-it-plugin

[m2] plugin as module, timestamp checking and jar install

2005-09-07 Thread John Fallows
, then no need to copy? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] plugin as module, timestamp checking and jar install

2005-09-07 Thread John Fallows
incrementally, using a simple timestamp check. Thoughts? Kind Regards, John Fallows. On 9/8/05, John Fallows [EMAIL PROTECTED] wrote: I'm developing a source generation plugin as a project module with the following structure: project/ plugin/ api/ impl/ where the plugin is part

[m2] customize default excludes?

2005-09-06 Thread John Fallows
would like to add our custom admin subdirectory to the default exclusion list. Is this possible? Perhaps something in settings.xml under M2_HOME? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED

[m2] trunk, r231365 unable to deploy

2005-08-11 Thread John Fallows
for pom.xml and stack trace. Thanks for any help you can provide. Kind Regards, John Fallows. project modelVersion4.0.0/modelVersion groupId.../groupId artifactId.../artifactId version.../version packagingpom/packaging repositories repository idcorporate-central/id

Re: [m2] marmalade-parent pom 1.0-a3 malformed?

2005-08-11 Thread John Fallows
Seems okay now, after completely deleting my ~/.m2/repository and letting everything dowload again. Kind Regards, John Fallows. On 8/9/05, Brett Porter [EMAIL PROTECTED] wrote: really? it looks ok in the repository. Can you try removing it locally and letting it get downloaded again? Thanks

Re: [m2] trunk, r231365 unable to deploy

2005-08-11 Thread John Fallows
settings also triggers the exception during m2 deploy. Kind Regards, John Fallows. On 8/11/05, John Fallows [EMAIL PROTECTED] wrote: Is there a problem with deployment on the m2 trunk, r231365? My project has pom packaging, with a distributionManagement section that contains repository

[m2] bootstrapping settings.xml in a corporate environment

2005-08-11 Thread John Fallows
this part of the problem. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] bootstrapping settings.xml in a corporate environment

2005-08-11 Thread John Fallows
Thanks for the info Kenney, I'll be sure to send more information to the mailing list as it is discovered. Btw, should we file this as a JIRA issue to make sure that such overriding is explicitly supported by Maven2? Kind Regards, John Fallows. On 8/11/05, Kenney Westerhof [EMAIL PROTECTED

[m2] trunk, r231316 clean:clean does not recurse by default

2005-08-10 Thread John Fallows
Is this expected? It seems that the old behavior can be achieved using m2 -r clean:clean. Perhaps a new lifecycle will be added so that one can just do m2 clean? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL

Re: [m2] trunk, r231316 clean:clean does not recurse by default

2005-08-10 Thread John Fallows
, or is it a deliberate change? Kind Regards, John Fallows. On 8/10/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Aug 10, 2005 at 10:50:52PM +, John Fallows wrote: Is this expected? For non-POM projects (packaging == pom) this is the default and has always been link that. For project with packaging

[m2] marmalade-parent pom 1.0-a3 malformed?

2005-08-09 Thread John Fallows
to correctly wrap connection, developerConnection, etc. As a workaround, I just modified the cached marmalade-parent pom in ~/.m2/repository. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[m2] version string loses a zero during dependency resolution for pom

2005-08-09 Thread John Fallows
Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] plugin parameter value configuration for non primitive types?

2005-08-01 Thread John Fallows
/ /nested /anything /configuration /plugin Thanks Peter, this is certainly very useful for passing XML fragments. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[m2] jsp syntax verification

2005-07-20 Thread John Fallows
to the web container. It would be useful to automatically fail the build when invalid JSP syntax is used. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] slow filtered resources

2005-07-19 Thread John Fallows
more discoverable? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] NPE in maven-javadoc-plugin

2005-07-18 Thread John Fallows
On 7/16/05, Brett Porter [EMAIL PROTECTED] wrote: On 7/12/05, John Fallows [EMAIL PROTECTED] wrote: I just noticed a NPE in the Maven2 Javadoc Report that occurs when organizationname.../name/organization is not present in the POM. Do I just file this bug against MNG/maven-reports

Re: [m2] deploy and release information

2005-07-18 Thread John Fallows
On 7/16/05, Brett Porter [EMAIL PROTECTED] wrote: It should work. Please file a JIRA issue. Done, filed issue MNG-606. http://jira.codehaus.org/browse/MNG-606 Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL

Re: [m2] plugin as module?

2005-07-18 Thread John Fallows
On 7/16/05, Brett Porter [EMAIL PROTECTED] wrote: I think you had a pretty good handle on everything else in here, but on this point: On 7/8/05, John Fallows [EMAIL PROTECTED] wrote: But, the reactor does not seem to notice that one of the modules is actually a plugin that is used

[m2] slow filtered resources

2005-07-18 Thread John Fallows
? Then the rule would be: 1. if it is Java source, put it in java/ 2. if it is a static resource, put it in resources/ 3. if it is a filtered resource, put it in filtered-resources/ Kind Regards, John Fallows. - To unsubscribe, e-mail

Re: [m2] plugin parameter value configuration for non primitive types?

2005-07-15 Thread John Fallows
Thanks Kenney, this is very helpful. :-) Would you mind posting a message to this email thread that contains a link to the APT documentation after is available on maven site? Kind Regards, John Fallows. On 7/15/05, Kenney Westerhof [EMAIL PROTECTED] wrote: On Fri, 15 Jul 2005, John Fallows

[m2] MNG-320 .svn files get copied in the generated WAR file

2005-07-14 Thread John Fallows
that all the hard work was done in Plexus-utils to support a version of FileUtils.copyDirectoryStructure that also takes includes and excludes, but it is not being called from WarMojo. Should MNG-320 be reopened, or is something else going on here? Kind Regards, John Fallows

[m2] plugin parameter value configuration for non primitive types?

2005-07-14 Thread John Fallows
= Collections.EMPTY_SET; configuration items???/items /configuration Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] migrating reports from m1

2005-07-13 Thread John Fallows
On 7/12/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: John Fallows wrote: We have a custom report that generated a bunch of xdoc files for Maven1, and would like to know the easiest way to migrate that report to Maven2. Can we continue to generate xdoc files and then transform those

Re: [m2] maven checkstyle report customization

2005-07-13 Thread John Fallows
Regards, John Fallows - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] MavenProject.add(Test)ResourceRoot

2005-07-13 Thread John Fallows
or src/test/resources directory. However, looking at MNG on Jira, there doesn't seem to be as issue for this - maybe I missed it. Is this functionality already scheduled for inclusion in beta-1? Kind Regards, John Fallows

Re: [m2] maven checkstyle report customization

2005-07-13 Thread John Fallows
On 7/13/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: John Fallows wrote: Is the maven-checkstyle-plugin aligned with the Maven2 beta-1 release, and therefore scheduled for mid July? I hope we can do it for the beta-1 release. I have filed JIRA issue MNG-587 to help track

[m2] NPE in maven-javadoc-plugin

2005-07-11 Thread John Fallows
. This was also unexpected. Is that a bug in maven2 core, or the maven2 javadoc report? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] maven javadoc report and asserts

2005-07-11 Thread John Fallows
, there doesn't appear to be any way to specify the source syntax information to the maven javadoc report. Is it possible today, or should I file an enhancement request on JIRA? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL

[m2] maven checkstyle report customization

2005-07-11 Thread John Fallows
/resources would be on the classpath during plugin execution only, and would not contribute to either compilation or test classpaths. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [m2] maven javadoc report and asserts

2005-07-11 Thread John Fallows
/groupId artifactIdmaven-javadoc-plugin/artifactId configuration minmemory128m/minmemory maxmemory512/maxmemory ... /configuration /plugin /plugins ... /build ... /project Looks perfect, thanks. :-) Kind Regards, John

[m2] migrating reports from m1

2005-07-11 Thread John Fallows
report generation rather than writing an intermediate xdoc file? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Filtered resources and the POM

2005-07-08 Thread John Fallows
me know if I should file an issue or not on JIRA. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Plugin never invoked (m2)

2005-07-07 Thread John Fallows
. Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] incorrect groupId, artifactId, version used during pom install

2005-07-07 Thread John Fallows
] It doesn't appear to be limited to pom packaging, after changing to jar packaging, the m2 install behavior is still incorrectly influenced by the existence of pluginManagement in the pom. Is this a known issue? Kind Regards, John Fallows

Re: [m2] incorrect groupId, artifactId, version used during pom install

2005-07-07 Thread John Fallows
On 7/7/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Can you create a jira issue? Done, filed jira issue MNG-588. http://jira.codehaus.org/browse/MNG-558 Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED

[m2] Transitive dependencies excluded from classpath for parent defined pluginManagement plugins

2005-07-07 Thread John Fallows
element is transferred into the local pom, everything works as expected. Is this a known problem? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] inherited plugin configuration is not applied to subprojects

2005-07-07 Thread John Fallows
project still complains about the assert keyword, introduced in Java 1.4. When the plugin configuration is transferred to the child pom directly, then the correct configuration is used, as expected. Is this a known problem? Kind Regards, John Fallows

[m2] plugin as module?

2005-07-07 Thread John Fallows
implementation is far less than the shared metadata files. What is the recommended best practice for this sort of sharing problem? Should we splitting the maven-plugin and tools metadata into separate projects? Probably. Kind Regards, John Fallows

[m2] deploy and release information

2005-07-07 Thread John Fallows
m2 deploy does not include RELEASE information by default. Presumably this works as designed to avoid accidental release publishing during nightly build deployment? m2 -DupdateReleaseInfo=true deploy breaks on first deploy with a FileNotFoundException. Is this a known issue? Kind Regards, John

Re: [m2] Custom Plugins for alpha-3

2005-06-25 Thread John Fallows
Thanks for the diagnosis. Can you put it in JIRA for us? Done, issue MNG-527. http://jira.codehaus.org/browse/MNG-527 Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[m2] Custom Plugins for alpha-3

2005-06-24 Thread John Fallows
. Unfortunately, this is causing a build failure, because my custom plugins are in a different groupId, so this automatic check cannot succeed. Is this a known issue? Kind Regards, John Fallows. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [m2] Custom Plugins for alpha-3

2005-06-24 Thread John Fallows
to service the request. If the order of pluginRepository entries is reversed, such that the first entry actually contains the requested plugin, then the RELEASE version is determined and the build succeeds. Kind Regards, John Fallows. On 6/24/05, Brett Porter [EMAIL PROTECTED] wrote: Hi John

Re: [m2] Project relative dependencies

2005-06-17 Thread John Fallows
Brett, Thanks for the pointers, see below. On 5/29/05, Brett Porter [EMAIL PROTECTED] wrote: On 5/28/05, John Fallows [EMAIL PROTECTED] wrote: Perhaps we could also create a custom wagon implementation, similar to the FileWagon, but resolve the dependencies from a project-relative

  1   2   >