ant « netbeans « Java Enterprise Q&A





1. Creating database (not populating it) through Ant build file    stackoverflow.com

I've managed to do some ant-script to populate my databases.. (simple script that runs some .sql files, like 'create', 'populate', 'drop', etc.) Is there any way in hell that an ant-script can ...

2. com.sun.xml.rpc.tools.ant.Wscompile cannot be found    stackoverflow.com

Hi I need to use a service at http://mihansmscenter.com/webservice/?wsdl so i should use jax-rpc i add jax-rpc plugin to my netbeans then

righ click on my project > New > ...

3. In Netbeans+Ant, how do I avoid wsimport rebuilding web service clients every build?    stackoverflow.com

I'm on a project where we use NetBeans (6.8). We use several different web services, which we have added as web service references, and Netbeans auto-generates the Ant wsimport scripts for ...

4. taskdef class com.sun.tools.ws.ant.WsImport cannot be found    forums.netbeans.org

Hello all, I'm trying to implement a web service using a WSDL file I got. When I right-click on the project, new->Web Service from WSDL and select the WSDL, I get ...

5. RE: taskdef class com.sun.tools.ws.ant.WsImport cannot be found    forums.netbeans.org

Posted: Wed May 06, 2009 11:17 am Post subject: RE: taskdef class com.sun.tools.ws.ant.WsImport cannot be found Workaround: I was able to overcome this issue by using wsimport from ...

6. ant build scripts sometimes only work from outside of netbeans -- even though its a free-form project    forums.netbeans.org

lots of times i have to build a free-form ant project from the command line. something goes wrong if trying to build from within netbeans. i have seen this with sun ...

7. debugging ant scripts    forums.netbeans.org

ant build.xml scripts seem to be debug-able -- only till they make a reference contained in another file. how can i make debugging of ant scripts follow the ant code into ...

8. Is Netbeans project compatible with Ant?    forums.netbeans.org

Hello Forum Members, Can someone confirm whether Netbeans project is Ant compatible as well? In other word, can I run the usual "ant, ant all, ant deploy, ant run..." in the ...

9. Re: Is Netbeans project compatible with Ant?    forums.netbeans.org

Can someone confirm whether Netbeans project is Ant compatible as well? In other word, can I run the usual "ant, ant all, ant deploy, ant run..." in the project folder to ...





10. com.sun.enterprise.appclient.MainWithModuleSupport ran with Ant    forums.netbeans.org

Jack Bush Posted via mailing list. Posted: Thu Nov 19, 2009 12:45 pm Post subject: com.sun.enterprise.appclient.MainWithModuleSupport ran with Ant Hi All, I encountered the following error when ...

11. Ant scripts to make jar in Web application    forums.netbeans.org

Hi, Anybody have an Ant script to build a jar file in addition to the war file in a web app? I'd like to jar the classes and save the jar ...

12. WAR,JAR and Ant    forums.netbeans.org

Greetings, Pretty new to Netbeans but I am sure there is a way to this. On a wizard generated web app, I'd like to: 1) Package all my source code as ...

13. How to run Netbeans Ant from the command line ?    forums.netbeans.org

I can run Java from the windows command prompt, but I get command "not recognized" when I try to run Ant. From googling, I understand that Netbeans install includes a copy ...

14. ANT script    forums.netbeans.org

Hi guys, I have an exam coming up and have searched on google yet have failed to find an answer to my question. I am working on a specimen paper in ...

15. netbeans project and Ant    forums.netbeans.org

Hey everyone! I have a big problem. My projects deadline is soon. My project is basically read, but the only thing that is not working is the ant build file. Yes I can run my javaEE project from netbeans, but if I tried to run it from another pc by running the ant command in the project folder, then it gives ...

16. How to specify working directory of Java EE 5 Apps Client outside of Netbeans using Ant    forums.netbeans.org

Hi All, I would like to find out how to specify the working directory when running an Java EE 5 Application Client, that belonged to an EAR Netbeans 6.7, GF 2.1 (JDK1.6.0_17)project on Windows XP. Below is the error message encountered when attempting to run FundsBean.ear outside of Netbeans (command line) using ant: run-ac: -as-retrieve-option-workaround: [copy] Copying 1 file to ...





17. Re: How to specify working directory of Java EE 5 Apps Client outside of Netbeans using Ant    forums.netbeans.org

Posted: Mon Oct 18, 2010 4:13 pm Post subject: Re: How to specify working directory of Java EE 5 Apps Client outside of Netbeans using Ant I'm not exactly sure what you are trying to do, Jack. You don't 'run' an EAR. It needs to be deployed inside an application server, and relies on the application server for ...

18. taskdef A class needed by class com.sun.xml.rpc.tools.ant.Wscompile cannot be found: org/apache/tools/ant/taskdefs/MatchingTask    forums.netbeans.org

Hi All, i am using netbeans 6.8 with JAX-RPC Plugin installed with Server "Sun Java System Application Server 8.2". Help regarding following error required: E:\j2eetutorial14\j2eetutorial14\examples\jaxrpc\helloservice\nbproject\build-impl.xml:397: taskdef A class needed by class com.sun.xml.rpc.tools.ant.Wscompile cannot be found: org/apache/tools/ant/taskdefs/MatchingTask build-impl.xml Regards, vS ...

19. Ant question.. i think.. :D    forums.netbeans.org

I have recently given Jakarta Cactus a look for unit testing servlets (and various other classes which makes use of HttpServletRequest instances) My problem right now? I dont speak Ant.. So, currently, i added a package called com.mycomp.myapp.unittesting and im writing the tests inthere and manually running them on the server though the ServletTestRunner servlet provided by the nice cactus people. ...