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
is it because of the related class
file for smfbd task is missing. Thank you very much.
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
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
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
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
: 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;
/**
*