System.in and release preparation goals

2007-05-10 Thread Grant Ingersoll
ak; } getLog().debug("Here: " + line); } getLog().warn("Line: " + line); if (getLog().isDebugEnabled()) { getLog().debug("Line: " + line);

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 process

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
- To unsubscribe, e-mail: [EMAIL 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://wi

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
otten. 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

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&#

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
sider your 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 ha

Surefire systemClassLoader option

2007-05-21 Thread Grant Ingersoll
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: 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 o

Plugins and Multiple projects

2007-11-08 Thread Grant Ingersoll
Maven tries to run this plugin on all of my modules and thus fails b/c the build.xml doesn't exist 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 -

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 ES

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] For

[m1] Bugzilla integration

2005-10-03 Thread Grant Ingersoll
-- Grant Ingersoll Sr. Software Engineer Center for Natural Language Processing Syracuse University School of Information Studies 337 Hinds Hall Syracuse, NY 13244 http://www.cnlp.org <http://www.cnlp.org/> Voice: 315-443-5484 Fax: 3

Re: Struts tld dependancy

2005-10-18 Thread Grant Ingersoll
I use: struts struts-bean 1.2.7 true tld and the like w/o any problems. Maven will download and use. I don't think the documentation is up to date for the types. Brian E. Fox wrote: Hello, We noticed

Re: Struts tld dependancy

2005-10-18 Thread Grant Ingersoll
n 1 setting? M2 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 t

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 allo

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
- add them to your 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:

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: group artifact 0.2.0 ../ProjectName/src/main/java Then, in the IDEA p

[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: working, but as you see, the dependencies are hardcoded. Would like something like:

Re: [m1] Dynamically generating classpath and documentationquestion

2005-08-01 Thread Grant Ingersoll
I can answer the first part of my question: but still not sure at the second other than guessing based on what I see in the Javadoc. Should I start a Wiki page? I would be

[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 unsubscribe,

Re: [m1] Keeping plugins up to date

2005-08-02 Thread Grant Ingersoll
le 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,

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 wo

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 co

Re: Dependency Version consistency

2005-08-10 Thread Grant Ingersoll
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 wrot

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

2005-08-16 Thread Grant Ingersoll
ing 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. Software Engineer Center for Natural Language Processing Syracuse Univers