Having got my tag working, I've now broken it again by adding nested tags to it. I'd like to add src tags the same as for the
<ant:javac....
<ant:src>
<ant:path refid="maven.compile.src.set"/>
</ant:src>so my tag is:
<ejbgen:ejbgen outputDir="${maven.ejbgen.java.dir}"
descriptorDir="${maven.build.dest}\META-INF">
<ant:src>
<ant:path refid="maven.compile.src.set"/>
</ant:src>
</ejbgen:ejbgen>I added the appropriate setSrc(Path source) methods to my tag class hoping it would work but it didnt :( from maven.log:
2003-09-25 19:01:28,040 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class com.codeczar.maven.plugins.ejbgen.EjbgenBean doesn't support the nested "src" element.
2003-09-25 19:01:28,040 WARN org.apache.commons.jelly.tags.ant.AntTag - Could not convert tag: src into an Ant task, data type or property
Any help greatly appreciated, was hoping this was going to be an easy job but I've been hacking at this for a while now.
cheers Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
