Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » build.xml:265: Servlet-api not found.
build.xml:265: Servlet-api not found. [message #711019] Fri, 05 August 2011 17:31
jerome  is currently offline jerome Friend
Messages: 1
Registered: August 2011
Junior Member
hi !

I have a little problem.
I work on Eclipse, Windows 7 64 bits Pro and I try to compile some files of a Java Ant project. But When I do it, I have the error :


C:\Java\workspace\Sigma Expense\build.xml:265: C:\Java\workspace\Sigma Expense\servlet-api not found.

And, in my build.xml, I can find those lines :

...
<property name="servlet-api.home" value="servlet-api"/>
...
<fileset dir="${servlet-api.home}">
<include name="*.jar"/>
</fileset>

Nevertheless my file does exist here :

C:\Java\workspace\Sigma Expense\servlet-api.jar

Anyone can help me ? Please.
Valéry
Previous Topic:Formatter: Unmanaged Profile
Next Topic:SWT for Eclipse 3.4.2 will not install
Goto Forum:
  


Current Time: Sat Apr 27 01:35:05 GMT 2024

Powered by FUDForum. Page generated in 0.02895 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top