[flexcoders] Datavisualization License

2008-05-20 Thread VELO
Hi,

Is there any way to add flex datavisualization license at runtime?

I have several modules and don't wanna add licenses one by one.  If its
possible I prefer to do that at runtime.

Is possible?


VELO


[flexcoders] [ANN] Flex-mojos 1.0-RC2

2008-05-18 Thread VELO
Flex-mojos 1.0-RC2 is out.

Just same fixes of problems found on 1.0-RC1.

http://blog.flex-mojos.info/2008/05/19/flex-mojos-10-rc2/


VELO


Re: [flexcoders] Flash Player 10 is in prerelease!

2008-05-16 Thread VELO
Got it working on flex-mojos
http://blog.flex-mojos.info/2008/05/16/flash-player-10/

VELO

On Thu, May 15, 2008 at 3:02 AM, Gordon Smith <[EMAIL PROTECTED]> wrote:

>http://labs.adobe.com/technologies/flashplayer10/
>
>
>
> Gordon Smith
>
> Adobe Flex SDK Team
>
>
>
>
>  
>


Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-15 Thread VELO
Any word on API?

VELO

On Thu, May 15, 2008 at 3:25 AM, Bjorn Schultheiss <
[EMAIL PROTECTED]> wrote:

>   Is there a new api to play with?
>
>
> --- In flexcoders@yahoogroups.com , "Gordon
> Smith" <[EMAIL PROTECTED]> wrote:
> >
> > http://labs.adobe.com/technologies/flashplayer10/
> >
> >
> >
> > Gordon Smith
> >
> > Adobe Flex SDK Team
> >
>
>  
>


Re: [flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
And there is no API in flex or Java to do that, right?!

VELO

On Wed, May 14, 2008 at 6:39 PM, Alex Harui <[EMAIL PROTECTED]> wrote:

>The SWF format is documented.  It is a tagged file format.  You'll be
> able to walk the tags and find metadata tags.
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *VELO
> *Sent:* Wednesday, May 14, 2008 2:38 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] Reading SWF Metadata
>
>
>
> And how I read metadata from this byte array?
>
> VELO
>
> On Wed, May 14, 2008 at 6:17 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>
> You have to write code to parse the SWF as a byte array.
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *VELO
> *Sent:* Wednesday, May 14, 2008 9:46 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Reading SWF Metadata
>
>
>
> Hi,
>
> I add some metadata to my swf doing this:
> http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_16.html
>
> Is there any way to read this metadata?
>
>
> VELO
>
>
>
>  
>


