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

2006-10-11 Thread tharanga wijethilake
Wijethilake - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, October 11, 2006 3:49 PM Subject: AW: Problems in running ant in WebSphere studio site deveoper in bundles But does WSSD use that "build path"? Do you have to configure WSSD to include the

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

2006-10-11 Thread Jan.Materne
Wijethilake > >- Original Message - >From: <[EMAIL PROTECTED]> >To: >Sent: Wednesday, October 11, 2006 1:05 PM >Subject: AW: Problems in running ant in WebSphere studio site >deveoper in bundles > > >> >I am using the WSSD 5.1.2 trial version and I

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

2006-10-11 Thread tharanga wijethilake
ber 11, 2006 1:05 PM Subject: AW: Problems in running ant in WebSphere studio site deveoper in bundles >I am using the WSSD 5.1.2 trial version and I am trying to run an ant script in side a bundle using a java program. It is as follows. java.lang.NoClassDefFoundError: org/apache/tools/an

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

2006-10-11 Thread Jan.Materne
>I am using the WSSD 5.1.2 trial version and I am trying to run >an ant script in side a bundle using a java program. It is as follows. > > >java.lang.NoClassDefFoundError: org/apache/tools/ant/Project Sounds like the Ant jars are not accessible from your bundle Jan --

Problems in running ant in WebSphere studio site deveoper in bundles

2006-10-11 Thread tharanga wijethilake
Hi, I am using the WSSD 5.1.2 trial version and I am trying to run an ant script in side a bundle using a java program. It is as follows. package oulu.info.capnet.samples; import java.io.File; import org.apache.tools.ant.Project; import org.apache.tools.ant.ProjectHelper; /** * @Author: Thar