I just ported over a legacy code and made it into a component.
This code as dependency on some other custom library jar files.
while developing I used a project.properties to define a local path to
each of the jar files to bypass the maven repository lookup scheme.
eg. maven.jar.myjar1 = ${basedir}/../lib/myjar1.jar etc.
But now I want to deploy to merlin and it complains about missing
classes referenced by the component, which are in the jar dependent
files.
Do I use block.xml for configuring this ?
Should I manually copy my jar files into merlin's reposiotry cache ?
I am little confused about that?
thanks
Korosh.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]