Hi Javier,
If you just drop the source code into a folder of your choosing in your
project (e.g. “MyProject/Dev/my-common-classes”), you should be able to
update the runtime src path in the targets/defaults.xml to include
them with something like:
<path id="project.runtime.project.src.path">
<pathelement path="${project.dir.root}/src"/>
<pathelement
path=“${project.dir.root}/my-common-classes”/>
A re-activation and a refresh of your project in Eclipse should then
have them included as source to be build against and cross-compiled.
Obviously prior to the above in the defaults.xml, you could utilise
the standard Ant <copy…/> command to copy that source from a common
folder if you have it located somewhere else on your hard-drive.
Regards,
Nick.
#mobile#webMethods-General#webMethods#Integration-Server-and-ESB