Have U set the extraParameter with -compiler.context-root <context-path>
VELO On Wed, Mar 5, 2008 at 8:35 PM, k_sudhan <[EMAIL PROTECTED]> wrote: > Hi Velo, > > We are also using almost the same structure and used to build and > deploy using Flex Builder. But as our backend is Maven configured, > we also wanted to move the Maven way for our flex project. > Now my question is, i have been playing with israfil plugin but the > build fails looking for context-root defined in service-config.xml. > As i am passing > > <dataServicesConfig> > C:\jboss- > 4.0.5.GA\server\default\deploy\samples.war\WEB-INF\flex\services- > config.xml > </dataServicesConfig> > > parameter the serices.config.xml gets loaded but unable to find > context-root parameters. Tried adding it using <extraParameters> > with context-root and passing on the root (The builds works fine but > fails during runtime when invoking the remote service ). We are also > using FDS in our environment. > > Any pointers appreciated. > > thanks, > > Sudhan > > > --- In [email protected], VELO <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > At work we are using maven for all, compile flex (thanks israfil), > > compile java, build war and build ear. > > > > To build war we have a dependency to LCDS 2.5 flex.war > > To compile java we have several dependencies to flex-*.jar > > (flex-messaging.jar, flex-messaging-common.jar, depends of > situation) > > To compile flex we put charts, fds dependencies. > > > > We are using an internal name definition for the groupID and > artifactID. > > Have adobe made some oficial groupID/artifactID for maven users? > > > > Something like this: > > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > > > Or any planning for Coping with Adobe JARs/SWCs ? > > > > > > VELO > > > > >

