Re: Plugins and Multiple projects

2007-11-09 Thread Grant Ingersoll
I suppose I could copy in a pom that I keep somewhere else if and when I do a fresh checkout of the project. Or, I could try to convince the authors of that project to convert to Maven. Thanks for the help, Grant From: Roland Asmann [EMAIL PROTECTED] Date: November 8, 2007 6:39:51 PM EST

Assembly question

2007-11-09 Thread Grant Ingersoll
-- Grant Ingersoll http://lucene.grantingersoll.com Lucene Boot Camp Training: ApacheCon Atlanta, Nov. 12, 2007. Sign up now! http://www.apachecon.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Plugins and Multiple projects

2007-11-08 Thread Grant Ingersoll
in any of the modules directories. Is there some way to tell it to only run this plugin once, at the top level, but still execute the compile phase? Thanks, Grant -- Grant Ingersoll http://lucene.grantingersoll.com Lucene Boot Camp Training: ApacheCon Atlanta, Nov

Re: Surefire systemClassLoader option

2007-05-22 Thread Grant Ingersoll
with more detailed info (from target/surefire-reports). Can you provide that? Then perhaps we can help you solve your problems. Wayne On 5/21/07, Grant Ingersoll [EMAIL PROTECTED] wrote: I am having some trouble with class loading in tests. For some tests in my set of tests, the only way the pass

Surefire systemClassLoader option

2007-05-21 Thread Grant Ingersoll
into this or have suggestions on what to do? Thanks, Grant -- Grant Ingersoll Center for Natural Language Processing http://www.cnlp.org/tech/lucene.asp Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ LuceneFAQ

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Grant Ingersoll Center for Natural Language Processing http://www.cnlp.org/tech/lucene.asp Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ LuceneFAQ

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
. Thanks, Grant On May 11, 2007, at 9:34 AM, Grant Ingersoll wrote: From what I can tell, it uses the Prompter interface from the Plexus interactivity component, but how I would initialize it is beyond me. I'm guessing it uses the IoC stuff, but I am not familiar w/ the setup of all

release rollback

2007-05-11 Thread Grant Ingersoll
Is it the intent that release:rollback will delete the tag in the SCM that was created? Thanks, Grant -- Grant Ingersoll Center for Natural Language Processing http://www.cnlp.org/tech/lucene.asp Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
So, is this a bug? Or just lack of documentation on how it is done? -Grant On May 11, 2007, at 11:16 AM, Max Bowsher wrote: Grant Ingersoll wrote: From what I can tell, it uses the Prompter interface from the Plexus interactivity component, but how I would initialize it is beyond me. I'm

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
approach? The GPG plugin will prompt for a passphrase. It just uses straight System.in stuff without a problem. Not sure why it works and yours doesn't. Dan Wayne On 5/10/07, Grant Ingersoll [EMAIL PROTECTED] wrote: Hi, Long time M1 user upgrading to M2... I have a Mojo that I have

System.in and release preparation goals

2007-05-10 Thread Grant Ingersoll
: + line); } getLog().warn(Line: + line); if (getLog().isDebugEnabled()) { getLog().debug(Line: + line); } Thanks, Grant -- Grant Ingersoll Center for Natural Language

Re: System.in and release preparation goals

2007-05-10 Thread Grant Ingersoll
On May 10, 2007, at 4:35 PM, Wayne Fay wrote: In M2, things like this are generally either passed as parameters (-D...) or simply specified as configurations for the plugin in the pom.xml configuration. Actually, I can't think of a single M2 plugin that prompts the user for input while

M1 documentation

2005-10-21 Thread Grant Ingersoll
When I click the Maven 1.0 link on maven.apache.org site it takes me to maven.apache.org, which is now dedicated to 2.0. If I type in maven.apache.org/maven1 (wild guess), it takes me to a page not found, but I then notice on the left menu all of the old, familiar Maven 1.0 links, which

Re: Struts tld dependancy

