Re: troubles using java 5

2006-04-26 Thread John B. Walker
Mouna, This seems like an ANT compile problem. If I were you, I would subscribe to and post this to the Apache ANT user list at ( http://ant.apache.org/mail.html) and include your ANT build script (usually build.xml), and let the friendly folks know which ANT target is giving you all that trouble

Re: troubles using java 5

2006-04-25 Thread mouna SAHIB
Thank you for your answers all! To answer most of your questions: - I use neither Eclipse/ RAD nor WSAD/Eclipse! As I said other persons developped the GUI module and it doesn't seem they have used these tools! -I think that I've included all required files inthe classpath unless there is some spe

Re: troubles using java 5

2006-04-25 Thread John Walker
You are using WSAD/Eclipse, correct? In which case your .classpath file points to all of those nifty things in your project that should be used to compile your application, including the classes and libraries that are referenced by the compiler and run-time code. To me, it sounds like you have a

Re: troubles using java 5

2006-04-25 Thread David Durham
Dave Newton wrote: [javac] error: error reading C:\projets\M_LIB\.classpath; error in opening zip file Sounds like either your build file is wrong or one of your libraries is corrupted? Maybe post the relevant section of your build file. -Dave -

RE: troubles using java 5

2006-04-25 Thread Marco Mistroni
Hello, Do you have aspectj libraries on your path? Is your classpath setup properly? R you using Eclipse/RAD? Hth marco -Original Message- From: Phil Zoio [mailto:[EMAIL PROTECTED] Sent: 25 April 2006 17:15 To: Struts Users Mailing List Subject: Re: troubles using java

Re: troubles using java 5

2006-04-25 Thread Dave Newton
mouna SAHIB wrote: > I don't know if there is a compatiblity problem using struts 1.2.8 with > java 5: I've been using Java 5 for quite awhile with no issues with Struts 1.1-1.2. > [javac] error: error reading C:\projets\M_LIB\.classpath; error in > opening zip file Sounds like either your buil

Re: troubles using java 5

2006-04-25 Thread Phil Zoio
I've worked on Strecks with Java 5 and Struts 1.2.7 and 1.2.9 (I skipped 1.2.8), and Java 5 definitely isn't the problem. Your problem sounds rather strange. Try downloading and building one of the Strecks examples from source (using Jdk 1.5), and see if it causes the same problem. Phil moun