Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-13 Thread Grant Lewis
the duplicate report problem went away. Grant On Fri, Apr 13, 2012 at 10:59 AM, Wayne Fay wrote: > > anything, just run the checkstyle check. The check and report look good > > now. The only issue is the report duplication. I pasted the log > statements > > Are you using

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-13 Thread Grant Lewis
I always run a clean before I run site. It's not a leftover. The duplicate is repeatable. Whatever is causing it is inherent in my configuration or possibly some missing markup in my pom file. I'm not trying to compile anything, just run the checkstyle check. The check and report look good now. The

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-13 Thread Grant Lewis
gov/va/vba/vbms/tools/build/vbms-checkstyle-packages.xml Grant On Fri, Apr 13, 2012 at 4:12 AM, Joachim Van der Auwera wrote: > Could it be that you are empacted by > > http://jira.codehaus.org/**

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-12 Thread Grant Lewis
Good idea to roll the second pom file. I like it, thanks! Grant On Thu, Apr 12, 2012 at 9:17 PM, Barrie Treloar wrote: > On Fri, Apr 13, 2012 at 9:58 AM, Grant Lewis > wrote: > > yeah, I thought the same thing and just checked it before reading your > > e-mail. It's i

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-12 Thread Grant Lewis
sis to identify public methods in our business tier that are missing security-related annotations. I'd rather override the parent with my config, not the union I'm getting now. If all else fails I'll create a new module that doesn't inherit from our standard parent. Grant On T

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-12 Thread Grant Lewis
e yet. Grant On Thu, Apr 12, 2012 at 6:40 PM, Barrie Treloar wrote: > On Fri, Apr 13, 2012 at 3:29 AM, Grant Lewis > wrote: > > Yes, I tried all the suggested solutions including that one. On a hunch I > > went ahead and explicitly set the checkstyle version to 5.5 in the POM >

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-12 Thread Grant Lewis
Yes, I tried all the suggested solutions including that one. On a hunch I went ahead and explicitly set the checkstyle version to 5.5 in the POM and problem solved. I believe checkstyle 5.5 changed the method signatures on some of the log methods and that was causing the issue during the report gen

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-12 Thread Grant Lewis
thrown. The actual check process completed. I don't think this is a checkstyle error but I'm not certain yet. Grant On Wed, Apr 11, 2012 at 10:59 PM, Wayne Fay wrote: > Disclaimer: I don't use Checkstyle as a primary component in my builds. > > > > >

Re: maven scm plugin: accurev scm provider

2010-04-28 Thread Grant Gardner
urev? > > E. > > On Fri, Apr 23, 2010 at 11:04 AM, Grant Gardner > wrote: > >> >> If you want to use the new version, take the code attached to issue, bump >> parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT >> then build and install to you

Re: I have the right version, but maven can't find it

2010-04-28 Thread Grant Birchmeier
I've been in contact with the developer, and the solution is underway. Thanks, all. -Grant On Wed, Apr 28, 2010 at 11:21 AM, Mark H. Wood wrote: > On Wed, Apr 28, 2010 at 09:55:05AM +0200, Jörg Schaible wrote: > [snip] >> but you should >> probably ask the develop

Re: I have the right version, but maven can't find it

2010-04-27 Thread Grant Birchmeier
really an optimal solution, as every user will need to do this. Is there a better way? (Our software uses third-party components with their own poms. Until now, we haven't had any trouble with the Maven part. Clearly, though, I'm still kind of new to this.) -Grant On Tue, Apr 27, 201

I have the right version, but maven can't find it

2010-04-27 Thread Grant Birchmeier
the contents of my repo dir, I clearly have a "1.2.13" version: --- 1143 ~/$ ls ~/.m2/repository/log4j/log4j/ 1.2.13/ 1.2.14/ 1.2.15/ maven-metadata-central.xml [...etc...] --- So if I have 1.2.13 in my repo, then why is maven only finding 1.2.14 and 1.2.15? Thanks to an

Re: maven scm plugin: accurev scm provider

2010-04-23 Thread Grant Gardner
If you want to use the new version, take the code attached to issue, bump parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT then build and install to your local repository. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. or

Re: Release plugin versus AccuRev's Change Package

2010-04-09 Thread Grant Gardner
t needs to be changed. Cheers, Grant. On Wed, 31 Mar 2010 15:43:19 -0400, "Miszczak, Christian" wrote: > Hi, > > > We are using the maven build framework for our java development with > AccuRev as our source controler, and we want to force all developers across > the

Re: having problems with the scm plugin

