khalilj / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 0 forks source link

Update docs to note required version of ANT #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 

I have downloaded all the jars and placed them in lib folder. When I run 
"ant dist", it throws build failed error with following error

Could not create type antlr3 due to java.lang.NoSuchMethodError: 
org.apache.tools.ant.util.FileUtils.getFileUtils()
Lorg/apache/tools/ant/util/FileUtils;

When i opened and decompiled the jar 'antlr3-ant.jar', it does not have 
above package neither my ant.jar contains above method. Can you suggest 
which version of ant should i use to build the project.

I am using sarasvati-java-1.0.0-rc2 version on Windows XP and my current 
ant version is 1.6.1.

I request you to give url of the required jar file.

Thanks & Regards,

Kamlesh Kulkarni

Please provide any additional information below.

Original issue reported on code.google.com by kamlesh....@gmail.com on 5 Jun 2009 at 12:14

GoogleCodeExporter commented 8 years ago
Hi Kamlesh,
  I did some googling and found 

http://www.mail-archive.com/gt-user@lists.globus.org/msg01013.html

which seems to indicate that the method was introduced in Ant 1.6.3. Please try 
that
version (or 1.7.x, which is what I'm running) and let me know if that fixes the
problem. If so, I'll update the release notes to indicate that minimum version.

Original comment by plor...@gmail.com on 5 Jun 2009 at 2:57

GoogleCodeExporter commented 8 years ago
Updated the docs noting a dependency on Ant, version >= 1.6.3

Original comment by plor...@gmail.com on 9 Jun 2009 at 7:24

GoogleCodeExporter commented 8 years ago

Original comment by plor...@gmail.com on 19 Jun 2009 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by plor...@gmail.com on 12 Jul 2009 at 2:38

GoogleCodeExporter commented 8 years ago

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:40

GoogleCodeExporter commented 8 years ago
Released with version 1.0.0

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:53