On the 0x3E9 day of Apache Harmony Egor Pasko wrote:
> <snip>
> build:
> [echo] ## Building 'verifier-ext'
> [cc] Starting dependency analysis for 10 files.
> [cc] 10 files are up to date.
> [cc] 0 files to be recompiled from dependency analysis.
> [cc] 0 total files to be compiled.
> [apply] Skipping fileset for directory
> /home/pasko/svn/1/trunk/working_vm/build/linux_x86_gcc_debug/semis/verifier-ext/bin.
> It is empty.
>
> BUILD FAILED
> /home/pasko/svn/1/trunk/working_vm/build.xml:138: The following error
> occurred while executing this line:
> /home/pasko/svn/1/trunk/working_vm/make/vm/verifier-ext.xml:40: Warning:
> Could not find file
> /home/pasko/svn/1/trunk/working_vm/build/linux_x86_gcc_debug/deploy/lib/${lib.prefix}verifier-ext${lib.suffix}
> to copy.
>
> Total time: 14 seconds
>
>
> anybody seen this?
libverifier-ext.a is in fact in the linux_x86_gcc_debug/deploy/lib,
the problem is: lib.prefix and lib.suffix are not set
--
Egor Pasko