You should be able to run with -Dmaven.test.skip=true to skip the
tests. That should allow you to create the project files at least.
Matt
On 6/15/07, kkus <[EMAIL PROTECTED]> wrote:
After I do a clean build (mvn clean install eclipse:eclipse) as you
suggested, there is an error as below for my
After I do a clean build (mvn clean install eclipse:eclipse) as you
suggested, there is an error as below for my env. Oracle 9i(9.0.2) +XP
SP2+JDK 1.5.11,
Running org.appfuse.service.UserManagerTest
INFO - AbstractSingleSpringContextTests.loadContextLocations(177) | Loading
context for locations:
You should be able to import the project - these files are in the
sun-directories, which is correct.
On 6/15/07, Eric Fitzsimmons <[EMAIL PROTECTED]> wrote:
build.xml is an ant build file, so maven is your new build tool, but
it is much more than that as well. I am unsure why the .project and
build.xml is an ant build file, so maven is your new build tool, but
it is much more than that as well. I am unsure why the .project and
.classpath are not showing up. Try running mvn clean install
eclipse:eclipse and see if that works.
On 6/15/07, kkus <[EMAIL PROTECTED]> wrote:
It is workin
It is working without error. But I can't find expected .project, .classpath
and build.xml files. Could you tell me what mvn command does that or I have
to configure all libs manually in Eclipse? Thanks!
mraible wrote:
>
> You need to "cd" into your new project before running this command.
>
>
You need to "cd" into your new project before running this command.
Matt
On 6/15/07, kkus <[EMAIL PROTECTED]> wrote:
My env. is JDK 1.5.11 in XP SP2. First I used following command and it was
successful,
mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-basic-
My env. is JDK 1.5.11 in XP SP2. First I used following command and it was
successful,
mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-basic-spring
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=2.0-m5 -DgroupId=fuel -DartifactId=app