Skip to main content

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

Anitha,

You might have a better luck on this kind of questions at the newsgroups. 
The ant-dev list is more oriented to the Eclipse/Ant integration 
development. I also understand we've been lacking some Ant-related 
feedback at the newsgroup and we hope to catch up with the issues shortly.

Rodrigo







"Anitha Bhaskaran" <ANBHA@xxxxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx
03/01/2002 02:15 AM
Please respond to platform-ant-dev

 
        To:     platform-ant-dev@xxxxxxxxxxx
        cc: 
        Subject:        [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.


_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev





Back to the top