Hi Alex,
I've tried to build from develop branch, and I think I could get
further than before, however, there're problems with dependencies:
[javac] Compiling 1777 source files to
/home/wvxvw/projects/flex-falcon/compiler/generated/classes
[javac] warning: [options] bootstrap class path not set in
conjunction with -source 1.6
[javac]
/home/wvxvw/projects/flex-falcon/compiler/src/org/apache/flex/compiler/internal/projects/CompilerProject.java:67:
error: package com.google.common.cache does not exist
[javac] import com.google.common.cache.CacheBuilder;
(and there are a bunch more of these)
I've added this to the target generating this error:
<pathconvert property="cp.string" refid="classpath"/>
<echo>classpath: ${cp.string}</echo>
And the classpath printed is
/home/wvxvw/projects/flex-falcon/compiler/lib/antlr.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/commons-cli.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/commons-io.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/flex-tool-api.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/guava.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/java_cup-runtime.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/java_cup.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/jburg.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/jflex.jar:
/home/wvxvw/projects/flex-falcon/compiler/lib/lzma-sdk.jar
formatted for readability
So, Guava is there (or do I need some more Guava jars?)
Thanks,
Oleg