Re: Missing flex-jars project

2012-04-26 Thread Om
I pointed ANT17_JAR to my current ant.jar and that fixed that problem. Not sure why it is'nt working for you. Here is a screenshot for your reference. I will create a JIRA ticket and attach the patch file there. Thanks, Om On Thu, Apr 26, 2012 at 11:36 AM, Justin Mclean wrote: > Hi, > > > I a

Re: Missing flex-jars project

2012-04-26 Thread Justin Mclean
Hi, > I am attaching the patch again. Please let me know if it does not come > through; I will create a JIRA ticket and attach the patch there. No luck - looks like the mailing list is stripping attachments? I did manage to get it working (but patch would still be good) but having an issue wi

Re: Missing flex-jars project

2012-04-26 Thread Om
Justin, I am attaching the patch again. Please let me know if it does not come through; I will create a JIRA ticket and attach the patch there. Thanks, Om On Thu, Apr 26, 2012 at 9:39 AM, Justin Mclean wrote: > Hi, > > > The JARs and class folders on the build path is hardcoded to your > compu

Re: Missing flex-jars project

2012-04-26 Thread Justin Mclean
Hi, > The JARs and class folders on the build path is hardcoded to your computer's > directory paths. I changed them to relative paths. This fixed all the > errors (1511 warnings, though) > > I know this is a trivial change, but I have attached a patch file just in > case. Mind sending th

Re: Missing flex-jars project

2012-04-23 Thread Om
Alex, The JARs and class folders on the build path is hardcoded to your computer's directory paths. I changed them to relative paths. This fixed all the errors (1511 warnings, though) I know this is a trivial change, but I have attached a patch file just in case. Thanks, Om On Thu, Apr 19, 2

Re: Missing flex-jars project

2012-04-19 Thread Alex Harui
On 4/19/12 4:04 PM, "Om" 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 dependenc

Re: Missing flex-jars project

2012-04-19 Thread Bogdan DINU
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 comp

Re: Missing flex-jars project

2012-04-19 Thread Om
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

Re: Missing flex-jars project

2012-04-18 Thread Alex Harui
On 4/18/12 9:58 AM, "Om" 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: