Re: [m2] mvn -DdownloadSources=true eclipse:eclipse takes too long

2007-03-07 Thread Binil Thomas
Ah! I wasn't aware of this! Thanks! Mathias Brökelmann wrote: > > If you don't specify this option the plugin will also look into the local > respository for the sources. > Cheerio, Binil -- View this message in context: http://www.nabble.com/mvn--DdownloadSources%3Dtrue-eclipse%3Aeclipse-t

mvn -DdownloadSources=true eclipse:eclipse takes too long

2007-03-07 Thread Binil Thomas
Hi all, My project depends on lots of libraries, for most of which source & javadoc bundles are not available. When I run: mvn -DdownloadSources=true eclipse:eclipse it takes real long to create the eclipse project file. Is there a way to speed up this process? The options I can think of are pro

Re: Maven-buildnumber plugin

2007-01-04 Thread Binil Thomas
Hi all, A new version of maven-buildnumber plugin is released. Please see http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Thanks, Binil Kay Huber wrote: > > Hi Binil > > The good news first: > Thanks to your work, I got the right start - and found the answer to your >

Re: Passing Maven Variable as a system property to the tests

2006-11-13 Thread Binil Thomas
dan tran wrote: > > ${basedir}/target could be the work around > > -D > I did not try this, but by replacing ${project.build.outputDirectory} with ${basedir}/target we end up shifting the problem of evaluating ${project.build.outputDirectory} with one of evaluating ${basedir} rt? Also, using

How does Continuum launch a build process?

2006-11-13 Thread Binil Thomas
Hi all, I am using Maven2+Continuum1.0.3+Win2K. I have some automated GUI tests for my project. In my tests, I take a screenshot of every step using java.awt.Robot.createScreenCapture (http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Robot.html#createScreenCapture(java.awt.Rectangle). When I run

Passing Maven Variable as a system property to the tests

2006-11-09 Thread Binil Thomas
Hi all, The Surefire plugin documentation (http://maven.apache.org/plugins/maven-surefire-plugin/examples/system-properties.html) mentions: [snip] Take note that String valued properties can only be passed as system properties. Any attempt to pass any other maven variable type (i.e. List or a UR

Maven-buildnumber plugin

2006-09-23 Thread Binil Thomas
Hi all, I am running into a 'java.lang.NoClassDefFoundError: org/apache/maven/scm/provider/svn/command/SvnCommandLineUtils' trying to use the maven-buildnumber plugin. I am aware that this plugin is developed outside of Apache or Codehaus, but since the plugin does not seem to have a mailinglist

Blame mechanism with SVN

2006-08-07 Thread Binil Thomas
Hi all, I am using Continuum 1.0.3, Maven 2.0.4 and SVN. Is there anything special I need to do to get the blame mechanism working? I have seen previous posts here, and someone did reply that it is fixed in 1.0.3, but I still am not getting it to work. I am attaching a sample failure email I got

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
The discussion at http://mail-archives.apache.org/mod_mbox/maven-users/200602.mbox/[EMAIL PROTECTED] useful in this context. Thanks, Binil On 8/2/06, Binil Thomas <[EMAIL PROTECTED]> wrote: Thanks for replying! I think I understand this better now. In my build logs, I have

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
very much something that would be configured directly in maven, if it can be done like you are shooting for, which I am not to confident would be supported without adding some custom artifact resolvers. cheers! On 8/2/06, Binil Thomas <[EMAIL PROTECTED]> wrote: > Hi Jesse, > > Thank