> >> > >> I tried running the federated build at r618239 on a Windows machine and > >> got a failure (below). I'll take a look, but if you have any hint > >> please let me know. > > Hmm, never met it. What version of Ant do you use? > > "Apache Ant version 1.7.0 compiled on December 13 2006" > > (looks quite old)
OK, I see. I use even older version (1.6.5) and unfortunately did not check my latest build optimizations on Ant 1.7. It seems they did major updates of type <path> in 1.7, so it checks too eagerly runtime reference type. Trivial to fix though - just use nested <path> instead of refid for includepaths were neccessary. I will update the build. -- Alexey > > Tim > > >> <snip> > >> port: > >> > >> -plugin-cpptasks: > >> [echo] Checking for > >> c:\Harmony-federated\common_resources\depends/jars/cpptasks-1.0b4/cpptasks.jar > >> > >> setup-native-build: > >> > >> init-compression-mode: > >> > >> -common-vm: > >> > >> build: > >> [echo] ## Building 'portlib' > >> [mkdir] Created dir: > >> c:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\portlib\bin > >> [mkdir] Created dir: > >> c:\Harmony-federated\working_vm\build\windows_x86_msvc_release\semis\portlib\obj > >> [compile-asm] Skipping fileset for directory > >> c:\Harmony-federated\working_vm\vm\port\src. It is empty. > >> > >> BUILD FAILED > >> c:\Harmony-federated\build.xml:375: The following error occurred while > >> executing this line: > >> c:\Harmony-federated\working_vm\build.xml:120: The following error > >> occurred while executing this line: > >> c:\Harmony-federated\working_vm\make\vm\port.xml:66: port.includes > >> doesn't denote a IncludePath > >> > >> Total time: 6 minutes 46 seconds > >> > >> > >> Regards, > >> Tim > >> > > >
