web services - Netbeans build configurations -
Is it possible to create multiple build configurations / profiles in NetBusiness, what can you do in Visual Studio?
I am trying to provide different configurations based on what I am creating for debugging or deployment.
The main object that I really want should be able to use the reference web service references, when deployment and production service reference to the web while deploying.
Is there any way to do this or does anyone have any such tips or tricks about the way they go about doing the same thing?
You can of course have if you have a Java project (and as long as it is with Netbeans It will not work for a free-form project), here are the steps:
1.) Right-click on the project -> Properties 2.) On the "run" properties to navigate. 3.) Where it says "configuration" and there is a drop-down box, the button "New" and "Delete" to the right side. It is possible to use these, make different references, so that you can run your application.
If you are using C / C ++, then the procedure is the same:
1.) Click the right-project-> properties. 2.) Click on "Manage Configuration"
From there you can create all the configurations (many VSs) you want
Hope this helps Does it! Use
Comments
Post a Comment