I removed flex-jars project dependency and it still has a few thousand
errors. I saw a couple of obvious issues:
1. The thirdparty/batik/ classes are referenced in the flex-compiler
project, but there is no project dependency or source code dependency
anywhere.
2. The java source folders on build path are referencing
xml-batik/{folder_names} whereas it should be batik/{folder_names}
I am powering through these issues as they popup and am documenting them as
I go.
If someone has already fixed these issues, please holler :-)
Thanks,
Om
On Wed, Apr 18, 2012 at 11:11 AM, Alex Harui <[email protected]> wrote:
>
>
>
> On 4/18/12 9:58 AM, "Om" <[email protected]> wrote:
>
> > Hi,
> >
> > I am trying to set up the java projects for the compiler side of things.
> I
> > found the following java projects under the 'modules' directory:
> >
> > flex-asc
> > flex-compiler
> > flex-fxgutils
> > flex-swfutils
> >
> > I am getting a compiler error that says: "missing required Java project:
> > flex-jars"
> >
> > I dont see this project anywhere. Am I missing something obvious? Any
> > pointers would be appreciated!
> Hi Om,
>
> Our goal was just to get the compiler to build from the build scripts. We
> did not check the eclipse projects so it is probably depending on a project
> (probably the embedded font jars) that we didn't contribute. In theory,
> everything should build without that dependency. Try removing it and see
> how far you get. I will try it myself when I get a chance.
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>