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
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
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
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
-
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
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
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
Hello everybody,
I'm not a specialist using struts, but I did some work with it in last
months.
Now, I'm working on project using the jdk1.4.2 and I'v moved to jdk 1.5 to
have plenty use of aspectj 5 (an AOP tool).
I don't know if there is a compatiblity problem using struts 1.2.8 with
java 5:
8 matches
Mail list logo