Re: 1.0.2 startup slow

2004-12-08 Thread Leif Nelson
I think I figured out what the problem is. When I did what you suggest (checkout the tagged version of maven, add logging, build and test) it works fine. 2 seconds on windows xp. So, on a hunch, I looked in the .zip file for maven-1.0.2.zip. And guess what, the date/time stamp of all the fil

Re: 1.0.2 startup slow

2004-12-07 Thread Leif Nelson
Weird.. running on RedHat AS 3.0 it's 3 seconds. 1.7GHz xenon. maven -X shows it's not re-unpacking all of the jars. $ maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 BUILD SUCCESSFUL Total time: 3 seconds Finished

Re: 1.0.2 startup slow

2004-12-07 Thread Leif Nelson
Same experience for me (2.2 GHz P4 laptop with 1GB RAM, Windows XP SP2) C:\Projects\workspace>set MAVEN_HOME=c:\apps\maven-1.0.1 C:\Projects\workspace>set PATH=c:\apps\maven-1.0.1\bin;%PATH% C:\Projects\workspace>maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent pr

up2date/yum like plugin management

2004-12-06 Thread Leif Nelson
Hi all- I saw the updated plugin releases recently, and was wondering if there are any tools out there that act like RedHat's up2date or the yum tools to maintain maven plugins. It sure would be nice to be able to do some kind of "maven update-plugins" or something that would get the latest re

Re: Maven 2.0 question

2004-10-07 Thread Leif Nelson
So I gotta ask.. What's so bad about Groovy? :-) I'd really like to know what makes it unsuitable for your use. And, I've never used any of the options you describe except the beanshell. Thanks, --Leif Some other options are Beanshell, Janino and possibly JRuby. Don't even ask about Groovy

Re: Maven and Jdk 1.5 beta

2004-07-20 Thread Leif Nelson
You may need to set the maven.compile.source to 1.5 too. Full docs are here: http://maven.apache.org/reference/plugins/java/properties.html --Leif At 11:25 PM 7/20/2004, you wrote: Christian Cabanero wrote: Is there a way to get the Maven java plugin to work with JDK 1.5 beta? I have 1.5 set as

RE: deploy-snapshot vs. war:deploy-snapshot and ear:deploy-snapsh ot

2004-06-28 Thread Leif Nelson
ne and I'll commit it and release a new version. Let me know if you want to bounce any more ideas around. Cheers, Brett -----Original Message- From: Leif Nelson [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 November 2003 11:33 AM To: Brett Porter Subject: RE: deploy-snapshot vs. war:deploy-snaps

Re: Maven stall

2003-12-11 Thread Leif Nelson
If it worked before and now it doesn't it's probably not Maven's fault. I find it very unlikely that Maven just stopped working. Maven is quirky but I'm willing to bet the problem is on your end as it is most of time when people blame the tools they use. If I got a nickel for every time someone sa

Re: [newbie] jar:deploy

2003-12-09 Thread Leif Nelson
Go read about the "jar" plugin... You want the deploy properties in the properties section. http://maven.apache.org/reference/plugins/jar/ --Leif At 03:18 PM 12/9/2003 -0600, you wrote: How do I configure maven to deploy my release jars to a central repository within my company? Is it accomp

jar:deploy-snapshot vs. war:deploy-snapshot and ear:deploy-snapshot

2003-11-19 Thread Leif Nelson
Hi all- I'm confused about deployments with maven rc1. I have the jar deployment stuff working perfectly. Setting these properties: maven.repo.central=myrepo.mycompany maven.repo.central.directory=/www/maven-repo maven.username=lnelson maven.remote.group=users maven.ssh.executable=plink maven.

Re: including source in jar

2003-11-07 Thread Leif Nelson
I have this in my maven.xml to generate a separate sources zip, when building a jar. creating sources zip from ${maven.src.dir} excludes="**/**.class" > Enjoy, --Leif At 01:18 PM 11/7/2003 -0800, you wrote: Hi, Can I have the jar goal generate a jar that includes the sou

Re: navigation.xml - empty html links are generated

2003-11-07 Thread Leif Nelson
ns 4) Run RC-1 site:generate. navigation.html works now. Conflicting plugin versions? I guess so. So, from now on, is the upgrade process include deleting your ~\.maven\plugins dir? I assume that's a "yes". Thanks, --Leif At 05:54 PM 10/17/2003 +0200, you wrote: Leif Nels

RE: Getting dependencies from mulitple repositories

2003-10-17 Thread Leif Nelson
In the docs... It's not recommended to use CVS to store dependencies: http://maven.apache.org/reference/user-guide.html#Storing%20JARs%20in%20CVS --Leif At 10:10 AM 10/17/2003 -0700, you wrote: Guys, Thanks for ur replies. I'm new to Maven and the repository system and might be doing something

Re: navigation.xml - empty html links are generated

2003-10-17 Thread Leif Nelson
I had "exactly" the same problem when going from beta-10 to rc1. After hearing that someone else had the same problem, I did the obvious, and started with a fresh project. I found, that I had a navigation.xml in my xdocs that looks like this: My Project

eclipse .classpath with source & javadoc attachments

2003-09-30 Thread Leif Nelson
#x27;re not sure what to do here, even though it would be nice if the eclipse plugin could somehow update this stuff too. Anyways, just thought we'd post our ideas, and see if anyone has any suggestions or better ideas to solve this set of problems. Thanks, Leif Nelson Mark McBride

links in changes.xml

2003-08-14 Thread Leif Nelson
Hi all- Quick question. If I put links in my changes.xml, it seems that the maven-changes-plugin eats them. Is this a bug, or by design? The following changes.xml produces a maven page with all the proper navigation, but in the main page, in the "changes" section, the link to "docs" is gone.

Re: links in changes.xml

2003-08-14 Thread Leif Nelson
Oops. Forgot. Using Maven 1.0-beta-10. --Leif At 04:31 PM 8/11/2003 -0600, Leif Nelson wrote: Hi all- Quick question. If I put links in my changes.xml, it seems that the maven-changes-plugin eats them. Is this a bug, or by design? The following changes.xml produces a maven page with all

RE: ssh or scp on windows

2003-06-26 Thread Leif Nelson
Go read about pageant. It's an implementation of ssh-agents on windows. If you have pageant running, and add your private key to it's list of keys, and setup the server to allow you with it's authorized_keys file. You'll be able to connect as "yourself".. http://the.earth.li/~sgtatham/putty/