Re: Maven Release Plugin release:branch goal

2007-07-09 Thread DavidWilliams
Emmanuel, I did try that and I got the directory doesn't exist message from SVN. I'll run it again to be sure. Thanks, David Emmanuel Venisse [EMAIL PROTECTED] 07/09/2007 02:47 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc

Maven Release Plugin release:branch goal

2007-07-07 Thread DavidWilliams
Hi Everyone, Is there anyway to tell the release plugin, when doing the branch goal, the directory where to place the code in the branch. For example the plugin copies your code to the branches/-DbranchName directory. I would like it to place the code in the branches/-DbranchName/projectName

David Williams is out of the office.

2007-07-04 Thread DavidWilliams
I will be out of the office starting 07/04/2007 and will not return until 07/09/2007. I will respond to your message as soon as I return. If you need assistance, please contact Steve Kaminski in my absence. Thanks, David -

Re: [M2] mvn-qalab-plugin: qalab.xml

2007-06-26 Thread DavidWilliams
R.C. The qalab.xml is not in the target folder so it won't get deleted when you run mvn clean. This file is updated every time you run the QALAB plugin and the results from each run are stored in this file. Thanks, David CodingPlayer [EMAIL PROTECTED] 06/26/2007 04:21 AM Please respond

Re: javadoc:jar goal question

2007-06-21 Thread DavidWilliams
Ok. That would explain why it still separated them even when I set aggregate to true. Thanks for your response!! David Maria Odea Ching [EMAIL PROTECTED] 06/21/2007 12:35 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Tim I haven't. I missed that option while looking at all those other options. = ) What I would like to do is be able to list these javadoc jars as a dependency of another project. However they are installed to the same directory as the project jar. I'm thinking I need them in a separate

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Thank you Tim!!! I'll give that a try. David Tim Kettler [EMAIL PROTECTED] 06/21/2007 08:29 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: -javadoc jars No, with jarOutputDirectory/ you just tell the plugin

Re: -javadoc jars

