Hi Rob, I recently added some properties to User, and then upgraded. I would strongly recommend setting up a subversion repository for your project if you're going to do this. I think this would have been completely painless had I not been a total subversion newbie. Next time will be a piece of cake ;)
Greg Rob Hills-2 wrote: > > H > > On 7 Sep 2007 at 15:56, Michael Horwitz wrote: > >> On 9/7/07, Rob Hills <[EMAIL PROTECTED]> wrote: >> > >> > Hi Michael, >> > >> > On 7 Sep 2007 at 14:50, Michael Horwitz wrote: >> > >> > > For AppFuse 2.0.X the easiest approach is simply to include the code >> for >> > the >> > > User class and modify as required: >> > > http://www.appfuse.org/display/APF/AppFuse+Core+Classes >> > >> > Thanks for that suggestion and the link. I'd obviously not looked >> through >> > the >> > documentation carefully enough. I agree that would probably be the >> > easiest >> > way up front, but I'm concerned it will add to the workload later >> when/if >> > I >> > need to upgrade to a newer AppFuse version. >> >> >> Not necessarily. It is fairly simple to do a diff between your code and >> the >> new AppFuse code and include any new changes, particularly if the changes >> you are making are small. I think Matt recently described an upgrade >> effort >> on an existing project as roughly half a day. > > OK, you've convinced me :-) In the AppFuse Core Classes you've linked to > above, it describes downloading the Data Common Package and then > excluding it from the Dependencies in the pom.xml which makes sense to > me. > > However, is it possible to exclude just one class in the pom.xml? If so, > what > tags would I use to express that? I looked in my existing pom.xml but > didn't > see anything that I could copy or use as an example. > > In the interests of keeping my project as simple and uncluttered as > possible, > I'd prefer to have in it only the org.appfuse... class(es) that I need to > modify. > From the Tutorial, it seems like I need to include the source for the > whole > Data Common Package. > > 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] > > > -- View this message in context: http://www.nabble.com/Best-way-to-add-to-org.appfuse.model.User-tf4401381s2369.html#a12609064 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
