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

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:

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

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

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 File

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

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

Re: Blame mechanism with SVN

2006-08-09 Thread Binil Thomas
: What is the language used by your svn? I guess it isn't english, right? Emmanuel Binil Thomas a écrit : 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

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

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

2006-08-02 Thread Binil Thomas
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, Thanks for the reply. I am using

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

SVN Revision Number in the name of a snapshot artifact

2006-08-01 Thread Binil Thomas
Hi all, I am using Continuum 1.0.3, Maven 2.0.4 SVN . I have configured Continuum to publish the artifacts it build into a shared repository, as described in the 'Better Builds With Maven' book. I would like the revision number of the SVN repository to be part of the version number of artifacts