Changeset 28124


Ignore:
Timestamp:
2013-08-26T11:46:54+12:00 (11 years ago)
Author:
davidb
Message:

debug flag added so file and error lines are given in Exception. To consider: link this build.xml file to the top-level one so whatever setting the main Greenstone code has for this flag is used here also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/build.xml

    r28116 r28124  
    6868  <target name="compile" description="Compile up the solr java classes, jar them up, and install gs3-solr.jar into Greenstone's web/WEB-INF/lib dir">
    6969    <mkdir dir="${build.home}"/>
    70     <javac srcdir="${src.home}"
    71       destdir="${build.home}">
     70    <javac srcdir="${src.home}" destdir="${build.home}" debug="true">
    7271      <classpath>
    7372    <path refid="compile.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.