Hi Daniela, I did get similar errors. Here is what I use: go to http://cvs.apache.org/snapshots/ws-fx/ and get a snapshot. I use Eclipse to build, run and debug Tomcat/Axis/WSS4J. For building WSS4J, the classes I use are: axis-1_2RC2/webapps/axis/WEB-INF/lib/axis.jar ws-fx/wss4j/lib/jaxrpc.jar ws-fx/wss4j/lib/commons-logging.jar ws-fx/wss4j/lib/saaj.jar ws-fx/wss4j/lib/xmlsec.jar ws-fx/wss4j/lib/opensaml.jar ws-fx/wss4j/lib/addressing-1.0.jar ws-fx/wss4j/lib/commons-discovery.jar ws-fx/wss4j/lib/jce-jdk13-125.jar
Rajiv -----Original Message----- From: Daniela CLARO [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 3:00 PM To: [email protected] Subject: RE: Newbie question about ws-security Hi, I executed the maven dist, and I got this error BUILD FAILED File...... C:\Documents and Settings\dclaro\.maven\cache\maven-jar-plugin-1.6.1\ plugin.jelly Element... ant:fail Line...... 53 Column.... 19 You must define currentVersion in your POM. Total time: 55 seconds Finished at: Fri Mar 04 20:57:30 CET 2005 What can I do? Thank you Daniela -----Message d'origine----- De : Jose M. Selman [mailto:[EMAIL PROTECTED] Envoy� : mardi 1 mars 2005 16:08 � : [email protected] Cc : [EMAIL PROTECTED] Objet : RE: Newbie question about ws-security Daniela: You can check out the source code from the cvs repository and create a a distribution. If you have maven installed it should be as easy as executing the to following commands: % maven scm:checkout-project -Dmaven.scm.method=cvs -Dmaven.scm.cvs.module=ws-fx/wss4j/ -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic -Dmaven.scm.checkout.dir=. % maven dist The first command will download the source code from the CVS repository. The second command (goal) will compile and build the distribution jar file you are looking for. If you dont have maven installed go to http://maven.apache.org for downloading and installation instructions. Cheers, Jos� M. Selman -----Mensaje original----- De: Daniela CLARO [mailto:[EMAIL PROTECTED] Enviado el: Martes, 01 de Marzo de 2005 09:34 a.m. Para: [email protected] Asunto: Newbie question about ws-security Hi, �I want to know if I can download any package of wss4J that I can create a simple example. I am trying to find some package, some *.jar to download and try some implementation. Simple one, only to know how it works, or not. But I saw that it is under development, so i want to know if it is possible or not to download a package like that? Thank you Daniela
