[Assorted-commits] SF.net SVN: assorted: [822] configs/trunk/src/topcoder/setup.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-14 23:20:33
|
Revision: 822 http://assorted.svn.sourceforge.net/assorted/?rev=822&view=rev Author: yangzhang Date: 2008-05-14 16:20:40 -0700 (Wed, 14 May 2008) Log Message: ----------- fixed python/scala interaction Modified Paths: -------------- configs/trunk/src/topcoder/setup.py Modified: configs/trunk/src/topcoder/setup.py =================================================================== --- configs/trunk/src/topcoder/setup.py 2008-05-14 22:57:50 UTC (rev 821) +++ configs/trunk/src/topcoder/setup.py 2008-05-14 23:20:40 UTC (rev 822) @@ -53,5 +53,5 @@ urlretrieve(url, path) # Generate the final configuration file from the template. -call( [ 'scala', '-classpath', 'bin', 'TopCoderSetup', 'load', +call( [ 'scala', '-classpath', 'out/topcodersetup.jar', 'TopCoderSetup', 'load', pathsep.join(paths), userdir ] ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |