Wow, What language is that in? "Transformation of xx file(s) completed successfully." in English tells me that they have been changed.
If they are not changed, it should say something like: Skipped xx file(s) (successfully): lazy mode. Please mark this as a TODO. Otherwise, I'll look into logging a bug. Thanks. > -----Original Message----- > From: Taras Puchko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 3:23 AM > To: [email protected] > Subject: Re: [mojo-user] getting "lazy" setting some respect > > Hi! > > Java 1.4 compatible jars are not actually modified in lazy mode, but > since Retrotranslator have to examine every class you see the > messages: > Transforming xx file(s) in xxx.jar. > Transformation of xx file(s) completed successfully. > > Cheers, > Taras. > > On 4/17/07, Sabiq, Reshat <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > I'm running the following, but every jar gets translated. What am I > doing > > wrong? > > > > > > > > <execution> > > > > > > <id>retrotranslate-dependencies</id> > > > > <phase>package</phase> > > > > <goals> > > > > > > <goal>translate</goal> > > > > </goals> > > > > <configuration> > > > > <jarfilesets> > > > > > > <jarfileset> > > > > > > <directory> > > > > > > target/my-web-archive/WEB-INF/lib > > > > > > </directory> > > > > > > <includes> > > > > > > <include>**/*.jar</include> > > > > > > </includes> > > > > > > </jarfileset> > > > > </jarfilesets> > > > > <lazy>true</lazy> > > > > </configuration> > > > > </execution> > > > > > > > > Thanks, > > > > Reshat. > > > > PRIVILEGED AND CONFIDENTIAL > This email transmission contains privileged and > > confidential information intended only for the use of the individual or > > entity named above. If the reader of the email is not the intended > recipient > > or the employee or agent responsible for delivering it to the intended > > recipient, you are hereby notified that any use, dissemination or > copying of > > this email transmission is strictly prohibited by the sender. If you > have > > received this transmission in error, please delete the email and > immediately > > notify the sender via the email return address or > > mailto:[EMAIL PROTECTED] Thank you. > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > PRIVILEGED AND CONFIDENTIAL This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender. If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:[EMAIL PROTECTED] Thank you. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
