Re: struts 2 + java 1.4 + maven

2008-11-06 Thread Andrei Ivanov
On Thu, Nov 6, 2008 at 11:53 AM, Antonio <[EMAIL PROTECTED]> wrote: > 2008/11/4 Andrei Ivanov <[EMAIL PROTECTED]>: >> I'm forced to use java 1.4 and I was very happy to see there are jars >> that work with it. >> The thing is I also want to use maven for managing dependencies and I >> don't know ho

Re: struts 2 + java 1.4 + maven

2008-11-06 Thread Nils-Helge Garli Hegvik
I couldn't find the backport-jars in any official repository, but you can install the backport files (semi)manually by using the 'mvn install:install-file' command. http://maven.apache.org/plugins/maven-install-plugin/index.html Nils-H On Thu, Nov 6, 2008 at 10:39 AM, Andrei Ivanov <[EMAIL PROTE

Re: struts 2 + java 1.4 + maven

2008-11-06 Thread Antonio
2008/11/6 Antonio <[EMAIL PROTECTED]>: > 2008/11/4 Andrei Ivanov <[EMAIL PROTECTED]>: >> I'm forced to use java 1.4 and I was very happy to see there are jars >> that work with it. >> The thing is I also want to use maven for managing dependencies and I >> don't know how to specify in my >> pom tha

Re: struts 2 + java 1.4 + maven

2008-11-06 Thread Antonio
2008/11/4 Andrei Ivanov <[EMAIL PROTECTED]>: > I'm forced to use java 1.4 and I was very happy to see there are jars > that work with it. > The thing is I also want to use maven for managing dependencies and I > don't know how to specify in my > pom that it has to use the translated jars... It dep

struts 2 + java 1.4 + maven

2008-11-06 Thread Andrei Ivanov
Hello, I'm forced to use java 1.4 and I was very happy to see there are jars that work with it. The thing is I also want to use maven for managing dependencies and I don't know how to specify in my pom that it has to use the translated jars... (I also have other projects that use struts/xwork with

struts 2 + java 1.4 + maven

2008-11-04 Thread Andrei Ivanov
Hello, I'm forced to use java 1.4 and I was very happy to see there are jars that work with it. The thing is I also want to use maven for managing dependencies and I don't know how to specify in my pom that it has to use the translated jars... Can anybody tell me how? Thank you. --