Re: newbie questions

2005-12-31 Thread Ryan Wynn
On 12/30/05, dan tran [EMAIL PROTECTED] wrote: there are 2 possible ways that a schedule does not get invoked that I know of 1. No changes in your SCM, at scheduled time continuum wakes up and performs scm:update if there is no new changes in SCM, the build is skipped. Check

problem with downloading jdepend-plugin

2005-12-31 Thread exquisitus
Hi, I have a problem when I try to add the JDepend-reports plugin to maven2. Adding this in the POM: (from http://mojo.codehaus.org/jdepend-maven-plugin/howto.html) reporting plugins plugin groupIdorg.codehaus.mojo/groupId

CVS command Failed

2005-12-31 Thread Saravanakumar . B
Hi , I need a help regarding the Maven CVS Checkout , whenever I tried to do the mvn scm:checkout , I'm getting the following error. Please let me know what might be the cause for this error,. [INFO] Searching repository for plugin with prefix: 'scm'. [INFO]

Maven 2 AspectJ Plugin throws UnsupportedOperationException

2005-12-31 Thread Ralf Quebbemann
Hi, I'm getting the following Exception with the latest Maven 2 AspectJ plugin sources when executing the command: mvn clean install site [INFO] [aspectj:compile {execution: default}] [INFO] Starting compiling aspects [INFO]

Re: Maven 2 AspectJ Plugin throws UnsupportedOperationException

2005-12-31 Thread Kaare Nilsen
Hi.. please do file an issue in mojo jira under the aspectj component, and i will make sure it will be fixed. /Kaare On 31/12/05, Ralf Quebbemann [EMAIL PROTECTED] wrote: Hi, I'm getting the following Exception with the latest Maven 2 AspectJ plugin sources when executing the command: mvn

project.xml file

2005-12-31 Thread leila . rizkallah
Hello, I'm trying to compile a simple program using: mave java:compile command. build:start: java:prepare-filesystem: java:compile: [echo] Compiling to C:\repotest/target/classes [echo] No java source files to compile. BUILD SUCCESSFUL When I looked for the above command, I found

[M2] installing plugin

2005-12-31 Thread softwarearchitekt
Hey all, i've found some instructions to adding plugIns to maven, but not to m2?! Is there a dokumentation? I want to add the axis plugin. But i'm not sure if it is fort m2. thanks fredy - To unsubscribe, e-mail: [EMAIL

Re: [M2] installing plugin

2005-12-31 Thread Alexandre Poitras
A maven 2 plugin is easy to distinguish since there is always a pom.xml file coming with it. All you have to do once it is downloaded is to use maven 2 regular command, ie mvn install in the directory where the component pom.xml file is located. Maven 2 is amazingly simple! On 12/31/05, [EMAIL

Re: problem with downloading jdepend-plugin

2005-12-31 Thread Alexandre Poitras
From the front page http://mojo.codehaus.org/ : The Mojo Project is not currently publishing releases of the plugins contains herein. You can however checkout the repository and build them yourself for general usage. So what you have to do is checkout the latest sources of the plugins. Then you

Re: [m2] anyone is doing m2 with cruisecontrol?

2005-12-31 Thread Daniel Kulp
so, I think I have only one choice , thinking to integrate m2 with cruise control now For our project, we gave up on continuum. It didn't fit our needs very well at all. Thus, we're back to cruisecontrol. What we did is create a simple ant build.xml file to call maven. project

Re: project.xml file

2005-12-31 Thread Tanju Erinmez
Leila, This reply might be not the solution you seek. Perhaps, you might want to check out maven2 for your purposes. Especially for a simple setup you will be up and running quite fast: You would need to: 1. Download and install it from

Where's 2.0.2?

2005-12-31 Thread Mike Perham
There was talk of releasing a few critical bug fixes in 2.0.1 with a 2.0.2 release 2-3 weeks ago. What's the current release schedule look like? mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Where's 2.0.2?

2005-12-31 Thread Arik Kfir
there was a previous post on this yesterday - according to brett 2.0.2 will be released early january. On 12/31/05, Mike Perham [EMAIL PROTECTED] wrote: There was talk of releasing a few critical bug fixes in 2.0.1 with a 2.0.2 release 2-3 weeks ago. What's the current release schedule look

[m2] servlet-api src

2005-12-31 Thread Srepfler Srgjan
Hi, I'd like to build a source jar for servlet-api, anyone knows how can it be done and where can I get the code base (do I need entire tomcat or is there some other implementation?) If I manage to do it I'd contribute it to ibiblio, as it would allow for a nice auto completion with

Re: [m2] servlet-api src

2005-12-31 Thread Carlos Sanchez
It's build as part of the tomcat project, you need to get it from tomcat project. Then you can post it in MAVENUPLOAD jira project. On 12/31/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: Hi, I'd like to build a source jar for servlet-api, anyone knows how can it be done and where can I get the

Re: [m2] servlet-api src

2005-12-31 Thread Srepfler Srgjan
Carlos Sanchez wrote: It's build as part of the tomcat project, you need to get it from tomcat project. Then you can post it in MAVENUPLOAD jira project. On 12/31/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: I've just noticed that there is already the sources jar up on ibiblio, however mvn

Re: Where's 2.0.2?

2005-12-31 Thread Jason van Zyl
Mike Perham wrote: There was talk of releasing a few critical bug fixes in 2.0.1 with a 2.0.2 release 2-3 weeks ago. What's the current release schedule look like? We ran into a couple snags and then the holidays were upon us and eggnog takes priority :-) It should be out in the first week

Re: Maven 2 AspectJ Plugin throws UnsupportedOperationException

2005-12-31 Thread Ralf Quebbemann
Done. http://jira.codehaus.org/browse/MOJO-200 Ralf Kaare Nilsen wrote: Hi.. please do file an issue in mojo jira under the aspectj component, and i will make sure it will be fixed. /Kaare On 31/12/05, Ralf Quebbemann [EMAIL PROTECTED] wrote: Hi, I'm getting the following

Re: [m2] maven-eclipse-plugin and subversion

2005-12-31 Thread Eric Redmond
All eclipse:eclipse does is generate eclipse metadata annotation files, such as .classpath and .project. It does not reconfigure directories, or delete anything, including SVN or CVS dirs. Eric On 12/30/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: Is it possible that if I do mvn

Communicating dependencies

2005-12-31 Thread Grégory Joseph
Hi list, This might sound like a silly question, and very superficial - I will concede that ;) - but I was wondering if there was a prefered or suggested way to communicate dependencies. By communicating dependencies, I mean, for instance, when writing a blog post or any kind of documentation, it

Re: Communicating dependencies

2005-12-31 Thread Eric Redmond
How about: groupId:artifactId:version? Eric On 12/31/05, Grégory Joseph [EMAIL PROTECTED] wrote: Hi list, This might sound like a silly question, and very superficial - I will concede that ;) - but I was wondering if there was a prefered or suggested way to communicate dependencies. By