Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-08 Thread Matt Raible
Try adding: -DremoteRepositories=http://static.appfuse.org/releases On Wed, Jan 7, 2009 at 5:54 AM, sundaravel wrote: > > As per your suggestion, I have modified the code like this, > mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create > -DarchetypeGroupId=org.appfuse.archetyp

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-07 Thread sundaravel
As per your suggestion, I have modified the code like this, mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-jsf Now i am getting different error, C:\Program Files\Apache Software Foundataion\ap

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-06 Thread Matt Raible
Like you did with the Atlassian archetype, I'd try starting the command with "mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create". Matt On Tue, Jan 6, 2009 at 9:54 PM, sundaravel wrote: > > Thanks Ice-Man, > > I got the information from QuickStart guide the web application pr

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-06 Thread sundaravel
Thanks Ice-Man, I got the information from QuickStart guide the web application projects will be created in my local using Maven command. To create a JSF basic project, I have used the following code, mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-05 Thread Ice-Man
About AppFuse Directory: it depends on the level of Organization u sease!! I would suggest something like (I enjoy group all about Java in a Java dir on root) this: 'C:\Java\AppFuse\Source' So, from Source dir whenever u generate a new AppFuse archetype, it will be generated in a subDir nam

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2009-01-01 Thread Arthur Erdös
Hello again and happy new year to everyone ;) I'm new to AppFuse too, but as far as I understand AppFuse is only a tool which helps you build different kind of web applications. It does a very good job in generating most of the configuration stuff you generally need in Java web applications. Tak

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2008-12-30 Thread sundaravel
Hi Arthur, Thanks for your reply, I have one more doubt, I didnt create any AppFuse folder. Please tell me from the scratch, Where I need to create the AppFuse folder. Already i have Maven installables, mvn -version is working fine in my system. I have downloaded and installed the MySQL also

Re: [appfuse-user] I am not able to get the Source code of AppFuse

2008-12-30 Thread Arthur Erdös
you dont need the SVN server to checkout stuff from SVN... anyway, you can get the sources with the following command in your AppFuse project folder: mvn appfuse:full-source kind regards, Arthur On Tue, 2008-12-30 at 03:29 -0800, sundaravel wrote: > Hi, i have tried to get the source code [Ja

[appfuse-user] I am not able to get the Source code of AppFuse

2008-12-30 Thread sundaravel
Hi, i have tried to get the source code [Java and Jsp ] files of AppFuse, I have followed the documentation which is mentioned in the site, I have downloaded the CollabNet Subversion server, after I have used the following command from my location, svn checkout https://appfuse.dev.java.net/