[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can Dava decompile these classes?
I'm using ant 1.6.1 which I downloaded from the webpage.
Below is some output with -v option. Is it because java 1.3.1 does not
support regurlar expression?
-Ruijie
cygpath: can't convert empty path
Apache Ant version 1.6.1 compiled on February 12 2004
Buildfile: build.xml
Detected Java version: 1.3 in: C:\Program Files\JavaSoft\JRE\1.3.1
Detected OS: Windows 2000
...
BUILD FAILED
C:\Research\SootDevelop\soot-dev\build.xml:406: No supported regular
expression matcher found
at
org.apache.tools.ant.util.regexp.RegexpMatcherFactory.newRegexpMatche
r(RegexpMatcherFactory.java:87)
at
org.apache.tools.ant.util.regexp.RegexpMatcherFactory.newRegexpMatche
r(RegexpMatcherFactory.java:43)
at
org.apache.tools.ant.util.RegexpPatternMapper.<init>(RegexpPatternMap
per.java:37)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at
org.apache.tools.ant.types.Mapper.getImplementation(Mapper.java:168)
at
org.apache.tools.ant.taskdefs.UpToDate.scanDir(UpToDate.java:217)
at
org.apache.tools.ant.taskdefs.UpToDate.eval(UpToDate.java:165)
at
org.apache.tools.ant.taskdefs.UpToDate.execute(UpToDate.java:194)
at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:301)
at org.apache.tools.ant.Target.performTasks(Target.java:328)
at org.apache.tools.ant.Project.executeTarget(Project.java:1215)
at
org.apache.tools.ant.Project.executeTargets(Project.java:1063)
at org.apache.tools.ant.Main.runBuild(Main.java:632)
at org.apache.tools.ant.Main.startAnt(Main.java:183)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56)
-----Original Message-----
From: Ondrej Lhotak [mailto:olhotak@sable.mcgill.ca]
Sent: Monday, July 19, 2004 6:16 PM
To: Ruijie Wang
Cc: soot-list@sable.mcgill.ca
Subject: Re: Can Dava decompile these classes?
On Sun, Jul 18, 2004 at 08:34:51PM -0400, Ruijie Wang wrote:
> Is there anybody still working on dava now? Is this problem solved in
> the latest development version? If not, how hard is it to fix this
> problem?
For the past year, nobody has been working on Dava. We now have Nomair
starting to work on it again, and one of the things he plans to do is to
look into all the Dava bugs that were reported over the past year,
including yours.
> When I tried to build the latest version, I got the following output:
>
> ****************************************
> cygpath: can't convert empty path
> [snip]
> BUILD FAILED
> C:\Research\Soot Develop\soot-dev\build.xml:406: No supported regular
> expression matcher found
> ***************************************
I've never seen an error message like this. It seems like it could have
something to do with your ant installation. Are you using the ant that
comes with cygwin? What happens if you run ant with the -v switch?
Ondrej