Re: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Jeffrey Bonevich
We are doing this with both WSAD and RAD with minimal problems using Maven 1.0.2. I wrote a maven.xml script that we run to copy all jar files into the EAR project for development, and declare dependencies in the EAR project's project.xml that get them included in the build for runtime. The

Re: MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Jeffrey Bonevich
Christian - This should really get posted to [EMAIL PROTECTED] as it is a mevenide plugin question. Regardless, you are seeing the result of relying on internal eclipse libraries in 3.1 that do not exist in 3.0. This will be corrected soon. However, note that it does not actually prevent

Re: Maven IDE and Eclipse 3.1

2005-07-02 Thread Jeffrey Bonevich
[EMAIL PROTECTED] wrote: I just installed Eclipse 3.1 and the Maven IDE from (http://mevenide.codehaus.org/update/3.0/site.xml). The Maven IDE appears to be installed correctly, but it doesn't recognize the project.xml. It does recognize the plugin.jelly of the plugins I have written. I have

Re: Maven 1.1 will require JDK 1.4 to run

2005-05-01 Thread Jeffrey Bonevich
I do not think it is an inconvenience. IBM is dropping all support for WAS 4 in very short order (I believe it is the end of April, which means yesterday). Java itself is supporting 1.5 as the current production JDK. I think Maven has keep moving forward with the times. Unlike many OSS

Re: Reconciling WSAD and Maven

2005-02-02 Thread Jeffrey Bonevich
Thomas Recloux wrote: On Tue, 01 Feb 2005 17:41:28 -0500, Jeffrey Bonevich [EMAIL PROTECTED] wrote: My experience : On my project, all the team (20 developpers) is using WSAD 5.1 with maven, we are not using the J2E2 Modules of WSAD, all our projects are Java projects. So I take it you do

Re: code review plugin

2005-01-17 Thread Jeffrey Bonevich
dIon or another project lead - Is it appropriate to donate a plugin to the maven project? or should I take it up with the maven-plugins sf project? Not sure what the proper etiquette is. jeff Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up

code review plugin

2005-01-15 Thread Jeffrey Bonevich
Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to tasklist? I basically just specialized the vdoclet plugin to do some very specific

Re: Michele Forte/SwissRe is out of the office.

2004-07-24 Thread Jeffrey Bonevich
Somebody remove this guy from the list, please! or at least block the reply-to... [EMAIL PROTECTED] wrote: I will be out of the office starting 24/07/2004 and will not return until 08/08/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter :

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Jeffrey Bonevich
Congrats, folks. It's been a long haul but worth the wait! jeff Brett Porter wrote: The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project

Re: [ear plugin] Including common jars into ear

2004-03-04 Thread Jeffrey Bonevich
(1) Yes, you can add POJJ (plain ol' java jars) to an EAR file, root or elsewhere. You will have to modify the MANIFEST.MF files of your modules (ejb, war, etc.) to load classes from the specific jars. Not sure, but am willing to bet a nickle that Maven can do the manifest stuff for you.

Re: cvs checkout of multiple subprojects [newbie]

2004-01-29 Thread Jeffrey Bonevich
For mevenide we are using a simple shell/batch script that does all the checkout and then runs maven to build; not using maven per se to do this initial stuff. I believe there is also a bootstrap concept for maven install that you might be able to adapt, but have not dealt with this. For the

Re: Announcement Feature

2004-01-24 Thread Jeffrey Bonevich
There is no link from the plugins page: http://maven.apache.org/reference/plugins/optional/optional.html jeff Vincent Massol wrote: -Original Message- From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED] Sent: 22 January 2004 06:05 To: Maven Users List Subject: Re: Announcement Feature

Re: Maven Presentation For Maven and Developers?

2004-01-23 Thread Jeffrey Bonevich
That book has been a year in the coming. Any clue if this is for 'real'? jeff [EMAIL PROTECTED] wrote: Hi - Outside of the Goals and Getting Started Guide on http://maven.apache.org, Wrox will be coming out with a new book soon: Professional Java Tools for Extreme Programming : Ant, XDoclet,

Re: Announcement Feature

2004-01-21 Thread Jeffrey Bonevich
Don't know about 'Announcement', but there is a Changes report in Maven that you can populate from an xdoc-based changes.xml page. See http://maven.apache.org/reference/plugins/changes/ or you could just create your own using the standard xdocs. I have done the latter before. jeff ami

Re: Announcement Feature

2004-01-21 Thread Jeffrey Bonevich
Correction to myself: looks like there is a new plugin in the works called 'announcement'. Source is here: http://cvs.apache.org/viewcvs.cgi/maven-plugins/announcement/ Nothing on the maven site yet, so I assume it is not official. Comments, Jason or Vincent? jeff Jeffrey Bonevich wrote

Re: Tool to create project.xml?

2003-12-22 Thread Jeffrey Bonevich
This discussion properly belongs on the mevenide help or user list. That said, you should see a 'Maven' preferences page, and a 'Maven' item in the popup menu over resources in the Java (or other) navigator. For more, or if you are not seeing these, please post to the sourceforge lists. jeff

Re: Tool to create project.xml?

2003-12-19 Thread Jeffrey Bonevich
maven genapp will create a basic one. Also, the mevenide project is working on tools to create, edit and synchronize POM files (http://mevenide.sourceforge.net). jeff [EMAIL PROTECTED] wrote: Hi, is there a tool to create a 'project.xml'? Thanks, -Conrad

Re: Update Eclipse .classpath after running maven eclipse

2003-12-17 Thread Jeffrey Bonevich
This is an issue with Eclipse and CVS, not Maven. Tell your teammate to do one of the following: (1) move .classpath in his eclipse project out of the way and cvs update (you might have to exit eclipse to do this) (2) manually add .classpath to his CVS/Entries file (at the project top level) -

Re: multiproject home page

2003-12-10 Thread Jeffrey Bonevich
with the exception of navigation,xml, but that one is a special case AFAIK. jeff [EMAIL PROTECTED] wrote: btw, xdocs aren't run through velocity. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Nathan Coast [EMAIL PROTECTED] wrote on 10/12/2003 07:41:50

[SOOT] Maven IDE

2003-12-09 Thread Jeffrey Bonevich
Jason - Saw your post on Maven Dairies regarding Maven IDE. http://blogs.codehaus.org/projects/maven/archives/000276.html Just curious, what is a 'Maven IDE' and what would the relationship be with mevenide project? jeff -- jeff bonevich mailto: [EMAIL PROTECTED] Any sufficiently advanced

Re: Comments property on License

2003-12-02 Thread Jeffrey Bonevich
only. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich [EMAIL PROTECTED] wrote on 03/12/2003 12:14:07 PM: Cool. There seems to be a pattern of the base POM classes extending BaseObject, which has name and id properties, but not necessarily

Comments property on License

2003-11-29 Thread Jeffrey Bonevich
I am working on the POM editor for mevenide's Eclipse plugin. Hoping someone in the know could answer this question: The License class has properties: name, distribution, url, and comments. Comments is not discussed in the reference docs, nor is it in the current version of the XSD for

Re: Variable substitution in xdocs

2003-11-23 Thread Jeffrey Bonevich
Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich [EMAIL PROTECTED] wrote on 21/11/2003 06:02:20 PM: I have tried setting up a very simple multiproject (a master project and one subproject) - still no go for $pom or $project. Definetely gets

Re: how to use multi-projects with eclipse

2003-11-20 Thread Jeffrey Bonevich
eclipse don't workm that way (unless root is the eclipse project and the subprojects are just directories under that, in which case you would only end up with one jar file, one .classpath, one .project). I do this like so: (workspace) |--master-project ||-project.xml etc.

Re: how to use multi-projects with eclipse

2003-11-20 Thread Jeffrey Bonevich
Nicolas De Loof wrote: Thank's for reply. Using this, how do you use multiproject goals ? Is it enough to set maven.multiproject.includes=../subproject1/project.xml, ../subproject2/project.xml ? Yep, although I customize a lot in project.properties (particularly you can set 'goal=' and

Re: Variable substitution in xdocs

2003-11-20 Thread Jeffrey Bonevich
steal the stuff from multiproject. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich [EMAIL PROTECTED] wrote on 20/11/2003 11:12:41 AM: I want to refer to pom specific values in my navigation.xml file (i.e. current version, etc.). Can I do

Variable substitution in xdocs

2003-11-19 Thread Jeffrey Bonevich
I want to refer to pom specific values in my navigation.xml file (i.e. current version, etc.). Can I do variable substitution in xdoc plugin? Since it is velocity based I assume so, but I can find no documentation that tells me what variables I can refer to. ${pom} and ${reactorProject} do

Re: High ASCII in java code not compiling under Maven

2003-11-10 Thread Jeffrey Bonevich
Yep, already did that too. Just wanted to figure out if there was an easier way around this for the future. Turns out that 'maven.compile.encoding = iso8859-1' does the trick as well. jeff Martin Skopp wrote: Hi Jeff, On Fri, 2003-11-07 at 01:11, Jeffrey Bonevich wrote: I have a character

Re: High ASCII in java code not compiling under Maven

2003-11-06 Thread Jeffrey Bonevich
Thanx. That did the trick. jeff Erdfelt, Joakim wrote: We had success with the 'maven.compile.fork=true' and 'maven.compile.encoding=iso8859-1' properties defined at the maven-java-plugin web page. http://maven.apache.org/reference/plugins/java/properties.html /* joakim erdfelt */

Re: Eclipse plugin

2003-11-05 Thread Jeffrey Bonevich
Vikas Phonsa wrote: Hi everybody, I'm using eclipse based wsad IDE and after a discussion in this list was trying to use genapp and the eclipse plugins to start my projects. But I'm having some issues. Here's what's going on: 1. If uI se genapp out side the IDE to generate a project folder and

maven.test.dest property not set for test:test preGoal

2003-10-18 Thread Jeffrey Bonevich
Got a maven.xml file with the following: preGoal name=test:test echomaven.test.dest (before)= ${maven.test.dest}/echo attainGoal name=mevenide:prepare-fs/ /preGoal goal name=mevenide:prepare-fs echomaven.test.dest = ${maven.test.dest}/echo echomaven.build.dir =

Re: maven.test.dest property not set for test:test preGoal

2003-10-18 Thread Jeffrey Bonevich
Am I correct in thinking that the scope of individual plugin properties does not extend to preGoals and postGoals? Did some more testing (e.g. with the maven-jar-plugin and trying to get at 'maven.jar.excludes') and this seems to be the case. jeff Jeffrey Bonevich wrote: Got a maven.xml file

Re: StackOverflowException on ant:property

2003-10-17 Thread Jeffrey Bonevich
in a plugin totally unrelated to the cruisecontrol plugin (which is not referenced in the project or maven.xml script AFAIK)? Would it not report a failure in processing project.properties, if indeed that is the issue? jeff Jeffrey Bonevich wrote: As I noted in the original post, we had tried

Re: StackOverflowException on ant:property

2003-10-09 Thread Jeffrey Bonevich
? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich [EMAIL PROTECTED] wrote on 09/10/2003 09:43:11 PM: [EMAIL PROTECTED] wrote: What's the line of code on file:/usr/local/maven/plugins/maven-eclipse-plugin-plugin-0.1.1- SNAPSHOT/:238:43: i.e. line

Re: StackOverflowException on ant:property

2003-10-08 Thread Jeffrey Bonevich
-eclipse-plugin-plugin-0.1.1-SNAPSHOT/:238:43: ant:property java.lang.StackOverflowError Total time: 19 seconds Finished at: Wed Oct 08 22:46:09 EDT 2003 Any clues where to start looking? jeff Jeffrey Bonevich wrote: I am working on the mevenide plugin, and we are using ant:property to get

StackOverflowException on ant:property

2003-10-05 Thread Jeffrey Bonevich
, but rather for our maven.xml script or project def. All attached. jeff -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff at bonevich dot com http://www.bonevich.com Make me a fire and I'm warm for a night. Set me on fire and I'm warm for the rest of my life. - Ancient

Re: AW: Maven book and user input

2003-10-01 Thread Jeffrey Bonevich
it was delayed til October and may have switched publishers. Any one got details? jeff -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff at bonevich dot com http://www.bonevich.com Make me a fire and I'm warm for a night. Set me on fire and I'm warm for the rest of my life

[OT] Re: [ANN] StatCvs plugin 2.0 released

2003-09-21 Thread Jeffrey Bonevich
in the reports section of project.xml? I am looking for some hook like: grep the plugin.jelly files under ${maven.home}/plugins for some keyword (like 'maven_report=true' or some such silliness). Life could only be so easy jeff -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff

Re: [REQUEST] upload jsch 0.1.7

2003-09-10 Thread Jeffrey Bonevich
! -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff at bonevich dot com http://www.bonevich.com Make me a fire and I'm warm for a night. Set me on fire and I'm warm for the rest of my life. - Ancient Didactical Saying

Re: Maven Eclipse

2003-08-21 Thread Jeffrey Bonevich
? If so, can you please list the steps required for integration. -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff at bonevich dot com http://www.bonevich.com Make me a fire and I'm warm for a night. Set me on fire and I'm warm for the rest of my life. - Ancient Didactical Saying

[OT] JIRA and CVS

2003-08-14 Thread Jeffrey Bonevich
? Is any one aware of open source (or OSS-friendly) issue tracking software that has this level of integration with CVS? I appreciate any responses I get, and they can be off the list as well if that works better. jeff -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff

License plugin and report

2003-07-31 Thread Jeffrey Bonevich
to the report). I am still a bit new to maven, so please be gentle. jeff -- Jeffrey Bonevich Ann Arbor, Michigan bonevich at covad dot net jeff at bonevich dot com http://www.bonevich.com Make me a fire and I'm warm for a night. Set me on fire and I'm warm for the rest of my life. - Ancient Didactical