[Red5devs] "fixes" to examples build system
Art Clarke
aclarke at vlideshow.com
Tue Sep 30 16:42:57 PDT 2008
The following patch takes the red5 examples and makes them build correctly
assuming you have defined the RED5_HOME environment variable. The old hack
of making ~/build.properties will still work as well if you want to keep the
override you had.
It also fixes the flex builds so that they don't depend on the Flex tasks
jar being in ANT_HOME (i.e. it looks in the right place in FLEX_HOME).
Lastly, I nuked the top-level build file which is totally broken (i.e. it
appears to be a copy of the server ant file, and assumes ivy is there and
there is top level source code, neither of which is true).
The net result of this is point $RED5_HOME to your Red5 installation
directory and any of the following should work from the examples build
without editing any checked out files:
ant clean clean all demos
ant dist build all demos
ant dist-flex build all demos that depend on Flex
ant dist-noflex build all demos that don't depend on Flex
Default target: dist
If folks like, please check-in (I don't have check-in access, nor am I
asking for it at this point). If you're unhappy with the changes, let me
know why and I'll try to fix them.
- Art
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20080930/e97c8ecd/attachment-0001.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
Url: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20080930/e97c8ecd/attachment-0001.txt
More information about the Red5devs
mailing list