Hi Anil, I got the solution of ant build issue. I added new classpath in build.xml of module sso-federation-server.
| jboss-sso-1.0CR1\components\jboss_federation_server\build.xml: | <!-- Configure thirdparty libraries --> | <call target="configure-libraries"/> | <path id="library.classpath"> | <path refid="sun.servlet.classpath"/> | <path refid="jakarta.log4j.classpath"/> | <path refid="org.opensaml.classpath"/> | <path refid="jboss-system.classpath"/> | <path refid="multi-part.classpath"/> | </path> Now ant deploy is working. Thanks Nikhil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248499#4248499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248499 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
