gss
2010-11-09 10:58:33 UTC
Hi
Iam trying to run a web project in netbeans 6.7 in weblogic 9.2 server with jdk 1.5. I get the error in build-impl.xml:589: The module has not been deployed.
The line 589 in the xml is the line where the tag nbdeploy starts.
Code:
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
Please help me out with this problem.[/code]
Iam trying to run a web project in netbeans 6.7 in weblogic 9.2 server with jdk 1.5. I get the error in build-impl.xml:589: The module has not been deployed.
The line 589 in the xml is the line where the tag nbdeploy starts.
Code:
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
Please help me out with this problem.[/code]