On 9/4/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > On 4 Sep 2007 at 23:40, Rob Hills wrote: > > > I'm trying to upgrade an AppFuse+Webworks app I inherited. I was led to > > believe it had been built using Appfuse 1.9.x, but now that I've become a > > bit > > more familiar with Appfuse and the webapp I've inherited, I suspect it was > > actually 1.8 or thereabouts - FWIW, the "webapp-version" in build.properties > > is "1.8". > > > > I thought I'd seen a document in the Wiki about upgrading between versions > > of Appfuse, but I can't find that now. Is there any documentation in the > > Wiki > > that might help? If not, is there a recommended set of steps to follow for > > this kind of thing? > > > > I've built a simple app using AppFuse 1.9.4 and I've been trying to diff > > that > > with my app, but it's proving a real nightmare! I've sorted out the lib > > directory, but lack of familiarity with AppFuse and the various tools it > > uses > > makes it very difficult to sort out the differences in the various > > configuration > > files. > > > > I'm happy to post the specific compile errors if people are interested, but > > I > > was hoping there'd be some docco I could read so I don't disturb the list > > with > > newbie stuff like this. > > It's always the way, after posting, I went back to the Wiki, did a search I'd > not > thought of before, and turned up a relevant page, for the record, its: > > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseUpgrading > > Looks like I've been doing things the wrong way around of course, and my > main problem is working out which frameworks my project is actually using. > > I'm wondering if I'd be better off simply upgrading to Appfuse 2? This isn't > a > Production app yet, but will be within a month or two - is AppFuse 2 too > bleeding edge for that?
It shouldn't be that bleeding edge - it's been under development for a year and includes much of the Java code from 1.x, so it's really been under development for 4 years. With that being said, I haven't written a 1.9.x upgrade path yet. However, you should be able to take the generated artifacts in 1.9.x and put them in a 2.0 structure and be able to build/deploy with Maven. Raible Designs (my company) can do a 1.x -> 2.x upgrade for you if you're interested. Matt > > Cheers, > Rob Hills > Waikiki, Western Australia > Mobile +61 (412) 904-357 > Fax: +61 (8) 9529-2137 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
