You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a group for users interested in the ProjectSprouts project hosted on google code.
|
|
|
Help - lost my gem specs for sprouts 0.7.216
|
| |
Hey all,
I had a total cluster of nightmare simultaneous backup drive and logic board failure on my mac.
I've managed to retrieve most of my data, but one thing I'm missing is all the gem specs for the following:
sprout-0.7.216
sprout-as3-bundle-1.0.31
sprout-asunit3-library-4.0.14
sprout-corelib-library-0.9.7... more »
|
|
flashplayer 11.4
|
| |
Is it possible to build content for fp 11.4 using rake? It is not supported yet?
|
|
Rake failed to build SWF file with FlexSDK
|
| |
Hi,
I`ve installed ruby, ruby gems and:
...gem install flashsdk --pre
...sprout-as3 SomeProject
...bundle install
...rake
...
Rake have downloaded FlexSDK 4.6.0.23201 and drops an error:
C:\Projects\Farm\FarmProject>r ake
F:/Program Files/Ruby193/lib/ruby/gems/1. 9.1/gems/rubyzip-0.9.4/lib/zip /zip.rb:2... more »
|
|
issue: rake can't find flashplayer
|
| |
Hey guys I just have installed sprouts (via rvm and bundler) on ubuntu 12.04, then cloned my AS3 project from github and can't run it. Here is the output: rake /var/lib/gems/1.9.1/gems/rubyz ip-0.9.4/lib/zip/zip.rb:2:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead.... more »
|
|
Sprouts for Haxe
|
| |
Hi,
I've read somewhere that there was a sprouts for Haxe, but couldn't find
it. Was the project abandoned?
- Marcelo.
|
|
Concern/RubyFeature ?
|
| |
Hi Luke,
Could you elaborate on the "concern" and "RubyFeature" concepts? I've been
trying to understand its use inside the sprouts gem, but so far haven't go
to fully understand it.
I didn't really get what this means:
# This class represents a Feature that is written in
# Ruby code that exists on the other side of the... more »
|
|
what is the best way to link gem libraries to the project?
|
| |
When I just started with sprouts I used to copy all 3d party libraries to the "lib" folder and added this to rakefile: t.library_path << "lib/signals/signals.swc" or t.source_path << "lib/robotlegs/src" It works but I would to know how to link libraries packaged into gems. What am I doing: 1. in gemscpec: gem "as3signals", ">= 0.7.1"... more »
|
|
Pushed
|
| |
Hey Folks, Sorry for the long radio silence, I haven't been doing much Flash work these days, so it's been difficult to prioritize some of this stuff. Just wanted to let everyone know that I've pushed a new build to Github and RubyGems. This build updates the default dependency versions to: - Flex SDK 4.6.x... more »
|
|
Packaging a Library
|
| |
Hey,
I've got a AS3 library I'm working on that's already being used in a
number of projects. Is there a way I can package it into a gem?
Ideally I want to be able to point my Gemfile to a local Git repo so I
can quickly commit changes and they'll be available in all projects
using the library.... more »
|
|
How to compile locales / resource bundles?
|
| |
I'm doing custom locale swf compilation, which I can do fine via the
command line by doing these steps:
• run the copylocale utility from the mxmlc bin directory (one time
only)
• run mxmlc with -locale, -include-resource-bundles, -source-path+=, -
allow-source-path-overlap, -output
I'd love to automate this in sprouts but have the following questions:... more »
|
|
|