Hello,

I've tried today the Retrotranslator plugin and it looks like it's exactly what I've been looking for :)

I have two questions about its use.

First, I had to declare it in all my child project's pom.xml files. If I declare it in the parent pom, like I'd prefer to do, it searches for a /target/classes directory in the parent directory, doesn't find it and claims that there is no specified source directory. I tried to use substitution variables, but couldn't make it work. Is there a way to declare the plugin only in the parent pom?

My second question is about the verification process. On the website, there is the following text:

The classpath to use for verification including rt.jar, jce.jar, jsse.jar (from JRE 1.4). The retrotranslator-runtime-n.n.n.jar, and backport-util-concurrent.jar are included by default, they are not required to be defined here.

My understanding of the last sentence is that there is no need to declare the Retrotranslator runtime jar as a dependency, since it is included by default. Unfortunately, until now, I've had to declare a <dependency> element in my parent pom.xml, or the verification process does not work. Do I really have to include the runtime jar as a dependency? Could it be possible to add it as a plugin dependency instead? I mean, add a <dependencies> and <dependency> elements in the <plugin> element.

Thanks for making this plugin!

Sébastien
--
Sébastien Pennec
[EMAIL PROTECTED]

Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to