Re: [flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
And how I read metadata from this byte array?

VELO

On Wed, May 14, 2008 at 6:17 PM, Alex Harui <[EMAIL PROTECTED]> wrote:

>You have to write code to parse the SWF as a byte array.
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *VELO
> *Sent:* Wednesday, May 14, 2008 9:46 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Reading SWF Metadata
>
>
>
> Hi,
>
> I add some metadata to my swf doing this:
> http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_16.html
>
> Is there any way to read this metadata?
>
>
> VELO
>
>  
>


[flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
Hi,

I add some metadata to my swf doing this:
http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_16.html

Is there any way to read this metadata?


VELO


[flexcoders] [ANN] Flex-mojos 1.0-RC1

2008-05-11 Thread VELO
Official announcement at
http://blog.flex-mojos.info/2008/05/12/flex-mojos-10-rc1/
Flex-mojos 1.0-RC1<http://blog.flex-mojos.info/2008/05/12/flex-mojos-10-rc1/>
Posted
on May 12th, 2008 by velo

Flex-mojos is reaching its maturity as an open source project.

At this point we have defined the scope for flex-mojos 1.0. These mojos will
be released in final version:

   *flex-compiler-mojo* - Flex/AIR compilation mojo for swc and swf.
   Supports RSL, L10N, module and several advanced features. We think the
   compiler covers all MXMLC and COMPC options.


   *unit-test-mojo* - For the time being this feature is under
   flex-compiler-mojo. It supports flex-unit based on ant support. Some project
   members are working on getting FUnit and dpuint support.


   *asdoc-mojo* - Asdoc generation without configuration. Easy to use, very
   transparent and covering mostly used ASDOC features.


   *source-mojo* - source artifact generation, java-like. Generates a zipped
   file with project sources. The view-source-mojo version is now 2.0.


   *generator-mojo* - based on GraniteDS GAS3 generator. This mojo reads jar
   dependencies and generates .as files for DTO's (mojos, VO's, or whatever you
   call those). In the final release we intent to support more styles (default
   is granite style).

The project is growing. We are now 5 developers, 2 of them working
exclusively on unit-test-mojo, 1 helping me out on everything, especially
with issues, 1 on documentation, and myself working on issues, new mojos,
user support, documentation, a little bit of everything.

We have also started running some tests with flex-sdk 3.0.1. Flex-mojos
works without code changes, which is very good. It looks to be a little
faster. I will publish instructions showing how to do that.

This final version is our first maturity test. I hope everyone likes it and
gets the same benefits as we did.

Still, we need some community support. We have several issues pending at
Adobe. Some bugs on flex-compiler-oem, so we need votes =D. If someone can
call Adobe™'s attention for our issues, that would be great. Check Issues in
vote's need <http://blog.flex-mojos.info/> list on the blog.

If you have any issue with this release, please file a bug on the project
site <http://code.google.com/p/flex-mojos/issues/list> or post on the user
list <http://groups.google.com/group/flex-mojos>.

You can get more information on:

http://blog.flex-mojos.info/

http://docs.flex-mojos.info/

http://code.google.com/p/flex-mojos/

To get started:

http://blog.flex-mojos.info/2008/03/29/more-them-a-hello-world/

http://sebastien-arbogast.com/index.php/2008/04/10/flex-spring-and-blazeds-the-full-
stack/<http://sebastien-arbogast.com/index.php/2008/04/10/flex-spring-and-blazeds-the-full-%20stack/>

Thanks for everyone's support. Special thanks to Logan, Sebastien, Joost,
Shane, Matt and Michael


VELO


Re: [flexcoders] Flex 3 Maven plug-in?

2008-05-08 Thread VELO
Hi,

You can try flex-mojos:
http://blog.flex-mojos.info/


VELO

On Thu, May 8, 2008 at 5:44 PM, baztheman <[EMAIL PROTECTED]> wrote:

>   Hi,
>
> We are moving from Flex 2 to Flex 3 and currently using an altered
> version of Flex2Mojo (I think from ServerBox).
>
> Is there any Flex 3 Maven plug-in out there? I am only using Flex 3
> SDK and Flex 3 eclipse plug-in.
>
> Thank you.
>
> A.
>
>  
>


[flexcoders] -compiler.mxml.compatibility-version

2008-05-01 Thread VELO
Hi,

When I use compc or mxmlc with -compiler.mxml.compatibility-version.

Can use swc libraries (e.g. framework.swc) from flex SDK 2.0.1?



VELO


Re: [flexcoders] Flash/Flex Compatibility with 64bit OS

2008-04-25 Thread VELO
I open an issue on Flash Player Jira for this problem.

With we got enough votes may adobe updates flash player.
https://bugs.adobe.com/jira/browse/FP-166


VELO

On Mon, Apr 14, 2008 at 1:50 AM, kenny14390 <[EMAIL PROTECTED]> wrote:

>   I got this email from a user of my Flex applications...
>
> --
>
> Heh, I tried to log in today and it didn't work. I think I know what the
> problem is.
> It worked before when I was logging in with my laptop with runs 32bit
> XP. I
> run a 64 bit OS on my desktop and it doesn't work on it.
> It probably has to do with some compatibility issue with the 64 bit flash
> player plugin.
>
> --
>
> Does anyone have any idea if there are any compatibility issues with a
> 64bit OS and flash player? Any solutions?
>
> This person emailed me several times because he was having trouble
> registering an account through my Flex app. The problem seemingly went
> away after I registered his account for him, but now the errors are
> coming back - evidently because of hardware incompatibilities.
>
>  
>


Re: [flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread VELO
Hi,

There is something wrong

I'm using modules AND applications in packages.  And it works.


VELO
http://blog.flex-mojos.info/

On Thu, Apr 17, 2008 at 2:24 PM, Alex Harui <[EMAIL PROTECTED]> wrote:

>The main class of an app or module cannot be in a package.  Those are
> the rules for now, might change in a future release.
>
>
>
> You should be able to use ANT scripts to stick all your modules in
> subfolders and still get them to compile.  You should be able to get
> FlexBuilder to do the same.  You should be able to use MXMLC options to spit
> the SWF wherever you want it.
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *aut0poietic_us
> *Sent:* Thursday, April 17, 2008 8:35 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Re: Specify RLS's at runtime / Module Help
>
>
>
> [update]
>
> Okay, I got things working, but I'm not entirely happy with the solution.
>
> Apparently, modules have to be in the root of a source folder: No
> package. Defining a package throws some kind of wrench into the works
> and only a shell of a class is being compiled -- no properties/functions.
>
> I created a new source folder "modules" and placed the module source
> in that folder. It compiles perfectly fine. However, I intend to have
> somewhere between 20-30 modules, so this won't work long term.
>
> I'm also a bit frustrated that I can't specify the output location of
> the modules -- they're all dropped in the root.
>
> Is my inexperience with modules showing with the problems I'm having,
> or have I pretty much summed up the only way of working with them?
>
> Jer
>
>  
>


Re: [flexcoders] Can I Simulate "Export Release Build" using Ant?

2008-04-17 Thread VELO
And how about View Source?  Any way to generate it on ant?


VELO

On Thu, Apr 17, 2008 at 12:06 PM, Gaurav. Jain <[EMAIL PROTECTED]> wrote:

>Export release build compiles the swf in non debug mode.
>
>
>
> You can do the same in ant task if debug=false – which is the case by
> default in ant task.
>
>
>
> Also if you have modules then you can make use of load-externs:
>
>
>
>1. Compile your main app with link-report="linkReport.xml"
>2. When compiling the modules load the link-report using the
>load-externs attribute.
>
>
>
> ~Gaurav
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Chris Simeone
> *Sent:* Thursday, April 17, 2008 10:50 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Can I Simulate "Export Release Build" using Ant?
>
>
>
> I'm building a project with multiple modules and trying to optimize the
> swf sizes based on this blog 
> post<http://weblogs.macromedia.com/pent/archives/2007/01/building_module.cfm>
> by Peter Ent (See "Optimizing the SWFs" towards the end of the post).
>
> In Flex 3 the "Export Release Build" option removes all debugging code. Is
> there a way to use an ANT script to create a release build that simulates
> "Export Release Build?"
>
> Thanks!
> Chris
>
>   
>


Re: [flexcoders] compc vs mxml

2008-04-11 Thread VELO
You can set a directory form compc.

VELO

On Fri, Apr 11, 2008 at 6:48 PM, Richard Rodseth <[EMAIL PROTECTED]> wrote:

>   We're integrating a Flex build with MSBuild, so no Ant (though I
> suppose we could invoke Ant).
>
> Why the heck can I point mxmlc at an application file and have it
> compile the entire nested source tree, but compc expects an explicit
> list of files? Or is my information out of date?
>
> Thanks
>  
>


Re: [flexcoders] Re: Project per module?

2008-04-11 Thread VELO
Forget to mention,

This release is done with flex-mojos http://flex-mojos.blogspot.com/

VELO

On Fri, Apr 11, 2008 at 4:47 PM, VELO <[EMAIL PROTECTED]> wrote:

> We used Adobe's endorsed/recommended way.
>
> Got a lot of problems...
> 1- passing objects between modules.
> 2 - some developers bad pratices, like create a new instance of another
> module instead use ModuleLoader.
> 3 - bad control of what code is from what module.
>
> And others diary problems.
>
> Now I compile on FB without optimizing (generating big swf files) and,
> when I release using maven I use link-reports on Application and load-extern
> on Modules to get smaller swf files.
>
>
> VELO
>
>
> On Fri, Apr 11, 2008 at 9:58 AM, ben.clinkinbeard <
> [EMAIL PROTECTED]> wrote:
>
> >   Separate projects is my preference and seems logical to me but is not
> > really endorsed/recommended by Adobe which is disappointing. The
> > compiler arguments you mentioned can be used to optimize but
> > FlexBuilder is flaky at best using that approach. See
> > https://bugs.adobe.com/jira/browse/FB-12220 for example. That thread
> > also talks a bit about their recommended approach which, again, I am
> > not crazy about.
> >
> > HTH,
> > Ben
> >
> >
> > --- In flexcoders@yahoogroups.com ,
> > "Richard Rodseth" <[EMAIL PROTECTED]> wrote:
> > >
> > > I can't seem to find much about the pros and cons of having a separate
> > > FlexBuilder project for each module in a modular, extensible app. It
> > > seems you lose the Optimize For Application menu option, but can work
> > > around that with compiler arguments. Besides, I don't think that's
> > > appropriate in my case.
> > >
> > > Any opinions on best practices?
> > >
> >
> >  
> >
>
>


Re: [flexcoders] Re: Project per module?

2008-04-11 Thread VELO
We used Adobe's endorsed/recommended way.

Got a lot of problems...
1- passing objects between modules.
2 - some developers bad pratices, like create a new instance of another
module instead use ModuleLoader.
3 - bad control of what code is from what module.

And others diary problems.

Now I compile on FB without optimizing (generating big swf files) and, when
I release using maven I use link-reports on Application and load-extern on
Modules to get smaller swf files.


VELO

On Fri, Apr 11, 2008 at 9:58 AM, ben.clinkinbeard <
[EMAIL PROTECTED]> wrote:

>   Separate projects is my preference and seems logical to me but is not
> really endorsed/recommended by Adobe which is disappointing. The
> compiler arguments you mentioned can be used to optimize but
> FlexBuilder is flaky at best using that approach. See
> https://bugs.adobe.com/jira/browse/FB-12220 for example. That thread
> also talks a bit about their recommended approach which, again, I am
> not crazy about.
>
> HTH,
> Ben
>
>
> --- In flexcoders@yahoogroups.com , "Richard
> Rodseth" <[EMAIL PROTECTED]> wrote:
> >
> > I can't seem to find much about the pros and cons of having a separate
> > FlexBuilder project for each module in a modular, extensible app. It
> > seems you lose the Optimize For Application menu option, but can work
> > around that with compiler arguments. Besides, I don't think that's
> > appropriate in my case.
> >
> > Any opinions on best practices?
> >
>
>  
>


[flexcoders] Flex Mojos 1.0-alpha7 now with flex-unit

2008-04-07 Thread VELO
Flex mojos has a new release.

Alpha7.

The biggest new is the support for tests with flex unit.

Still blogging.
http://flex-mojos.blogspot.com/2008/04/flexunit-is-here-d.html


VELO


[flexcoders] BlazeDS + Jetty

2008-04-07 Thread VELO
Anyone had put BlazeDS to run inside Jetty?

Look on google for this.  Found almost nothing.


VELO


Re: [flexcoders] Flex 3.0 + Artificial Intelligence

2008-04-03 Thread VELO
Non US resident can't register.

Zip code is required.  Any alternative?


VELO

On Thu, Apr 3, 2008 at 12:18 PM, navice32 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> We recently launched a second generation job search portal and sure
> enough, we are using Flex as a front-end to our artificial
> intelligence engine.
>
> You can see a demo at:  www.vitruva.com
> - click on the demo screenshot
>
> We are currently porting this to Flex 3 and naturally this
> is the time for us to make some improvements. I would appreciate your
> feedback on this component look-and-feel and overall layout,
> especially from an information organization perspective. If you have
> any new features you would like to see please share those as well.
>
> The website runs on ColdFusion using the Mach II & ColdSpring frameworks.
>
> Many thanks for your feedback.
>
>
> Jindrich 


[flexcoders] Flex Mojos 1.0-alpha4 is out

2008-03-29 Thread VELO
Hi Folks

Another weekend another release.

Bug fixies and some news.

The most important new is AsDoc support.

Now is possible to generate asdoc with maven.  Just need to type mvn
asdoc:asdoc (on projects using super pom).

Read more at: http://flex-mojos.blogspot.com/


Soon more news.


VELO


Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread VELO
Hi,

You will need 2 poms.

One for java other for flex.

One thing you need to keep in mind is: you will need 2 projects.  One
for java other for flex.

Have you the java pom?

It's a war project?


VELO

On Thu, Mar 27, 2008 at 7:18 AM, h253498088 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> i create a project of flex by eclipse, i use java to access oracle
>  database. this project contains flex and java.
>
>  i want to use maven2 to create this project. who can give me a demo?
>  i don't know how to organize all file ?
>
>  thanks!
>
>  


Re: [flexcoders] Developer Exam

2008-03-26 Thread VELO
I look at prometric...

Only has flex 2, no flex 3.


VELO

On Wed, Mar 26, 2008 at 3:15 AM, li wenzhi <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
> you means the Flex2, not Flex3 exam?
>
>
>
> Does Adobe do anything toward Flex3 exam?
>
>
>
> - Original Message 
> From: "Merrill, Jason" <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Wednesday, March 26, 2008 3:11:52 AM
> Subject: RE: [flexcoders] Developer Exam
>
>
>
>
>
> Congrats!
>
>
> Jason Merrill
> Bank of America
> GT&O and Risk L&LD Solutions Design & Development
> eTools & Multimedia
>
> Bank of America Flash Platform Developer Community
>
>
> Are you a Bank of America associate interested in innovative learning ideas
> and technologies?
> Check out our internal  GT&O Innovative Learning Blog & subscribe.
>
>
>
>
>
>
>  
>  From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On
> Behalf Of VELO
>
> Sent: Tuesday, March 25, 2008 2:34 PM
> To: [EMAIL PROTECTED] ups.com
> Subject: [flexcoders] Developer Exam
>
>
>
>
>
> Hi Folks...
>
> I wanna to share my happiness...
>
> I Pass o Adobe Flex 2 Developer Exam.
>
> Thanks to all who help me, specially who helps me off list.
>
> VELO
>
>
>  
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now. 


Re: [flexcoders] drawing in Flex

2008-03-25 Thread VELO
May be this is what you are looking for:
http://www.degrafa.com/


VELO

On Tue, Mar 25, 2008 at 6:51 PM, Douglas Knudsen
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Andrew Trice just posted a nifty example of using the drawing API in Flex
> here
> http://www.insideria.com/2008/03/try-out-the-drawing-api-withou.html
>
> The source is there and is a good example of what can be done.
>
> DK
>
>
> On Tue, Mar 25, 2008 at 5:43 PM, Willy Ci <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >
> >
> >
> >
> > hi ,
> >
> > Does anyone know if there is a tutorial on drawing, just basic function,
> using mouse draw line,
> > circle, resize shape, free hand drawing?
> > or just how can I do it in Flex or AIR?
> >
> > I can't find the FlexDraw anywhere, looks like I have to rewrite it.
> > www.boomslide.com/flexDraw
> >
> > thanks
> > --
> > Willy
> >
> >
>
>
>
> --
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it? 


[flexcoders] Developer Exam

2008-03-25 Thread VELO
Hi Folks...

I wanna to share my happiness...

I Pass o Adobe Flex 2 Developer Exam.

Thanks to all who help me, specially who helps me off list.


VELO


Re: [flexcoders] Looking for moderator help

2008-03-23 Thread VELO
The list truly needs moderation?!

I participate on other java/flex groups without moderation and works 100%


VELO

On Thu, Mar 20, 2008 at 1:13 PM, Matt Chotin <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> You may have seen a number of older messages just come through because they
>  were stuck in moderation. It looks like I may be the only person looking at
>  that right now and I'm currently out due to a family emergency. If anyone
>  else would be interested in helping moderate this list please let me know
> by
>  mailing me directly.
>
>  Thanks,
>  Matt
>
>  


Re: [flexcoders] flexmxmlservlet

2008-03-22 Thread VELO
Hi Luke,

Why you don't use flex-oem-compiler?
http://livedocs.adobe.com/flex/3/compilerAPI_flex3.pdf

I ran some tests with maven, and is faster them compc.jar tool
http://flex-mojos.blogspot.com/


Good luck, and if you wanna help, and, wanna make an open source
project, please, tell me, we can exchange some experiences.


VELO

On Sat, Mar 22, 2008 at 11:18 PM, Luke Vanderfluit
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Hi.
>
>  Im able to compile my mxml files with the mxmlc tool from both the
>  command line and using ant.
>
>  Now Im trying to compile using flexmxmlservlet.
>  Ive moved all the right jars to the right spot (the compile is no longer
>  complaining about missing classes etc.) and now I am receiving an error
>  as follows:
>
>  23/03 12:47:29 ERROR java.lang.NoSuchFieldError: type
>  at
>  flex2.compiler.as3.reflect.Method.functionTypeName(Method.java:135)
>  at flex2.compiler.as3.reflect.Method.(Method.java:22)
>  at
>  flex2.compiler.as3.reflect.TypeTable.createMethod(TypeTable.java:106)
>  at
>  flex2.compiler.as3.reflect.Class.processDefinitions(Class.java:152)
>  at flex2.compiler.as3.reflect.Class.(Class.java:97)
>  at
>  flex2.compiler.as3.reflect.TypeTable.createClass(TypeTable.java:99)
>  at
>  flex2.compiler.as3.reflect.TypeTable.createClasses(TypeTable.java:90)
>  at flex2.compiler.abc.Compiler.analyze4(Compiler.java:414)
>  at flex2.compiler.API.analyze(API.java:2370)
>  at flex2.compiler.API.analyze(API.java:2275)
>  at flex2.compiler.API.batch2(API.java:360)
>  at flex2.compiler.API.batch(API.java:1025)
>  at flex2.compiler.API.compile(API.java:1211)
>  at flex2.compiler.API.compile(API.java:1086)
>
>  Can anybody help?
>
>  Thanks.
>  Kind regards.
>  Luke.
>  


[flexcoders] Re: Flex Mojos 1.0-alpha2 is out

2008-03-22 Thread VELO
Forgot some details.



A collection of maven mojos to allow maven to compile Flex SWF, Flex
SWC, Air SWF and Air SWC.

The main goal is to provide a full support to all mxmlc/compc options.

At present time there are 2 alternatives:

   1. ServeBox?: http://www.servebox.com/foundry/doku.php?id=m2f2plugin
   2. Israfil: http://www.israfil.net/projects/mojo/maven-flex2-plugin

Those two projects are great, but I believe I can be a good
alternative. I made this choice of create a new project when I tried
to compile the Adobe Open Source SDK and figure out that will not be
possible with none of these.

Major features:

* SWF, SWC, ASWF, ASWC and AIR compilers;
* RSL support;
* full cover to MXMLC and COMPC options;
* flex 2 and flex 3;
* use FLEX-OEM-COMPILER, means it faster, uses less memory, no
need of references to local drive;
* flex unit support;
* asdoc support;
* easy to install for new users;

Still under development. Please check out soon.

If wanna try, please, let me know.

The alpha-2 has only support to compilation.  No flex-unit, no asdoc,
no source view.

I will release the 1.0 when all this stuff is avaliable.


VELO

On Sat, Mar 22, 2008 at 2:23 PM, VELO <[EMAIL PROTECTED]> wrote:
> Hi folks.
>
>  Some weeks ago I start to write my own maven plugin for flex compilation.
>
>  This weekend I'm placing first results.
>  Read more at: http://flex-mojos.blogspot.com/
>
>  The project is hosted on google:
>  http://code.google.com/p/flex-mojos/
>
>  I you guys wanna try, plz, feel free to contact me with feedback.
>
>
>  VELO
>


[flexcoders] Flex Mojos 1.0-alpha2 is out

2008-03-22 Thread VELO
Hi folks.

Some weeks ago I start to write my own maven plugin for flex compilation.

This weekend I'm placing first results.
Read more at: http://flex-mojos.blogspot.com/

The project is hosted on google:
http://code.google.com/p/flex-mojos/

I you guys wanna try, plz, feel free to contact me with feedback.


VELO


Re: [flexcoders] Re: [javaflexcoders] Official Maven 2 support from the source?

2008-03-22 Thread VELO
Not much...

I just start to write something in project's blog.
http://flex-mojos.blogspot.com/

This weekend I will try to write a hello world, ok?


VELO

On Thu, Mar 20, 2008 at 3:37 PM, Sebastien ARBOGAST
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I'd love to. But is there some usage documentation available somewhere?
>
> 2008/3/20, VELO <[EMAIL PROTECTED]>:
>
> >
> >
> >
> >
> >
> >
> > I had start a new project...
> > http://code.google.com/p/flex-mojos/
> >
> > With support to more stuffs, full support to MXMLC and COMPC
> > parameters, RSL, and other
> >
> > Will release 1.0 when got flexunit and asdoc support.
> >
> > Any one wanna help testing?
> >
> > VELO
> >
> >
> > On Wed, Oct 31, 2007 at 2:13 PM, Peter Connolly <[EMAIL PROTECTED]>
> wrote:
> > >
> > >
> > >
> > >
> > >
> > >
> > > Thanks for setting up the bug. I've voted for it because I've had
> miserable
> > > luck with both the israfil and servebox plugins. Everything else I have
> > > builds neatly from Maven2.
> > >
> > > pc
> > >
> > >
> > >
> > > On 10/30/07, Sebastien ARBOGAST <[EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > That's another thing that I love about Adobe's effort on Flex: you
> guys
> > > really got the community thing.
> > > > By the way, I had already filed a bug a few weeks ago:
> > > https://bugs.adobe.com/jira/browse/SDK-12730
> > > > So to all Flex coders out there, if you want an official Maven plugin
> for
> > > Flex projects, feel free to vote for this bug.
> > > >
> > > >
> > > > 2007/10/31, James Ward <[EMAIL PROTECTED]>:
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > I'm glad to hear you also enjoy using Flex! I also think Maven is
> > > great. But I don't think that Adobe has any intention of maintaining a
> > > Maven plugin. Perhaps once the Flex SDK is fully open source this is
> > > something the community can help drive. You might also want to file a
> bug:
> > > > >
> > > > > http://bugs.adobe.com/flex
> > > > >
> > > > >
> > > > >
> > > > > Then get all of your friends to vote for the bug. I will! Send this
> > > list the bug number when you file one.
> > > > >
> > > > >
> > > > >
> > > > > -James
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > From: [EMAIL PROTECTED] [mailto:
> > > [EMAIL PROTECTED] On Behalf Of sebastien_arbogast
> > > > > Sent: Thursday, October 25, 2007 2:42 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: [javaflexcoders] Official Maven 2 support from the source?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > I subscribed to this group for a very specific reason: a call to
> Adobe
> > > > > developers.
> > > > >
> > > > > Flex is just one of the greatest technologies I've used since Java.
> > > > > But there is one thing I miss before I can convince everybody around
> > > > > me to use it in enterprise applications I'm working on: Maven
> support.
> > > > >
> > > > > I'm using Maven 2 for all of my JEE projects, with continuous
> > > > > integration and everything. So I've tried both Maven plugins
> available:
> > > > > - servebox is really poorly documented and I just can't get it to
> work
> > > > > - israfil works but some features are missing, like support for
> theme
> > > > > compilation
> > > > >
> > > > > And over all, even if the guys who build those plugins do upgrade
> > > > > them, it's always going to be hard for them to keep up.
> > > > >
> > > > > So here is my call: does Adobe intend to support Maven 2 officially,
> > > > > to develop and maintain its own Maven 2 plugins?
> > > > >
> > > > > Sebastien
> > > > > http://sebastien-arbogast.com
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Sébastien Arbogast
> > > >
> > > > http://www.sebastien-arbogast.com
> > > >
> > > >
> > >
> > >
> >
> >
> >
>
>
>
> --
> Sébastien Arbogast
>
> http://sebastien-arbogast.com 


[flexcoders] Ant - View sources

2008-03-11 Thread VELO
Is there any ant taks to generate View Sources?


VELO


Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Can I add this to MXMLC:
-compiler.external-library-path+=flex/libs/framework.swc
?

Or is better use load-extern?


VELO

On Thu, Mar 6, 2008 at 7:02 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
>
> Actually a good question.  I thought we'd changed load-externs to take a
> SWC, but it looks like that didn't happen.  It turns out you can use the
> catalog.xml from the SWC though.
>
>
>
>  
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Marvin Froeder
>  Sent: Thursday, March 06, 2008 12:15 PM
>
>
>  To: flexcoders@yahoogroups.com
>  Subject: Re: [flexcoders] Module Size Issue
>
>
>
>
>
>
>
>
> Stupid question.
>
>  Where can I get the framework link-reports?
>
>  VELO
>
>  On Wed, Mar 5, 2008 at 10:35 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>  >
>  >
>  > Yup, list it twice in the compile options or comma-separate. Most MXMLC
>  > options handle both ways
>  >
>  >
>  >
>  > 
>  >
>  >
>  > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > Behalf Of Marvin Froeder
>  > Sent: Wednesday, March 05, 2008 5:19 PM
>  >
>  >
>  > To: flexcoders@yahoogroups.com
>  > Subject: Re: [flexcoders] Module Size Issue
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > Can I do that? Load 2 externs?
>  >
>  > Amazing!!
>  >
>  > Looking at mxmlc I saw that:
>  > -load-externs 
>  >
>  > Just one parameter. How do I load both?
>  >
>  > VELO
>  >
>  > On Wed, Mar 5, 2008 at 9:35 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > You would load-extern both the framework.swc and the app.
>  > >
>  > >
>  > >
>  > > 
>  > >
>  > >
>  > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > > Behalf Of VELO
>  > > Sent: Wednesday, March 05, 2008 3:24 PM
>  > > To: flexcoders@yahoogroups.com
>  > > Subject: Re: [flexcoders] Module Size Issue
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > Now I am curious...
>  > >
>  > > I have my Application (without RSL) and my Module.
>  > > At this condition I use link-reports/load-extern.
>  > > To compile the module I load extern the link-reports from the
>  > > application. Right?
>  > >
>  > > When I start to use this application with framework caching (with RSL)
>  > > I will begun the load-extern from the framework.swc e no more from
>  > > myApplication?
>  > >
>  > > At current time, I can load-extern from only one source. But isn't
>  > > better I load-extern the framework.swc AND my Application?
>  > >
>  > > VELO
>  > >
>  > > On Wed, Mar 5, 2008 at 6:28 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > > Did you turn on the framework rsl cache? If so, you then have to
>  > > > load-extern framework.swc on your modules.
>  > > >
>  > > >
>  > > >
>  > > > 
>  > > >
>  > > >
>  > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> On
>  > > > Behalf Of Jehanzeb Musani
>  > > > Sent: Wednesday, March 05, 2008 8:17 AM
>  > > > To: flexcoders@yahoogroups.com
>  > > > Subject: [flexcoders] Module Size Issue
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > >
>  > > > Hello,
>  > > >
>  > > > I have designed an application that loads features
>  > > > (implemented as modules) at runtime. I want to
>  > > > minimize the size of the modules so I am using
>  > > > "link-report" and "load-externs" compiler options for
>  > > > main applicaiton and features respectively.
>  > > >
>  > > > A couple of days before, report.xml generated by
>  > > > link-report compiler option was of 344 KB and includes
>  > > > links to my custom libraries too. Now when I am
>  > > > compiling the main application (after updates have
>  > > > been incorporated to main application and features),
>  > > > the size of the report.xml is only 16KB. I am
>  > > > attaching both report.xml files; reportPrev.xml
>  > > > (644KB) and reportNew.xml (16KB). Moreover, if I am
>  > > > using the previous report.xml file to link during the
>  > > > compilation of features, the size of the resulting swf
>  > > > of the feature is 0 KB.
>  > > >
>  > > > Can anyone tell me what can be the reason for that?
>  > > >
>  > > > Regards,
>  > > > Jehanzeb
>  > > >
>  > > > __
>  > > > Never miss a thing. Make Yahoo your home page.
>  > > > http://www.yahoo.com/r/hs
>  > >
>  > >
>  >
>  >
>
>  


[flexcoders] Re: Maven

2008-03-06 Thread VELO
Att Current time we use an Israfil fork. Where we have this context
path as an configuration.

I trully dont know how to use extraParameters =/

Have you try get help here:
http://groups.google.com/group/israfil-mojo-users


VELO

On Thu, Mar 6, 2008 at 2:04 PM, sudhan kanade <[EMAIL PROTECTED]> wrote:
>
> Hi Velo,
>
> Thanks for responding to the mail. I have tried doing the following but
> could not get to succeed :
>
> 
>  
>   context-path
>   /samples
>  
>  
>
> Can you please correct me if I am missing something here.
>
> thanks,
>
> Sudhan
>
>
>
> - Original Message 
> From: VELO <[EMAIL PROTECTED]>
> To: k_sudhan <[EMAIL PROTECTED]>; flexcoders@yahoogroups.com
> Sent: Wednesday, March 5, 2008 5:24:08 PM
> Subject: Re: Maven
>
> Have U set the extraParameter with
> -compiler.context-root 
>
>
> VELO
>
> On Wed, Mar 5, 2008 at 8:35 PM, k_sudhan <[EMAIL PROTECTED]> wrote:
> > Hi Velo,
> >
> >  We are also using almost the same structure and used to build and
> >  deploy using Flex Builder. But as our backend is Maven configured,
> >  we also wanted to move the Maven way for our flex project.
> >  Now my question is, i have been playing with israfil plugin but the
> >  build fails looking for context-root defined in service-config.xml.
> >  As i am passing
> >
> >  
> >C:\jboss-
> >  4.0.5.GA\server\default\deploy\samples.war\WEB-INF\flex\services-
> >  config.xml
> >
> >
> >  parameter the serices.config.xml gets loaded but unable to find
> >  context-root parameters. Tried adding it using 
> >  with context-root and passing on the root (The builds works fine but
> >  fails during runtime when invoking the remote service ). We are also
> >  using FDS in our environment.
> >
> >  Any pointers appreciated.
> >
> >  thanks,
> >
> >  Sudhan
> >
> >
> >  --- In flexcoders@yahoogroups.com, VELO <[EMAIL PROTECTED]> wrote:
> >  >
> >
> >
> > > Hi,
> >  >
> >  > At work we are using maven for all, compile flex (thanks israfil),
> >  > compile java, build war and build ear.
> >  >
> >  > To build war we have a dependency to LCDS 2.5 flex.war
> >  > To compile java we have several dependencies to flex-*.jar
> >  > (flex-messaging.jar, flex-messaging-common.jar, depends of
> >  situation)
> >  > To compile flex we put charts, fds dependencies.
> >  >
> >  > We are using an internal name definition for the groupID and
> >  artifactID.
> >  > Have adobe made some oficial groupID/artifactID for maven users?
> >  >
> >  > Something like this:
> >  > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
> >  >
> >  > Or any planning for Coping with Adobe JARs/SWCs ?
> >  >
> >  >
> >  > VELO
> >  >
> >
> >
> >
>
>
>
>  
> Never miss a thing. Make Yahoo your homepage.


[flexcoders] JSR 168

2008-03-06 Thread VELO
Hi...

Has anyone experience with flex + jsr168?

Can share some hello world application?!


VELO


Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Take a look:
http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html


VELO

On Thu, Mar 6, 2008 at 7:44 AM, Jehanzeb Musani <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I dont know how to enable framework caching (RSL). So
>  I am not sure whether the main application and modules
>  are compiled with it or without it.
>
>  I believe framework caching is disable is by default.
>  If that's true, then the compilation would be without
>  framework caching.
>
>
>
>  --- VELO <[EMAIL PROTECTED]> wrote:
>
>  > Just to know this is with or without framework
>  > caching (RSL)?
>  >
>  > VELO
>  >
>  > On Thu, Mar 6, 2008 at 5:00 AM, Jehanzeb Musani
>  > <[EMAIL PROTECTED]> wrote:
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > Yeah the application is working and the size of
>  > the
>  > > application and modules are almost the same if
>  > they
>  > > would be compiled without link-report and
>  > load-enterns
>  > > compiler options.
>  > >
>  > > The new report.xml is also missing the reference
>  > to my
>  > > custom libraries.
>  > >
>  > > I am attaching herewith "FeatureModuleSize.doc"
>  > that
>  > > specifies the size of modules and main
>  > application
>  > > before and after using the link-report and
>  > load-extern
>  > > compiler options. It was when these compiler
>  > options
>  > > were working as per my expectation.
>  > >
>  > >
>  > >
>  > > --- Alex Harui <[EMAIL PROTECTED]> wrote:
>  > >
>  > > > I didn't read the whole link-report, but all
>  > > > framework.swc classes were
>  > > > not in the link-report which is typical of
>  > either
>  > > > using the cached RSL
>  > > > option or making a mistake and using
>  > load-externs
>  > > > against the
>  > > > application. Does the SWF run? If so, how big
>  > is
>  > > > it?
>  > > >
>  > > >
>  > > >
>  > > > More details on the RSL:
>  > > >
>  > >
>  >
>  http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Flex_
>  > > > 3_RSLs
>  > > >
>  > > >
>  > > >
>  > > > 
>  > > >
>  > > > From: flexcoders@yahoogroups.com
>  > > > [mailto:[EMAIL PROTECTED] On
>  > > > Behalf Of Jehanzeb Musani
>  > > > Sent: Wednesday, March 05, 2008 2:52 PM
>  > > > To: flexcoders@yahoogroups.com
>  > > > Subject: RE: [flexcoders] Module Size Issue
>  > > >
>  > > >
>  > > >
>  > > > Hello Alex,
>  > > >
>  > > > I haven't turn on any such option. Can you tell
>  > me
>  > > > where I can look for this option in Flex
>  > Builder 3?
>  > > > Moreover, what do you mean by specifying
>  > load-extern
>  > > > framework.swc on module?
>  > > >
>  > > > Regards,
>  > > > Jehanzeb
>  > > >
>  > > > --- Alex Harui <[EMAIL PROTECTED]
>  > > > <mailto:aharui%40adobe.com> > wrote:
>  > > >
>  > > > > Did you turn on the framework rsl cache? If
>  > so,
>  > > > you
>  > > > > then have to
>  > > > > load-extern framework.swc on your modules.
>  > > > >
>  > > > >
>  > > > >
>  > > > > 
>  > > > >
>  > > > > From: flexcoders@yahoogroups.com
>  > > > <mailto:flexcoders%40yahoogroups.com>
>  > > >
>  > > > > [mailto:flexcoders@yahoogroups.com
>  > > > <mailto:flexcoders%40yahoogroups.com> ] On
>  > >
>  > > > > Behalf Of Jehanzeb Musani
>  > > > > Sent: Wednesday, March 05, 2008 8:17 AM
>  > > > > To: flexcoders@yahoogroups.com
>  > > > <mailto:flexcoders%40yahoogroups.com>
>  > >
>  > > > > Subject: [flexcoders] Module Size Issue
>  > > > >
>  > > > >
>  > > > >
>  > > > > Hello,
>  > > > >
>  > > > > I have designed an application that loads
>  > features
>  > > > > (implemented as modules) at runtime. I wan

Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Just to know this is with or without framework caching (RSL)?

VELO

On Thu, Mar 6, 2008 at 5:00 AM, Jehanzeb Musani <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Yeah the application is working and the size of the
>  application and modules are almost the same if they
>  would be compiled without link-report and load-enterns
>  compiler options.
>
>  The new report.xml is also missing the reference to my
>  custom libraries.
>
>  I am attaching herewith "FeatureModuleSize.doc" that
>  specifies the size of modules and main application
>  before and after using the link-report and load-extern
>  compiler options. It was when these compiler options
>  were working as per my expectation.
>
>
>
>  --- Alex Harui <[EMAIL PROTECTED]> wrote:
>
>  > I didn't read the whole link-report, but all
>  > framework.swc classes were
>  > not in the link-report which is typical of either
>  > using the cached RSL
>  > option or making a mistake and using load-externs
>  > against the
>  > application. Does the SWF run? If so, how big is
>  > it?
>  >
>  >
>  >
>  > More details on the RSL:
>  >
>  http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Flex_
>  > 3_RSLs
>  >
>  >
>  >
>  > 
>  >
>  > From: flexcoders@yahoogroups.com
>  > [mailto:[EMAIL PROTECTED] On
>  > Behalf Of Jehanzeb Musani
>  > Sent: Wednesday, March 05, 2008 2:52 PM
>  > To: flexcoders@yahoogroups.com
>  > Subject: RE: [flexcoders] Module Size Issue
>  >
>  >
>  >
>  > Hello Alex,
>  >
>  > I haven't turn on any such option. Can you tell me
>  > where I can look for this option in Flex Builder 3?
>  > Moreover, what do you mean by specifying load-extern
>  > framework.swc on module?
>  >
>  > Regards,
>  > Jehanzeb
>  >
>  > --- Alex Harui <[EMAIL PROTECTED]
>  > <mailto:aharui%40adobe.com> > wrote:
>  >
>  > > Did you turn on the framework rsl cache? If so,
>  > you
>  > > then have to
>  > > load-extern framework.swc on your modules.
>  > >
>  > >
>  > >
>  > > 
>  > >
>  > > From: flexcoders@yahoogroups.com
>  > <mailto:flexcoders%40yahoogroups.com>
>  >
>  > > [mailto:flexcoders@yahoogroups.com
>  > <mailto:flexcoders%40yahoogroups.com> ] On
>
>  > > Behalf Of Jehanzeb Musani
>  > > Sent: Wednesday, March 05, 2008 8:17 AM
>  > > To: flexcoders@yahoogroups.com
>  > <mailto:flexcoders%40yahoogroups.com>
>
>  > > Subject: [flexcoders] Module Size Issue
>  > >
>  > >
>  > >
>  > > Hello,
>  > >
>  > > I have designed an application that loads features
>  > > (implemented as modules) at runtime. I want to
>  > > minimize the size of the modules so I am using
>  > > "link-report" and "load-externs" compiler options
>  > > for
>  > > main applicaiton and features respectively.
>  > >
>  > > A couple of days before, report.xml generated by
>  > > link-report compiler option was of 344 KB and
>  > > includes
>  > > links to my custom libraries too. Now when I am
>  > > compiling the main application (after updates have
>  > > been incorporated to main application and
>  > features),
>  > > the size of the report.xml is only 16KB. I am
>  > > attaching both report.xml files; reportPrev.xml
>  > > (644KB) and reportNew.xml (16KB). Moreover, if I
>  > am
>  > > using the previous report.xml file to link during
>  > > the
>  > > compilation of features, the size of the resulting
>  > > swf
>  > > of the feature is 0 KB.
>  > >
>  > > Can anyone tell me what can be the reason for
>  > that?
>  > >
>  > > Regards,
>  > > Jehanzeb
>  > >
>  > >
>  >
>  __
>  > > Never miss a thing. Make Yahoo your home page.
>  > > http://www.yahoo.com/r/hs
>  > <http://www.yahoo.com/r/hs>
>  > > <http://www.yahoo.com/r/hs
>  > <http://www.yahoo.com/r/hs> >
>  > >
>  > >
>  > >
>  > >
>  >
>  >
>  __
>  > Never miss a thing. Make Yahoo your home page.
>  > http://www.yahoo.com/r/hs
>  > <http://www.yahoo.com/r/hs>
>  >
>  >
>  >
>  >
>
>  __
>  Be a better friend, newshound, and
>  know-it-all with Yahoo! Mobile. Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>  


[flexcoders] Re: Maven

2008-03-05 Thread VELO
Have U set the extraParameter with
-compiler.context-root 


VELO

On Wed, Mar 5, 2008 at 8:35 PM, k_sudhan <[EMAIL PROTECTED]> wrote:
> Hi Velo,
>
>  We are also using almost the same structure and used to build and
>  deploy using Flex Builder. But as our backend is Maven configured,
>  we also wanted to move the Maven way for our flex project.
>  Now my question is, i have been playing with israfil plugin but the
>  build fails looking for context-root defined in service-config.xml.
>  As i am passing
>
>  
> C:\jboss-
>  4.0.5.GA\server\default\deploy\samples.war\WEB-INF\flex\services-
>  config.xml
> 
>
>  parameter the serices.config.xml gets loaded but unable to find
>  context-root parameters. Tried adding it using 
>  with context-root and passing on the root (The builds works fine but
>  fails during runtime when invoking the remote service ). We are also
>  using FDS in our environment.
>
>  Any pointers appreciated.
>
>  thanks,
>
>  Sudhan
>
>
>  --- In flexcoders@yahoogroups.com, VELO <[EMAIL PROTECTED]> wrote:
>  >
>
>
> > Hi,
>  >
>  > At work we are using maven for all, compile flex (thanks israfil),
>  > compile java, build war and build ear.
>  >
>  > To build war we have a dependency to LCDS 2.5 flex.war
>  > To compile java we have several dependencies to flex-*.jar
>  > (flex-messaging.jar, flex-messaging-common.jar, depends of
>  situation)
>  > To compile flex we put charts, fds dependencies.
>  >
>  > We are using an internal name definition for the groupID and
>  artifactID.
>  > Have adobe made some oficial groupID/artifactID for maven users?
>  >
>  > Something like this:
>  > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
>  >
>  > Or any planning for Coping with Adobe JARs/SWCs ?
>  >
>  >
>  > VELO
>  >
>
>
>


Re: [flexcoders] Module Size Issue

2008-03-05 Thread VELO
Now I am curious...

I have my Application (without RSL) and my Module.
At this condition I use link-reports/load-extern.
To compile the module I load extern the link-reports from the
application. Right?

When I start to use this application with framework caching (with RSL)
I will begun the load-extern from the framework.swc e no more from
myApplication?

At current time, I can load-extern from only one source.  But isn't
better I load-extern the framework.swc AND my Application?


VELO

On Wed, Mar 5, 2008 at 6:28 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
>
> Did you turn on the framework rsl cache?  If so, you then have to
> load-extern framework.swc on your modules.
>
>
>
>  
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Jehanzeb Musani
>  Sent: Wednesday, March 05, 2008 8:17 AM
>  To: flexcoders@yahoogroups.com
>  Subject: [flexcoders] Module Size Issue
>
>
>
>
>
>
>
> Hello,
>
>  I have designed an application that loads features
>  (implemented as modules) at runtime. I want to
>  minimize the size of the modules so I am using
>  "link-report" and "load-externs" compiler options for
>  main applicaiton and features respectively.
>
>  A couple of days before, report.xml generated by
>  link-report compiler option was of 344 KB and includes
>  links to my custom libraries too. Now when I am
>  compiling the main application (after updates have
>  been incorporated to main application and features),
>  the size of the report.xml is only 16KB. I am
>  attaching both report.xml files; reportPrev.xml
>  (644KB) and reportNew.xml (16KB). Moreover, if I am
>  using the previous report.xml file to link during the
>  compilation of features, the size of the resulting swf
>  of the feature is 0 KB.
>
>  Can anyone tell me what can be the reason for that?
>
>  Regards,
>  Jehanzeb
>
>  __
>  Never miss a thing. Make Yahoo your home page.
>  http://www.yahoo.com/r/hs 


Fwd: [flexcoders] Dynamic attribute on MXML code

2008-03-04 Thread VELO
Im trying just to mimic this proxy behavior.

Lets imagine is not one job, but is like RO, several jobs...

   
   
   


I'm using job as an arbitrary sample, truly, I wanna now how to mimic
RemoteObject 
   
   


Or, more close to RO do this:

   
   


More clear now?

About 
   
   
   


If RemoteObject could omit the second  wrote:
>
> VELO - the Flex Object is a 'simple' storage type... the RemoteObject
> along with the ObjectProxy are designed specifically for dynamic
> object management - which include hierarchical storage. Is there any
> reason that this won't work?
>
> 
>
> One thing that might be helpful is tying things down with a model to
> assist you in object translation. As your data becomes more complex...
> the need to gravitate towards DTO (data type object) and VO (view
> object) becomes absolute. Take a look this example for starters.
>
>
> http://blog.flexexamples.com/2007/09/19/converting-xml-to-objects-using-the-flex-httpservice-mxml-tag/
>
> Rick Winscot
>
>
>
> On Fri, Feb 29, 2008 at 7:29 PM, VELO <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> >
> > I'm trying to do something like this:
> > 
> > 
> > 
> >
> > And always got:
> > Could not resolve  to a component implementation.
> >
> > I saw RemoteObject doing something like this:
> >  > destination="cargoService">
> > 
> > 
> >
> > But i cant understand why RemoteObject can do and Object cant do.
> > I had try to implement my own object, who extends Proxy and override
> > callProperty, getProperty and setProperty.
> > But no success.
> >
> > Any can help me on this?
> >
> > VELO
> >
> 


Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-03 Thread VELO
Is this some adobe official response?
http://mvnrepository.com/artifact/com.adobe.blazeds


VELO

On Sun, Mar 2, 2008 at 9:35 PM, VELO <[EMAIL PROTECTED]> wrote:
> Or adobe at least can define something like this:
>  http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
>
>
>  VELO
>
>
>
>  On Sun, Mar 2, 2008 at 12:03 PM, Sebastien ARBOGAST
>  <[EMAIL PROTECTED]> wrote:
>  >
>  >
>  >
>  >
>  >
>  >
>  > I've just created an issue to ask for the deployment of BlazeDS artifacts 
> to
>  > a public Maven repository, so that we can use them as dependencies.
>  >
>  >
>  >
>  >  https://bugs.adobe.com/jira/browse/BLZ-71
>  >
>  >
>  >
>  >
>  >  So if you are working with Maven and BlazeDS, feel free to vote for this
>  > issue.
>  > --
>  > Sébastien Arbogast
>  >
>  > http://sebastien-arbogast.com 
>


Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-02 Thread VELO
Or adobe at least can define something like this:
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html


VELO

On Sun, Mar 2, 2008 at 12:03 PM, Sebastien ARBOGAST
<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I've just created an issue to ask for the deployment of BlazeDS artifacts to
> a public Maven repository, so that we can use them as dependencies.
>
>
>
>  https://bugs.adobe.com/jira/browse/BLZ-71
>
>
>
>
>  So if you are working with Maven and BlazeDS, feel free to vote for this
> issue.
> --
> Sébastien Arbogast
>
> http://sebastien-arbogast.com 


Re: [flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread VELO
If you can, post here the bug number...

I wanna to see this problem solved too.


VELO

On Sun, Mar 2, 2008 at 9:22 PM, Gaurav. Jain <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I was able to reproduce the issue using your test case. I am not sure if
>  it is by design. Please submit a bug.
>
>  Also the issue gets resolved if you call Info.load() - without
>  specifying the application domain.
>
>  Thanks,
>
>  Gaurav
>
>  -Original Message-
>  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  Behalf Of Kevin Broce
>  Sent: Sunday, March 02, 2008 2:56 PM
>  To: flexcoders@yahoogroups.com
>  Subject: [flexcoders] Re: Module unloads but FlexModuleFactory instance
>  does not unload
>
>
>  Listed below is a simple Module loading example that demonstrates the
>  problem (source code at bottom).
>
>  Create a new Flex project and set FlexApp.mxml as the "Main
>  application file" and add TestModule.mxml as a Module.
>
>  To verify that the _TestModule_mx_core_FlexModuleFactory "factory"
>  instance is NOT getting unloaded, perform these steps:
>
>  1) Launch profiler and wait for FlexApp to load
>
>  2) Before clicking "Load Module", take a Memory Snapshot.
>
>  3) Click "Load Module" and wait for TestModule to load (its a green
>  square).
>
>  4) Click "Unload Module" and TestModule unloads.
>
>  5) Take a 2nd Memory Snapshot.
>
>  6) Select both Memory Snapshots and click "Find Loitering Objects".
>
>  You should see _TestModule_mx_core_FlexModuleFactory in the Loitering
>  Objects list. You can double-click
>  _TestModule_mx_core_FlexModuleFactory to obtain further details.
>
>  I want to confirm that someone else can reproduce this issue before I
>  submit a bug to Adobe. I also want to confirm that this behavior is
>  not by design.
>
>  Does anyone have any suggestions as to why this happens and possible
>  work arounds?
>
>  Note: I am using Flex Builder 3.0 (release).
>
>  Thanks!
>
>  
>  FlexApp.mxml
>  
>
>  
>  http://www.adobe.com/2006/mxml";
>  layout="vertical">
>
>  
>
>  
>
>click="UnloadModule()" />
>
>  
>
>  
>  TestModule.mxml
>  
>
>  
>  http://www.adobe.com/2006/mxml";
>  layout="absolute" width="200" height="200" backgroundColor="#BBF2A2">
>
>  
>
>  --
>  Flexcoders Mailing List
>  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>  Search Archives:
>  http://www.mail-archive.com/flexcoders%40yahoogroups.com
>  Yahoo! Groups Links
>
>  


