如果报了这个error: An internal build error has occurred. Right-click for more information
请查下你的
switch(type)
{
}
是否有这样的写法。如果有的话,就删掉或者里面加入case .
阅读全文>
发表于 @ 2009年04月13日 14:11:00|评论(loading...)|举报|收藏
Viewing the error log file
The Eclipse error log file stores details about your Eclipse sessions and compiler errors that occur during those sessions. These are not the same as Flex Builder compiler errors, which are displayed in the Problems view.
If you are using the Flex Builder plug-in:
Using the Error Log View, double-click the error item to view it in the Eclipse error log file. Use the Copy button to copy the error item to the clipboard.
If you are using the Flex Build阅读全文>
发表于 @ 2009年04月13日 13:58:00|评论(loading...)|举报|收藏