2

I know eclipse can automatically create a build file for a given project through its inbuilt wizard (Export->General->Ant File). But wondering how to do the same if my project is in Netbeans.

Does NetBeans also provide a similar wizard screen to create build file. If not, any other way around.?

2 Answers 2

0

NetBeans uses Ant as its build system. Ant build script is already there (unless you used Maven project type).

Some related questions are linked in How do I build ant's build.xml using NetBeans?

Sign up to request clarification or add additional context in comments.

Comments

0

I could not find to create build file from Netbeans. But found a workaround, by creating a build for my project in eclipse and then modifying it to suit to netbeans project structure.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.