Building an Ant based project

Answered

 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?

0
1 comment

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.

0

Please sign in to leave a comment.