Menu

OpenNLP tools initial release

nitin
2004-07-14
2004-07-15
  • nitin

    nitin - 2004-07-14

    Hi,

    The build file has an error wrt to the included files.
    <pathelement location="${lib.dir}/maxent-2.2.jar

    in build.xml should be

    <pathelement location="${lib.dir}/maxent-2.2.0.jar

    Hope it helps.

    Regards.

     
    • nitin

      nitin - 2004-07-15

      I would be happy to make the change if you guys want me to.

      Regards,

      Nitin

       
      • Gann Bierner

        Gann Bierner - 2004-07-15

        Sorry for the delay.  I went ahead and checked that change into CVS.  I don't know when Tom plans to make the next release, but it will be there when he does.

        Probably we should also generalize the build.xml file to grab all the jar files in the lib directory.  No need to refer to them by name.

        Gann

         
    • nitin

      nitin - 2004-07-15

      Hi Gann,

      Generalizing would make it easier to add new libraries, etc.

      The way i do it is:

        <path id="xdoclet.path">
          <fileset dir="${xdoclet.home}">
            <include name="*.jar"/>
          </fileset>
          <path refid="base.path"/> <!-- Includes other paths -->
        </path>

      You can use this pattern to do away with named jars.

      Regards,

      Nitin

       
      • Gann Bierner

        Gann Bierner - 2004-07-15

        Agreed-- that's what I usually do, but I didn't write this particular build.xml.  If you'd like to modify it, test it, and send it to me, I'd be happy to include it.  :-)

        Gann

         
    • Thomas Morton

      Thomas Morton - 2004-07-15

      Hi all,
         First thanks to Gann for covering for me.  I'll probably be doing a release in the next week or so.  I'll incorporate the changes above or will accept a complete build file which does this.  Thanks all...Tom

       
      • nitin

        nitin - 2004-07-15

        Hi Tom,

        I sent a modified build file to Gann. He will probably check it in soon.

        Regards,

        Nitin

         
        • Gann Bierner

          Gann Bierner - 2004-07-15

          Yes, I checked that in shortly after you sent it.

          Gann

           

Log in to post a comment.