Sorry, the success had a short time :-(
In one of the classes of my component I use the library dom4j. How do I have
to add this library? I added it to C:\TUSCANY\tuscany-sca-1.0-incubating\lib
But when I compile, I get the follow error:
============================================================================
========
compile:
[javac] Compiling 15 source files to
C:\TUSCANY\tuscany-sca-1.0-incubating\samples\mypath
[javac]
C:\TUSCANY\tuscany-sca-1.0-incubating\samples\myclasspath.java:10: package
org.dom4j does not exist
[javac] import org.dom4j.Attribute;
[javac] ^
[javac]
C:\TUSCANY\tuscany-sca-1.0-incubating\samples\myclasspath.java:72: cannot
find symbol
[javac] symbol : class DocumentException
[javac] ..........
.........
============================================================================
===========
Thanks,
Ana Belen