|
From: <luk...@us...> - 2006-11-24 08:32:12
|
Revision: 140
http://svn.sourceforge.net/asunit/?rev=140&view=rev
Author: lukebayes
Date: 2006-11-24 00:32:08 -0800 (Fri, 24 Nov 2006)
Log Message:
-----------
Cleaning up build process
Modified Paths:
--------------
trunk/framework/as3/build.sh
Property Changed:
----------------
trunk/framework/as3/
Property changes on: trunk/framework/as3
___________________________________________________________________
Name: svn:ignore
- bin
html-template
.settings
+ .flexLibProperties
bin
html-template
.settings
Modified: trunk/framework/as3/build.sh
===================================================================
--- trunk/framework/as3/build.sh 2006-11-22 18:37:25 UTC (rev 139)
+++ trunk/framework/as3/build.sh 2006-11-24 08:32:08 UTC (rev 140)
@@ -1,3 +1,8 @@
-#!/bin/bash
-
-compc -source-path . -output AsUnit.swc -namespace http://www.asunit.org/as3 manifest.xml -include-namespaces http://www.asunit.org/as3
\ No newline at end of file
+#! /bin/bash
+
+rm -rf bin
+mkdir bin
+
+# First Compile the SWC File...
+
+mxmlc -library-path 'bin/AsUnit.swc' -source-path '../../framework-test/as3' -debug -output 'bin/AsUnitTestRunner.swf' AsUnitTestRunner.as
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|