Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Rahul
Brett Porter wrote: The "template processor" take all resource files and replace in them all parameter like @[EMAIL PROTECTED] It don't know if the file is a text file, a java source file or a c# source file. We could remove .tpl extension, but I don't like it. Brett? I'm confused.

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Brett Porter
The "template processor" take all resource files and replace in them all parameter like @[EMAIL PROTECTED] It don't know if the file is a text file, a java source file or a c# source file. We could remove .tpl extension, but I don't like it. Brett? I'm confused. The files don't have a t

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Emmanuel Venisse
Rahul wrote: Emmanuel Venisse wrote: Project: maven-archetype-quickstart - File App.java sitting under srcmain/resources/archetype-resources/src/main/java/ is not compilable. - The package reference in the source file is '$package'. I believe the file is a template, so might be an idea

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Rahul
Emmanuel Venisse wrote: Project: maven-archetype-quickstart - File App.java sitting under srcmain/resources/archetype-resources/src/main/java/ is not compilable. - The package reference in the source file is '$package'. I believe the file is a template, so might be an idea not to resolve

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Emmanuel Venisse
Rahul wrote: Hi, Some notes on project import that might help to refine this plugin: 1) Eclipse (I am using 3.1 RC1) does not traverses all sub-folders when provided with a root directory to import projects from. It stops traversing the sub-folders when it encounters first project definiti

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Rahul
Hi, Some notes on project import that might help to refine this plugin: 1) Eclipse (I am using 3.1 RC1) does not traverses all sub-folders when provided with a root directory to import projects from. It stops traversing the sub-folders when it encounters first project definition (.project) in

Re: Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Emmanuel Venisse
Rahul wrote: Hi, Attached is a log that I have copied from the Eclipse workbench error view for the Maven SVN trunk projects that I attempted to import into Eclipse. I am using 3.1M6 and I don't have this errors Some notes on project import that might help to refine this plugin: 1) Ecl

Project import errors with eclipse:eclipse plugin

2005-06-10 Thread Rahul
Hi, Attached is a log that I have copied from the Eclipse workbench error view for the Maven SVN trunk projects that I attempted to import into Eclipse. Some notes on project import that might help to refine this plugin: 1) Eclipse (I am using 3.1 RC1) does not traverses all sub-folders when