yuppers! Once again, thanks to the man with the answers! DK
On 4/12/06, Dave Wolf <[EMAIL PROTECTED]> wrote: > In our source tree we have one are we often call "thirdparty" where > things we consider a black box go. They do get checked into source > control, but we dont touch them. So like the tree might look like > > /flex > /jsp > /java > /thirdparty/flex/webapp > /thirdparty/axis/lib (etc) > > Now during the build we copy the /thirdparty/flex/webapp into a temp > directory, we compile the mxml, java, jsp etc and copy into the temp > directory, then WAR the whole beastie up. > > You could argue either way about the Flex webapp in source control, > but I like knowing every project and every build is using a consistant > flex version. Like, we got a few hot fixes for the proxy and other > things. I like knowing we have the latest and greatest of that, and > being able to roll back off a hotfix if we find it breaks soemthing. > > Does that make sense? > > -- > Dave Wolf > Cynergy Systems, Inc. > Macromedia Flex Alliance Partner > http://www.cynergysystems.com > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > > --- In [email protected], "Douglas Knudsen" > <[EMAIL PROTECTED]> wrote: > > > > thanks Dave. > > > > got the picture now I think. Sounds like when these Ant tasks of > > yours fire and build a WAR, they include the Flex app in the WAR, eh? > > But the Ant tasks nab the Flex app from the local file system not CVS. > > kewl. > > > > by 'Flex app' here I mean the Flex app server, not the mxml, as, jsp > > files comprising the 'Flex based' app. > > > > DK > > > > On 4/12/06, Dave Wolf <[EMAIL PROTECTED]> wrote: > > > We use ANT, Tomcat, Subversion and the mxmlc compiler. Effectively we > > > do exactly what you are asking about. > > > > > > We store the Java. JSP. HTML, images, everyhing in source control. We > > > then have multiple ANT tasks to manage doing > > > > > > -compilation of both Java and the MXML > > > -packaging into JARs WAR etc > > > -deployment of these collections into the application server > > > > > > We have tiers of ANT tasks which cascade together into larger units of > > > work. So I might be able to build just one subsection, which then can > > > be rolled up into a packaging, which then can be rolled up into a > > > deployment, which then can roll up into one uber task that builds > > > deploys and configures an entire server. > > > > > > Today on our projects almost code goes from source control into a > > > running server without some well known task doing it. This is how we > > > build our RIAs. > > > > > > -- > > > Dave Wolf > > > Cynergy Systems, Inc. > > > Macromedia Flex Alliance Partner > > > http://www.cynergysystems.com > > > > > > Email: [EMAIL PROTECTED] > > > Office: 866-CYNERGY > > > > > > > > > > > > --- In [email protected], "Douglas Knudsen" > > > <douglasknudsen@> wrote: > > > > > > > > How are you folks deploying apps for Flex 1.5? I have been just > > > > copying the files out to the server, restarting JRun when > needed. I'd > > > > like to crank up Ant and do the WAR or JAR thing. > > > > > > > > I'm looking at deploying using a WAR file. I keep code in CVS > > > > repository. I want to use Ant to pull the code from CVS, > compile, and > > > > build the WAR but I don't want to store the whole Flex app in > CVS, eh? > > > > Just my code. Can one deploy only your app code as a WAR into > a Flex > > > > app? Or in this case should I just JAR up my class files and > use ANT > > > > to copy out the code and JAR. JRun can hot-load the jar. > > > > > > > > > > > > -- > > > > Douglas Knudsen > > > > http://www.cubicleman.com > > > > this is my signature, like it? > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Douglas Knudsen > > http://www.cubicleman.com > > this is my signature, like it? > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

