1.4 JDK and DAS

2006-01-25 Thread Kevin Bauer
Everyone, How can I build DAS with a JDK 1.4 runtime. I am trying to build DAS from the Tuscany site. I was able to run maven and compile the jar with a 1.5 JDK (but this jar will not work with a 1.4 JRE). When I tried to compile with a 1.4 runtime I got the following output... To stdout

Re: 1.4 JDK and DAS

2006-01-25 Thread Kevin Williams
maven.compile.target=1.4 I'll determine the maven 2 equivalent and post it here later today. --Kevin Jeremy Boynes wrote: Kevin Bauer wrote: Everyone, How can I build DAS with a JDK 1.4 runtime. I am trying to build DAS from the Tuscany site. I was able to run maven and compile the jar

Re: 1.4 JDK and DAS

2006-01-25 Thread Kevin Bauer
Thanks, From initial tests that seems to work. Kevin Bauer Kevin Williams [EMAIL PROTECTED] 01/25/2006 01:04 PM Please respond to tuscany-dev@ws.apache.org To tuscany-dev@ws.apache.org cc Subject Re: 1.4 JDK and DAS I believe that this addition to the das/rdb pom.xml