[flexcoders] Maven

2008-02-29 Thread VELO
Hi,

At work we are using maven for all, compile flex (thanks israfil),
compile java, build war and build ear.

To build war we have a dependency to LCDS 2.5 flex.war
To compile java we have several dependencies to flex-*.jar
(flex-messaging.jar, flex-messaging-common.jar, depends of situation)
To compile flex we put charts, fds dependencies.

We are using an internal name definition for the groupID and artifactID.
Have adobe made some oficial groupID/artifactID for maven users?

Something like this:
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

Or any planning for Coping with Adobe JARs/SWCs ?


VELO


[flexcoders] Dynamic attribute on MXML code

2008-02-29 Thread VELO
I'm trying to do something like this:




And always got:
Could not resolve  to a component implementation.

I saw RemoteObject doing something like this:




But i cant understand why RemoteObject can do and Object cant do.
I had try to implement my own object, who extends Proxy and override
callProperty, getProperty and setProperty.
But no success.

Any can help me on this?


VELO


Re: [flexcoders] Re: Best practices for setting up large applications?

2008-02-29 Thread VELO
U can use maven to help you to handle dependencies.
http://code.google.com/p/israfil-mojo/

VELO

On Fri, Feb 29, 2008 at 9:38 AM, Gregor Kiddie <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
>
> We have 52 modules / libraries split roughly 1/3 to 2/3s, and a single main
> application.
>
>
>
> Dozens of views, and dozens of custom components.
>
>
>
> Our biggest problem is dependency management between the libraries and
> modules. There is frequent refactoring of a module to pull code out into a
> library when its identified as being needed.
>
>
>
> Full build, including generating vos, compiling java code, compiling flex
> code, and deploying to the server is roughly 16 minutes.
>
>
>
> Gk.
>
>
> Gregor Kiddie
>  Senior Developer
>  INPS
>
> Tel:   01382 564343
>
> Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ
>
> Registered Number: 1788577
>
> Registered in the UK
>
> Visit our Internet Web site at www.inps.co.uk
>
> The information in this internet email is confidential and is intended
> solely for the addressee. Access, copying or re-use of information in it by
> anyone else is not authorised. Any views or opinions presented are solely
> those of the author and do not necessarily represent those of INPS or any of
> its affiliates. If you are not the intended recipient please contact
> [EMAIL PROTECTED]
>
>  
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of tomeuchre
>  Sent: 28 February 2008 23:03
>  To: flexcoders@yahoogroups.com
>  Subject: [flexcoders] Re: Best practices for setting up large applications?
>
>
>
>
>
>
>
> --- In flexcoders@yahoogroups.com, "Geoffrey" <[EMAIL PROTECTED]> wrote:
>  >
>  > We currently have a master project that links in 25 other projects
>  to
>  > build our overall application. The problem with this is that there
>  > seems to be a lot of inner dependencies b/w the projects (i.e. one
>  > project is a collection of utilities, and several other projects use
>  > these utilities). Builds also seem to take forever when you change
>  a
>  > project that is linked to many other projects.
>  >
>  > We initially thought that this would be a good way to set up our
>  > application so we could take out certain parts to customize our
>  > offerings to customers. Just not sure that it's really giving the
>  > advantages we initially thought.
>  >
>  > Any thought on this?
>  >
>  I am looking for something similar:
>
>  I want to get an idea of what some of the largest Flex apps ever
>  built (and utilized on a routine basis) are. I have one with 11
>  different views, and about 35 components, and it is about 1.5mb to
>  load.
>  Anybody have examples of larger ones? If so, what kind of issues do
>  you run into?
>
>  