2010-02-24 Thread Grant Lewis
${svn.username} ${svn.password} On Feb 24, 2010, at 6:51 PM, Bastian Spanneberg wrote: > Grant Lewis schrieb: >> As far as I can tell my configuration is correct, using Maven 2.2.1, scm 1.3 >> and OS X 10.6.2. The relevant parts of my POM file are in

having problems with the scm plugin

2010-02-24 Thread Grant Lewis
ation for the plugin but that didn't help, same error. Anyone have some ideas? I'm not having any problems with command-line svn, only the Maven svn integration. Thanks. Grant org.apache.maven.lifecycle.LifecycleExecutionException: Cannot run checkout comman

Filter not working

2009-06-28 Thread Grant Rettke
This might be the easiest filter question you have ever seen... I want to filter a properties file located related to the pom under /src/main/conf/db2was/com/silvermoongroup/fsa/jndi.properties, so I added the following entry: src/main/conf/db2was

This might be the easiest filter question you have ever seen

2009-06-26 Thread Grant Rettke
This might be the easiest filter question you have ever seen... I want to filter a properties file located related to the pom under /src/main/conf/db2was/com/silvermoongroup/fsa/jndi.properties, so I added the following entry: src/main/conf/db2was

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-04 Thread Grant Rettke
On Mon, May 4, 2009 at 2:01 AM, Martin Höller wrote: > On 30 Apr 2009, Grant Rettke wrote: > >> Does the workaround on that page work? > > Which workaround? Do you mean the patch attached to the MSOURCES-44 > issue? I didn't test it but I had a look at the patch and I wo

Clarification on dependencyManagement

2009-04-30 Thread Grant Rettke
POM in which they are defined? My understanding is YES, because if you were to enter them in the dependencies section, they they would automatically be dependencies in the child POM, too. Best wishes, Grant - To unsubscribe, e

Re: How to conditionally classes from the generated JAR?

2009-04-30 Thread Grant Rettke
On Wed, Apr 22, 2009 at 2:21 PM, Stephen Connolly wrote: > put the exclusion in a profile I was hoping to exclude by default, and have the profile include: but I see that exclude trumps include! :) I will have to work around this.

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-04-30 Thread Grant Rettke
Does the workaround on that page work? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Problem with parent-pom and referencing version classifier

2009-04-30 Thread Grant Rettke
On Wed, Apr 29, 2009 at 10:26 AM, Nick Stolwijk wrote: > You have to specify the classifier in the dependencymanagement section > as well as in the dependency section as it identifies the dependency. Why do you have to put it both places? By doing so, won't the children inherit the dependency, a

Re: Is there a way to exclude a inherited dependency?

2009-04-30 Thread Grant Rettke
On Thu, Apr 30, 2009 at 7:53 AM, Jan Torben Heuer wrote: > I'd go another way: Create some kind of -commons artifact and > depend on it. If many artifacts share the same dependency, there is often > more redundant code that can be refactored this way and makes the whole code > cleaner. This seems

Re: Version Number Inheritance

2009-04-29 Thread Grant Rettke
On Wed, Apr 29, 2009 at 9:48 PM, Wendy Smoak wrote: > On Wed, Apr 29, 2009 at 7:39 PM, Grant Rettke wrote: >> On Wed, Apr 29, 2009 at 2:58 PM, Nick Stolwijk >> wrote: >>> Just put the version number in the parent and have the child poms >>> refer to the version

Re: Version Number Inheritance

2009-04-29 Thread Grant Rettke
On Wed, Apr 29, 2009 at 2:58 PM, Nick Stolwijk wrote: > Just put the version number in the parent and have the child poms > refer to the version. When you omit the version in a child module, it inherits that of the parent, right? --

Re: dependency to run jetty on a dependent project

2009-04-29 Thread Grant Rettke
On Wed, Apr 29, 2009 at 6:19 PM, ZsJoska wrote: > Could not convince jetty to start in the generate-sources phase... That passes my current bounds of knowledge :). - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Maven2 ressource processing - editing xml file

2009-04-29 Thread Grant Rettke
On Wed, Apr 29, 2009 at 7:00 AM, Weichselbaumer Michael (MWE 4170) > I need to edit some configuration files which are in xml-format during > building with maven. > Some values, that change from build to build (e.g. buildnumber) need to > be written to the xml-file (value for attribute) - is there

Re: dependency to run jetty on a dependent project

