I would suggest contacting the Mojo Users mailing list - they might have a solution:
http://mojo.codehaus.org/retrotranslator-maven-plugin/mail-lists.html You might also try the #maven IRC channel. From http://maven.apache.org/community.html: Log into the #maven IRC channel on irc.codehaus.org . If you would like to access this over a web interface, you can do so at http://irc.codehaus.org/. If you want to set JAVA_HOME and CATALINA_HOME for a particular instance of Tomcat, you should be able to modify catalina.bat (or cataline.sh). Hope this helps, Matt On 1/23/08, Yopy <[EMAIL PROTECTED]> wrote: > > Two days later, still no luck. I've added a dependency in the dependencies > for the Retrotranslator plugin in my dependencies: > > <dependency> > <groupId>org.codehaus.mojo</groupId> > <artifactId>retrotranslator-maven-plugin</artifactId> > <version>1.0-alpha-3</version> > </dependency> > > and was able to add a exclusion to it for groovy (copypasta'd from the > webtest configuration, as advised), but still the same error. I've tried > installing Groovy as per the instructions on the Groovy maven plugin page, > still no luck. I have no idea what to do next. I wasn't able to discover how > to have the Retrotranslator program translate .wars manually (only found > some post on some newsgroup somewhere about someone making some addition to > the program somehow), nor how to do it with any of the similar programs > (such as Retroweaver). > > Would it be possible to have one instance of Tomcat (or whatever) run on > Java 1.5 without having to change the system variables and thus causing > every other program to quit working? > > > > mraible wrote: > > > > You might try excluding groovy from the plugin - much like we do with > > the webtest configuration. > > > > Matt > > > > On Jan 18, 2008, at 6:00 AM, Yopy wrote: > > > >> > >> I've spent the last 20 weeks or so building a webapp using AppFuse > >> amongst > >> others, and now that it's time for production, it turns out that > >> they're > >> still running 1.4 (poor fools). So, searching for how to make it > >> work, I > >> ended up with the retrotranslator plugin. (also in the faq : > >> http://appfuse.org/display/APF/FAQ#FAQ-1.4) > >> > >> The problem is: it doesn't work *sad*. It's probably a very dumb > >> error on my > >> side somewhere, but no matter how much I look, I just can't find it. > >> > >> So in the name of efficiency, I post it here. Here's the error I'm > >> getting: > >> > >> [INFO] Internal error in the plugin manager executing goal > >> 'org.codehaus.mojo:retrotranslator-maven-plugin:1.0-beta-1- > >> SNAPSHOT:translate-war': > >> Unable to find the mojo > >> 'org.codehaus.mojo:retrotranslator-maven-plugin:1.0-beta-1- > >> SNAPSHOT:translate-war' > >> in the plugin 'org.codehaus.mojo:retrotranslator-maven-plugin' > >> groovy/lang/GroovyObject > >> > >> Is it my repositories? Is it something else? Is the retrotranslator > >> just not > >> working? Or do I need to force the end-users to goan update to 1.5? > >> -- > >> View this message in context: http://www.nabble.com/Appfuse-app-and- > >> Java-1.4---Retrotranslator-problems-tp14949695s2369p14949695.html > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Appfuse-app-and-Java-1.4---Retrotranslator-problems-tp14949695s2369p15037183.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
