Re: [m202] site:site exepction

2006-02-10 Thread Lee Meador
I think the key part is this: javadoc: Error reading file: C:/opt/furlm2/core/trunk/.. /ppw-project-settings/packagelists/ppw-bean-II/package-list Why would it not read that file when generating the javadocs? -- Lee Meador On 2/10/06, Mick Knutson [EMAIL PROTECTED] wrote: I just upgraded

Re: What scope is like 'provided' and 'test' together?

2006-02-06 Thread Lee Meador
On 2/3/06, Lee Meador [EMAIL PROTECTED] wrote: I have a jar (webservices.jar) that I need for these things: 1) Compile main source. 2) Run tests in projects that are dependant on this one. But not for running the main source since that will run in the ejb container. scopeprovided

Re: M2.0.2 Source Xref and JavaDocs

2006-02-06 Thread Lee Meador
modules. Anyone has an example of how to handle multiple-project dependencies and have the site generated properly? kind regards, Javed -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2eclipse] Eclipse WebTools and Maven2 Publishing Failed

2006-02-03 Thread Lee Meador
: Building Rich Internet Components, Apress -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: How to install sources

2006-02-03 Thread Lee Meador
commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] processing more than one module without binding the subs to a parent pom!

2006-02-03 Thread Lee Meador
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

What scope is like 'provided' and 'test' together?

2006-02-03 Thread Lee Meador
to put the dependency in the other project even though it is only needed when running the test that references this project. That seems wrong in some way. Any ideas? -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: Maven integration with WAS5

2006-01-31 Thread Lee Meador
will only run if you use ws-ant which is a customized version of ant that uses the IBM JDK among other things. It's a pain and it doesn't seem to work very well. Perhaps the Cargo project will rescue us if some support for Websphere is added. Thanks. -- Lee Meador On 9/21/06, [EMAIL PROTECTED

Re: [m2] maven-checkstyle-plugin 2.0 can't be retrieved

2006-01-31 Thread Lee Meador
version2.0/version in the POM. Thanks. -- Lee Meador On 1/31/06, Kristof Vanbecelaere [EMAIL PROTECTED] wrote: I manually removed a beta from my local repository. I refer to the plugin using plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven

Re: Maven integration with WAS5

2006-01-31 Thread Lee Meador
. -- Lee Meador On 1/31/06, Mike Perham [EMAIL PROTECTED] wrote: For websphere 6 I've found that bypassing the IDE integration and using Websphere Rapid Deploy is the most reliable process so far. My ear build just copies the EAR to the WRD directory and it is auto-reloaded. -Original Message

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
with nothing. Why is it not checking the central repository for this plugin? Is there extra configuration needed to build a web project? Thanks. _Mang -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] Cannot find maven-war-plugin

2006-01-31 Thread Lee Meador
There is a war plugin. I am using it in my build. I just ran the build and it worked fine. Perhaps someone else has more insightful help for you. Sorry. -- Lee Meador On 1/31/06, Mang Jun Lau [EMAIL PROTECTED] wrote: I have no proxy. Further, I've downloaded something from the central

Re: [m2] maven-checkstyle-plugin 2.0 can't be retrieved

2006-01-31 Thread Lee Meador
works. thanks On 1/31/06, Brett Porter [EMAIL PROTECTED] wrote: My mistake. I will correct the metadata. On 2/1/06, Lee Meador [EMAIL PROTECTED] wrote: I have the same thing as Kristof in my parent POM in the reportingplugins section. There is no reference in the child POM. I removed

Re: Adding generated source to jxr report

2006-01-30 Thread Lee Meador
van Zyl [EMAIL PROTECTED] wrote: Lee Meador wrote: Is there a way to add the path for some generated sources to the list of things that jxr will put in its cross reference of source files? They aren't? I'm looking at the JXR plugin over at the mojo project and the source directories

Adding generated source to jxr report

2006-01-27 Thread Lee Meador
Is there a way to add the path for some generated sources to the list of things that jxr will put in its cross reference of source files? Thanks. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: How to create a dummy POM

2006-01-27 Thread Lee Meador
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Lee Meador
windows home directory (C:\Documents and Settings\...). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [M2] Ant attrib task

2006-01-24 Thread Lee Meador
So, where are the ant jars kept for the Maven antrun plugin? Excuse the repost but I got no response for 6 days. Perhaps nobody knows a thing about the problem but I did want the one question at the bottom answered if possible. Thanks -- Lee On 1/18/06, Lee Meador [EMAIL PROTECTED] wrote

Re: [m2] Generating was5 ejb code ?

2006-01-24 Thread Lee Meador
the commands there. I came up with the list of jars for it. -- Lee Meador On 1/23/06, Marcel Schutte [EMAIL PROTECTED] wrote: Hi Malcolm, Are the EJB classes it is complaining about inside the jar you are trying to generate the deploy code for? I seem to recall that WAS doesn't like it when

Re: Another CLASSPATH question

2006-01-18 Thread Lee Meador
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

[M2] Ant attrib task

2006-01-18 Thread Lee Meador
. Where is ant coming from? Thanks. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [ANN] Maven 2.0.2 Release

