You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/12/20 21:59:14 UTC

svn commit: r606025 - in /ode/sandbox/simpel: Rakefile lib/antlr-20071220.jar

Author: mriou
Date: Thu Dec 20 12:59:13 2007
New Revision: 606025

URL: http://svn.apache.org/viewvc?rev=606025&view=rev
Log:
Using latest ANTLR (soon to be 3.1), provides better error reporting.

Added:
    ode/sandbox/simpel/lib/antlr-20071220.jar   (with props)
Modified:
    ode/sandbox/simpel/Rakefile

Modified: ode/sandbox/simpel/Rakefile
URL: http://svn.apache.org/viewvc/ode/sandbox/simpel/Rakefile?rev=606025&r1=606024&r2=606025&view=diff
==============================================================================
--- ode/sandbox/simpel/Rakefile (original)
+++ ode/sandbox/simpel/Rakefile Thu Dec 20 12:59:13 2007
@@ -23,7 +23,7 @@
 VERSION_NUMBER = "1.2-SNAPSHOT"
 NEXT_VERSION = "1.2"
 
-ANTLR               = "org.antlr:antlr:jar:3.0"
+ANTLR               = "org.antlr:antlr:jar:3.0.1"
 
 repositories.remote << "http://repo1.maven.org/maven2"
 
@@ -39,6 +39,7 @@
 
   pkg_name = "org.apache.ode.simpel.antlr"
   compile.from antlr(_("src/main/antlr"), {:in_package=>pkg_name, :token=>pkg_name})
-  compile.with file(_("lib/e4x-grammar-0.1.jar")), ANTLR
+  compile.with file(_("lib/e4x-grammar-0.1.jar")), file(_("lib/antlr-20071220.jar"))
+  #compile.with file(_("lib/e4x-grammar-0.1.jar")), ANTLR
   package :jar
 end

Added: ode/sandbox/simpel/lib/antlr-20071220.jar
URL: http://svn.apache.org/viewvc/ode/sandbox/simpel/lib/antlr-20071220.jar?rev=606025&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ode/sandbox/simpel/lib/antlr-20071220.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream