where is the problem?

2005-09-20 Thread Aydın Toprak
hii everybody, I am newbie about ant I am having difficulties about ant+eclipse combination... Now I have a working source code, I can compile it under the command line .. without any problems.. how ever I couldnt been able to compile it via using ant .. . When I call it from eclipse, I get s

Re: where is the problem?

2005-09-20 Thread Aydın Toprak
, try putting the servlet (J2EE) classes in the classpath for the javac task. The following page shows you how to do this under references (it should look familiar): http://ant.apache.org/manual/using.html Barry Aydın Toprak wrote: hii everybody, I am newbie about ant I am having

Re: where is the problem?

2005-09-20 Thread Aydın Toprak
to basics and make sure Ant is set up correctly. I only use eclipse for code editing - Ant does the rest. Good luck, Barry Aydın Toprak wrote: Thanks Barry, But I have already added those paths to my enviroment and everything (excep this) works smoothly.. how ever, it still resists about th