2006-01-17 Thread Lee Meador
The link doesn't work for me: You can find the change log for this release here: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500fixfor=12125 -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: unit test fails for 'package' but not 'site' or 'test'

2006-01-06 Thread Lee Meador
know when they will come back. Oh well. -- Lee Meador On 1/5/06, Lee Meador [EMAIL PROTECTED] wrote: More news: I told it to ignore surefire failures/errors on that project and it failed on another (without excludes. I repeated that a few times but it is still failing on a bunch of my projects

Re: m2 plugin config problems with eclipse

2006-01-05 Thread Lee Meador
] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: unit test fails for 'package' but not 'site' or 'test'

2006-01-05 Thread Lee Meador
I did notice (replying to my self) that the failing project is the only one with an excludes on the surefile plugin. On 1/5/06, Lee Meador [EMAIL PROTECTED] wrote: When I do 'mvn site' or 'mvn test' the tests run on all my projects. They don't fail. When I do 'mvn package', one test fails

Re: unit test fails for 'package' but not 'site' or 'test'

2006-01-05 Thread Lee Meador
is not found. All these tests still work for site or test. What to do? Thanks. On 1/5/06, Lee Meador [EMAIL PROTECTED] wrote: I did notice (replying to my self) that the failing project is the only one with an excludes on the surefile plugin. On 1/5/06, Lee Meador [EMAIL PROTECTED] wrote: When I

unit test fails for 'package' but not 'site' or 'test'

2006-01-05 Thread Lee Meador
that can't be found) is listed. I have a parent/base project and a bunch of child projects sitting in folder beside the folder for the parent. That leaves a lot of ..s in the POMs but hasn't been a problem to this point. I don't know where to go from here. Help? Thanks. -- Lee Meador Sent from gmail

Re: [m2] how to use mvn to check out from subversion?

2006-01-04 Thread Lee Meador
The informative links on the left menu bar on that page go nowhere. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] mvn site : not working?

2006-01-04 Thread Lee Meador
] -- To Iterate is Human, to Recurse, Divine James O. Coplien, Bell Labs -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

How do I add a description to the site

2006-01-04 Thread Lee Meador
When you do mvn site:site it generates a bunch of web pages. The welcome page seems to want a description and says, by default, that there is no description available. How do you add an informative description? Thanks. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: M2: Subprojects and common resources....

2005-12-28 Thread Lee Meador
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: M2: Subprojects and common resources....

2005-12-28 Thread Lee Meador
December 2005 10:42, Lee Meador wrote: Since I use Eclipse I have to sort of flatten out the project structure. So the structure looks like this: base + build (this is parent, children are ../ear and ../war1 and so forth) + ear (parent is ../build) + war1 (ditto) + war2 + jar1

Re: Reports: Where are the docs?

2005-12-27 Thread Lee Meador
several questions at once, how do I get it to fill in interesting values for. Document Description Continuous Integration Dependencies Issue Tracking Mailing Lists Project License Project Team Source Repository There are currently only defaults in the generated reports. thanks. -- Lee Meador On 12

Re: Reports: Where are the docs?

2005-12-27 Thread Lee Meador
I'm replying to my own email. Duh? On 12/27/05, Lee Meador [EMAIL PROTECTED] wrote: Several things: 1) This page: http://mojo.codehaus.org/surefire-report-maven-plugin/howto.html has an example of using the surefire report. Their example gives the version number with SNAPSHOT on the end

Re: Reports: Where are the docs?

2005-12-27 Thread Lee Meador
://www.apache.org//url /organization On 12/27/05, Lee Meador [EMAIL PROTECTED] wrote: I'm replying to my own email. Duh? On 12/27/05, Lee Meador [EMAIL PROTECTED] wrote: Several things: 1) This page: http://mojo.codehaus.org/surefire-report-maven-plugin/howto.html has an example

Re: Reports: Where are the docs?

2005-12-27 Thread Lee Meador
I did notice the generated docs seem to assume an HTTPS connection to Subversion for developers. Is there a way to change that text? Or am I making a mistake using svn:// for our developers since it's all on the intranet? (That is sort of off topic though.) On 12/27/05, Lee Meador [EMAIL

[M2] Checkstyle plugin issue

2005-12-27 Thread Lee Meador
( PackageNamesLoader.java:184) ... 24 more [INFO] - Anyone got any clues? -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [M2] Checkstyle plugin issue

2005-12-27 Thread Lee Meador
look at the difference between 4.0 and 4.1. Thanks. On 12/27/05, Carlos Sanchez [EMAIL PROTECTED] wrote: But the release version doesn't use checkstyle 4 On 12/27/05, Lee Meador [EMAIL PROTECTED] wrote: The only other version I tried was beta-1, the release version. I just found out

Re: Installation problem

2005-12-22 Thread Lee Meador
] - Any help would be very much appreciated David Abbs David Abbs EDS - Court Services Account UKNMSC 100 Napier Street, Sheffield, S11 8HD ( Phone:+1-0114 291 1338) (Mobile: 07765028732) + mailto:[EMAIL PROTECTED] -- -- Lee Meador

