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 <*> 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/

