The only downside of using full-source is you won't be able to easily upgrade to future AppFuse releases. You'll have all the source in your project, so if you want to upgrade, you'll have to diff all your files against AppFuse files to see what's changed.
Beyond that, it's likely that the error you experienced below was not related to full-source. Matt On 6/28/07, Fan <[EMAIL PROTECTED]> wrote:
what's the consequence of no longer containing a reference to either the warpath plugin or any of the appfuse dependencies ?? I guess the following problem is one of the consequences, am I right ? http://www.nabble.com/override-User-code-class-and-link-OneToMany-to-any-other-class-tf3217084s2369.html Michael Horwitz wrote: > > If you get the full source, then your project should no longer contain a > reference to either the warpath plugin or any of the appfuse dependencies > (you do have all the source, after all... :-) > > Mike. > > On 6/28/07, Fan <[EMAIL PROTECTED]> wrote: >> >> >> It seems like getting the core classes should be the best option if I >> just >> want to add the relationship between user and a new pojo. >> >> But I also want to modify other classes like >> org.appfuse.webapp.taglib.CountryTag. >> >> But I am at the dilemma that I am afraid once I get the full source with >> "mvn appfuse:full-source", I will be hitting this problem again... >> >> >> http://www.nabble.com/override-User-code-class-and-link-OneToMany-to-any-other-class-tf3217084s2369.html >> >> >> Tobias Vogel wrote: >> > >> > There's a possibility betweem modifying nothing and pulling in the full >> > sources. You can also just modify the core classes (only the domain >> > objects). >> > See: http://appfuse.org/display/APF/AppFuse+Core+Classes >> > >> > Kind regards, >> > Tobias >> > >> > -----Ursprüngliche Nachricht----- >> > Von: Fan [mailto:[EMAIL PROTECTED] >> > Gesendet: Donnerstag, 28. Juni 2007 11:39 >> > An: [email protected] >> > Betreff: [appfuse-user] Add ManyToOne relationship between user and a >> new >> > pojo >> > >> > >> > I want to add ManyToOne relationship between user and a new pojo. >> > >> > 1) Should I extend the user pojo instead of modifying the user pojo to >> > build the relationship ? >> > >> > 2) Is there any implication when I run "mvn appfuse:full-source" ? >> > >> > >> > -- >> > View this message in context: >> > >> http://www.nabble.com/Add-ManyToOne-relationship-between-user-and-a-new-pojo-tf3993393s2369.html#a11340002 >> > Sent from the AppFuse - User mailing list archive at Nabble.com. >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Add-ManyToOne-relationship-between-user-and-a-new-pojo-tf3993393s2369.html#a11344422 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Add-ManyToOne-relationship-between-user-and-a-new-pojo-tf3993393s2369.html#a11345354 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com
