it same happened to me some tilmes ago...............little mistakes makes it so difficult...luckily we have YELLOW WARNING SYMBOLS ,,,they are really frendly

On 3/8/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
Oh yeah, one other thing.

This has taught me to ::

Treat the little yellow warning symbols as friends saying "the more of me you get to go away, the more time on development I give you", spoken from the mouth of the "yellow warning  sprites".

Yes, they are you closest friends...

Peace, Mike



On 3/8/06, Michael Schmalle <[EMAIL PROTECTED] > wrote:
Sorry, ;(

Search this list, about a month - 3 weeks ago I had the same issue and well, happy fishing!

My problem was an id had the same name as a var myProp declared in an <mx:Script> tag.

So essentially, I had;

<mx:Script>

   var myButton:Button;

</mx:Script>

<app....

   <mx:Button id="myButton" />

</app..

When I found this and changed the var myButton:Button to public var myButton:Button, I got the REAL error, duplicate public property.

I had over 30 different files that could have had this in it, I got lucky.

Long story short, this one little problem cost me 2 days on a component project, but I moved on for awhile to get a fresh look..

Peace, Mike


On 3/8/06, bhaq1972 < [EMAIL PROTECTED]> wrote:
Hi
In one flexbuilder2 project containing approximately 15 simple mxml
apps ( most of which are copies of ones from the livedocs). I am
getting 'an internal build error has occured. please check the error
log' error. As follows.
Any ideas. cant go any further. any help will be appreciated

thanks

java.lang.OutOfMemoryError
!SESSION 2006-03-08 16:17:22.310 ------------------------------------
-----------
eclipse.buildId=unknown
java.version=1.4.2_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2006-03-08 16:17:23.834
!MESSAGE A workspace crash was detected. The previous session did
not exit normally.

!ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.836
!MESSAGE Invalid Menu Extension (Path is invalid):
zorn.standalone.actions.OpenRunConfigurations

!ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.852
!MESSAGE Invalid Menu Extension (Path is invalid):
zorn.standalone.actions.OpenDebugConfigurations

!ENTRY zorn.project 4 43 2006-03-08 16:19:29.484
!MESSAGE Uncaught exception in compiler
!STACK 0
java.lang.NullPointerException
      at flex2.compiler.abc.Compiler.parse(Compiler.java:143)
      at flex2.compiler.API.parse (API.java:1104)
      at flex2.compiler.API.parse(API.java:1072)
      at flex2.compiler.API.batchInner(API.java:156)
      at flex2.compiler.API.batch(API.java:260)
      at flex2.compiler.API.compile(API.java :361)
      at zorn.project.compiler.Compiler.compile(Compiler.java:186)
      at
zorn.project.compiler.internal.FlexIncrementalBuilder.buildApplicatio
n(FlexIncrementalBuilder.java:333)
      at
zorn.project.compiler.internal.FlexIncrementalBuilder.build
(FlexIncrementalBuilder.java:224)
      at org.eclipse.core.internal.events.BuildManager$2.run
(BuildManager.java:593)
      at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java :1044)
      at org.eclipse.core.runtime.Platform.run(Platform.java:783)
      at org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:168)
      at org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:202)
      at org.eclipse.core.internal.events.BuildManager$1.run
(BuildManager.java:231)
      at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:1044)
      at org.eclipse.core.runtime.Platform.run(Platform.java:783)
      at org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:234)
      at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop
(BuildManager.java:253)
      at org.eclipse.core.internal.events.BuildManager.build
(BuildManager.java:282)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild
(AutoBuildJob.java:139)
      at org.eclipse.core.internal.events.AutoBuildJob.run
(AutoBuildJob.java:200)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
What goes up, does come down.



--
What goes up, does come down.

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
jignesh dodiya

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to