[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-user
Subject:    How to get maven2 java2wsdl plugin to work
From:       James <jmacdonald801 () fusemail ! com>
Date:       2007-01-31 22:09:36
Message-ID: 45C113A0.8090306 () fusemail ! com
[Download RAW message or body]

Regarding this plugin: \
http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-java2wsdl-plugin.html

I've tried everything to make this work.  I've tried manually installing version \
1.1.1.  Nothing I do will resolve the following error message when I run the plugin:

java.lang.Exception: java.lang.ClassNotFoundException:
my.imaginary.Class

Here is the relevant config from my pom.xml

			<plugin>
				<groupId>org.apache.axis2.maven2</groupId>
				<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
				<version>1.1.1</version>
				<executions>
					<execution>
						<goals>
							<goal>java2wsdl</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<className>my.imaginary.Class</className>
				</configuration>
			</plugin>

I've seen a few3 others have this issue but nobody ever replied.

Does this plugin actually work?

-James



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic