Re: Git or Mercurial

2011-07-05 Thread Ricardo Gladwell
I always thought that the general consensus on the git vs. mercurial debate as that mercurial is generally the better solution, especially when it comes to handling large files/repos, but that git is more established and therefore probably the better choice long-term. -- Ricardo Gladwell

NPE on RMIC Ant Task

2005-06-24 Thread Ricardo Gladwell
I'm getting an NPE when I attempt to use the RMIC ant task and I'm not sure if it is a bug or simply a mis-use of the RMIC task. The stack trace is as follows: java.lang.NullPointerException at sun.rmi.rmic.iiop.CompoundType.loadClass(CompoundType.java:328) at sun.rmi.rmic.iiop.

Using commons-logging w/Maven/Junit

2004-09-20 Thread Ricardo Gladwell
tdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=[%t] %-5p %c{2} - %m %n Any ideas about how I get this to work?# Kind regards, -- Ricardo Gladwell ---

Re: site:sshdeploy

2004-09-08 Thread Ricardo Gladwell
Adam Fisk wrote: That would be great, as it looks like setting up pub-key-auth can be a bit of a trick with raw sshd in Cygwin, at least with the one technique I've looked at. You could e-mail me directly at afiskatspeedymaildotorg (spam avoidance, sorry). I am using putty for it and it works w

Local dependencies

2004-09-07 Thread Ricardo Gladwell
Hi All, I'm trying to write a project.xml that, for various reasons, references a JAR on the local filesystem. However, when I define something like the following in my POM: jfacetext eclipse 3.0.0 jar jfacetext.jar file:/C:/eclipse/plugins/org.eclipse.jface

Decorating Dependency Collection

2004-08-31 Thread Ricardo Gladwell
led plugin permenantly decorates existing maven goals? -- Ricardo Gladwell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Decorating Dependency Collection

2004-08-26 Thread Ricardo Gladwell
: It's a bit of hack, but is there someway to mark dependencies so that maven does not attemp to download them during the "build:start" goal? TIA -- Ricardo Gladwell Nicolas De Loof wrote: Did you try a pregoal for build:start ? Nico. Hi All, I'm attemp

Decorating Dependency Collection

2004-08-26 Thread Ricardo Gladwell
empts to obtain the project dependencies. Is this possible? If so, how so? Or, should I be looking at doing this differently? -- Ricardo Gladwell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Accessing maven project bean in jelly

2004-08-25 Thread Ricardo Gladwell
Hi All, I need to write a plug-in that needs to search through the list of project dependencies the new goal is run from. Is there any way to expose the properties of a maven Project through the maven jelly tag library? TIA -- rg -

Re: Sun Binary Dependencies

2004-08-25 Thread Ricardo Gladwell
? Is it a group effort from all groups, or is a specific project in charge? I notice that a few of the project JARs are out of date. Kind regards, -- Ricardo Gladwell David Jencks wrote: You may also wish to investigate whether there are non-sun jars available that have more amenable licensing

Sun Binary Dependencies

2004-08-24 Thread Ricardo Gladwell
files. I understand there was some discussion about this on the mailing list to create some "scrapper" maven plug-ins to auotmagically do this. What was the outcome and what is the process for supplying these files? Kind regards -- R

Updating JSTL Repository

2004-07-18 Thread Ricardo Gladwell
quire the JSTL lib) for 1.0.4. Who can update this? Kind regards... -- Ricardo Gladwell <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WinXP and SSH Deploy

2004-05-24 Thread Ricardo Gladwell
:deploy it gets as far as generating the site and then stalls, as though expecting input. When I examine the processes I see that maven hasn't executed plink.exe, but cygwin ssh.exe! Anyone have any ideas? -- Ricardo Gladwell -