RE: [flexcoders] crimson.jar flex runtime

2005-05-05 Thread laura . donia
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, May 04, 2005 4:46 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] crimson.jar flex runtime Hi Peter, This app is built on Flex 1.0 (not sure if that makes a difference for this topic). I have

Re: [flexcoders] crimson.jar flex runtime

2005-05-05 Thread Joe Berkovitz
? *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of [EMAIL PROTECTED] *Sent:* Wednesday, May 04, 2005 3:29 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] crimson.jar flex runtime Hi

[flexcoders] crimson.jar flex runtime

2005-05-04 Thread laura . donia
Hi, Our flex application shares it's web app with another application that requires crimson.jar in the WEB-INF/lib directory. I found that this creates a conflict for the parser required for the mxmlc compiler the compiler fails. If I exclude crimson.jar from the classpath during compile

Re: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread Jonathan Bezuidenhout
I am sure it can - we just had the same problem with batik.jar. In fact, to see weirdness being even weirder, copy the exact batik jar files from the flex/jars into your regular WEB-INF/jars - you would think duplicate but OK - unfortunately Flex does not like that. As soon as you access mxml

Re: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread laura . donia
Hi, Thanks for the reply - It sounds like the conflict you experienced occurs during compile time, when compiling the mxml. Our app is installed as a precompiled swf (no mxml pages are installed with the application), so I am wondering if any of the flex runtime code could also be in

RE: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread Abdul Qabiz
@yahoogroups.com; flexcoders@yahoogroups.comCc: Jonathan BezuidenhoutSubject: Re: [flexcoders] crimson.jar flex runtime Hi, Thanks for the reply - It sounds like the conflict you experienced occurs during compile time, when compiling the mxml. Our app is installed as a precompiled swf (no mxml pages

RE: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread laura . donia
@yahoogroups.com; flexcoders@yahoogroups.comCc: Jonathan BezuidenhoutSubject: Re: [flexcoders] crimson.jar flex runtime Hi, Thanks for the reply - It sounds like the conflict you experienced occurs during compile time, when compiling the mxml. Our app is installed as a precompiled swf (no mxml pages

RE: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread Peter Farland
to run into the same issues as with mxml compilation? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, May 04, 2005 3:29 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] crimson.jar flex runtime Hi, This helps a lot, thank

RE: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread laura . donia
into the same issues as with mxml compilation? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, May 04, 2005 3:29 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] crimson.jar flex runtime Hi, This helps a lot, thank you. I do have

RE: [flexcoders] crimson.jar flex runtime

2005-05-04 Thread Peter Farland
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 7:16 PMTo: flexcoders@yahoogroups.com; flexcoders@yahoogroups.comCc: Jonathan BezuidenhoutSubject: Re: [flexcoders] crimson.jar flex runtime Hi, Thanks for the reply