bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

Flex SWC #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reccomend adding a compiled SWC download to project for easy integration. 
I am able to assist in flex environment.

Original issue reported on code.google.com by charles....@gmail.com on 28 Oct 2009 at 7:36

GoogleCodeExporter commented 9 years ago
Hi Blake.

While I do mostly pure as3 projects, I also compile with the mxmlc, and I don't 
feel 
that having a swc will ease integration. I also tend to encourage people to 
look at the 
source code and tweak things to their liking.

The incremental compilation with fsch means that the overhead of compiling 
BulkLoader (which is a small lib) is also negligible.

Thanks for volunteering, though.

Regards,
Arthur Debert

Original comment by debert on 28 Oct 2009 at 7:52

GoogleCodeExporter commented 9 years ago
Sounds good. The project is really easy to work with as is.

Original comment by charles....@gmail.com on 28 Oct 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Shame... A SWC would have made Flex integration really quick! I might try and 
create
one for myself. :)

Original comment by joe.n...@atticmedia.com on 11 Nov 2009 at 2:55

GoogleCodeExporter commented 9 years ago
@Joe Nash

Please do! The code is there, nothing is stopping you. As I said, how much time 
would that save people?
$mxmlc br/com/stimuli/loading/BulkLoader.as -source-path . -o bulkloader.swc

That's it, it's just one command away and you've got a swc,

Cheers

Original comment by debert on 11 Nov 2009 at 3:34

GoogleCodeExporter commented 9 years ago
Yes. i think we need a swc file. i do it myself. but the flex builder give me a 
error
"unable to load SWC bulkloader.swc", i do not what' wrong. can somebody send me 
a
copy of the swc? clearbothnet@gmail.com thanks

Original comment by clearbot...@gmail.com on 7 Jun 2010 at 7:15

GoogleCodeExporter commented 9 years ago
I would also like a .swc please. I am getting an error on trying to compile it 
into a .swc and just being able to plug the .swc in would have been nice. 

If anyone has one, please let me know.

Original comment by astro...@gmail.com on 11 Jun 2010 at 9:36

GoogleCodeExporter commented 9 years ago
So I went ahead and made a BulkLoader swc for everyone who wants to just plug 
and play with BulkLoader as a Flex Library.

It is just the source files of course so you will have to get docs and examples 
elsewhere.

It also does not include the JSONItem class as I could not get BulkLoader to 
compile into a .swc with the JSON in there. I seem to be missing a dependency 
and didn't really feel like hunting it down when I wont be using JSON.

Enjoy.

Original comment by astro...@gmail.com on 11 Jun 2010 at 10:03

Attachments: