--- 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}:</#list>
+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('\\', '/')}:</#list>