Re: [flexcoders] flex library project debug?

2012-06-15 Thread Kenneth Sutherland
It may be that your files are not included in the build path.
Right click the library project, go to ‘Flex library build path’, then select 
the tab ‘Classes’.  You will probably find that your classes are being 
included.  If they are included then make sure that the project is being built 
(just turn on automatic building – project – build automatically).

This will (should) either give errors or provide a swc.

Kenneth.

From: markflex2007 
Sent: Monday, June 11, 2012 4:30 PM
To: flexcoders@yahoogroups.com 
Subject: [flexcoders] flex library project debug?

  
Hi

I created a flex library project and add some flex mxml components

the problem is no swc file created in bin folder and I do not get any error 
message in Flex builder.

How to debug this and find problem?

Thanks for help

Mark





[flexcoders] flex library project debug?

2012-06-11 Thread markflex2007
Hi

I created a flex library project and add some flex mxml components

the problem is no swc file created in bin folder and I do not get any error 
message in Flex builder.

How to debug this and find problem?

Thanks for help

Mark