[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO not able to build the src folder..

nikhilg do-not-reply at jboss.com
Thu Aug 6 10:45:58 EDT 2009


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



More information about the jboss-user mailing list