2009-04-28 Thread Grant Rettke
On Tue, Apr 28, 2009 at 8:52 AM, ZsJoska wrote: > How could I make the wsimport goal from myProject-wsclient to depend from > the jetty:run goal in the myProject-ws module. Why not create a POM that references these two projects a sub-modules. You can initiate the goals in the order that you des

Re: dependency to run jetty on a dependent project

2009-04-27 Thread Grant Rettke
On Mon, Apr 27, 2009 at 1:48 PM, ZsJoska wrote: > Thanks for your answer but is that possible to attach to the code-generation > (i think is more suitable) phase the jetty:run goal from/for another > pom.xml? You can attach that goal to any phase you wish. ---

Re: dependency to run jetty on a dependent project

2009-04-27 Thread Grant Rettke
> How could I do this automatically? Would attaching the jetty:run goal to the pre-test phase solve your problem? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apac

Re: [maven-surefire-plugin] test in another project

2009-04-26 Thread Grant Rettke
On Sun, Apr 26, 2009 at 5:22 PM, Esteban Dugueperoux wrote: > It is difficult to manage tests in a separate maven project with surefire? My understanding is that it is not difficult. You simply add dependencies in your test project POM and you are set. --

Re: [maven-surefire-plugin] test in another project

2009-04-26 Thread Grant Rettke
Why don't you put your tests for the model project within the model project itself? That is the "Maven" way to do it. On Sun, Apr 26, 2009 at 1:25 PM, Esteban Dugueperoux wrote: > Hi, > > I have a EMF (http://www.eclipse.org/modeling/emf/) project composed of > several sub-projects : >   - model

Re: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-25 Thread Grant Rettke
Understood. Thanks! On Fri, Apr 24, 2009 at 9:20 AM, Stan Devitt wrote: > The  <[CDATA[ ]]>  bracketing simply tells the xml parser to read the > enclosed text as raw text.  This allows you to use embedded characters like < > and >, and is quite handy when the text is code fragments which

Re: Is it possible to add files to an archetype from other directories?

2009-04-25 Thread Grant Rettke
On Fri, Apr 24, 2009 at 4:24 AM, mraible wrote: > I'd like to hand-craft an archetype that consists of a single pom.xml and > pulls it's sources from other modules/directories in my project. Is that > possible? That seems to go against the grain of Maven. Does Maven make stuff like this easy? -

Re: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-23 Thread Grant Rettke
On Thu, Apr 23, 2009 at 4:13 PM, Martin Gainty wrote: > CDATA is character data > instructs the parser to leave everything inside [] alone > http://en.wikipedia.org/wiki/CDATA The demo code doesn't use it. Have you found that the code gets mucked with? ---

Re: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-23 Thread Grant Rettke
On Thu, Apr 23, 2009 at 11:03 AM, Stan Devitt wrote: >           >               org.codehaus.groovy.maven >               gmaven-plugin >               >                 >                 generate-resources >                 >                   execute >                 >                 >  

Re: Challenge: Find a plugin combo that achieves what 4 lines of bash script can do...

2009-04-23 Thread Grant Rettke
On Thu, Apr 23, 2009 at 7:43 AM, Thomas Marti wrote: > I was very suprised that I haven't been able to find plugins to achieve a > few simple tasks like merging/concating files together, replacing random > strings (that aren't properties) in resources, and finally sorting files. Necessity is the

Re: How to conditionally classes from the generated JAR?

2009-04-22 Thread Grant Rettke
On Wed, Apr 22, 2009 at 2:21 PM, Stephen Connolly wrote: > put the exclusion in a profile Thanks. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

How to conditionally classes from the generated JAR?

2009-04-22 Thread Grant Rettke
these classes within the JAR? Traditional thought says that defining a value at the command line makes sense, but I am not sure of how to make the exclusion conditional based on that property. Best wishes, Grant - To unsubscribe, e

Re: A style question about testing

2009-04-22 Thread Grant Rettke
ing things. Best wishes, Grant - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Sharing properties between modules

2009-04-22 Thread Grant Rettke
> And each individual module should have filtering on right? If you want to share them, what would you be filtering out? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@mav

A style question about testing

2009-04-20 Thread Grant Rettke
will give this a try tomorrow. Best wishes, Grant - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: eclipse:eclipse suddenly adding including="**/*.java" to .classpath

2009-04-16 Thread Grant Rettke
On Thu, Apr 16, 2009 at 3:29 PM, Siarhei Dudzin wrote: > Convention is convention because it's not a rule :) This also means you > don't have to follow it but then it will cost you time/effort/extra > configuration (you name it)... Thanks for clarifying! :) --

