I don't use this plugin myself, so I'm just shooting in the dark, but
have you tried truetrue in the
axistools configuration to hopefully get more information out of the
plugin while its executing? There are other configuration items you
can use listed on this page:
http://mojo.codehaus.org/axisto
the top pom.xml is as follows:
.
javax.mail
mail
1.4
javax.activation
activation
1.1
ejb
web
streamer
wsappclient
ear
functional-test
enableCiProfile
t
I think your problem is in the configuration of the WSDL2Java, not the
missing Jars.
"unknown protocol: c" is why the plugin is failing to execute. We need
to solve that problem.
Perhaps show us your pom file, specifically the section where you are
configuring WSDL2Java.
Wayne
On 5/31/07, xiao
I removed the folder .m2\repository\javax, add the dependency to
pom.xml.
here is what I got after run mvn install
**
C:\maven-2.0.5\sample code\Code_Ch04\daytrader>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] DayTrader :: Performance Ben
Hi,
as I said, .m2\repository\javax exists or not will make no effect on
the mvn install.
1. if no such directory, mvn install dailed.
2. install those directory by hand, mvn install still failed.
3. install those directory using mvn install:install-file , still
no luck.
Can you try to rem
as I said, .m2\repository\javax exists or not will make no effect on
the mvn install.
1. if no such directory, mvn install dailed.
2. install those directory by hand, mvn install still failed.
3. install those directory using mvn install:install-file , still
no luck.
the error messages are th
If these artifacts are already in the main remote repository you didn't even
need to touch jar/pom files relating to those artifacts. You're
misunderstanding something.
.m2\repository\javax.activation and .m2\repository\javax.mail directories
should be removed if you made them by hand.
However do
at first, I just went to
http://repo1.maven.org/maven2/javax/activation/activation/1.1/
and
http://repo1.maven.org/maven2/javax/mail/mail/1.4/
download .jar and pom.xml to the local repository.
mvn install failed.
I deleted javax folder to follow the instruction using
C:\maven-2.0.5\sample code\
Hi,
I tried to build chapter4 daytrader example by manually adding
javax.mail and javax.activation jar to the local repository as
[..]\.m2\repository\javax\mail\mail\1.4\mail-1.4.jar
and
[..]\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar
However, it still said unable to find