Hi all,
I have the following situation, that I think is quite usual:
1 - MyApp (RPC Application)
2 - MyAppDeps (Plug-in with jar files)
+ log4j.jar
3 - MyProject (some POJO classes)
MyApp depends on MyAppDeps, the dependency is declared in the
"Dependencies" tab of the plugin.xml file and everything seems to work
fine: log4j.jar classes are recognized both at compile- and run-time.
I do not know how to set the dependency with MyProject: both at compile-
and run-time. The only solution I found was: a) export MyProject to a
jar and b) include the jar in MyAppDeps, but it is too complicated to
reflect a change to 3 in 1.
Is there a better solution ?
Thanx in advance,
IlBalla