Changeset 129

Show
Ignore:
Timestamp:
04/02/2007 16:14:32 (20 months ago)
Author:
olabini
Message:

Fix compiling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Rakefile

    r124 r129  
    155155 
    156156compile_java = proc do 
    157   sh %{javac -classpath $JRUBY_HOME/lib/jruby.jar HpricotScanService.java} 
     157  sh %{javac -source 1.4 -target 1.4 -classpath $JRUBY_HOME/lib/jruby.jar HpricotScanService.java} 
    158158  sh %{jar cf hpricot_scan.jar HpricotScanService.class} 
    159159end