You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(8) |
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(4) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ray C. <rc...@gm...> - 2006-07-02 04:40:40
|
Hi, I'm quite confused over licensing. Let's say I have a project using a BSD-license, and I want to either compile as2lib into the swf directly, OR load as2lib as a swf. If I do this, what are my obligations under the MPL? -- Cheers, Ray Chuan |
From: Simon W. <sim...@gm...> - 2005-12-10 20:07:58
|
Hi Diego, first of all, sorry for the late reply. I had rather busy two weeks. Having all as2lib stuff centralized: I personally separate Flash classes from Java classes and have two different folders for them. I also separate by project. Something like: C:/programming/as2lib C:/programming/as2ant C:/programming/debugit The classes cannot be found. This means that there is either no class named org.as2lib.ant.Mtasc in the folder specified by the classpath (lib/aslib/ant) or the folder lib/as2lib/ant does not exist starting from the basedir (the directory where the build.xml is in). If you put the as2ant classes in the C:\dev\lib\src folder you must specify this folder as classpath. (you may also use the jar in the classpath) Greetings, Simon Diego Guebel wrote: > Hi Simon, thanks for the reply, > Actually the issue is with as2lib ant. I added the ant folder with all > java stuff to my linked library that is use as common resource. > so, now at C:\dev\lib\src\org\as2lib besides aop, app, core, etc > folders I have an ant folder. > I did that to have all as2lib centralized in one folder, is this a > good idea? > > here how taskdef seem: > <taskdef name="mtasc" classname="org.as2lib.ant.Mtasc" > classpath="lib/as2lib/ant"/> > <taskdef name="swf" classname="org.as2lib.ant.Swf" > classpath="lib/as2lib/ant"/> > > this is the msg that console shows: > > Buildfile: C:\dev\mindMapping\build.xml > > BUILD FAILED > C:\dev\mindMapping\build.xml:5: taskdef class org.as2lib.ant.Mtasc > cannot be found > > Total time: 203 milliseconds > > > any clue? > thanks in advance. > Diego. > > > Simon Wacker wrote: > >> Hi Diego, >> >> if you made a linked folder directly to the src folder of the as2lib >> and put it to the classpath everything should work fine. >> Which editor are you using, ASDT or FDT? >> >> Greetings, >> Simon >> >> Diego Guebel wrote: >> >>> Hi there, >>> I was seeing Simon's example project to start introducing me into >>> the usage of this library. After a while I wanted to start a test >>> project from the scratch I was surprised after set lib folder as a >>> linked resource and trying to use from there. it didnt work. >>> In summary, if I copy across the folder it works like a charm, but >>> if I use the library as a linked folder it doesnt work, >>> any clue? >>> >>> thanks, Diego. >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by the JBoss Inc. Get Certified Today >>> Register for a JBoss Training Course. Free Certification Exam >>> for All Training Attendees Through End of 2005. For more info visit: >>> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click >>> _______________________________________________ >>> As2lib-updates mailing list >>> As2...@li... >>> https://lists.sourceforge.net/lists/listinfo/as2lib-updates >>> >>> >> > > -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de |
From: Simon W. <sim...@gm...> - 2005-11-24 11:19:16
|
Hi Diego, if you made a linked folder directly to the src folder of the as2lib and put it to the classpath everything should work fine. Which editor are you using, ASDT or FDT? Greetings, Simon Diego Guebel wrote: > Hi there, > I was seeing Simon's example project to start introducing me into the > usage of this library. After a while I wanted to start a test project > from the scratch I was surprised after set lib folder as a linked > resource and trying to use from there. it didnt work. > In summary, if I copy across the folder it works like a charm, but if > I use the library as a linked folder it doesnt work, > any clue? > > thanks, Diego. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > As2lib-updates mailing list > As2...@li... > https://lists.sourceforge.net/lists/listinfo/as2lib-updates > > -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de |
From: Diego G. <dg...@gm...> - 2005-11-21 22:19:27
|
Hi there, I was seeing Simon's example project to start introducing me into the usage of this library. After a while I wanted to start a test project from the scratch I was surprised after set lib folder as a linked resource and trying to use from there. it didnt work. In summary, if I copy across the folder it works like a charm, but if I use the library as a linked folder it doesnt work, any clue? thanks, Diego. |
From: Simon W. <sim...@gm...> - 2005-11-12 19:13:44
|
Hi David, I built a sample project that uses most of the features of the as2lib for a talk I held in Berlin on the Flashforum Tour 2005. It will probably be part of the next as2lib release. Right now you can download it from my website: Blog Entry: http://www.simonwacker.com/blog/archives/000096.php Direct Download: http://www.simonwacker.com/talks/fft05/fft05.zip This should give you some insides on how to use the different as2lib features in a project. If you have any specific questions just write me a mail. Greetings, Simon PS: Thanks for the nice feedback on the API documentation. ;) -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de |
From: <mai...@da...> - 2005-11-12 18:17:17
|
Hello, The documentation of as2lib is really good and thorough, but are there any example files, as in completed (but simple) projects that use as2lib? A library of example project files would be so excellent. For example, there is the article on configuration: http://www.as2lib.org/documentation/articles/as2lib_configuration_api but I don't quite get it. It would be helpful to me if I could see the complete source files for a project set up as described in this article, and see the results when compiled using flash versus mtasc versus flex. Thanks in advance! David Lanier |
From: Simon W. <Sim...@gm...> - 2005-09-06 19:08:29
|
Hi Paul, I'm sorry, but no chance so far. I understand that compiling with MTSC = -strict would be nice, but the strict mode is not compliant with the = as2lib coding standards. This has already been discussed (if you like = some more arguments on why not): = http://sourceforge.net/forum/forum.php?thread_id=3D1247944&forum_id=3D326= 160. I personally had no problems with migrating from ASDT to FDT and the = as2lib compiles without errors and warnings in FDT. What are the = problems you are experiencing? Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message -----=20 From: Paul Ingalls=20 To: as2...@li...=20 Cc: in...@mu...=20 Sent: Tuesday, September 06, 2005 6:46 PM Subject: [As2lib-updates] strict compilation Any chance we can get the code in cvs updated so that it compiles with = -strict in mtasc? This will also help with migration to FDT.. =20 Thanks, =20 Paul |
From: Paul I. <in...@mu...> - 2005-09-06 16:47:15
|
Any chance we can get the code in cvs updated so that it compiles with -strict in mtasc? This will also help with migration to FDT.. Thanks, Paul |
From: Simon W. <Sim...@gm...> - 2005-09-06 13:07:39
|
PS: Oh...thanks...just changed it...luckily it did not say linguistic genious (um...genius). -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "Akira Ito" <ai...@an...> To: "Simon Wacker" <Sim...@gm...> Sent: Tuesday, September 06, 2005 6:51 AM Subject: Re[2]: [As2lib-updates] Code view and some additional docs? >- [ 06.09 @0844 < 06.09 @0103 ] > > SW> Hi Akira. > > SW> 1st - We use FDT (Flash Development Tool, Powerflasher) for > viewing/editing > SW> code. > > SW> 2nd - There is an API documentation online at > http://api.as2lib.org/0.9.2/. > SW> Most core classes should be with examples (if their are classes > without > SW> examples you want an example for just let us know). > > uhm yeah thanks, already uploaded to my PDA. > > yesteday i had a nice conversation with Martin via ICQ, besides some > ideas sharing stuff he helped me too to get clear with code too. > Thank for your response (and to Martin for his one, for sure) > > ps. btw "genious" in your details must be spelled as "genius" =) > > -- [ ai | ai...@an... ] > > Akira Ito. > Antistatic Solutions. > > |
From: Akira I. <ai...@an...> - 2005-09-05 14:45:25
|
- [ 05.09 @1837 ] Greetings. I've run into as2lib few days ago and was amazed. "That guys are totally freaky" I thought first. Last two day i'm intensively digging in your code... would you mind to answer few questions to make my life simplier? ) 1st - what software do you use for viewing/editing code? Some constructs like "{@code ConnectionException}" or html tags in comments seems to be processed somehow. 2nd - do you plan to release some kinda documentation on your core classes? I don't like use the code without having ENTIRE picture in the head, so i hafta dig into all your great library and some docs on some classes would be useful ) -- [ ai | ai...@an... ] Akira Ito. |
From: Simon W. <Sim...@gm...> - 2005-06-29 15:45:50
|
General Mtasc Trace support is a nice idea. I will think about a good implementations that leverages all its features. If you have any suggestions I'd be more than pleased to hear them. ;) Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "Paul Ingalls" <in...@mu...> To: "'martin heidegger'" <mas...@gm...> Cc: "'Simon Wacker'" <Sim...@gm...>; <in...@mu...> Sent: Tuesday, June 28, 2005 9:42 PM Subject: RE: [As2lib-updates] Flashout 2 > Perhaps an MtascTRACEHandler would be more appropriate, as that is what > flashout is really using. > > The -trace option for newer mtasc builds adds an interesting wrinkle to > logging. Not sure of the impact, but with some thought I bet you could > come > up with an interesting mechanism to support lots of environments while > leveraging it. You'd just need a TRACE function defined for MMC builds. > > Worth some thought... > > -----Original Message----- > From: martin heidegger [mailto:mas...@gm...] > Sent: Tuesday, June 28, 2005 10:53 AM > To: Paul Ingalls > Subject: Re: [As2lib-updates] Flashout 2 > > Uhh ... "Flashout_0_2_Handler" (its not release 2!) seems a little > weird for me, He could change it any time and we would have to change > it too "FlashoutTraceHandler" would be more appropiate but how to name > the other class "FlashoutClassHandler"? > > yours > Martin. > > 2005/6/28, Paul Ingalls <in...@mu...>: >> That is correct, you need to use -trace Flashout.traceReplacer on the > mtasc >> commandline, but that is the default setting if you are using the new >> Flashout where it would be required, so I didn't think it was a big deal. >> If you are using old Flashout, it just calls the old stuff. But I'm not > tied >> to any implementation, I'd just like to see it supported in the official >> cvs...:) >> >> Probably the cleanest would be to add a new Flashout2Handler or something >> like that... >> >> Paul >> >> -----Original Message----- >> From: Simon Wacker [mailto:Sim...@gm...] >> Sent: Tuesday, June 28, 2005 9:16 AM >> To: Paul Ingalls; as2...@li... >> Subject: Re: [As2lib-updates] Flashout 2 >> >> Flashout 0.2 support is already on my todo list. I just did not find the >> time yet to implement, but I'll do that right away. >> I used the async method for the old version because the old version's >> Flashout log methods also call trace and I did not want this behavior. > There >> >> is also one flaw with your suggested implementation because if you use > e.g. >> Flashout.debug you also have to specify TRACE in mtasc to make it >> working. >> I'll nevertheless stick to that implementation because it is 'compatible' >> with both Flashout versions. >> Thanks for your help. ;) >> >> We plan to release the final as2lib version with all bugfixes etc. made >> recently on Monday, the new FlashoutHandler etc. will also be included. >> >> Greetings, >> Simon >> -- >> Simon Wacker >> www.simonwacker.com >> www.as2lib.org >> www.hq-heilbronn.de >> www.flik-flak.de >> >> ----- Original Message ----- >> From: "Paul Ingalls" <in...@mu...> >> To: <as2...@li...> >> Cc: <in...@mu...> >> Sent: Tuesday, June 28, 2005 2:28 AM >> Subject: [As2lib-updates] Flashout 2 >> >> > So I installed flashout 0.2.1.2 and my logger stopped working. I >> > needed >> > to >> > make some tweaks to FlashoutHandler to get it going again. Check out > the >> > following code - >> > >> > public function write(message:LogMessage):Void { >> > var m:String = convertMessage(message); >> > switch (message.getLevel()) { >> > case AbstractLogLevel.DEBUG: >> > Flashout.debug(m); >> > break; >> > case AbstractLogLevel.INFO: >> > Flashout.info(m); >> > break; >> > case AbstractLogLevel.WARNING: >> > Flashout.warning(m); >> > break; >> > case AbstractLogLevel.ERROR: >> > Flashout.error(m); >> > break; >> > case AbstractLogLevel.FATAL: >> > Flashout.fatal(m); >> > break; >> > default: >> > Flashout.log(m); >> > break; >> > } >> > } >> > >> > This should work in both old and new Flashout, instead of the asyncLog >> > stuff >> > that was there before which only worked in old Flashout. >> > >> > Is there any way we can get a fix into the cvs tree? >> > >> > Thanks, >> > >> > Paul >> > >> > >> > >> > ------------------------------------------------------- >> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> > from IBM. Find simple to follow Roadmaps, straightforward articles, >> > informative Webcasts and more! Get everything you need to get up to >> > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> > _______________________________________________ >> > As2lib-updates mailing list >> > As2...@li... >> > https://lists.sourceforge.net/lists/listinfo/as2lib-updates >> > >> > >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> As2lib-updates mailing list >> As2...@li... >> https://lists.sourceforge.net/lists/listinfo/as2lib-updates >> > > |
From: Paul I. <in...@mu...> - 2005-06-28 17:22:57
|
That is correct, you need to use -trace Flashout.traceReplacer on the mtasc commandline, but that is the default setting if you are using the new Flashout where it would be required, so I didn't think it was a big deal. If you are using old Flashout, it just calls the old stuff. But I'm not tied to any implementation, I'd just like to see it supported in the official cvs...:) Probably the cleanest would be to add a new Flashout2Handler or something like that... Paul -----Original Message----- From: Simon Wacker [mailto:Sim...@gm...] Sent: Tuesday, June 28, 2005 9:16 AM To: Paul Ingalls; as2...@li... Subject: Re: [As2lib-updates] Flashout 2 Flashout 0.2 support is already on my todo list. I just did not find the time yet to implement, but I'll do that right away. I used the async method for the old version because the old version's Flashout log methods also call trace and I did not want this behavior. There is also one flaw with your suggested implementation because if you use e.g. Flashout.debug you also have to specify TRACE in mtasc to make it working. I'll nevertheless stick to that implementation because it is 'compatible' with both Flashout versions. Thanks for your help. ;) We plan to release the final as2lib version with all bugfixes etc. made recently on Monday, the new FlashoutHandler etc. will also be included. Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "Paul Ingalls" <in...@mu...> To: <as2...@li...> Cc: <in...@mu...> Sent: Tuesday, June 28, 2005 2:28 AM Subject: [As2lib-updates] Flashout 2 > So I installed flashout 0.2.1.2 and my logger stopped working. I needed > to > make some tweaks to FlashoutHandler to get it going again. Check out the > following code - > > public function write(message:LogMessage):Void { > var m:String = convertMessage(message); > switch (message.getLevel()) { > case AbstractLogLevel.DEBUG: > Flashout.debug(m); > break; > case AbstractLogLevel.INFO: > Flashout.info(m); > break; > case AbstractLogLevel.WARNING: > Flashout.warning(m); > break; > case AbstractLogLevel.ERROR: > Flashout.error(m); > break; > case AbstractLogLevel.FATAL: > Flashout.fatal(m); > break; > default: > Flashout.log(m); > break; > } > } > > This should work in both old and new Flashout, instead of the asyncLog > stuff > that was there before which only worked in old Flashout. > > Is there any way we can get a fix into the cvs tree? > > Thanks, > > Paul > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > As2lib-updates mailing list > As2...@li... > https://lists.sourceforge.net/lists/listinfo/as2lib-updates > > |
From: Simon W. <Sim...@gm...> - 2005-06-28 16:15:59
|
Flashout 0.2 support is already on my todo list. I just did not find the time yet to implement, but I'll do that right away. I used the async method for the old version because the old version's Flashout log methods also call trace and I did not want this behavior. There is also one flaw with your suggested implementation because if you use e.g. Flashout.debug you also have to specify TRACE in mtasc to make it working. I'll nevertheless stick to that implementation because it is 'compatible' with both Flashout versions. Thanks for your help. ;) We plan to release the final as2lib version with all bugfixes etc. made recently on Monday, the new FlashoutHandler etc. will also be included. Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "Paul Ingalls" <in...@mu...> To: <as2...@li...> Cc: <in...@mu...> Sent: Tuesday, June 28, 2005 2:28 AM Subject: [As2lib-updates] Flashout 2 > So I installed flashout 0.2.1.2 and my logger stopped working. I needed > to > make some tweaks to FlashoutHandler to get it going again. Check out the > following code - > > public function write(message:LogMessage):Void { > var m:String = convertMessage(message); > switch (message.getLevel()) { > case AbstractLogLevel.DEBUG: > Flashout.debug(m); > break; > case AbstractLogLevel.INFO: > Flashout.info(m); > break; > case AbstractLogLevel.WARNING: > Flashout.warning(m); > break; > case AbstractLogLevel.ERROR: > Flashout.error(m); > break; > case AbstractLogLevel.FATAL: > Flashout.fatal(m); > break; > default: > Flashout.log(m); > break; > } > } > > This should work in both old and new Flashout, instead of the asyncLog > stuff > that was there before which only worked in old Flashout. > > Is there any way we can get a fix into the cvs tree? > > Thanks, > > Paul > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > As2lib-updates mailing list > As2...@li... > https://lists.sourceforge.net/lists/listinfo/as2lib-updates > > |
From: Paul I. <in...@mu...> - 2005-06-28 00:28:14
|
So I installed flashout 0.2.1.2 and my logger stopped working. I needed to make some tweaks to FlashoutHandler to get it going again. Check out the following code - public function write(message:LogMessage):Void { var m:String = convertMessage(message); switch (message.getLevel()) { case AbstractLogLevel.DEBUG: Flashout.debug(m); break; case AbstractLogLevel.INFO: Flashout.info(m); break; case AbstractLogLevel.WARNING: Flashout.warning(m); break; case AbstractLogLevel.ERROR: Flashout.error(m); break; case AbstractLogLevel.FATAL: Flashout.fatal(m); break; default: Flashout.log(m); break; } } This should work in both old and new Flashout, instead of the asyncLog stuff that was there before which only worked in old Flashout. Is there any way we can get a fix into the cvs tree? Thanks, Paul |
From: Simon W. <Sim...@gm...> - 2005-06-20 18:56:53
|
Hi Jester, the AOP Framework is not included in the 0.9 release but only in the 0.1 (previous) release. It is a full-featured Aspect Oriented Programming framework, that has a terminology similar to AspectJ. It is not included in the 0.9 release because I have to refactor major parts of it (reduce dependencies to decrease swf file size etc.) and write a lot of tests. It has functionally not evolved since my last post on it: http://www.simonwacker.com/blog/archives/000080.php. You can check out the 0.9 compatible aop framework from the CVS with TortoiseCVS or the Eclipse CVS Plugin: https://sourceforge.net/cvs/?group_id=94206. Module is 'main'. I can also send it to you via mail if you like. Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "JesterXL" <jes...@je...> To: <as2...@li...> Sent: Monday, June 20, 2005 7:44 PM Subject: [As2lib-updates] Aspects > Hey, I saw mention on your site about AOP, but could not find an > implementation of Aspects. Curious if you were working on an > implementation, or if not, what were/are your plans? > > Thanks! > > --JesterXL > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > As2lib-updates mailing list > As2...@li... > https://lists.sourceforge.net/lists/listinfo/as2lib-updates > > |
From: JesterXL <jes...@je...> - 2005-06-20 17:44:55
|
Hey, I saw mention on your site about AOP, but could not find an implementation of Aspects. Curious if you were working on an implementation, or if not, what were/are your plans? Thanks! --JesterXL |
From: Simon W. <Sim...@gm...> - 2005-06-07 18:09:56
|
Hi Jonathan, the dependency on actionstep is with the ActionStepHandler and ActionStepLogger in package org.as2lib.env.log.handler and org.as2lib.env.log.logger. The GUI part of actionstep is actually not used. ActionStep can right now only be obtained by checking out the cvs. You need the CVS Eclipse Plugin or TortoiseCVS to do so: https://sourceforge.net/cvs/?group_id=130597. This does of course also work with the as2lib: https://sourceforge.net/cvs/?group_id=94206. The ant task is just there for convenience. I used it to check of the whole project whether it compiles fine with mtasc and whether tests are running. But it can actually be used for everything else like creating your swfs etc.; it allows for everything one can also do with mtasc, but it is more natural to use in conjunction with Eclipse than using mtasc directly. You are of course free to use it, but you do not have to. Greetings, Simon -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de ----- Original Message ----- From: "Doklovic, Jonathan" <JDo...@VS...> To: <as2...@li...> Sent: Tuesday, June 07, 2005 6:13 PM Subject: [As2lib-updates] Dependencies? Hi. I just grabbed as2lib with and without dependencies. I was wondering if someone could explain what the dependency on actionstep is. I was under the impression that as2lib did not do anything in the way of GUIs and that actionstep was to make GUI building easier. Am I missing something? I also don't see any docs on the actionstep stuff (or even how you got the code, the project doesn't contain any). My other question is about the MTASC ant task... Is this just for convienience so you don't need to use the ant execute task? Thanks! jonathanDoklovic seniorProgrammerAnalyst LimitedBrandsTechnologyServices http://www.victoriassecret.com ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ As2lib-updates mailing list As2...@li... https://lists.sourceforge.net/lists/listinfo/as2lib-updates |
From: Doklovic, J. <JDo...@VS...> - 2005-06-07 16:13:43
|
Hi. I just grabbed as2lib with and without dependencies. I was wondering if someone could explain what the dependency on actionstep is. I was under the impression that as2lib did not do anything in the way of GUIs and that actionstep was to make GUI building easier. Am I missing something? I also don't see any docs on the actionstep stuff (or even how you got the code, the project doesn't contain any). My other question is about the MTASC ant task... Is this just for convienience so you don't need to use the ant execute task? Thanks! jonathanDoklovic seniorProgrammerAnalyst LimitedBrandsTechnologyServices http://www.victoriassecret.com |
From: Mario O. <mar...@gm...> - 2005-03-28 15:34:58
|
Hello List! This might be a little OT, but is there a way to find out the length of a flash file in linux? I need it for an automated script. Thanks, Mario -- Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms |
From: Romain E. <re...@ev...> - 2005-01-13 14:10:40
|
Hi, I know that it is not a good solution to post this in the mailing list...but I find no one to ask my questions... :( I try for few days now, the incredible as2lib framework.... Very excellent work !!! ;) I post somes bugs or some questions in the dedicated sourceforge forum, but no answers....is there anyone in this forum ? Or only me :( Where can i post or send my questions about technical practise with as2lib. ? Thanks a lot ;) eRom. |
From: Werthmann, S. <wer...@mp...> - 2004-11-12 22:49:10
|
699266 |
From: <ben...@id...> - 2004-05-25 07:57:44
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |