Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay

There is a dependencies/ node inside the plugin/ node you can use
to specify this.

Wayne

On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

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
axistools-maven-plugin's classpath the target/classes directory.

Thanks for your help,

David Williams


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Wayne Fay

Yes, see the POM Reference:
http://maven.apache.org/pom.html#Plugins

Wayne

On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 static expression: 'classname' which may act as a default value).
Cause: Cannot assign configuration entry 'extraClasses' to 'class 
java.util.ArrayList' from 'classname', which is of type class 
java.lang.String


Thanks,

David



Wayne Fay [EMAIL PROTECTED] 
05/07/2007 10:24 AM
Please respond to
Maven Users List users@maven.apache.org


To
Maven Users List users@maven.apache.org
cc

Subject
Re: axistools-maven-plugin question






Yes, see the POM Reference:
http://maven.apache.org/pom.html#Plugins

Wayne

On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] 
wrote:
 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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
CONFIDENTIALITY:  This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you received this email in error, 
please notify the sender and delete this email from your system.  Thank 
you.


Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay

Please send your complete plugin/ configuration so we can look at
it, but no guarantees as I don't use that plugin myself. There is a
decent chance you will need to receive support on this specific issue
from the author of the axistools-m-p Mojo itself.

Wayne

On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

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 static expression: 'classname' which may act as a default value).
Cause: Cannot assign configuration entry 'extraClasses' to 'class
java.util.ArrayList' from 'classname', which is of type class
java.lang.String


Thanks,

David



Wayne Fay [EMAIL PROTECTED]
05/07/2007 10:24 AM
Please respond to
Maven Users List users@maven.apache.org


To
Maven Users List users@maven.apache.org
cc

Subject
Re: axistools-maven-plugin question






Yes, see the POM Reference:
http://maven.apache.org/pom.html#Plugins

Wayne

On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
CONFIDENTIALITY:  This email (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this email in error,
please notify the sender and delete this email from your system.  Thank
you.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]