Help!!SOS!! Error loading property file

2012-02-22 Thread huangjingfeng
Can anyone solve this problem for me? This is what I get from the output of the command line, which indicates that Failed to execute goal org.apache.maven.plugins:maven-resources-plugin: 2.5:resources (default-resources) on project my-ins: Error loading property

Re: Help!!SOS!! Error loading property file

2012-02-22 Thread Barrie Treloar
On Wed, Feb 22, 2012 at 6:45 PM, huangjingfeng huangjingf...@windo-soft.com wrote: Can anyone solve this problem for me? This is what I get from the output of the command line, which indicates that Failed to execute goal org.apache.maven.plugins:maven-resources-plugin: 2.5:resources

Subject: [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-22 Thread Dennis Lundberg
Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=Htmlversion=18335 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11127status=1 Staging repo:

Re: Subject: [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-22 Thread Daniel Kulp
+1 Dan On Wednesday, February 22, 2012 2:50:55 PM Dennis Lundberg wrote: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=H tmlversion=18335 There are still a couple of issues left in JIRA:

Re: Subject: [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-22 Thread Benson Margulies
+1 On Wed, Feb 22, 2012 at 11:17 AM, Daniel Kulp dk...@apache.org wrote: +1 Dan On Wednesday, February 22, 2012 2:50:55 PM Dennis Lundberg wrote: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=H tmlversion=18335 There are still a

Re: Subject: [VOTE] Release Maven Checkstyle Plugin version 2.9.1

2012-02-22 Thread Olivier Lamy
+1 2012/2/22 Dennis Lundberg denn...@apache.org: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127styleName=Htmlversion=18335 There are still a couple of issues left in JIRA:

Fully vs Partially implemented SCM's

2012-02-22 Thread Chris Graham
Hi All. Can anyone please tell me what the criteria is for one or the other? Look at: http://maven.apache.org/scm/scms-overview.html and http://maven.apache.org/scm/matrix.html It's hard to tell. For instance Git is listed as partially implemented, but it looks as good as any of the others.

Re: Fully vs Partially implemented SCM's

2012-02-22 Thread Mark Struberg
Yes I guess we can now change this to fully implemented. I added GIT to this matrix in early 2008 but it got lots of love since then ... ;) LieGrue, strub - Original Message - From: Chris Graham chrisgw...@gmail.com To: Maven Developers List dev@maven.apache.org Cc: Sent:

Re: Fully vs Partially implemented SCM's

2012-02-22 Thread Chris Graham
Hey Mark. I'm going the Jazz one, and I wanted to know where to place mine! (Still in the dark on that) My initial guessing point would be too put it i the list if it fully works with the release plugin? Shrug. -Chris On Thu, Feb 23, 2012 at 12:32 PM, Mark Struberg strub...@yahoo.de wrote:

Functional distinction between install and deploy operations

2012-02-22 Thread Chas Emerick
I am working on a Clojure facade for Aether,[1] and would like to clarify some semantics. Though I'm working with Aether, I think this question is generally applicable for all Maven tools…but let me know if I should simply bounce to the Aether ML. In short, I'd like to know what the

Re: Functional distinction between install and deploy operations

2012-02-22 Thread Manfred Moser
On 12-02-22 08:11 PM, Chas Emerick wrote: I am working on a Clojure facade for Aether,[1] and would like to clarify some semantics. Though I'm working with Aether, I think this question is generally applicable for all Maven tools…but let me know if I should simply bounce to the Aether ML.

Re: Functional distinction between install and deploy operations

2012-02-22 Thread Chas Emerick
On Feb 22, 2012, at 11:54 PM, Manfred Moser wrote: On 12-02-22 08:11 PM, Chas Emerick wrote: I am working on a Clojure facade for Aether,[1] and would like to clarify some semantics. Though I'm working with Aether, I think this question is generally applicable for all Maven tools…but let

Re: Functional distinction between install and deploy operations

2012-02-22 Thread Chris Graham
Remember that 'deploy' still calls 'install'. -Chris On Thu, Feb 23, 2012 at 4:35 PM, Chas Emerick c...@cemerick.com wrote: On Feb 22, 2012, at 11:54 PM, Manfred Moser wrote: On 12-02-22 08:11 PM, Chas Emerick wrote: I am working on a Clojure facade for Aether,[1] and would like to clarify

The scm:diff command

2012-02-22 Thread Chris Graham
Hi All. How is this meant to work? Specifically, for a distributed type of vcs, what am I comparing? What to what? In Jazz, I have a sandbox, that is on your local PC. On the server we have a repository workspace (that is just ours), and we checkin to that, or checkout (load) from that. no

Re: The scm:diff command

2012-02-22 Thread Chris Graham
Based on a SVN example, it lists a diff of files under source control that have not been checked in. So, I guess in my case, it's a sandbox - repository comparison. I don't think that the up stream diff comes into it. Unless the git implementation does something totally different when it has