Wednesday, 28 August 2013

Maven build error while using ant plugin when deploying soa composites

Using maven to deploy a soa composite using  ant plugin . If you just call an ant it throws the following error as  java.lang.IllegalAccessError: tried to access method org.apache.tools.ant.launch.Locator.decodeUri(Ljava/lang/String;)Ljava/lang/String; from class org.apache.tools.ant.AntClassLoader
 

You can solve this by set ANT dependency for "maven-antrun-plugin" explicitly .


No comments:

Post a Comment