| build.xml:265: Servlet-api not found. [message #711019] |
Fri, 05 August 2011 13:31 |
jerome 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
|
|
|
Powered by
FUDForum. Page generated in 0.02026 seconds