Re: Maven Plug-in for Eclipse

2005-12-16 Thread Miks Rozenbergs
>; Fri, 16 Dec 2005 10:42:59 +0200 Received: from [192.168.2.126] ([192.168.2.126]) by lnrixm01.exigengroup.lv (Lotus Domino Release 6.5.4) with ESMTP id 2005121610425661-83779 ; Fri, 16 Dec 2005 10:42:56 +0200 Message-ID: <[EMAIL PROTECTED]> Date: Fri, 16

Re: Maven Plug-in for Eclipse

2005-12-15 Thread Miks Rozenbergs
Hi. This is the qmail-send program at codehaus.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) --- Below this line is a copy of

Re: Maven Plug-in for Eclipse

2005-12-15 Thread Miks Rozenbergs
This is what I've just got from == Hi. This is the qmail-send program at codehaus.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't

Re: When I will be able to try out "A Maven 2.x plug-in for the Eclipse IDE"

2005-11-24 Thread Miks Rozenbergs
e projects in Eclipse and I need to have pom.xml generated and kept up to date, as developers continue development in Eclipse. cheers, Kees On 11/24/05, Miks Rozenbergs <[EMAIL PROTECTED]> wrote: Hello! I'm looking for options to integrate/synchronize Maven's POM with Ecl

When I will be able to try out "A Maven 2.x plug-in for the Eclipse IDE"

2005-11-24 Thread Miks Rozenbergs
tly it's going to do. Where can I get that? or may be even hold on some "alpha" version? Regards, Miks Rozenbergs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Miks Rozenbergs
ConfigurationService - Error reading build output for build '18'. P.S. I've also submitted this issue to JIRA -- http://jira.codehaus.org/browse/CONTINUUM-373 Best Regards, Miks Rozenbergs

Re: [m2] multiproject and dependency management.

2005-10-26 Thread Miks Rozenbergs
file on JIRA, so I might have missed something. And I also do not know how to initiate voting. - Brett On 10/21/05, Miks Rozenbergs <[EMAIL PROTECTED]> wrote: Sridhar Radhakrishnan wrote: 2) Is that functionality in place such that I could get project B as either a binary or as sour

Re: [M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Miks Rozenbergs
.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124) ... 23 more [INFO] ---- [INFO] Total time: 7 minutes 23 seconds [INFO] Finished at: Tue Oct 25 16:37:12 EEST 2005 [INFO] Final Memory: 2M/5M [INFO] --

[M2] Unable to download the artifact from any repository -- javax.transaction:jta:1.0.1B:jar

2005-10-25 Thread Miks Rozenbergs
Hello! Here is my POM, with dependency to hibernate. But when doing "mvn compile", Maven can't download one of dependencies -- GroupId: javax.transaction, ArtifactId: jta, Version: 1.0.1B. See console output down bellow. Any ideas why?

[m2] Shoudn't scm:checkout be creating a folder for the module?

2005-10-21 Thread Miks Rozenbergs
Hi! Running mvn -U scm:checkout DconnectionUrl=scm:cvs:local:/cvs/src:my-app does not create my-app folder. That is not expected behavior for someone accustom to the standard cvs client works -- "cvs -d :local:/cvs/src checkout my-app" would actually create my-app folder. Reg

Re: Maven & SQL tasks

2005-10-21 Thread Miks Rozenbergs
Dion Gillard wrote: Is this for just running adhoc sql, or creating a database (tables, views, etc)? If it's the latter, we have an internal plugin we could easily open source. I don't know about Marco, but for me it would be the latter. What exactly is your plugin doing and how is it configure

Re: [m2] multiproject and dependency management.

2005-10-21 Thread Miks Rozenbergs
type for the same I was under impression that repository contains binary artifact. What exactly I should be putting in pom.xml to make Maven2 to actually download source from CVS and compile it? Regards, Miks Rozenbergs

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Miks Rozenbergs
ownloading, compiling and installing that plug-in manually? If yes, then what's the point of Central Repository? Miks Rozenbergs a écrit : Hi! I'm trying to do initial checkout of project from CVS, but receiving error. According to http://jira.codehaus.org/browse/MNG-885 this i

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Miks Rozenbergs
and installing that plug-in manually? If yes, then what's the point of Central Repository? Miks Rozenbergs a écrit : Hi! I'm trying to do initial checkout of project from CVS, but receiving error. According to http://jira.codehaus.org/browse/MNG-885 this is fixed in Beta 3...

[m2] scm:checkout requires a pom.xml to be present

2005-10-19 Thread Miks Rozenbergs
t using one. [INFO] [INFO] Total time: < 1 second [INFO] Finished at: Wed Oct 19 16:33:23 EEST 2005 [INFO] Final Memory: 1M/4M [INFO] ---- Reg

Re: [M2] On duplicating dependency information in

2005-10-10 Thread Miks Rozenbergs
Brett Porter wrote: On 10/3/05, Miks Rozenbergs <[EMAIL PROTECTED]> wrote: And now comes the question -- do I understand correctly that Maven would not support such a model? That in Maven's case the dependant source project should be added to AND ALSO ALL Module POM's (

[M2] On duplicating dependency information in

2005-10-03 Thread Miks Rozenbergs
y, then I can build each project separately, but that doesn't solve any of my issues -- I need to be sure that each dependent artifact is re-build (if something source is changed). Regards, Miks Rozenbergs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven Plugin Matrix -- adding hyperlink to actual plugin sites would help newcomers

2005-09-27 Thread Miks Rozenbergs
Hi! The great Maven Plugin Matrix would be even more usefull if it would contain links to home sites of each plugin. Otherwise people should guess of what exactly it does by name of the plugin. Best Regards. Miks Rozenbergs,

Re: Dependancy on other source project without use

2005-09-19 Thread Miks Rozenbergs
Kristian Nordal gmail.com> writes: > You need some way of connecting them together. If you don't have a > parent project, then they are just three independent projects. Then > you must put the dependencies in the repository manually. You should > look into creating a parent POM, are easy t

Dependancy on other source project without use

2005-09-19 Thread Miks Rozenbergs
first copile "my.app.utils", then will add it to "my.app.runtime" class path and will compile "my.app.runtime". Unfortunately I could not find how to do that. I know about modules, but that's IMHO adds a lot of extra work -- creating another pom.xml, adding tag to pom.xml's in my.app.runtime, my.app.ui and my.app.utils. Comments? Suggestions? Best Regards. Miks Rozenbergs

Re: Plugin Matrix and m2 authors

2005-07-07 Thread Miks Rozenbergs
sername, server host, etc. were actual values ;-) ): m2 -e scm:checkout -Dmaven.scm.url=scm:cvs:pserver:@:/cvs/src: Best Regards, Miks Rozenbergs