Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-19 Thread Matt Raible
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

Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread kkus
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:

Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread Matt Raible
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

Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread Eric Fitzsimmons
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

Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread kkus
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. > >

Re: [appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread Matt Raible
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-

[appfuse-user] Error in 2 m5 when generating Eclipse project file

2007-06-15 Thread kkus
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