p Devi wrote:
Thank you very much for the reply.
For my goal to work I had to get many dependencies in the plugin.jelly file. I had to import some thing like the following to work as octopus is dependent on many other Jars.
<ant:pathelement path="${plugin.getDependencyPath('octopus:octopus')}"/>
<ant:pathelement path="${plugin.getDependencyPath('bea:wlsqlserver')}"/>
<ant:pathelement path="${plugin.getDependencyPath('bea:wlbase')}"/>
<ant:pathelement path="${plugin.getDependencyPath('oracle:ojdbc14')}"/>
<ant:pathelement path="${plugin.getDependencyPath('bea:wlutil')}"/>
<ant:pathelement path="${plugin.getDependencyPath('octopus:csvjdbc')}"/>
<ant:pathelement path="${plugin.getDependencyPath('bea:weblogic')}"/>
Is there any way of setting the classpath instead of individually setting it.
I tried some thing like which didn't work
<j:forEach var="lib" items="${plugin.artifacts}">
<ant:pathelement path="{lib.path}"/>
Can you please suggest me other way to set the classpath
I just re-read this[1] section of the Developing Plugins page, I think
item #2 should resolve your problems.
[1]
http://maven.apache.org/maven-1.x/using/developing-plugins.html#Plugin_dependencies
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]