Reports: Where are the docs?

2005-12-22 Thread Lee Meador
can't even get it to find that plugin in the central repository. And the docs seem to be missing something that I can't seem to see. I have site docs but nothing is in them. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: Reports: Where are the docs?

2005-12-22 Thread Lee Meador
This is an M2 question. On 12/22/05, Lee Meador [EMAIL PROTECTED] wrote: I want to generate interesting reports. All I have been able to find says that you can get some reports by adding this reporting plugins plugin groupId org.apache.maven.plugins

Re: Maven and Continuous Integration

2005-12-20 Thread Lee Meador
. -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: Webservices plugin for M2

2005-12-08 Thread Lee Meador
There is an Axis plugin on codehaus: http://mojo.codehaus.org/wsdl2java-maven-plugin/ On 12/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there any webservices plugin available for Maven2. snip -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Lee Meador
jars in the base project but I'm just not sure how they were used. Sorry, -- Lee Meador On 11/28/05, Weston, Toby [EMAIL PROTECTED] wrote: Yep, all looks good, I've got the MAVEN_REPO\foo.jar in the .classpath file and marked as exported like this; classpathentry exported=true kind=var

Re: M2: Build error when building an individual module in a multi-module setup

2005-11-28 Thread Lee Meador
install:install-file -DgroupId=com.ibm.websphere \ -DartifactId=j2ee -Dversion=6.0.0 \ -Dpackaging=pom -Dfile=/temp/j2ee.pom Thats it. I don't think this is a permanent solution. Someone else may have a better way to do this. -- Lee Meador On 11/25/05, Gareth Powell [EMAIL PROTECTED] wrote: Hi

Re: When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-28 Thread Lee Meador
] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] Generating Source in Ant

2005-11-23 Thread Lee Meador
Well ... its finally in Jira. URL: http://jira.codehaus.org/browse/MNG-1660 There are changes to the javadocs and usage.xdoc. No changes to code, only the docs. -- Lee Meador On 11/21/05, Brett Porter [EMAIL PROTECTED] wrote: We're working on splitting them out, but for now all the issues

Re: [m2] Where to find javadocs for maven-project and maven-plugin-apis

2005-11-23 Thread Lee Meador
The command to load the plugin source is: svn co https://svn.apache.org/repos/asf/maven/plugins/trunk maven-plugins All the plugins will get put under the 'maven-plugins' folder. -- Lee Meador On 11/23/05, karthik gurumurthy [EMAIL PROTECTED] wrote: Hi All, I'm a maven beginner. I'm

Re: [M1] Maven with Websphere Application Developer anyone?

2005-11-22 Thread Lee Meador
projects and java projects. Hope this helps. -- Lee Meador On 11/22/05, Weston, Toby [EMAIL PROTECTED] wrote: Hi Folks, Is anyone using Maven based structures (in particular J2EE ones like webapps) with Websphere Application Developer (WSAD) or Rational Application Developer? I was just

Re: [M2] List of available Archetypes

2005-11-21 Thread Lee Meador
? Thanks and regards, Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED]

Re: [m2] Generating Source in Ant

2005-11-21 Thread Lee Meador
the maven2 project on the previous page and then clicking the open issues tab.) Any way .. on that page it shows 3 issues unter maven-antrun-plugin. How do I add a Jira issue in this case? Are there more instructions anywhere? thanks -- Lee Meador On 11/18/05, Brett Porter [EMAIL PROTECTED] wrote

Re: [m2] Generating Source in Ant

2005-11-18 Thread Lee Meador
. Where do I send this email? What should the subject look like? Does the patch file get attached or included? Thanks. -- Lee Meador On 11/17/05, Brett Porter [EMAIL PROTECTED] wrote: To edit this page: http://maven.apache.org/plugins/maven-antrun-plugin/run-mojo.html you edit the javadoc

Re: [m2] Generating Source in Ant

2005-11-17 Thread Lee Meador
? Thanks. -- Lee Meador On 11/16/05, Brett Porter [EMAIL PROTECTED] wrote: I'd recommend writing the plugin in Java and calling the Ant task using the Java API, then add the source root. This would help to encapsulate the functionality. - Brett On 11/17/05, Lee Meador [EMAIL PROTECTED] wrote

Re: [m2] Generating Source in Ant

2005-11-17 Thread Lee Meador
directory should be? Thanks. -- Lee Meador On 11/17/05, Lee Meador [EMAIL PROTECTED] wrote: I have this source: /** * Goal which runs ant and then adds some path to the compile source root list * * @goal run * @phase generate-sources * @description Run ant and then add a folder

Re: [m2] Generating Source in Ant

2005-11-17 Thread Lee Meador
fixing such a thing in the documentation but have no clue how to do so. I could spend an hour or two on it including ramp up time. So ... since I'm counting the cost ... what is the cost in time to do this. I guess I need to know before volunteering. Thanks. -- Lee Meador On 11/17/05, Brett

[m2] Generating Source in Ant

2005-11-16 Thread Lee Meador
other way to get it to look there? Thanks. -- Lee Meador - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2   3