diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/builder/template/configure_jython.sh.ftl --- a/buildframework/helium/builder/template/configure_jython.sh.ftl Wed Jun 16 16:51:40 2010 +0300 +++ b/buildframework/helium/builder/template/configure_jython.sh.ftl Fri Aug 13 14:59:05 2010 +0300 @@ -20,4 +20,4 @@ ============================================================================ --> #!/bin/sh -export HLM_EGG_JYTHONPATH=<#list project.getReference('egg.hlm.deps.fileset').toString().split(';') as file>${r'$'}HELIUM_HOME/${file}: +export HLM_EGG_JYTHONPATH=<#list project.getReference('egg.hlm.deps.fileset').toString().split(ant['path.separator']) as file>${r'$'}HELIUM_HOME/${file?substring(ant['source.root.dir']?length + 1)?replace('\\', '/')}: