View | Details | Raw Unified | Return to bug 64958
Collapse All | Expand All

(-)a/src/documentation/content/xdocs/devel/index.xml (-15 / +2 lines)
Lines 142-162 Link Here
142
        <section>
142
        <section>
143
            <title>Working with IntelliJ Idea</title>
143
            <title>Working with IntelliJ Idea</title>
144
            <p>
144
            <p>
145
                We currently do not offer project files for IntelliJ and unfortunately it
145
                Import the Gradle project into your IDE. Execute a build to get all the dependencies and generated code
146
                cannot import the project from the Ant build files.
146
                in place.
147
            </p>
148
            <p>
149
                In order to get started, first build Apache POI using Ant as described above
150
                to get all required 3rd party libraries downloaded.
151
            </p>
152
            <p>
153
                Then import the main folder into a new project and then define all the source folders under src
154
                accordingly. Also add all libraries from the lib, compile-lib and ooxml-lib folders.
155
            </p>
156
            <p>
157
                Note: when executing junit tests from within IntelliJ, you might need to set the system
158
                property "POI.testdata.path" to the actual location of the 'test-data' directory to make
159
                the test framework find the required test-files. A simple value of 'test-data' usually works.
160
            </p>
147
            </p>
161
        </section>
148
        </section>
162
        <section>
149
        <section>

Return to bug 64958