Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Chad Brandon
a way out until at least 2.1, if it supports multiple main source trees ;-) That's my point, it doesn't work now, but it *should* support multiple source directories,. -D On 1/12/06, *Chad Brandon* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I completely a

Re: Using multiple source directories to produce on artefact

2006-01-12 Thread Chad Brandon
I completely agree. If anything, generated source will become more and more common as time goes on, the pom really should support multiple sourceDirectory elements (its much cleaner and clearer than having to use a plugin for it). Jason Dillon wrote: This functionality should be added to the

Re: [m2] finalName ${version} being picked up from System properties?

2006-01-03 Thread Chad Brandon
I guess this was missed when I sent a couple weeks ago, does anyone have any thoughts on this? Should I file a JIRA issue? Thanks, Chad Chad Brandon wrote: Hi, I'm using maven 2.0.1 for AndroMDA's build (its a fairly large multiproject build). It appears that if I have

[m2] finalName ${version} being picked up from System properties?

2005-12-17 Thread Chad Brandon
Hi, I'm using maven 2.0.1 for AndroMDA's build (its a fairly large multiproject build). It appears that if I have a "version" property in my System properties, it sometimes gets picked up and used for the version of my project when creating the final name (during pom interpolation I'm assumi

Re: [m2] clean plugin needs dependant plugins?

2005-12-17 Thread Chad Brandon
Ok will do. Thanks Brett. Brett Porter wrote: Please create a new one (and don't clone the existing one). I think this is related to the addition of a clean lifecycle. I'm not sure what the best answer to this is. - Brett On 12/17/05, Chad Brandon <[EMAIL PROTECTED]> wrote:

Re: [m2] clean plugin needs dependant plugins?

2005-12-16 Thread Chad Brandon
the issue. Chad Edwin Punzalan wrote: According to jira, this has been fixed in 2.0-alpha-3, if you're sure that its not working again, you can reopen http://jira.codehaus.org/browse/MNG-489 Chad Brandon wrote: Hi, Is there any reason why the clean plugin needs to have dep

[m2] clean plugin needs dependant plugins?

2005-12-15 Thread Chad Brandon
Hi, Is there any reason why the clean plugin needs to have dependent plugins downloaded before it can do its thing? It would be nice if it ignored all dependencies (including plugins). Thanks, Chad - To unsubscribe, e-mail

Re: [m2] What happened to Spring - now it includes all its dependencies

2005-11-21 Thread Chad Brandon
Matt Raible wrote: On 11/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: Hi all, I'll try to put a bit of light at this. - I've put the spring jars in the repo so you guys can use them in m1 and m2 - At first there were no poms because it takes me some time to have them ready - I'm working

Re: [m2] Windows input line too long

2005-11-09 Thread Chad Brandon
Michael, The same thing happened to me; what fixed it for me was adding junit as a dependency even though I had no tests (I would think that surefire would handle it if it doesn't have the dependency, but it seems to not be the case). Its strange; the error only seems to happen when some dep

Re: [m2] lifecycle phase ordering?

2005-10-26 Thread Chad Brandon
Jason van Zyl wrote: On Tue, 2005-10-25 at 18:02 -0700, Chad Brandon wrote: Hello, I'm currently writing am m2 plugin for AndroMDA (http://www.andromda.org), at the moment our build is based on m1, but I'll be converting that to m2 shortly. Anyway I have a question: how would I

[m2] lifecycle phase ordering?

2005-10-25 Thread Chad Brandon
Hello, I'm currently writing am m2 plugin for AndroMDA (http://www.andromda.org), at the moment our build is based on m1, but I'll be converting that to m2 shortly. Anyway I have a question: how would I force the "process-resources" phase to be called before the "generate-sources" phase within my

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Chad Brandon
Sebastien Arbogast wrote: 2005/5/26, Siegfried Goeschl <[EMAIL PROTECTED]>: I'm also not a Spring expert - actually I never used it - but +) you might be able to derive from org.apache.commons.dbcp.BasicDataSource and overwrite the close() method I like this one but I can't figure

Re: Building on Unix AND Windows

2005-05-03 Thread Chad Brandon
Jamie Bisotti wrote: We have setup CruiseControl, which is using Maven to build, on a Linux box, but most (all) developers are currently using Maven on Windows. We have a parent project, containing the common project.xml, and several child project's, containing project.xml's that extend the parent

RE: ClassNotFoundException with maven 1.0.2

2004-12-14 Thread Chad Brandon
Its probably because of the fact that ibiblio was down and incorrect or bogus jars were being downloaded. I would say try removing your repository and build again since ibiblio seems to be up now. -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 1

0K jars being downloaded

2004-12-14 Thread Chad Brandon
Something strange is going on, http://www.ibiblio.org/maven is currently down and if we have this in our remote repository list, SNAPSHOTs (from other repositories) are being downloaded as 0 length files, is this a known bug? Chad

RE: 1.0.2 startup slow

2004-12-08 Thread Chad Brandon
Yep! That was it...I just ran it this morning and all was fine :) I missed the "PM" for the 10 when I looked at the timestamp yesterday of the plugins within maven-1.0.2/plugins. Sorry about that, that would have answered the question yesterday when you asked me to compare the timestamps! Chad

RE: 1.0.2 startup slow

2004-12-07 Thread Chad Brandon
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 1:04 PM To: Chad Brandon Cc: Maven Users List Subject: Re: 1.0.2 startup slow Thanks. Do you have anything in here? C:\Documents and Settings\Administrator\.maven\plugins I'm assumin

RE: 1.0.2 startup slow

2004-12-07 Thread Chad Brandon
Very strange, I have XP sp2 but that shouldn't have any affect. -Original Message- From: Erik Husby [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 12:07 PM To: Maven Users List Subject: Re: 1.0.2 startup slow Works fine on Windows XP sp1 Z:\IdeaProjects\SquidMaven\sequence>j

RE: 1.0.2 startup slow

2004-12-07 Thread Chad Brandon
7; \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 BUILD SUCCESSFUL Total time: 31 seconds Finished at: Tue Dec 07 11:37:04 MST 2004 C:\> Windows JDK 1.4.2_06 Linux JDK 1.4.2_05 --Leif Chad Brandon wrote: >Hi, > >First of all, great job on the 1.0.2 release! I jus

RE: 1.0.2 startup slow

2004-12-07 Thread Chad Brandon
ubject: RE: 1.0.2 startup slow Have you tried cleaning up your local repo first? -Original Message- From: Chad Brandon [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 1:27 PM To: 'Maven Users List' Subject: RE: 1.0.2 startup slow Strange, what OS are you running o

RE: 1.0.2 startup slow

2004-12-07 Thread Chad Brandon
or goal announcement:mail removing goal and >> plugin cache entry for goal announcement:init removing goal and >> plugin cache entry for goal announcement:check-version removing >> goal and plugin cache entry for goal announcement removing dynatag >> dependency cache entr

1.0.2 startup slow

2004-12-07 Thread Chad Brandon
Hi, First of all, great job on the 1.0.2 release! I just download the release this morning and have been using it, and I've noticed the startup time has dramatically increased. Startup time for just typing "maven" was between 2-3 seconds on my machine for versions prior to 1.0.2, but 1.0.2 seems

Re: Including util:properties does not work for subprojects

2004-09-29 Thread Chad Brandon
- Original Message - From: "Sascha-Matthias Kulawik" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 9:31 AM Subject: RE: Including util:properties does not work for subprojects > I've a project using multiproject and the reactor, in

Re: Excludes in multiproject

2004-06-15 Thread Chad Brandon
That used to work before rc3, but you can no longer change the property with j:set, see: http://jira.codehaus.org/browse/MAVEN-1251 --- "Jefferson K. French" <[EMAIL PROTECTED]> wrote: > It's valid for the rest of the build, so if you want > to do something > afterwards for all subprojects, adding

Re: XP %HOME% and Maven

2004-06-12 Thread Chad Brandon
On windows it should be %USERPROFILE%, on linux its $HOME. - Original Message - From: "niksa_os" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 12, 2004 1:42 AM Subject: XP %HOME% and Maven I try Maven In install guide stand: install_repo.bat %HOME%\.maven\repositor

Re: Overwriting properties

2004-05-23 Thread Chad Brandon
- Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Sunday, May 23, 2004 7:19 PM Subject: RE: Overwriting properties > The third one is correct. Are you using RC3? That notation was only added in > RC3. Hi Brett, It doesn't

Re: Compile from CVS

2004-05-03 Thread Chad Brandon
Well said :) - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 3:28 PM Subject: RE: Compile from CVS Building from HEAD or branch HEAD is reserved to power-users/developers. I'd suggest you use the lat

Re: [Andromda-devel] Wrapping Maven

2004-04-26 Thread Chad Brandon
Hi Harald, One of the maven developers would probably be able to help you out more with this than I can, so I'm forwarding your question to their list. Thanks, Chad - Original Message - From: "Harald Weyhing" <[EMAIL PROTECTED]> To: "'Developers AndroMDA'" <[EMAIL PROTECTED]> Sent: Thur

Issues with plugin dependencies in rc3

2004-04-03 Thread Chad Brandon
I have a project consisting of multiple subprojects. One of these subprojects includes a plugin which is built and installed via "plugin:install" during my project build. A goal is then used from this previously installed plugin to build the rest of the project's subprojects (in other words ot

Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
JIRA. > > File an issue in JIRA and I'll fix ASAP. The next release of Maven will not > be another 6 months away as there are currently only 19 issues left to > resolve for Maven 1.0 :) > > - Brett > > > -Original Message- > > From: Chad Brandon [mailto

Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
Good work guys! one thing does seem to be broken though: I have plugin dependencies within my projects, and with rc1, they would be download when needed and then the goals made available as I was building, but now it seems like if the plugin doesn't already exist in the repository or $MAVEN_HOME/p

Re: Precompiling jsps

2004-02-18 Thread Chad Brandon
I'm not sure if there is one out there, but I've written one we use, if you'd like I can send it to you. It precompiles using Tomcat's Jasper compiler. --- "DeGraff, Adam" <[EMAIL PROTECTED]> wrote: > Is there a plugin to do this, or should I write a > custom goal? Thanks. > > -Adam > > --

Re: the project.properties file

2004-01-27 Thread Chad Brandon
erties file > > > > -Original Message- > > From: Chad Brandon [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 27, 2004 4:05 PM > > To: Maven Users List > > Subject: Re: the project.properties file > > > > > > Is it in 1.1 in

Re: Classpath within a plugin?

2004-01-27 Thread Chad Brandon
Alex, Eric almost got it right, but it should be "plugin.getDependencyClasspath()" instead of "pom.getDependencyClasspath()" if you're within a plugin. Or you can include a single dependency at a time: "plugin:getDependencyPath("groupId:artifactId")". Chad - Original Message - From: "Er

Re: the project.properties file

2004-01-27 Thread Chad Brandon
Is it in 1.1 in CVS? If so, whats the syntax to use to extend the properties? Thanks, Chad - Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 9:50 AM Subject: Re: the project.properties file >

Re: viewable info on individual plugins and maven.xml goals

2004-01-07 Thread Chad Brandon
I agree...I think that would be really helpful if something like that existed. --- __matthewHawthorne <[EMAIL PROTECTED]> wrote: > Although I would prefer not to, I frequently need to > create a maven.xml > to do some special things. > > One great thing from Ant was the '-projecthelp' > option

Re: Migrate Maven to using Ant1.6

2004-01-04 Thread Chad Brandon
- Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Sunday, January 04, 2004 7:18 AM Subject: Re: Migrate Maven to using Ant1.6 > I've done this, but not yet committed it, as it required a change to > commons-grant. > > If you desperately nee

Re: Comparison of large numbers?

2003-12-05 Thread Chad Brandon
or such things, have you > tried it? > > - Original Message - > From: "Chad Brandon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, December 05, 2003 7:27 AM > Subject: Comparison of large numbers? > > > > Hi, > > >

Comparison of large numbers?

2003-12-05 Thread Chad Brandon
Hi, I'm using maven-rc1. This may be a dumb question, but is there some thing special I need to do to get jelly to evaluate expressions with large numbers? I'm trying to compare the last modified dates of two files within a plugin, but it ignores the comparison expression. I then just tried to e