Re: eclipse:eclipse suddenly adding including="**/*.java" to .classpath

2009-04-16 Thread Grant Rettke
On Thu, Apr 16, 2009 at 12:20 PM, Martijn Dashorst wrote: > On Thu, Apr 9, 2009 at 7:58 AM, Arnaud HERITIER wrote: >> 1) The Maven convention and good practice is to put ressources files like >> *.txt in src/main/resources. > > But *FORCING* this 'convention' on the world is a whole other thing.

Re: What is the best Maven book (or material) for new users?

2009-04-15 Thread Grant Rettke
per~ > > Iprofs BV. > Claus Sluterweg 125 > 2012 WS Haarlem > www.iprofs.nl > > > > On Thu, Apr 16, 2009 at 1:04 AM, Grant Rettke wrote: >> What is the best Maven book (or material) for new users? >> >> I am tasked with decomposing an existing system tha

What is the best Maven book (or material) for new users?

2009-04-15 Thread Grant Rettke
What is the best Maven book (or material) for new users? I am tasked with decomposing an existing system that contains 21 POM files, so, I have a lot of work ahead of me and I'm looking for the best resource possible. - To unsubs

Is there a mirror of the website (documentation) that includes the plugins documentation?

2009-04-14 Thread Grant Rettke
The Maven documentation (website) can be downloaded here: http://maven.apache.org/maven-site-1.0-site.jar but it seems to exclude the documentation for all of the plugins. Is there a mirror of the website (documentation) that includes the plugins documentation? --

Assembly question

2007-11-09 Thread Grant Ingersoll
? My structure currently is: project A B installer but I am open to rearranging this as necessary. I thought the invoker plugin would allow me to run the installer POM separately, but it seems to be tied to integration tests, despite the description it gives. 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,

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: Surefire systemClassLoader option

2007-05-22 Thread Grant Ingersoll
I will see if I can put together an example. -Grant On May 22, 2007, at 10:33 AM, Wayne Fay wrote: I can't be sure without seeing more information about the specific tests that are failing with the various options (lines of code that are breaking) and the Surefire/JUnit debug/error logs

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: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
owner process System.in and passing it to the forked process, but I really have no clue. All I know is it hangs on bufferedReader.readLine() -Grant On May 11, 2007, at 10:08 AM, Daniel Kulp wrote: On Thursday 10 May 2007 16:35, Wayne Fay wrote: In M2, things like this are generally e

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

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

Re: System.in and release preparation goals

2007-05-11 Thread Grant Ingersoll
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 of that. Any pointers people have would be greatly appreciated. -

Re: System.in and release preparation goals

2007-05-10 Thread Grant Ingersoll
while processing etc. There is probably a good reason for this (the forked JVM etc) so perhaps reconsider your approach? release:prepare seems to be asking me what to bump the version to, etc. and says it does at http://maven.apache.org/plugins/maven- release-plugin/examples/prepare-release.html? -

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);

[m2] JUnit and eclipse

2006-09-15 Thread Grant
Hi, I've been using Maven through the Mergere plug-in for eclipse, but I'm wondering how others are working with JUnit tests. When I get a test failure, I get output like this: [ERROR] mojo-execute : surefire:test Diagnosis: There are test failures. FATAL ERROR: Error executing Maven for

[m2] JUnit and eclipse

2006-09-15 Thread Grant
Hi, I've been using Maven through the Mergere plug-in for eclipse, but I'm wondering how others are working with JUnit tests. When I get a test failure, I get output like this: [ERROR] mojo-execute : surefire:test Diagnosis: There are test failures. FATAL ERROR: Error executing Maven for

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

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

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

[m1] Bugzilla integration

2005-10-03 Thread Grant Ingersoll
Anyone have script/plugin that will update their Bugzilla database automatically when they perform a release (such as through scm:perform-release)? Was thinking it would be nice if it added in the newest version to the version list of a specific component. Thanks, Grant

Re: [m2] status of SCM plugin

2005-08-17 Thread Jason Grant
Resend - response below bounced due to presence of zips. J. On Wed, 2005-08-17 at 21:13 +1000, Jason Grant wrote: On Tue, 2005-08-16 at 06:24 -0700, dan tran wrote: Jason, What kind of problem do you see on starteam test? can you send me the build log and sure-file logs? What

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

Re: [m2] status of SCM plugin

