diff -r 0e65f93be3cb -r ac0bbc1e5d79 buildframework/helium/builder/template/configure_jython.sh.ftl --- a/buildframework/helium/builder/template/configure_jython.sh.ftl Mon Sep 06 09:57:24 2010 +0100 +++ b/buildframework/helium/builder/template/configure_jython.sh.ftl Mon Sep 13 13:11:19 2010 +0800 @@ -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('\\', '/')}: