Hi Om,

flex-compiler has a build.xml which downloads dependency before compiling,
but it didn't worked for me. I have modified that build script to skip
downloading in order to build the jars.

However, if you want to remove all errors, you have to have the following
list of jars added to the compiler project :

asc.jar (flex-asc project)
batik-all-flex.jar (in third party or
http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.6.zip)
commons-collections.jar (
http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz
)
commons-discovery.jar (
http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz)
commons-logging.jar (
http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz)
flex-messaging-common.jar (
http://download.macromedia.com/pub/security/bulletins/fds201_hf_308104.zip)
fxgutils.jar (flex-fxgutils project)
javacc.jar (
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz)
saxon9.jar (
http://sourceforge.net/projects/saxon/files/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip/download
)
swfutils.jar (flex-swfutils project)
velocity-dep-1.4-flex.jar (third party folder or
http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz)
xalan.jar (
http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
)
xercesImpl.jar + xmlParserAPIs.jar(
http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip)

Hope it helps!

Regards,
Bogdan

On Fri, Apr 20, 2012 at 2:04 AM, Om <bigosma...@gmail.com> wrote:

> 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 <aha...@adobe.com> wrote:
>
> >
> >
> >
> > On 4/18/12 9:58 AM, "Om" <bigosma...@gmail.com> 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
> >
> >
>



-- 
http://www.badu.ro

Reply via email to