Eventually the ant build bundled the core classes in the opt packages. Maven only packages the classes inside the artifact. If you had written which classes actually were missing I could have had a better guess. Probably you would need to copy some of the 4 core blazeds libs (probably only common) to the tomcat lib dir. But it's just a guess.
If you encounter problems like this, could you please post the log output? This would help eliminate a few email roundtrips ;-) Chris ________________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Sonntag, 23. November 2014 07:05 An: dev@flex.apache.org Betreff: Re: AW: AW: Updated Flex-SDK to use apache-flex blazeds :-) On 11/22/14, 3:28 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: > >I think my issue with the jars was that the ANT script sort of downloads >them but I couldn't find a single one of them available via Maven. There >might be solutions to that problem, but I sort of didn't put that effort >in there cause I knew none who actually used them. If they are important, >I will try to get them working though. I just looked at the ant script. I don’t see it downloading anything in the modules/opt/build.xml. I see it calling javac and jar. > >You say that you need the tomcat optional jar in order to be able to work >... but isn't tomcat one of the opts that are built? It's some of the >other platforms that don't work, but tomcat should be fine. I started with a fresh Tomcat 6. I copied the jars from your Maven build. Tomcat complained it couldn’t find a flex/messaging/security class. That class was in the Tomcat jar in modules/opt from the Ant build on apacheflexbuilds. I’m definitely not an expert at this stuff, so maybe I set up something incorrectly. -Alex