2005-08-15 Thread Jason Grant
That worked well, with a small tweak that I'm describing here for the benefit of others. Currently on HEAD, the starteam provider project fails its tests, and hence the top-level deploy doesn't complete. Given that I only require svn functionality, I simply removed the starteam project (and paren

Re: [m2] Application Assembly

2005-08-15 Thread Jason Grant
Hi Daniel, FYI, I have assembly patches sitting in Jira, and awaiting publication to svn: 1) MNG-723: Adds an 'unpack' goal that unpacks all project dependencies (jars and zips) into the working directory. 2) MNG-483: Attaches all assemblies as project artifacts, so that they get installed automa

[m2] status of SCM plugin

2005-08-15 Thread Jason Grant
Based on (1) below, it looks like inclusion of an scm plugin was hoped for in m2, and based on (2), it "exists". I notice that the release/reporting plugins depend on scm infrastructure, and this appears to reside at http://svn.apache.org/repos/asf/maven/scm/, however there is no binary for the pl

Re: [m2] entry is being ignored

2005-08-14 Thread Jason Grant
OK, solved it. My repository was called 'central', and so is the default maven repository. This is related to: http://jira.codehaus.org/browse/MNG-479

Re: [m2] entry is being ignored

2005-08-13 Thread Jason Grant
Whoops pasted a 'clutching at straws' experiment by mistake. The problem is manifest without the offline switch too. In that case, I don't understand why it goes to repo1.maven.org when I'm trying to tell it otherwise in my pom. Output below. J. [EMAIL PROTECTED] eclipse-libraries]$ m2 install

[m2] entry is being ignored

2005-08-13 Thread Jason Grant
I have a entry that seems to be ignored, since it produces the following output: --- [EMAIL PROTECTED] eclipse-libraries]$ m2 --offline install [INFO] Maven is running in offline mode. [INFO] -

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

Dependency Version consistency

2005-08-10 Thread Grant Ingersoll
or or something along those lines. Any suggestions? I realize some of this problem is inherent to java and the lack of jar versioning capabilities. Was wondering, however, what people do in the real world to deal w/ this? Thanks,

Parent Projects

2005-08-09 Thread Grant Ingersoll
Project3 project.xml Each of the Project POMs would extend the POM in maven-common. Any thoughts/suggestions? What successes or failures have people had going this route? Thanks, Grant - To unsubscribe, e-mail: [EMAIL

[m2] can a project's primary artifact be a zip?

2005-08-06 Thread Jason Grant
I've written a project that uses the assembly plugin to produce a zip file that ends up in the project's target area. Other projects will depend on this zip file, so I would like the zip to appear in the local repository with an accompanying pom. I'm not sure how to do this. I've tried using zip

[m2] adding jars to an existing zip file

2005-08-04 Thread Jason Grant
I would value tips on how to tackle the following. My repository contains a zip distribution (it's the Eclipse IDE), and I want my final build output to be a new zip file with the original contents plus jars that are produced from my source code. Being new to maven (I need to use maven2) I'm uncl

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,

[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] Dynamically generating classpath and documentationquestion

2005-08-01 Thread Grant Ingersoll
be happy to share my (limited) understanding to get things started. -Grant >>> [EMAIL PROTECTED] 08/01/05 3:05 PM >>> How can I dynamically generate a classpath for use by the ANT

[m1] Dynamically generating classpath and documentation question

2005-08-01 Thread Grant Ingersoll
: Also, where is there documentation for things such as ${plugin.getDependencyPath}? Is there some place that lists what things are in context (like plugin)? Thanks, Grant

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

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:

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

xdoc bug?

2003-10-03 Thread Grant Johnson
? Thanks Grant Johnson [EMAIL PROTECTED] 925-423-0406 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Making CVS Repostory Connection

2003-09-15 Thread jeff grant
Depending on your security requirements, you might try what I've done, which is set it up so that my account uses certificate authentication instead of password when connecting into the remote box, which allows rsynch, ssh, and scp to connect in without requiring any user input. This is partic

Re: AW: Executing xdoclet to generate MBeans before compiling

2003-09-15 Thread jeff grant
What I meant was how do I configure project.xml to generate the MBean interfaces first before compiling the java sources of the project? This is because the sources require the presence of the generated interfaces by xdoclet. Melvin- While we aren't doing MBean generation with XDoclet in our mai

Mac OSX, bootstrap build fails on linkcheck

2003-09-12 Thread jeff grant
lds just fine. Any thoughts? ...jeff PS: I've just finished incorporating Maven into all my company's development work... it's awesome! Well done! -- --- Jeff Grant Founder, Senior Technical Architect T-SWAT Consulting Ltd. ---