I'm having a weird issue with MTASC that just started up.

It compiles fine in Flash.

C:/Project/src/classes/com/stevensacks/site/data/SiteModel.as:10: characters 16-25 : type error class not found : com.stevensacks.site.data.PageModel

Here is line 10:
private static var _pm:PageModel;

It's claiming it can't find the class PageModel, but I am importing it at the top of the SiteModel class.

import com.stevensacks.site.data.PageModel;

Compiling in Flash works fine (the code is actually running).

There are no errors in PageModel that would keep it from compiling.

Anyone seen an error like this?  I'm using -pack commands.

"C:/Program Files/mtasc/mtasc.exe" -swf "C:/Clients/Site/deploy/main.swf" -out "C:/Clients/Site/deploy/main.swf" -wimp -v -mx -keep -cp "C:/Documents and Settings/ssacks/Local Settings/Application Data/Macromedia/Flash 8/en/Configuration/Classes" -cp "C:/Clients/Site/src/classes/com" -pack "stevensacks/utils" -pack "stevensacks/site/data" -pack "stevensacks/site/core" -pack "stevensacks/site/assets" -pack "stevensacks/site" -pack "stevensacks/data" -trace Xray.trace -version 8 2> "C:/Documents and Settings/ssacks/Local Settings/Application Data/Macromedia/Flash 8/en/Configuration/Commands/FLASC/errors.txt" C:/Clients/Site/src/classes/com/stevensacks/site/data/SiteModel.as:10: characters 16-25 : type error class not found : com.stevensacks.site.data.PageModel
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to