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
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
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
>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
--
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