Re: [flexcoders] Menubar Render

2008-02-29 Thread VELO
I my case I need to put 2 icons and a label

I believe the only way is the render.


VELO

On Wed, Dec 12, 2007 at 4:48 PM, Andriy Panas <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Hi Alex,
>
> Your suggestion had helped to solve this RTE issue with MenuBarRenderer that
> contains at least one mx:Label instance.
>
> But for this particular case of the renderer that contains only text
> information, I would encourage to use labelFunction instead together with
> MenuBar.
>
> Here is the link to the nice hands on example of using labelFunction
> together with Tree that gives the idea:
>
> http://blog.flexexamples.com/2007/10/29/defining-a-custom-label-function-on-a-flex-tree-control/
>
>
>
>
>
> On 10/12/2007, Alex Harui < [EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> >
> >
> > Try setting mouseEnabled and/or mouseChildren=false on the label and other
> children.
> >
> > 
>  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Marvin Froeder
> > Sent: Wednesday, December 05, 2007 10:55 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Menubar Render
> >
> >
> >
> >
> >
> >
> > Hi folks,
> >
> > I had create a MenuBar (copy from LiveDoc's exemple) and set a custom
> menuBarItemRenderer.
> >
> > But when I tried to run I got a runtime error, every time I put the cursor
> over the render.
> >
> > Error:
> >
> > >
> > >
> > > TypeError: Error #1034: Type Coercion failed: cannot convert
> mx.core::[EMAIL PROTECTED] to
> mx.controls.menuClasses.IMenuBarItemRenderer.
> > >
> > >   at
> mx.controls::MenuBar/mouseOverHandler()[E:\dev\flex_201_borneo\sdk\frameworks\mx\controls\MenuBar.as:1670]
> >
> >
> >
> > Menubar (MenuBarLiveDocsExample.mxml):
> > > 
> > > 
> > > http://www.adobe.com/2006/mxml";
> creationComplete="initCollections();" >
> > >
> > > 
> > > 
> > > 
> > >
> > >  > > paddingTop="10" paddingLeft="10">
> > >
> > >  > >text="Select a menu item."/>
> > >
> > >  > > dataProvider="{menuBarCollection}"
> menuBarItemRenderer="MyCustomRender"/>
> > >
> > > 
> > > 
> > >
> >
> >
> >
> >
> >
> > Item Render (MyCustomRender.mxml ) :
> > >
> > >
> > > 
> > > http://www.adobe.com/2006/mxml";
> > > implements="mx.controls.menuClasses.IMenuBarItemRenderer "
> > > >
> > >
> > > 
> > > 
> > > 
> > >
> > > 
> > > 
> > > 
> > >
> > > 
> >
> >
> >
> >
> > Any one knows how to solve this?
> >
> >
> > VELO
> >
> >
> >
> >
> >
> >
> >
>
>
>
> --
> --
> Med venlig hilsen / Best regards
> Andriy Panas
> [EMAIL PROTECTED] 


Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread VELO
Any news about the broken link?

VELO

On Mon, Feb 25, 2008 at 1:56 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote:
> So, any preview for plugin version?
>
>  VELO
>
>  2008/2/25 Beau Scott <[EMAIL PROTECTED]>:
>
>
> > Actually, it seems that the plug-in link is still broken:
>  >  http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse&loc=en_us
>  >
>  >
>  >
>  > Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
>  > "Download Flex Builder Professional Plug-in" -> 404!
>  >
>  >
>  >
>  > Beau
>


Re: [flexcoders] What's up with the open-source Flex SDK project?

2008-02-24 Thread VELO
Sorry, wrong question.

I mean when...

On Sun, Feb 24, 2008 at 9:56 PM, Gordon Smith <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> I said "Fortunately, you don't have to wait much longer to see it!" and
> "Here's a rundown on what's coming soon", not "It's available now."
>
>
> Gordon Smith
> Adobe Flex SDK Team
>
>
>  ____
>  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of VELO
> Sent: Sunday, February 24, 2008 4:47 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] What's up with the open-source Flex SDK project?
>
>
>
>
>
> So, where is the SVN?
>
> VELO
>
> On Sun, Feb 24, 2008 at 9:20 PM, Gordon Smith <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> >
> >
> > I've blogged about it here: http://blogs.adobe.com/gosmith/
> >
> > Gordon Smith
> > Adobe Flex SDK Team
> >
>  


Re: [flexcoders] Flex Open Source

2008-02-24 Thread VELO
Buy the sources?

VELO

On Sun, Feb 24, 2008 at 2:45 PM, Mohammed Osama <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> I have a SWF file and want to get its MXML file
>
>
> - Original Message 
> From: Paul Andrews <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Sunday, February 24, 2008 7:00:39 PM
> Subject: Re: [flexcoders] Flex Open Source
>
>
>
>
> - Original Message -
>  From: "moelshimy" <[EMAIL PROTECTED] com>
>  To: <[EMAIL PROTECTED] ups.com>
>  Sent: Sunday, February 24, 2008 4:12 PM
>  Subject: [flexcoders] Flex Open Source
>
>  > Hi,I want to decompil SWF File to Flex Files
>  > what can i do
>
>  What has that to do with Open Source?
>
>  Is there ever a legitimate reason for doing that?
>
>
>  
> Looking for last minute shopping deals? Find them fast with Yahoo! Search.
> 


Re: [flexcoders] What's up with the open-source Flex SDK project?

2008-02-24 Thread VELO
So, where is the SVN?

VELO

On Sun, Feb 24, 2008 at 9:20 PM, Gordon Smith <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> I've blogged about it here: http://blogs.adobe.com/gosmith/
>
> Gordon Smith
> Adobe Flex SDK Team
>