correcting section about IDE-SETUP in README: now java clean jar is required 
because the unpacking of the META-INF folder requires the freemarker.jar to be 
present which is removed by clean. also remove the META-INF folder for the ant 
clean target


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/8067aad2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/8067aad2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/8067aad2

Branch: refs/heads/2.3
Commit: 8067aad2c1a7cf02383bb1b36f845ee706958008
Parents: 8358009
Author: chrisrueger <[email protected]>
Authored: Tue Dec 27 21:38:38 2016 +0100
Committer: chrisrueger <[email protected]>
Committed: Tue Dec 27 21:38:38 2016 +0100

----------------------------------------------------------------------
 README    | 2 +-
 build.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8067aad2/README
----------------------------------------------------------------------
diff --git a/README b/README
index 7c15d61..6cc36c2 100644
--- a/README
+++ b/README
@@ -138,7 +138,7 @@ different version or an entierly different IDE, still read 
this, and try to
 apply it to your development environment:
 
 - Install Ant and Ivy, if you haven't yet; see earlier.
-- From the command line, run `ant clean javacc ide-dependencies`. (Note that
+- From the command line, run `ant clean jar javacc ide-dependencies`. (Note 
that
   now the folders "ide-dependencies", "build/generated-sources" and "META-INF" 
were created.)
 - Start Eclipse
 - You may prefer to start a new workspace (File -> "Switch workspace"), but

http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8067aad2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2841844..a496742 100644
--- a/build.xml
+++ b/build.xml
@@ -105,6 +105,7 @@
   
   <target name="clean" description="get rid of all generated files">
     <delete dir="build" />
+    <delete dir="META-INF" />
   </target>
 
   <target name="clean-classes" description="get rid of compiled classes">

Reply via email to