Building an Ant based project
已回答
I am using IntelliJ Idea Ultimate 2018.2. I want to build the apache derby database project from its source code (https://db.apache.org/derby/releases/release-10.14.2.0.cgi). In the apache derby website, build instructions for eclipse and netbeans are given. But for IDEA they have not provided. Can anyone help me?
请先登录再写评论。
IDE can generate Ant build script for the project after you loaded it into the IDE. Use Build | Generate Ant Build action. You can then customize the generated script.
For the project-specific environment customization I'd better ask on Apache- related forums or on stackoverflow.