Add external jar´s to SMACK dev

HI! i´m need to add some external jar´s to SMACK 2.2.0, in the code, i´m see the classes but, when i´m compile, appears:

Buildfile: C:\Documents and Settings\Héctor Andrés\Escritorio\SMACK MODIFICADO\smack-dev-2.2.0\build\build.xml

compile:

Compiling 1 source file to C:\Documents and Settings\Héctor Andrés\Escritorio\SMACK MODIFICADO\smack-dev-2.2.0\classes

C:\Documents and Settings\Héctor Andrés\Escritorio\SMACK MODIFICADO\smack-dev-2.2.0\source\org\jivesoftware\smack\XMLFirma.java:5: package org.jdom does not exist

import org.jdom.*;

^

How I can do it???

THANKS…

Message was edited by: hadesandres

If you’'re using the build script that comes with Smack, try putting the JAR files in build/lib.

Regards,

Matt