But in some situation,
It's inevitable to do some enhancement into something such as user,
authority.
So we need "full source", and we need to change them

But when we change them, we will find it hard to upgrade them.

Maybe we need to implement our own User, login, role, and so on. 

-----邮件原件-----
发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Matt Raible
发送时间: 2007年5月10日 2:45
收件人: [email protected]
主题: Re: [appfuse-user] Problems with package structure

FWIW, we do plan on creating a "full source" archetype that works more
like 1.x. I recently converted the project I'm working on to use all
the source from AppFuse and changed all the package names. It only
took me a few hours. Of course, I lose the ability to upgrade easily.

Matt


On 5/9/07, Nathan Anderson <[EMAIL PROTECTED]> wrote:
> In AppFuse 2.x it is expected that the AppFuse core classes [e.g. User,
> Role, etc] remain in the org.appfuse namespace.  This is so that it will
> [hopefully] be easier to upgrade a project from one version of AppFuse to
> another.  It is also expected that any classes that you add to your
project
> will be in your own namespace [e.g. de.mycompany.xx] and you specify that
at
> the time project creation.  See the following argument to the maven
command
> for creating a new project:
>
>   -DgroupId=com.mycompany.app
>
>
> Nathan
>
>
>
> ----- Original Message -----
> From: "Karsten Voges" <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Wednesday, May 9, 2007 9:00:33 AM (GMT-0800) America/Los_Angeles
> Subject: [appfuse-user] Problems with package structure
>
> Hi all,
>
> I got a couple of difficulties with Appfuse 2.0M4, which might happen
> since I am only familiar with the 1.x branch of Appfuse so far and do
> not have much maven expertise.
> With the older release all the Appfuse Src-Files where transformed to
> the customized package structure (e.g. from org.appfuse.xx to
> de.mycompany.xx).
> This isn't the case any more, or? Is this possible to customize? I do
> have the package structure in my folder, but no src-files, only .class
> files form appfuse in some target sub folder.
> I hope I was merely too dumb to use the new archetypes/maven/appfuse2.
>
> I also do get a lot of error messages for files in target/war/work which
> is not configured in the build path. :(
>
> Any help much appreciated.
>
> If you need further information/clarification do not hesitate to get
> back to me.
>
> Thanks in advance,
> Karsten.
>
> ---------------------------------------------------------------------
> 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]
>
>


-- 
http://raibledesigns.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]

Reply via email to