Problemas com o classpath do eclipse 3.1

0 respostas
D

Estou tentando utilizar o ant na minha aplciacao web e quando tento rodar o ant acontece que ele não consegue compilar, percebi que as bibliotecas que estao faltando são as que eu adicionei como jar externo, parece que ele nao consegue encontrar o classpath, alguem saberia me dizer o que esta acontecento?

Se puderem me responder eu agradeço, lembrando que estou utilizando o eclipse 3.1 no linux distribuicao Debian

Diego Coronel Cavalcante

<!-- classpath for JSF 1.0 -->
    <path id="compile.classpath">
        <pathelement path ="${webinf.dir}/lib/commons-beanutils-1.6.1.jar"/>
        <pathelement path ="${webinf.dir}/lib/commons-collections.jar"/>
        <pathelement path ="${webinf.dir}/lib/commons-digester.jar"/>
        <pathelement path ="${webinf.dir}/lib/commons-logging.jar"/>
        <pathelement path ="${webinf.dir}/lib/jsf-api.jar"/>
        <pathelement path ="${webinf.dir}/lib/jsf-impl.jar"/>
        <pathelement path ="${webinf.dir}/lib/jstl.jar"/>
        <pathelement path ="${webinf.dir}/lib/standard.jar"/>
        <pathelement path ="${webinf.dir}/classes"/>
        <pathelement path ="${classpath.external}"/>
    	<pathelement path ="${classpath}"/>
    </path>
Criado 11 de agosto de 2005
Respostas 0
Participantes 1