Pronichkin Dmitry said the following on 13.02.2008 15:28:
Hello,
I've encountered with many build errors recently. All of them were connected
with common_resources. Even after successfull build, errors ocassionally
appear.
I want to ask what is the standard way to deal with common_resources?
I think the standard way is to update harmony source tree from the
trunk, so that all switched subdirectories are updated automatically.
This way you'll always have common_resources up to date.
2008/2/13, Alexey Varlamov <[EMAIL PROTECTED]>:
Egor,
You need to update common_resources to pick up recent changes :)
--
Alexey
13 Feb 2008 11:52:16 +0300, Egor Pasko <[EMAIL PROTECTED]>:
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
--
Gregory