Author: fanningpj
Date: Sun Dec  6 17:15:03 2020
New Revision: 1884159

URL: http://svn.apache.org/viewvc?rev=1884159&view=rev
Log:
[Bug-64958] Update the development docs. Thanks to Marius Volkhart.

Modified:
    poi/site/src/documentation/content/xdocs/devel/index.xml

Modified: poi/site/src/documentation/content/xdocs/devel/index.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/index.xml?rev=1884159&r1=1884158&r2=1884159&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/index.xml Sun Dec  6 
17:15:03 2020
@@ -69,10 +69,10 @@
                 to build the documentation.
             </p>
             <p>
-                Specifically the build has been tested to work with Forrest 
0.90.
+                Specifically, the build has been tested to work with Forrest 
0.90.
             </p>
-           <p>
-               Remember to set the FORREST_HOME environment variable.
+            <p>
+                Remember to set the FORREST_HOME environment variable.
             </p>
         </section>
         <section>
@@ -119,8 +119,8 @@
         <section>
             <title>Working with Eclipse</title>
             <p>
-               Apache POI includes a pre-defined Eclipse project file which 
can be 
-               used to quickly get set up in the Eclipse IDE. 
+                Apache POI includes a pre-defined Eclipse project file which 
can be
+                used to quickly get set up in the Eclipse IDE.
             </p>
             <p>
                 First make sure that Java is set up properly and that you can 
execute the 'javac' executable in your shell.
@@ -134,24 +134,16 @@
                 dialog should appear. In the "Targets" tab, select the 
"Compile" target and click on "Run".
             </p>
             <p>
-               Note: when executing junit tests from within Eclipse, you might 
need to set the system 
-               property "POI.testdata.path" to the actual location of the 
'test-data' directory to make 
-               the test framework find the required test-files. A simple value 
of 'test-data' usually works. 
+                Note: when executing junit tests from within Eclipse, you 
might need to set the system
+                property "POI.testdata.path" to the actual location of the 
'test-data' directory to make
+                the test framework find the required test-files. A simple 
value of 'test-data' usually works.
             </p>
         </section>
         <section>
             <title>Working with IntelliJ Idea</title>
             <p>
-                We currently do not offer project files for IntelliJ and 
unfortunately it
-                cannot import the project from the Ant build files.
-            </p>
-            <p>
-                In order to get started, first build Apache POI using Ant as 
described above
-                to get all required 3rd party libraries downloaded.
-            </p>
-            <p>
-                Then import the main folder into a new project and then define 
all the source folders under src
-                accordingly. Also add all libraries from the lib, compile-lib 
and ooxml-lib folders.
+                Import the Gradle project into your IDE. Execute a build to 
get all the dependencies and generated code
+                in place.
             </p>
             <p>
                 Note: when executing junit tests from within IntelliJ, you 
might need to set the system



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to