2005-10-18 Thread Grant Ingersoll
I use: dependency groupIdstruts/groupId artifactIdstruts-bean/artifactId version1.2.7/version properties war.bundletrue/war.bundle /properties typetld/type /dependency and the like w/o any problems. Maven

Re: Struts tld dependancy

2005-10-18 Thread Grant Ingersoll
doesn't like it. Any one else notice a bunch of the quick links disappeared from the maven page? I hope they come back soon. -Original Message- From: Grant Ingersoll [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 4:05 PM To: Maven Users List Subject: Re: Struts tld dependancy I use

Re: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Grant Ingersoll
for site deploy, as this is jar:deploy. For site:deploy, I have been using a mapped Samba drive. But this definitely works for jar:deploy, so I imagine it isn't that different for sites. Good luck. -- Grant Ingersoll Sr

Dependency Version consistency

2005-08-10 Thread Grant Ingersoll
Have read http://maven.apache.org/using/managing-dependencies.html and it makes some sense, but am still a little confused on how to apply in reality. Is there a plugin that detects when you have a version consistency problem across projects? We have several libraries that are part of our core

Re: Dependency Version consistency

2005-08-10 Thread Grant Ingersoll
to discover the inconsistencies. Do you think it is possible to script this easily ( a day or two)? [EMAIL PROTECTED] 08/10/05 12:45 PM On Wed, Aug 10, 2005 at 06:42:09PM +0200, Trygve Laugstøl wrote: On Wed, Aug 10, 2005 at 12:31:42PM -0400, Grant Ingersoll wrote: Have read http

Parent Projects

2005-08-09 Thread Grant Ingersoll
Is there a best practices for using the extend tag in the POM? My structure is something like: holder-dir Project1 project.xml Project2 project.xml Project3 project.xml Some things are common between the projects (by convention, not by using the extend). I

[m1] Keeping plugins up to date

2005-08-02 Thread Grant Ingersoll
I see from http://maven.apache.org/start/download.html that there is list of plugins that are to be updated for 1.0.2. Is there a way to update all installed plugins automatically via one command? Thanks, Grant - To

Re: [m1] Keeping plugins up to date

2005-08-02 Thread Grant Ingersoll
to validate that everyone has the same plugins (and update) would be useful, I think -Grant [EMAIL PROTECTED] 08/02/05 2:42 PM Grant, there is no single maven command to do that, how about put multiple maven commands ( see the link) into a batch file? -D On 8/2/05, Grant Ingersoll [EMAIL

[m1] Dynamically generating classpath and documentation question

2005-08-01 Thread Grant Ingersoll
How can I dynamically generate a classpath for use by the ANT Java task? I have: java classname=MyClass fork=true failonerror=false maxmemory=512m arg line=/ classpath pathelement

Re: [m1] Dynamically generating classpath and documentationquestion

2005-08-01 Thread Grant Ingersoll
I can answer the first part of my question: java classname=MyClass fork=true failonerror=false maxmemory=512m arg line=/ classpath pathelement path=${pom.getDependencyClasspath()}/ fileset

Re: [M1] Using source files of another project

2005-07-25 Thread Grant Ingersoll
For IntelliJ, I modified the IDEA plugin to associate the source files of a dependency. So, some of my dependencies declarations look like: dependency groupIdgroup/groupId artifactIdartifact/artifactId version0.2.0/version properties

Native dependencies

2005-06-13 Thread Grant Ingersoll
Hi, I have a 3rd party JAR that requires a native library. How do I specify the dependency such that the native library gets put in a place where I can link with it at runtime? Thanks, Grant Ingersoll - To unsubscribe, e-mail

Re: Native dependencies

2005-06-13 Thread Grant Ingersoll
dependencies list At run time system use pregoal to add the native files to a localtion understand by your system, ORuse some sort of environment valiable to add your file to linkage path What OS are you targeting? -D On 6/13/05, Grant Ingersoll [EMAIL PROTECTED] wrote: Hi, I have a 3rd party JAR