2007-06-21 Thread DavidWilliams
Tim, I read the maven-dependency-plugin over and how would you tell the plugin to copy the javadoc jar and not the project jar? I did not see classifier as an option. From the maven-dependency-plugin website Collection of ArtifactItems to work on. (ArtifactItem contains groupId, artifactId,

-javadoc jars

2007-06-20 Thread DavidWilliams
Hi Everyone, Is there anyway to include the -javadoc jars created by the javadoc plugin in a war or ear with maven 2? Thanks, David Williams 205-271-6159

How do you open defects against findbugs-maven-plugin

2007-06-12 Thread DavidWilliams
Hi Everyone, What is the process for opening defects against a plugin. In my case, I'm using the findbugs-maven-plugin version 1.1 with the xmlOutputtrue/xmlOutput option. I have noticed that the bugs found I are duplicated in the findbugs.xml file. The html page is fine. This seems to be

mvn-qalabs-plugin question

2007-06-10 Thread DavidWilliams
Hi Everyone, I'm using the mvn-qalabs-plugin in a multi module build. I've put in the workaround described at the plugin's website and are getting reports. However there are two things I have noticed that is wrong. First, the findbugs numbers are doubled. I noticed that in the findbugs.xml

axistools-maven-plugin admin question

2007-06-06 Thread DavidWilliams
Hi Everyone, I gotten thru the wsdl2java issues with the axistools-maven-plugin and now working on the admin goal. When I run the admin goal I get the following error. Has anyone seen this before? Thanks again for all your help? David [INFO] [axistools:admin {execution: admin}] Jun 6,

Re: axistools-maven-plugin admin question

2007-06-06 Thread DavidWilliams
Does anyone know how I can view the classpath for the admin goal? Thanks, David David Williams/SunGardEBS 06/06/2007 07:57 AM To Maven Users List users@maven.apache.org cc Subject axistools-maven-plugin admin question Hi Everyone, I gotten thru the wsdl2java issues with the

axistools-maven-plugin

2007-06-05 Thread DavidWilliams
Hi Everyone, Is it possible to use both goals java2wsdl and wsdl2java of the axistools-maven-plugin in the pom or are you limited to just one? Thanks, David

Re: axistools-maven-plugin

2007-06-05 Thread DavidWilliams
Nap, Thanks for your quick response!!! Do you know where I can see an example pom of this at work? Also can you override the phase that the plugin is tied to? Thanks, David Napoleon Esmundo C. Ramirez [EMAIL PROTECTED] 06/05/2007 10:56 AM Please respond to Maven Users List

Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
Hi Everyone, I have one more question. I get the following error with the axistools-maven-plugin admin goal. Cause: Cannot assign configuration entry 'inputFiles' to 'class java.util.ArrayList' from 'deploy.wsdd', which is of type class java.lang.String Does anyone know why I'm getting this

Re: Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
Wayne, Thanks for your response!!! It parses now but thinks the inputFiles is null. The debug and error lines are below. [DEBUG] (f) inputFiles = [null] [DEBUG] (f) isServerConfig = true [INFO] [axistools:admin {execution: admin}] Jun 5, 2007 3:29:42 PM

Re: Another axistools-maven-plugin question

2007-06-05 Thread DavidWilliams
Wayne, This seem to work. I have a different error now but one step closer inputFiles inputFile${basedir}\src\main\java\com\sungardebs\omnivision\deploy.wsdd/inputFile /inputFiles David [EMAIL PROTECTED] 06/05/2007 03:40 PM Please respond to Maven Users List users@maven.apache.org To

Re: Ibiblio Issues

2007-05-31 Thread DavidWilliams
Tamas, Thanks for passing the updated news on!!! Jason, Thanks for the mailing list info!!! Where do you go to subscribe to this list. I did not see it on http://maven.apache.org/mail-lists.html. Thanks, David Tamás Cservenák [EMAIL PROTECTED] 05/31/2007 01:46 PM Please respond to

Ibiblio Issues

2007-05-30 Thread DavidWilliams
Is anyone having issues connecting to ibiblio lately? Thanks, David

maven-clover-plugin

2007-05-23 Thread DavidWilliams
Hi Everyone, I'm running the maven-clover-plugin with the instrument goal on a pom that has modules. The plugin fails on the ear project because it does not contain java files. Can I pass an exclude argument to the clover plugin to skip this child project? Thanks, David

Generating a website for a multi module project

2007-05-22 Thread DavidWilliams
Hi Everyone, I need to create a website for the a mult-module project. The mvn site command creates the html pages. Is there a way to list the modules as links on your parent page? Thanks for your help, David

Re: Generating a website for a multi module project

2007-05-22 Thread DavidWilliams
Nick, Thanks for you quick answer. When I put menu ref=modules / into the body section of my site.xml, I get that header but none of the actual modules. Do I have to enter them manually or should maven pull them for me? Thanks, David Nick Stolwijk [EMAIL PROTECTED] 05/22/2007 11:00 AM

Re: Generating a website for a multi module project

2007-05-22 Thread DavidWilliams
Nick, I believe it was the way my parent pom was set up. I have them listed now. There urls are incorrect but it's progress. = ) Thanks for your example and help!! David Nick Stolwijk [EMAIL PROTECTED] 05/22/2007 11:34 AM Please respond to Maven Users List users@maven.apache.org To

Re: Generating a website for a multi module project

2007-05-22 Thread DavidWilliams
Ok, trying to run mvn site:stage -DstagingDirectory=C:\fullsite and it wants site information in the distribution management section of the pom. Should I put C:\fullsite in there? Thanks, David Nick Stolwijk [EMAIL PROTECTED] 05/22/2007 01:33 PM Please respond to Maven Users List

Re: Generating a website for a multi module project

2007-05-22 Thread DavidWilliams
Nevermind. I got it. Thanks, David [EMAIL PROTECTED] 05/22/2007 03:14 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Generating a website for a multi module project Ok, trying to run mvn site:stage

maven-buildnumber-plugin question

2007-05-20 Thread DavidWilliams
Hi Everyone, I've been messing around with the maven-buildnumber-plugin and got it to work but I noticed a quirk. The plugin correctly gets the svn revision number and correctly names the ear file. However the maven install plugin renames the ear back to what appears to be the value in the

Anyone tried using cargo with weblogic 9.2

2007-05-14 Thread DavidWilliams
Just curious if anyone has tried using the maven cargo plugin with weblogic 9.2? In my case I need to copy an ear to a different server and deploy it. I know my only option is a hot deploy. Any feedback would be appreciated. Thanks, David Williams Software Configuration Engineer

Re: understanding SNAPSHOT versions

2007-05-12 Thread DavidWilliams
Wendy, I have one question here. If you are not using snapshot versions, will Maven check for updates of regular versions? Thanks, David Williams Software Configuration Engineer 205-271-6159 Wendy Smoak [EMAIL PROTECTED] 05/12/2007 12:46 PM Please respond to Maven Users List

axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Hi Everyone, Can you add a jar to the axistools-maven-plugin's classpath? I need to run the java2wsdl command and I have a dependency on one of my app's jar in a separate maven project. The plugin is telling me that it can't find the class. When I look at mvn -X logs, it shows the

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Wayne, Are you saying that I can pass a dependencies tag under the plugin in the pom? Thanks, David Williams Software Configuration Engineer 205-271-6159

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Wayne, Thanks for your help. That got me pass my first error. Below is the error I got when I tried again. For some reason, it doesn't like the extraClasses entry. Do you have any thoughts? Failed to configure plugin parameters for: org.codehaus.mojo:axistools-maven-plugin:1.0 (found

Passing maven variables

2007-05-07 Thread DavidWilliams
We are currently passing the -Dserver= variable on the mvn command line. This variable is referenced in the pom in the following manor. resource directorysrc/main/${server}/resources/directory filteringtrue/filtering /resource Is

Re: Maven with remote repositories on https servers

2007-04-24 Thread DavidWilliams
Thanks Deng!!! David Maria Odea Ching [EMAIL PROTECTED] 04/23/2007 09:37 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: Maven with remote repositories on https servers Hi, You can set the username and password

Re: Help setup local proxy for Maven2 (Please)

2007-04-24 Thread DavidWilliams
Nawfel, I think you need to have the mirrorOfcentral/mirrorOf line in your mirror section. For example settings mirrors mirror idProximity/id mirrorOfcentral/mirrorOf url http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/url /mirror

Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread DavidWilliams
Try deleting the maven-resources-plugin folder in your local repository and try again. David [EMAIL PROTECTED] 04/24/2007 10:11 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re : Re : Re : Help setup local proxy for

Maven with remote repositories on https servers

2007-04-23 Thread DavidWilliams
Hi Everyone, Can someone tell me how do i get Maven to connect to a windows https: remote server. Can I pass the username and password? Thanks, David

Maven Repository Question

2007-04-20 Thread DavidWilliams
Hi Everyone, I'm pretty new to maven and have a repository question. I have set up a internal repository that will hold the artifacts from ibiblio that my project needs. My question is how do I make maven update / download new required dependencies to the internal repository instead of the

Re: Maven Repository Question

2007-04-20 Thread DavidWilliams
Jeroen, Thanks for your quick response. If I do that maven won't check ibiblio for any missing artifacts. Isn't that correct? If that is correct, then maven won't download the new required artifacts to the internal repository Thanks, David Jeroen Leenarts [EMAIL PROTECTED] 04/20/2007

RE: Maven Repository Question

2007-04-20 Thread DavidWilliams
Thanks Jim for your quick response. We currently don't have a continuous integration tool set up yet and we are on a Windows server but I'm thinking that this is still possible. Do you agree? Thanks, David

Re: Maven Repository Question

2007-04-20 Thread DavidWilliams
Thorsten, We don't currently have a proxy such as Proximity or Artifactory but I can look in to that. Thanks for the idea!!! David Thorsten Heit [EMAIL PROTECTED] 04/20/2007 08:08 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc

Ear problem

2007-04-02 Thread DavidWilliams
Hi All, I'm trying to find out why the servlet-api jar is being copied into the ear file. I've checked my project's dependencies, only three call this jar and all three list the scope as provided. Does anyone know why this is still getting copied into my ear? Or is there another way to stop

Server Authentication Question

2007-04-02 Thread DavidWilliams
Has any used windows LDAP with Maven to authenticate users to internal, remote repositories? David

Connecting to a remote repository on a internal server question

2007-03-31 Thread DavidWilliams
Hi All, Has anyone used windows LDAP to authenticate users trying to connect to a maven remote repository on an internal server? Thanks, David Williams