One of my jelly tag classes(Class extending org.apache.commons.jelly.TagSupport, defined by <define:jellybean>) in maven plugin needs the ClassLoader object which can find any class in current project or the depending libraries.

If I do
<ant:path id="projectClasspath">
   <ant:pathelement location="${maven.build.dest}" />
   <ant:path refid="maven.dependency.classpath" />
</ant:path>
I can only use this path definition in ant tags through classpathref attribute. Is there anyway for other jelly tag class to access "projectClasspath"? If not, how can I get the project ClassLoader object that I want?


Thanks in advance




Regards
Jiaqi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to