[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-17 Thread jer_ela
I have found that selecting Include all classes, doesn't actually include all classes. Selecting Select classes to include in library and then checking the checkbox next to the src directory seems to work get all the classes included. --- In flexcoders@yahoogroups.com, Adnan Doric

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Thank you for you reply, but I've done steps you describe but in FB4 and it doesn't work. I have the following error in library project (manifest.xml is added in assets tab) : could not find source for class myPackage:TestComponent in namespace http://mynamespace.com. Did you take a look at

[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Jeff
I did not see your original post on the Adobe Forums. Did you include the manifest.xml as an asset to the project? Did you clean the project after adding the asset? --- In flexcoders@yahoogroups.com, Adnan Doric astrona...@... wrote: Thank you for you reply, but I've done steps you describe

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Yes of course, manifest.xml is added and project cleaned. Did you try it in FB4 too ? On 15/03/2010 14:09, Jeff wrote: I did not see your original post on the Adobe Forums. Did you include the manifest.xml as an asset to the project? Did you clean the project after adding the asset? --- In

Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Alright, the problem occurs only if the checkbox include all classes... is selected. Very weird. Hope that helps someone :) On 15/03/2010 14:51, Jeffry Houser wrote: Yep, no issues in Flash Builder 4. It works fine for me! I'm not sure what to tell you. On 3/15/2010 9:34 AM, Adnan

[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-14 Thread Florian
It's been a while since i did that, but take a look at the manifests: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_25.html http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_31.html Best regards --- In flexcoders@yahoogroups.com, astronaute75 astrona...@...

[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-14 Thread Jeff
I cover this in the laast episode of The Flex Show's video series on creating Flex Components: http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs The other poster who mentioned the mainfest.xml file is correct. --- In