Re: How to resolve a NullPointerException

2006-10-27 Thread tharanga wijethilake
g. if you have a NPE when using command line Ant, run ant -verbose (-verbose is a command line argument) this will give you a stack trace. Regards, Antoine Original-Nachricht Datum: Mon, 16 Oct 2006 17:41:07 +0300 Von: "tharanga wijethilake" <[EMAIL PROTEC

How to resolve a NullPointerException

2006-10-16 Thread tharanga wijethilake
is it because of the related class file for smfbd task is missing. Thank you very much. Tharanga Wijethilake

Re: Running build file which runs toolspecifc ant tasks

2006-10-14 Thread tharanga wijethilake
in Eclipse 3.2) and I have copied it in to the ant_home/lib file as well. So what is the error I have made this time. Sorry to trouble you people. But I am kind of stuck in here. Thank you very much for your suggestions. Tharanga Wijethilake - Original Message - From: <[EMAIL PRO

Running build file which runs toolspecifc ant tasks

2006-10-13 Thread tharanga wijethilake
file. Do I have to set the classpath in the build.xml document. please suggest me somthing which I should do. Thank you in advance. Tharanga Wijethilake C:\Documents and Settings\tharanga\My Documents\IBM\wssitedev51\wor ner>java -cp "%classpath%;AntRunner.jar" org.oul

Re: Problems in running ant in WebSphere studio site deveoper in bundles

2006-10-11 Thread tharanga wijethilake
Ant libs? Jan -Ursprüngliche Nachricht----- Von: tharanga wijethilake [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11. Oktober 2006 14:40 An: Ant Users List Betreff: Re: Problems in running ant in WebSphere studio site deveoper in bundles Thank you for the reply. Yes it seems so. but I did

Re: Problems in running ant in WebSphere studio site deveoper in bundles

2006-10-11 Thread tharanga wijethilake
Thank you for the reply. Yes it seems so. but I did include them in the libraries in the build path. Trying to figure out what else I should do. Still have the same problem. Thank you. Tharanga Wijethilake - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, Octo

Problems in running ant in WebSphere studio site deveoper in bundles

2006-10-11 Thread tharanga wijethilake
: Tharanga Wijethilake * @Time : 10:54:25 */ public class AntRunner implements Runnable{ private String fileName="C:\\Documents and Settings\\tharanga\\My Documents\\IBM\\wssitedev51\\workspace\\Runner\\build.xml"; private static AntRunner ar; private Thread thread; /** *