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.?

SuperCoder
  • 819
  • 2
  • 10
  • 26

2 Answers2

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?

Community
  • 1
  • 1
Radim
  • 4,721
  • 1
  • 22
  • 25
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.

SuperCoder
  • 819
  • 2
  • 10
  • 26