Pessoal ta dando erro na hora de compilar, eu já instalei tudo e o código ta certo , mas ta dando esse erro…
init:
deps-jar:
compile:
compile-jsps:
run-deploy:
Deployment error: null. See the messages.log file for details.
C:\Portal\mural\mural\nbproject\build-impl.xml:278: org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment$DeploymentException: Deployment error: null. See the messages.log file for details.
BUILD FAILED (total time: 0 seconds)
<target name="run" depends="run-deploy,run-display-browser" description="Deploy to server and show in browser."/>
<target name="run-deploy" depends="init,compile,compile-jsps,-do-compile-single-jsp">
<nbdeploy debugmode="false" clientUrlPart="${client.urlPart}" forceRedeploy="${forceRedeploy}"/>
</target>
<target name="run-display-browser" if="do.display.browser" depends="run-deploy">
<nbbrowse url="${client.url}"/>
</target>
<target name="run-main" depends="init,compile-single">
<fail unless="run.class">Must select one file in the IDE or set run.class</fail>
<webproject:java classname="${run.class}" xmlns:webproject="http://www.netbeans.org/ns/web-project/1"/>
</target>
<!--
Pior q nao to conseguindo arrumar, to usando o NetBeans 4.1 e o mysql 5.0
