Menu

Trying to Compile - missing MANIFEST.MF?

Help
Denis
2006-11-01
2012-09-04
  • Denis

    Denis - 2006-11-01

    Hey there,

    Has anyone tried compiling WebHarvest?
    Got ant installed and all, but when trying to build the jar file ('ant jar'),
    I get an error, the build complains about config/MANIFEST.MF missing.
    I checked in both the src and the all distributions, and couldn't indeed find the MANIFEST.MF file.
    Can someone send it?

    In case anyone one wonders why I'd need to recompile WebHarvest, the answer is that I am trying to add support for setting up cookies, because as far as I could tell, I could not find support for explicitly setting cookies when defining a http connection.

    Thanks,

    Denis

     
    • Vladimir Nikic

      Vladimir Nikic - 2006-11-01

      Here is the content of manifest file:

      Main-Class: CommandLine
      Class-Path: commons-codec-1.3.jar commons-collections-3.1.jar commons-httpclient-3.0-rc3.jar commons-logging.jar log4j-1.2.13.jar ognl-2.6.9.jar saxon8.jar tagsoup-1.0.1.jar

      Anyway, I'll see to add explicit cookies to the http processor.

       
      • Denis

        Denis - 2006-11-01

        Thanks.

        Any ideas as to when you might add the feature? It's going to take me a little while to do what's prob. going to be trivial for you to do in no time, so maybe I could wait, he he :-) From what I've seen the apache http client has support for setting cookies, so it's mostly a matter of exposing these through the clever xml configuration files? something easier said than done, so i might just try and hack the code at low level.

        Thanks anyway,

        Denis

         
        • Vladimir Nikic

          Vladimir Nikic - 2006-11-01

          I'll try to fix that this week.

           

Log in to post a comment.