Re: Continuum don't show the author and messages commit in the changes section

2007-10-20 Thread Dan Tran
i finally figured it out!!! our svn server clock is out of sync with the network. -D On 7/26/07, Dan Tran [EMAIL PROTECTED] wrote: Emmanuel, Do you have instructions on how to enable debug on maven-scm classes? Thanks -Dan On 7/26/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: To

How to get Java source filtered the same way as resources?

2007-10-20 Thread Olivier Dehon
Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources are? That is, in my java file, I could have: {code} private final static String MAVEN_VERSION = ${version}; {code} and get ${version} replaced at build time? What I want to achieve here is a

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Jörg Schaible
Olivier Dehon wrote: Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources are? That is, in my java file, I could have: {code} private final static String MAVEN_VERSION = ${version}; {code} and get ${version} replaced at build time?

Re: Looking for UML Diagram Plugin

2007-10-20 Thread Vincent Siveton
Hi, Also, in the sandbok, we have a project [1] which an Ant UmlDocTask which uses javadoc and graphviz to generate UML diagram. HTH. Cheers, Vincent [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-java

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Mick Knutson
You could use Spring and inject that value from applicationContext.xml or and external properties file. On 10/20/07, Jörg Schaible [EMAIL PROTECTED] wrote: Olivier Dehon wrote: Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources are?

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Mick Knutson
Then you could filter the applicationContext, or the application.propertiesfile. This is what I do in my project (filter application.properties) On 10/20/07, Mick Knutson [EMAIL PROTECTED] wrote: You could use Spring and inject that value from applicationContext.xml or and external properties

maven compile ejb example error

2007-10-20 Thread newbie_tw
I follow the example from http://cwiki.apache.org/GMOxDOC20/very-simple-entity-ejb-example.html. Whilst compiling the source, the maven issues error with cannot find symbol symbol : class Stateless location: package javax.ejb I think that is because the bean class import the

RE: Looking for UML Diagram Plugin

2007-10-20 Thread Giovanni Azua
hi, Probably you should also have a look at yDoc. It is not free but if your project is Open Source you might get a free license from them. I saw the graphs generated from UMLDoc and they do not look as good as yDoc does. http://www.yworks.com/en/products_ydoc.htm HTH, regards, Giovanni PS: I

Re: maven compile ejb example error

2007-10-20 Thread Tim Kettler
Hi, the Stateless annotation is part of the ejb api. You need this artifact: dependency groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-ejb_3.0_spec/artifactId version1.0/version /dependency -Tim [EMAIL PROTECTED] schrieb: I follow the example from

Re: Java doc generation

2007-10-20 Thread Vincent Siveton
Hi, The problems should be fixed in svn. Could you try again with a SNAPSHOT version? Cheers, Vincent 2007/10/17, Sinduria,Anuradha [EMAIL PROTECTED]: Hi, Thanks for your reply, actually I did not able to understand what you want to convey, If possible please elaborate how to resolve this.

Re: Please release wagon-ftp

2007-10-20 Thread Vincent Siveton
Hi Julien, Ask it on dev@ Thanks, Vincent 2007/10/11, Julien HENRY [EMAIL PROTECTED]: Hi, Could you please release a new version of wagon-ftp. I really need WAGONFTP-7 for deploying site. Thanks Julien

[m2+]any way to split up sections of the pom.xml?

2007-10-20 Thread Mick Knutson
I have many different clients with different multi-module projects. My main pom.xml has many items like my plugins that are common to all my clients, but then the dependencies and developer section are different. It would be nice if I could separate some sections this way I could share a common

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Olivier Dehon
Jörg Schaible wrote: Olivier Dehon wrote: Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources are? That is, in my java file, I could have: {code} private final static String MAVEN_VERSION = ${version}; {code} and get ${version} replaced at

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Mick Knutson
the benefits Spring gives you above and beyond filtering is WAY worth the effort IMHO. On 10/20/07, Olivier Dehon [EMAIL PROTECTED] wrote: Jörg Schaible wrote: Olivier Dehon wrote: Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources

RE: [m2+]any way to split up sections of the pom.xml?

2007-10-20 Thread Brian E. Fox
Put the common part in a parent that you inherit from and add the rest in the child. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 7:45 PM To: maven Subject: [m2+]any way to split up sections of the pom.xml? I have many different

RE: Maven Development Process

2007-10-20 Thread Brian E. Fox
You could use the exec-maven-plugin on codehaus, or even the app-assembler. -Original Message- From: Cole, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 4:06 PM To: users@maven.apache.org Subject: Maven Development Process I see how to use the assembly plugin to