RE: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
How do I get something into the roadmap? simon The information contained in this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If You are not the intended recipient of this e-mail, the use of this information or

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 06:50, [EMAIL PROTECTED] wrote: If you have a fix or a change you would like to be in maven 1.0, please ensure that: 1) It's in Jira ( http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 ) 2) it's in the roadmap (

Re: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Andy Jefferson [EMAIL PROTECTED] wrote on 31/07/2003 04:57:06 PM: Not sure how I get things into the roadmap but I have them all in JIRA. The issues I'd like in a 1.0 are See the previous post. Make sure the 'Fix Version/s:' is 1.0-rc1 MAVEN-587 - Changes plugin extension : I included a patch

RE: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Set the 'Fix Version/s' to 1.0-rc1 -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Simon Matic Langford [EMAIL PROTECTED] wrote on 31/07/2003 04:58:45 PM: How do I get something into the roadmap? simon The information contained in this e-mail is

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
dare I ask... how do I do that? I can't see anywhere to do it! simon The information contained in this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If You are not the intended recipient of this e-mail, the use

RE: jar to use shortDescription for Specification-Title ?

2003-07-31 Thread Michal Maczka
It's cleary described in http://maven.apache.org/reference/project-descriptor.html You might be right that current definition of that tag: xs:element name=shortDescription type='xs:string'/ can be more restrictive and match the documentation. Michal -Original Message- From: Paul

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Simon Matic Langford
how? where? I can't! there's no link anywhere to edit it (598) even though I created it s The information contained in this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If You are not the intended recipient of

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 08:59, [EMAIL PROTECTED] wrote: Edit the issue dare I ask... how do I do that? I can't see anywhere to do it! simon I can't find an edit the issue option ... I have the opportunity to comment on the issue, or attach file but that is all. Maybe only superusers

WEB Application Structure

2003-07-31 Thread Bateman, Patrick eMEDIA
I can't find any documentation or an example of how to structure a WEB application within a Maven project. Can I simply place a WEB-INF under the src/java directory and Maven will operate as usual, creating a war file?? Thanks Pat This email and any files transmitted with it are confidential

Re: WEB Application Structure

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 09:19, Bateman, Patrick eMEDIA wrote: I can't find any documentation or an example of how to structure a WEB application within a Maven project. Create a src/webapp/WEB-INF directory Put your deployment descriptors in there, and your JSP, images, html etc in src/webapp.

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Kai Runte
I couldn't add any issue, either. If I click on create a new issue, I cannot select any maven-look-alike topic. Anyway, the issue I have is the following: I would like to have an additional property in the javadoc plugin for setting an overview.html file (option -overview in javadoc).

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Ben Walding
Regular users can't assign things like a fix version. You'll have to request nicely on the mailing list such that someone assigns it the appropriate version. If you really really want it fixed, provide a patch - far more likely it'll be included into the rc1. Kai Runte wrote: I couldn't add

[cactus-plugin] How to pass VM flags?

2003-07-31 Thread Rademacher Tobias
Hi, I'm currently using the cactus plugin and I can report that it works very fine. I'm testing a file upload that internally writes a large file to disk using a NIO Byte Buffer. After updating to 1.4.2 I come in trouble with the new XX:MaxDirectMemorySize parameter which is set to 64k by

LinkCheck to check nothing ?

2003-07-31 Thread Paul Libbrecht
Hi Maveneres, Since b9 I never ever received a failure notification of linkcheck... in linkcheck.xml, for example, I have the following line which, to me, makes no real sense (we really have no fixme host down here!): result

aspectj compile error :(

2003-07-31 Thread hd
my maven is beta-10,use maven build aspectj code. help me. this is error output: [ajc] Compiling 2 source and 0 arg files to C:\japp\projects\HDTest\target\c lasses java.lang.ClassNotFoundException: org.aspectj.tools.ajc.Main at

RE: aspectj compile error :(

2003-07-31 Thread Dominik Dahlem
Do you have aspectj-tools-1.0.6.jar in your local repository? It appears to me that you have no problems finding the ajc ant task which is in aspectj-ant-1.0.6.jar. Whereas the class you're missing is in the above mentioned aspectj-tools-1.0.6.jar file. Make sure that you don't have a dependency

Problems with jar:install

2003-07-31 Thread Christian Goos
Hi, When running maven for the first time on a machine I have the following problem: When I run the jar:install-goal for the first time, maven starts downloading the required plugins. However it fails with the stack trace below. When I just run it again, maven continues to download the missing

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Jason van Zyl
On Thu, 2003-07-31 at 05:22, Ben Walding wrote: Regular users can't assign things like a fix version. You'll have to request nicely on the mailing list such that someone assigns it the appropriate version. If you really really want it fixed, provide a patch - far more likely it'll be

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Howard M. Lewis Ship
This bug is blocking me from moving Tapestry to Maven. http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-612 I don't feel that Maven has been flowing in what I would define as a normal alpha, beta cycle. During the beta cycle, Maven has changed singificantly and repeatedly. By my

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Kai Runte
On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote: Regular users can't assign things like a fix version. You'll have to request nicely on the mailing list such that someone assigns it the appropriate version. If you really really want it fixed, provide a patch - far more likely it'll

Adding a document under Project Documentation menu

2003-07-31 Thread BRUNOT Sébastien
Hi, Is there a simple way to specify maven (or the site plugin) that i want a new item to be generated under the standard Project Documentation menu (for exemple, a link to the project specifications, the project unit testing plan, ...) of the project site ? Can i use navigation.xml to achieve

Re: Fixes and changes for maven 1.0

2003-07-31 Thread James Ward
I can't seem to find the reactor console problems in jira, but I know we have talked about it a million times here on the list. I think that bug fix it crucial for 1.0. -James On Wed, 2003-07-30 at 23:50, [EMAIL PROTECTED] wrote: If you have a fix or a change you would like to be in maven

Re: Fixes and changes for maven 1.0

2003-07-31 Thread James CE Johnson
I can't seem to find the reactor Is that the problem where some funky sequence of reactor usage causes maven to forget what goals it has? I agree that's critical. Most of my reactor-based goals now have to exec a new maven instance in order for the build to proceed :-( console problems in

Re: JXR Plugin in Mavenb10

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 16:06, Kumar, Vaidhyanatha K. wrote: Whenever I have packages that have and underscore ex ( com.xyz._aaa.) , the JXR writes the class references to com.xyz instead of referring to com.xyz._aaa. Has anyone seen this? Reported a bug some time ago, and Dion fixed it in CVS

Maven Inheritance Use

2003-07-31 Thread Mark McBride
Has anyone found a good way to share a maven master project.xml for maven inheritance between multiple cvs modules? I noticed that the maven project itself (with regards to the plugins) stores all the plugin source in the same module so the master project.xml for all the plug-ins can be easily

generic pre/postGoal

2003-07-31 Thread Dominik Dahlem
Hi all, is there a way of specifying a generig pre/postGoal? Basically, I'd like to perform a particular task which is a precondition to all available goals. Is that doable with maven beta 10? Thx, Dominik - To unsubscribe,

Re: Junit system properties

2003-07-31 Thread Jefferson K. French
I put something like this in a test:test preGoal: j:set var=server.url value=${test.service}/ j:set var=server.name value=${server.name.local}/ j:set var=maven.junit.syspropertiesserver.url server.name/j:set The test:test goal will iterate through the maven.junit.sysproperties and set them

RE: Junit system properties

2003-07-31 Thread Neil Blue
Thank you Jefferson, Just what I was looking for. Cheers Neil -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 17:29 To: Maven Users List Subject: Re: Junit system properties I put something like this in a test:test preGoal: j:set

Updating JXR Plugin in Mavenb10

2003-07-31 Thread Kumar, Vaidhyanatha K.
I downloaded .../maven/src/plugins-build/jxr/. When I try maven jar:install , it does not work. This is the first time I am updating a plugin from CVS. Any tips will be highly appreciated. Thanks a lot. vaidhy -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent:

Re: Maven + Canoo : BUILD FAILED Target `' does not exist in this project

2003-07-31 Thread Siegfried Göschl
Hi all, within the Maven Canoo Webtest plugin I start a separate ANT process to execute Canoo WebTest (this is a design decision I'm currently rethinking - it stems from the fact that sometimes you are stuck to an older ANT version) It seems that ANT running under UNIX/LINUX has a problem

Re: Question: How to create a manifest classpath

2003-07-31 Thread Siegfried Göschl
Hi Erik, I'm not quite sure if I'm qualified to answer your question since this is the first time that I heard of a manifest classpath ... :-) ... but I asked Google. And Google knows a few things about it - you might find the relevant code it the maven.ejb-plugin ... Hope this helps,

Re: Question: How to create a manifest classpath

2003-07-31 Thread Erik Husby
Quoting Siegfried Göschl [EMAIL PROTECTED]: Hi Erik, I'm not quite sure if I'm qualified to answer your question since this is the first time that I heard of a manifest classpath ... :-) ... but I asked Google. And Google knows a few things about it - you might find the relevant code

RE: Question: How to create a manifest classpath

2003-07-31 Thread Michal Maczka
take a look what uberjar plugin does. Michal -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:21 PM To: Maven Users List Subject: Re: Question: How to create a manifest classpath Quoting Siegfried Göschl [EMAIL PROTECTED]: Hi Erik,

POM Properties Reference

2003-07-31 Thread Dave Ford
Where can I find a reference of all of the general Maven properties? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

multiproject exampe/genapp?

2003-07-31 Thread Kevin Ross
I messed with maven a while back, customizing the maven.xml with reactor (blah blah blah). Here comes the multiproject plugin, and whallah, I'm on a new project in need. Does anyone have a sample (possibly J2EE) app that I can use as a template? This would be a tremendous help. It would also

project/properties and multiproject inheritance broken?

2003-07-31 Thread Kevin Ross
I'm not even sure if I'm properly using properties in the pom, but it seems to work at the top level, and I want these properties to be inherited by my subprojects. Can anyone tell me if the behavior I expect is the behavior intended? If so, I'll be glad to file a bug... -Kevin Ross ?xml

RE:project/properties and multiproject inheritance broken?

2003-07-31 Thread Kevin Ross
I've solved my own problem. When I stole some of the files from Bob McWhirter/drools, I overrode the css. Since I killed those stylesheets, the properties have effect on the default sylesheet now. BTW- Can anyone shed any light on how the properties/ tag should be used. -Kevin -Original

RE: project/properties and multiproject inheritance broken?

2003-07-31 Thread Kevin Ross
in a bid for the longest running single user thread 1. CSS style properties work on parent and sub projects 2. Normal properties are not inherited. How does property inheritance work? What is the best practice to share properties across projects? -Kevin Ross -Original Message-

RE: install not working with reactor

2003-07-31 Thread Boris Ekelchik
I meant ejb:install, jar:install works fine. -Original Message- From: Boris Ekelchik Sent: Thursday, July 31, 2003 5:16 PM To: '[EMAIL PROTECTED]' Subject: install not working with reactor Top level maven.xml has: goal name=install-all !-- Install non-EJB jars --

Re: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Ben Walding [EMAIL PROTECTED] wrote on 31/07/2003 07:22:23 PM: Regular users can't assign things like a fix version. You'll have to request nicely on the mailing list such that someone assigns it the appropriate version. If you really really want it fixed, provide a patch - far more

RE: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Hi Simon, I've added them into the roadmap for 1.1, i.e. if someone does it for 1.0 fine, but it's not a showstopper. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Simon Matic Langford [EMAIL PROTECTED] wrote on 31/07/2003 07:24:45 PM: in that case,

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Jason van Zyl
On Thu, 2003-07-31 at 21:58, [EMAIL PROTECTED] wrote: Ben Walding [EMAIL PROTECTED] wrote on 31/07/2003 07:22:23 PM: Regular users can't assign things like a fix version. You'll have to request nicely on the mailing list such that someone assigns it the appropriate version. If you

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Jason van Zyl
On Thu, 2003-07-31 at 22:13, [EMAIL PROTECTED] wrote: Jira users can now edit issues. -1 I do not want users adding stuff that officially gets accepted as going into a version. That's just silly and that list will get out of control. They influence the selection they don't select. -- dIon

Re: install not working with reactor

2003-07-31 Thread James CE Johnson
I think this is a known problem, dunno if it's in jira. I know I've experienced something very similar if not out right identical and I *think* there was some discussion of it here a week or two ago. As I recall it has something to do with the goals getting lost when the reactor is invoked the

Re: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Kai, no patch came through. Maybe you could add this as a new issue in Jira? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Kai Runte [EMAIL PROTECTED] wrote on 31/07/2003 11:16:58 PM: On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote:

RE: Fixes and changes for maven 1.0

2003-07-31 Thread dion
I'd agree. Hence we're trying to define and limit the outstanding issues for our beta trail and then move to a release, followed by additional change. I've made this issue a fix for 1.0-rc1, and from memory the inheriting of groupId is an issue. I'm hoping we have a stabler version of maven

RE: Fixes and changes for maven 1.0

2003-07-31 Thread dion
Ok, I'm removing it now. Personally I don't agree. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jason van Zyl [EMAIL PROTECTED] wrote on 01/08/2003 12:21:21 PM: On Thu, 2003-07-31 at 22:13, [EMAIL PROTECTED] wrote: Jira users can now edit issues.

License plugin and report

2003-07-31 Thread Jeffrey Bonevich
I've noticed that I cannot get the license report to generate correctly from my LICENSE.txt file via the 'site' goal unless I first run the 'license' goal to generate the xml file. This seems wrong to me. Am I missing something? Also, even after manually running the license goal, the

Re: aspectj compile error :(

2003-07-31 Thread jbbis
hehe i fount error source i use aspectj 1.1.0 change aspectj plug-in's project.xml and project.jelly to 1.1.0 run is ok :) - Original Message - From: Dominik Dahlem [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 6:09 PM Subject: RE: aspectj

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Jason van Zyl
On Thu, 2003-07-31 at 22:37, [EMAIL PROTECTED] wrote: It'd save us from having to do the assignment in the first place. We can always reassign it when we don't like it. No, the -1 stands. If we need a better process to field requests then we have to set it up. Users cannot add features for a

In-Place Web Development

2003-07-31 Thread Dave Ford
How do people do in-place web development with Maven? I have been developing web apps in-place now for quite some time (pre-maven). By in-place, I mean the following: - My development servlet container (Resin) runs an un-jared web app - My development webapp and the executable webapp are one in

Re: WEB Application Structure

2003-07-31 Thread Dave Ford
I can't find any documentation or an example of how to structure a WEB application within a Maven project. Check out the Wiki: http://wiki.codehaus.org/maven/CreatingWebApplications Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Re: multiproject exampe/genapp?

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 21:34, Kevin Ross wrote: I messed with maven a while back, customizing the maven.xml with reactor (blah blah blah). Here comes the multiproject plugin, and whallah, I'm on a new project in need. Does anyone have a sample (possibly J2EE) app that I can use as a

Re: In-Place Web Development

2003-07-31 Thread Ben Walding
Take a look at http://wiki.codehaus.org/maven/CreatingWebApplications Dave Ford wrote: How do people do in-place web development with Maven? I have been developing web apps in-place now for quite some time (pre-maven). By in-place, I mean the following: - My development servlet container (Resin)

RE: In-Place Web Development

2003-07-31 Thread Brett Porter
This isn't really in place though.. Although it is quick enough for me. If you want it in place, what I've done in the past is have the target dir set to the current directory so that WEB-INF/lib and classes get populated by maven (everything else src=dest so its no problem), then symlink or

Re: Fixes and changes for maven 1.0

2003-07-31 Thread Diego Fernández
Please consider to fix the bug MAVEN-563 (http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-563) in the final version. :-) [EMAIL PROTECTED] wrote: If you have a fix or a change you would like to be in maven 1.0, please ensure that: 1) It's in Jira (