No, it's not possible to only include one class. The good news is these classes are unlikely to change in the future. Maybe cosmetically (javadocs, polishing, etc), but no signatures will change.
Matt On 9/7/07, Rob Hills <[EMAIL PROTECTED]> 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] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
