Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Ant and struts compilation in eclipse

Hi,
I have been trying to compile struts in Websphere App Studio dev.. Could get the
java_home error and the problem of the studio exiting by adding the
build.compiler property etc. (as given in these threads.)
Now I have the following problem:
The style ant task gives the following exception..
BuildException: C:\Program Files\IBM\Application
Developer\workspace\struts\build.xml:216: java.lang.NoClassDefFoundError:
javax/xml/transform/Source.
I could not get style to take a classpath argument, so set the java.class.path
from ant command line so that the jar file(xml-apis.jar) with Source is the
first in the list.  But it still gives the same error. The classpath echoed
right before the style command reflects this.
Could someone give inputs on how to solve this?
Thank You,
Anitha.


-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is intended
for the addressee only. Any unauthorised use, dissemination of the information
or copying of this message is prohibited. If you are not the addressee, please
notify the sender immediately by return e-mail and delete this message.
Thank you.




Back to the top