File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Error Message : org.eclipse.jdt.core_2.0.2 . jdtCompilerAdapter can't be found. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Error Message : org.eclipse.jdt.core_2.0.2 . jdtCompilerAdapter can Watch "Error Message : org.eclipse.jdt.core_2.0.2 . jdtCompilerAdapter can New topic
Author

Error Message : org.eclipse.jdt.core_2.0.2 . jdtCompilerAdapter can't be found.

Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 494
I am running ant within WebSphere5, when I use ant to run my build file I get the following Error:
Build exception:
C:\WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml:23:
org.eclipse.jdt.core_2.0.2.jdtCompilerAdapter can't be found.
But within my build.xml file I have added as a property the line.
<property name="build.compiler" value="org.eclipse.jdt.core_2.0.2.jdtCompilerAdapter"/>
The jdtCompilerAdapter resides in the following directory
C:\IBM\WebSpere studio\eclipse\plugins\org.eclipse.jdt.core_2.0.2.
my buildfile resides in the directory
C:\WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml
I ran the build file again with
<!--property name="build.compiler" value="org.eclipse.jdt.core_2.0.2.jdtCompilerAdapter"/-->
commented out.
And -Dbuild.compiler=org.eclipse.jdt.core_2.0.2.jdtCompilerAdapter passed in as an argument.
I got the same error message again.
Build exception: C:\WSAD50Trial_Install\IBM\wsad\workspace\FirstJavaProject\build.xml:23:
org.eclipse.jdt.core_2.0.2.jdtCompilerAdapter can't be found.
I am using WebSpere 5 with ant built in.
Cheers For any Help Tony
Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 494
Problem fixed.
Tony
Tom Harry
Greenhorn

Joined: Sep 15, 2004
Posts: 1
Please tell me what you have done with more detail.
I met the same problem
 
 
subject: Error Message : org.eclipse.jdt.core_2.0.2 . jdtCompilerAdapter can't be found.
 
Threads others viewed
Eclipse Ant integration
Eclips and Ant
Problem running ant outside WebSphere
ANT error in WSAD 5.0
WSAD vs. ANT Differences in class file compare
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com