Thank you sheetal ! I read and tried your post once, but the need to manually
move the files after doing so didn't pierce my thick head the first time
through.. This fixed me up for the basic archetype. I will try the same for
the modular ( I assume I run the appfuse:full-source command from the p
On Mon, Jun 2, 2008 at 9:17 AM, Marcello Teodori
<[EMAIL PROTECTED]> wrote:
>
> I think it would really make sense to move the test base classes to the test
> directory and follow the tests-jar approach to reuse them, as I find myself
> doing this all the time at each project I build on AppFuse, ot
I think it would really make sense to move the test base classes to the test
directory and follow the tests-jar approach to reuse them, as I find myself
doing this all the time at each project I build on AppFuse, otherwise sooner
or later I find the test dependencies included in my distribution pa
FWIW, the reason we've done things the way we have are described in
the following issue:
http://issues.appfuse.org/browse/APF-478
Matt
On Tue, May 27, 2008 at 6:05 AM, sheetalr <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Indeed. But in the directory structure, below given test case files are in
> wro
On Mon, Jun 2, 2008 at 8:44 AM, sheetalr <[EMAIL PROTECTED]> wrote:
>
> Hi Tim,
>
> From your problem I'm not able to understand whether you have got the proper
> directory structure. Because executing following command you will not give
> the proper directory structure
>
> 'mvn archetype:create -D
Hi Tim,
>From your problem I’m not able to understand whether you have got the proper
directory structure. Because executing following command you will not give
the proper directory structure
‘mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-spr
I too am struggling with the Spring MVC tutorial, I have used both the basic
and modular archetypes, but when I get to the part where I subclass
org.appfuse.webapp.controller.BaseControllerTestCase, it is not found. I am
sure I'm missing something simple but after a week of googling and looking
th
These are only Base*TestCase classes. We package them here so we don't
have to create a separate appfuse-test module. If you don't like them
there, it should be easy enough to move them.
Matt
On Thu, May 22, 2008 at 10:11 AM, sheetalr <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have used following m
Hi,
I have used following maven command to create Spring MVC Basic project
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-spring
-DremoteRepositories=http://static.appfuse.org/releases
-DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -Dar