• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

source path creating a mess

Participant ,
May 09, 2011 May 09, 2011

Copy link to clipboard

Copied

hello;

I have a folder where I keep all of my as3 classes ... I call it "AS3_classes" ...

inside of it I have:

/com

/pkg_shannon

/pkg_shannon_3d

but also:

/components ... which has .fla files in it and jpgs, etc

PROBLEM:

because I want access to my classes inside of pkg_shannon, I must add "AS3_classes" as a source path ... nothing unusual ... except eclipse/flashbuilder is taking everything from "AS3_classes" and copying it to my bin-debug folder ( though it is not copying the .as files ).

from a flash point of view, source_path ( classpath ) is only for compile-time ... not run time;

but eclipse seems to think that source_path means:

1 - is for compile time ( the .as classes )

2 - is for runtime ( all of the other stuff located at "AS3_classes"

any way to prevent this behavior?

thanks.

dsdsdsdsd

Views

490

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , May 17, 2011 May 17, 2011

Try this: uncheck "Copy non-embedded files to the output folder" in Project properties -> Flex/ActionScript Compiler

-Anirudh

Votes

Translate

Translate
Adobe Employee ,
May 17, 2011 May 17, 2011

Copy link to clipboard

Copied

Try this: uncheck "Copy non-embedded files to the output folder" in Project properties -> Flex/ActionScript Compiler

-Anirudh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 24, 2011 May 24, 2011

Copy link to clipboard

Copied

LATEST

thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines