Author: kwright
Date: Fri Apr 28 04:26:55 2017
New Revision: 1792981

URL: http://svn.apache.org/viewvc?rev=1792981&view=rev
Log:
Prepare for compilation step

Modified:
    manifoldcf/branches/CONNECTORS-1418/framework/build.xml

Modified: manifoldcf/branches/CONNECTORS-1418/framework/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1418/framework/build.xml?rev=1792981&r1=1792980&r2=1792981&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1418/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1418/framework/build.xml Fri Apr 28 04:26:55 
2017
@@ -365,8 +365,6 @@
         <mkdir dir="build/crawler-ui/classes"/>
         <javac srcdir="crawler-ui/src/main/java" 
destdir="build/crawler-ui/classes" deprecation="true" target="1.8" source="1.8" 
debug="true" encoding="utf-8" debuglevel="lines,vars,source">
             <classpath>
-                <path refid="less-classpath"/>
-                <pathelement location="build/less-compiler/classes"/>
                 <path refid="framework-classpath"/>
                 <pathelement location="build/core/classes"/>
                 <pathelement location="build/ui-core/classes"/>
@@ -375,6 +373,15 @@
             </classpath>
         </javac>
 
+        <!-- Compile the less files to css -->
+        <!-- The compilation invocation needs to have a classpath like this:
+            <classpath>
+                <path refid="less-classpath"/>
+                <pathelement location="build/less-compiler/classes"/>
+            </classpath>
+        -->
+        <!-- MHL -->
+        
         <!-- Define the jsp compilation task using tomcat libraries -->
         <taskdef classname="org.apache.jasper.JspC" name="jasper2" > 
             <classpath id="jspc.classpath"> 


Reply via email to