RE: Deploying to SSH at non-default ports?

2006-06-22 Thread Nidhi Goyal, Noida
Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-app>mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-s

problem in creating documentation

2006-06-22 Thread Nidhi Goyal, Noida
Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-app>mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Hi, you have to run the command one directory level up. -Tim Nidhi Goyal, Noida schrieb: Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-app>mvn archetype:create -DgroupId=com.mycompany.app -DartifactI

RE: [M2] site:deploy

2006-06-22 Thread Roald Bankras
Cygwin and openssh should be fairly easy to setup as there are a lot of tutorials on it. I installed it yesterday on my workstation for testing purposes and it works fine. Take a look here http://pigtail.net/LRP/printsrv/cygwin-sshd.html Roald Bankras Software Engineer JTeam b.v. -Original

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Running the command from one dir-level up will probably lead to another error (see [1]). The Workaround is to change the artifactId parameter to an other value (for example -DartifactId=my-app-site) to create a new project for the site example. -Tim [1] http://jira.codehaus.org/browse/MNG-2230

Re: Top-level POM behaviour

2006-06-22 Thread Lars Gråmark
Hej, kontrollera gärna att jag inte skickar nåt jag inte borde skicka. Det är lätt att missa nåt. mvh Lars On Wed, 2006-06-21 at 14:47 -0700, Max Cooper wrote: > I would expect that running install on module A would fail if it really > had a dependency on the top-level POM, and the top-level P

Re: Top-level POM behaviour

2006-06-22 Thread Lars Gråmark
I'm sorry if you didn't understand my previous mail :) Anayway, I attached the POMs in my other mail and as you can see project A do have a parent dependency to the top POM. /Lars On Thu, 2006-06-22 at 09:41 +0200, Lars Gråmark wrote: > Hej, kontrollera gärna att jag inte skickar nåt jag inte bor

RE: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Roald Bankras
Sounds very attractive, but through which repository is it available? BTW the source complains that it cannot find the parent pom. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: jean-laurent de morlhon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 5:08 PM

Re: Specifying/Installing dependencies

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Here's Geronimo JMS jar: geronimo-spec geronimo-spec-jms 1.1-rc4 Couldn't find any binaries for JMQ on their site, but if you get some, feel free write POMs and post an issue in JIRA in component MAVENUPLOAD. https://jmq.dev.java.net/ And h

Re: Specifying/Installing dependencies

2006-06-22 Thread Jeff Mutonho
But ,can one install non versioned jars , if you wish/ prefer to do so? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
HI, Has anybody used Emma with maven2.0? If yes, please let me know how to do it... Regards, Janhavi

Re: Emma plugin for maven 2.0

2006-06-22 Thread Tim Kettler
Hi, According to the emma website[1] there is currently no plugin for maven2. But there is a submitted plugin as a patch in their database[2] and here is the corresponing thread in their forum[3]. Also this mail[4] might be of interest. I never tried the plugin or the approach in the mail, so

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread jean-laurent de morlhon
As stated at the end of the announcement email the repository where this plugin is located is : repository.codehaus.org. You'll have to add this repository to your settings/project for now. (Parent pom is over there too) On 6/22/06, Roald Bankras <[EMAIL PROTECTED]> wrote: Sounds very attracti

Re: Emma plugin for maven 2.0

2006-06-22 Thread Subhash Chandran
Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash. On 6/22/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, According to the emma website[1] there is currently no plugin for maven2. But there is a

Re: Emma plugin for maven 2.0

2006-06-22 Thread Jo Vandermeeren
Yeah, cobertura works like a charm.. Take care, Jo On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash.

Re: [M2] Ant filer task

2006-06-22 Thread rebels_mascot
Thanks Max, that helped alot. -- View this message in context: http://www.nabble.com/-M2--Ant-filter-t1817822.html#a4989712 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Problem when placing a simple tag into a struts layout TAB

2006-06-22 Thread aymenh
Hello, I am a new user of struts layout and i tried recently to make a page with three tabs, in the second tab i placed a table (the tag) with only one row (tr) and one column (td), and here is my source code : content tab 1 a simple table test

Re: Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
can I use the same with ant also and is it free? On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash. On 6/22/06, Tim Kettler <[EMAIL PROTEC

Re: Emma plugin for maven 2.0

2006-06-22 Thread Subhash Chandran
Cobertura is licenced under GPL: http://cobertura.sourceforge.net/license.html Like any other Java code coverage software, it has supporting Ant tasks: http://cobertura.sourceforge.net/anttaskreference.html Any specific doubts regarding Cobertura Ant tasks, u may post to the cobertura mailing

RE: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Roald Bankras
Hey Jean-Laurent Can you help me solve this problem: - this realm = app0.child-container[org.codehaus.mojo:javancss-maven-plugin] urls[0] = file:/C:/development/localrepo/org/codehaus/mojo/javancss-maven-plugin/2.0-beta-1/javancss-maven-plugin

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Pascal Thivent
Salut Jean-Laurent, enfoiré, il fait beau en espagne ? Trop cool d'être au symposium ! T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ? Je t'envie :) A bientôt à Paris. On 6/22/06, jean-laurent de morlhon <[EMAIL PROTECTED]> wrote: As stated at the end of the announcement

Re: [M2] Ant filter

2006-06-22 Thread rebels_mascot
I've stopped using the antrun plugin to filter my resources, thanks Max, but now I have a new problem. In the settings.xml file I have a profile which declares various properties needed for database stuff, e.g. false but I also have a similar property false obviously used for testing :-) Now in

Re: [M2] Ant filer task

2006-06-22 Thread rebels_mascot
I've stopped using the antrun plugin to filter my resources, thanks Max, but now I have a new problem. In the settings.xml file I have a profile which declares various properties needed for database stuff, e.g. false but I also have a similar property false obviously used for testing :-) Now in

Unversioned jars revisted

2006-06-22 Thread Jeff Mutonho
If the client dictates that they wish to have the bundled war file with unversioned jars , such as spring.jar , etc , how can I tell m2 to build using spring.jar , instead of eg spring-1.2.8.jar -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366

Re: Unversioned jars revisted

2006-06-22 Thread rebels_mascot
Could you use antrun to rename it yourself before it's added to the war? -- View this message in context: http://www.nabble.com/Unversioned-jars-revisted-t1829311.html#a4990511 Sent from the Maven - Users forum at Nabble.com. -

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Pascal Thivent
Hi, sorry all for this personal message on the list On 6/22/06, Pascal Thivent <[EMAIL PROTECTED]> wrote: Salut Jean-Laurent, enfoiré, il fait beau en espagne ? Trop cool d'être au symposium ! T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ? Je t'envie :) A bientôt à Par

Re: Unversioned jars revisted

2006-06-22 Thread Jeff Mutonho
Hmmm...so it means there's no way M2 takes unversioned jars , like M1 could? On 6/22/06, rebels_mascot <[EMAIL PROTECTED]> wrote: Could you use antrun to rename it yourself before it's added to the war? -- View this message in context: http://www.nabble.com/Unversioned-jars-revisted-t1829311.h

Checking installed application

2006-06-22 Thread Jeff Mutonho
Can m2 do a check to see if a web application has already been deployed to a server , before doing another deploy? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 - To uns

First execution: 'maven is not recognized..'

2006-06-22 Thread David
Dear members, I have receantly downloaded maven from: http://maven.apache.org/ in order to build the acegi project (http://acegisecurity.sourceforge.net/nightly/) I get the following error with the maven invokation: set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=512m call m

Re: First execution: 'maven is not recognized..'

2006-06-22 Thread Arnaud HERITIER
Yes this project is migrating to maven 2. The documentation on its site (and the command you gave to us) is for maven 1. You'll have more information if you contact the team on the acegi mailing list. arnaud On 6/22/06, David <[EMAIL PROTECTED]> wrote: Dear members, I have receantly downl

Re: Unversioned jars revisted

2006-06-22 Thread Holger Hoffstaette
On Thu, 22 Jun 2006 12:30:32 +0200, Jeff Mutonho wrote: > Hmmm...so it means there's no way M2 takes unversioned jars , like M1 > could? No idea, but if that's really the case everybody trying to bundle WAR/RARs and using javamail-1.4 (which is now in java.net's maven repo) will have a really goo

Re: Checking installed application

2006-06-22 Thread ngns
On Thursday 22 June 2006 12:44, Jeff Mutonho wrote: > Can m2 do a check to see if a web application has already been > deployed to a server , before doing another deploy? Cargo can do that: http://cargo.codehaus.org/ you can use a DeployerWatchdog to watch for the deployement of a webapp. there is

Help install maven in JBuilder

2006-06-22 Thread Arusyak Hakhnazaryan
Hello, I I try to install maven in the JBuilder 2006, I put mevenide-ui-jbuilder-0.2.jar in the JBuilder..\lib\ext folder. I have a Magnolia sources, which are written for maven and created a magnolia project in JBuilder. Then I added a project.xml to my JBuilder project and try to make my magnoli

Running unit tests using a different JDK?

2006-06-22 Thread Guillaume Bilodeau
Hi all, I'm running Maven 2.0.4 on JDK 5.0. The project we're building is targeted for JDK 1.3 so we configured Maven to compile using the JDK 1.3 compiler. However, we still haven't found how to run the unit tests using the same 1.3 JDK. Is there any way to do this? Thanks, GB -

Re: [m2] Strange StringIndexOutOfBoundsException with the IDEA plugin

2006-06-22 Thread Emmanuel Venisse
ok, so file an issue. Emmanuel Wendy Smoak a écrit : On 6/21/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Do you have the latest version? That was the first thing I tried. :) Maven 2.0.4, and first with -U, then with maven-idea-plugin 2.1-SNAPSHOT built from source. Sorry, I should hav

Re: cvs local checkot problem

2006-06-22 Thread Emmanuel Venisse
oh, you use cvs with local procider, I misunderstood. Why do you have a "/" before cache in your scm url scm:cvs|local|s:/home/cvsroot/|/cache" try to remove it. Emmanuel andy_rs a écrit : Thanks but I don't think this is the right answer. I tried as you suggest but alll the local filesyste

Re: Does email notifier support SMTP Auth?

2006-06-22 Thread Emmanuel Venisse
yes, SMTP auth is supported. it seems you have a connection pb to your server : > javax.mail.MessagingException: Could not connect to SMTP host: > my.smtp.server, port: 25; > INFO | jvm 1| 2006/06/22 14:00:09 | nested exception is: > INFO | jvm 1| 2006/06/22 14:00:09 | java.net

installing jars on local repo from internal repository

2006-06-22 Thread Vinay Kumar
Hi All, We have jars for our application in internal repository. How I can update pom.xml to install that jar on my local repository. We need to install that in my local repository as jar checked in internal repository dont have any version extended. Basically our web application have dep

Relase plugin

2006-06-22 Thread Martin Gilday
I am attempting to use the release plugin to create the first release of a project. My POM contains SCM information which is required for generating the release and used by Continuum to check out the project. The section is: scm:cvs:pserver:${cvs-user}:[EMAIL PROTECTED]:/usr/share/cvs/cvsroot:

Re: installing jars on local repo from internal repository

2006-06-22 Thread Vinay Kumar
Will following work: maven-proxy Maven-Proxy Mirror http://10.105.49.175:/repository/ central - Original Message From: Vinay Kumar <[EMAIL PROTECTED]> To: users@maven.apache.org Sent: Thursday, 22 June, 2006 6:23:58 PM

RE: Re: Unversioned jars revisted

2006-06-22 Thread Ian Springer
| On Thu, 22 Jun 2006 12:30:32 +0200, Jeff Mutonho wrote: | | > Hmmm...so it means there's no way M2 takes unversioned jars | , like M1 | > could? | | No idea, but if that's really the case everybody trying to | bundle WAR/RARs | and using javamail-1.4 (which is now in java.net's maven | repo)

Re: cvs local checkot problem

2006-06-22 Thread andy_rs
Actually that's the URL I assume is being produced by continuum when I try to add a multi project pom ( I don't know for sure) ... The continuum docs state that the module name gets appended to the scm url of the parent project. Since I have specified this in the parent pom.. scm:cvs|local|s:/ho

Re: Relase plugin

2006-06-22 Thread Martin Gilday
I must apologise for the formatting my mail client produced there. Here is the message again. I am attempting to use the release plugin to create the first release of a project. My POM contains SCM information which is required for generating the release and used by Continuum to check out the pro

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread Geoffrey De Smet
Any chance that it will be synced to the central repo too? jean-laurent de morlhon wrote: As stated at the end of the announcement email the repository where this plugin is located is : repository.codehaus.org. You'll have to add this repository to your settings/project for now. (Parent pom is

Evaluation of ${basedir} in an Expression

2006-06-22 Thread Brad Harper
Am I misreading the process by which expressions are evaluated? Consider project A with pom.xml containing ${basedir}/target/bin and A's sub-project B with pom.xml containing ${target.binary.dir} ... Given Table A-6 from "Better Builds with Maven", [ http://www.m

jarring non class files

2006-06-22 Thread Jeff Mutonho
Under my src directory I have 2 other folders .One contains other subfolders with my java code(src/java/com/blah blah blah) .The second subfolder (src/spring/context/blah blah blah...) contains some spring config files (xml) that I also wish to be bundled in the jar file( keeping the directo

Re: jarring non class files

2006-06-22 Thread Kieran Brady
Specify them as resources: ... src/spring/context ... HTH :) - Original Message - From: "Jeff Mutonho" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, June 22, 2006 3:34 PM Subject: jarring non class files Under my src directory I have 2 other folders .One

Re: jarring non class files

2006-06-22 Thread Martin Gilday
I think they should be placed in src/java/resources. Anything in this directory is by default merged into the JAR file when packaging. resources will act as the root of the jar. So you should put you files in src/java/resources/spring/context/blah - Original message - From: "Jeff Muton

Re: Evaluation of ${basedir} in an Expression

2006-06-22 Thread dan tran
That is the expected behavior, even thou it seems odd, and i hope it stays that way. Fixing this will break lots of builds, mine for sure. ../target/bin ... should work for B. Again it is a little odd since you are forced to hardcoded the target/bin -D On 6/22/06, Brad Harper <[EMA

Re: cvs local checkot problem

2006-06-22 Thread andy_rs
Great - I *think* I've just raised SCM-216. ( I say *think* as havent' used the system yet). Let me know if you can't see it :-) Many thanks, A. -- View this message in context: http://www.nabble.com/cvs-local-checkot-problem-t1826113.html#a4994733 Sent from the Continuum - Users forum at Nabbl

RE: jarring non class files

2006-06-22 Thread Bram de Kruijff
> Under my src directory I have 2 other folders .One contains > other subfolders with my java code(src/java/com/blah blah > blah) .The second subfolder (src/spring/context/blah blah > blah...) contains some spring config files (xml) that I also > wish to be bundled in the jar file( keepin

RE: Evaluation of ${basedir} in an Expression

2006-06-22 Thread Brad Harper
I understand the backwards compatibility issues. Unfortunately, I'm experimenting with an unconventional (and deep) directory hierarchy and am forced to use something like ../../../../../target/bin I was hoping to clean things up a bit. I had posted a question earlier about using ${projec

Re: jarring non class files

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Kieran Brady <[EMAIL PROTECTED]> wrote: Specify them as resources: ... src/spring/context ... HTH :) Thanx.My build section in my pom reads : src (i.e I do not specify any section) .How ever when bundle this the resulting jar has the following structure spr

Functional tests in Maven2?

2006-06-22 Thread Clifton Craig
How would you configure Maven2 to handle functional tests? I have a bunch of tests that I don't want to run every time the build runs. Instead I want to run them manually on special occasions (Hannukkah, the Swedish new year, when the Phillies win the world series, etc.). I want to know where to

Re: jarring non class files

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Bram de Kruijff <[EMAIL PROTECTED]> wrote: > Under my src directory I have 2 other folders .One contains > other subfolders with my java code(src/java/com/blah blah > blah) .The second subfolder (src/spring/context/blah blah > blah...) contains some spring config files (xml) tha

Deploy and SCP

2006-06-22 Thread Christian Domsch
Hi all, I managed to deploy an artifact via mvn deploy using scp to ma linux machine. But although I provided a password for the user, everytime I get asked for a password. This is somewhat annoying. I know, that it is better to user provate key authetication, but I think that this way at l

Re: jarring non class files

2006-06-22 Thread Wayne Fay
And moving the directories around is not possible... why not?? Most projects I'm using Maven with at this point were created before we started using Maven2, and we simply moved things around to conform to Maven's expectations. Subversion is nice like that. Wayne On 6/22/06, Jeff Mutonho <[EMAIL

Re: jarring non class files

2006-06-22 Thread Kieran Brady
A1) Because you are specifying your source directory as 'src'. The standard is src/main/java (inherited from the super pom). This would treat src/spring/context as source. A2) Not sure, probably a knock-on effect of the above If you are going to deviate from the standard directory structure it

Re: Functional tests in Maven2?

2006-06-22 Thread Wendy Smoak
On 6/22/06, Clifton Craig <[EMAIL PROTECTED]> wrote: How would you configure Maven2 to handle functional tests? I have a bunch of tests that I don't want to run every time the build runs. Instead I want to run them manually on special occasions (Hannukkah, the Swedish new year, when the Phillies

Re: Functional tests in Maven2?

2006-06-22 Thread Jo Vandermeeren
Design it as a separate module.. Create a profile for it and choose activation.. e.g. environment variable.. You might want to read chapter 4.13 of "Better builds with maven" by Mergere.. Explains the plan.. On 6/22/06, Clifton Craig < [EMAIL PROTECTED]> wrote: How would you configure Maven2 t

Re: First execution: 'maven is not recognized..'

2006-06-22 Thread Wayne Fay
> it is not a path problem), I have checked that with the command: mvn it > works. So maven is for maven 1.0 and mvn is for 2.0 is that true?, so do I > have to install an old maven version in order to build this project? Yes, this is exactly right. Wayne --

Re: jarring non class files

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote: And moving the directories around is not possible... why not?? Most projects I'm using Maven with at this point were created before we started using Maven2, and we simply moved things around to conform to Maven's expectations. Subversion is nice li

Re: Relase plugin

2006-06-22 Thread dan tran
you can pass in -Dusername -Dpassword into release plugin. This way you dont have to specify those info in the scmURL -D On 6/22/06, Martin Gilday <[EMAIL PROTECTED]> wrote: I must apologise for the formatting my mail client produced there. Here is the message again. I am attempting to use

Re: installing jars on local repo from internal repository

2006-06-22 Thread Tamás Cservenák
Hi, it will work but then your internal repo should offer your local artifacts _AND_ all other stuff found on "central" repo since this mirror settings will "override" the default central repo. Ant it is HUUGE to mirror by scraping. You could set up some maven proxy to do the job. The JAR namin

Re: jarring non class files

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Kieran Brady <[EMAIL PROTECTED]> wrote: A1) Because you are specifying your source directory as 'src'. The standard is src/main/java (inherited from the super pom). This would treat src/spring/context as source. A2) Not sure, probably a knock-on effect of the above If you are going t

Re: jarring non class files

2006-06-22 Thread Kieran Brady
This is still pulling all xml under src onto the classpath: src **/*.xml - Original Message - From: "Jeff Mutonho" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, June 22, 2006 4:35 PM Subject: Re: jarring n

Re: Axis webapp archetype, and axistools-plugin

2006-06-22 Thread Nathan Sowatskey
Hi Do we have any status for Axis 1.4 support? If work needs doing for that, I am perfectly happy to do it. Just tell me which repository to connect to and where the code is. Many thanks Nathan Piéroni Raphaël wrote: Hi The archetype author had seen it :) but alas he don't know for now ab

RE: jarring non class files

2006-06-22 Thread Bram de Kruijff
> In some organizations its not as simple as that :). rebel! :P ... but seriously how about this src/java src java/**/*.java Note that you can always check what your 'effective pom' will look like by running 'mvn help:effective-pom' grz Bram >

Re: Relase plugin

2006-06-22 Thread Martin Gilday
I have tried this but when I do a release and look in the exported pom it is still adding in an SCM block with usernames and passwords. It also alters my local pom adding in the lines. - Original message - From: "dan tran" <[EMAIL PROTECTED]> To: "Maven Users List" Date: Thu, 22 Jun 200

Re: Relase plugin

2006-06-22 Thread Martin Gilday
I have tried this but when I do a release and look in the exported pom it is still adding in an SCM block with usernames and passwords. It also alters my local pom adding in the lines. - Original message - From: "dan tran" <[EMAIL PROTECTED]> To: "Maven Users List" Date: Thu, 22 Jun 200

Re: Relase plugin

2006-06-22 Thread dan tran
if you remove the username and password out of scmurl in your pom, and the release plugin puts them back, then it is a bug. Please file it against release plugin -D On 6/22/06, Martin Gilday <[EMAIL PROTECTED]> wrote: I have tried this but when I do a release and look in the exported pom it

packaging eclim...

2006-06-22 Thread Marc Weber
It's me apain ;) I want to add an optional debugging aspect using aspectj to eclim to see faster whats happening.. I know how to do this using ant now.. But your ant file (the 2nd I've read apart from the aspectj example ;-) was confusing. You have your source directory from which you compile to

Re: Relase plugin

2006-06-22 Thread Martin Gilday
Thanks. A similar issue seems to have been added just today, except for release:perform instead of prepare http://jira.codehaus.org/browse/MRELEASE-128 - Original message - From: "dan tran" <[EMAIL PROTECTED]> To: "Maven Users List" Date: Thu, 22 Jun 2006 09:41:54 -0700 Subject: Re: Rela

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-22 Thread jean-laurent de morlhon
It will be in the future. don't ask me when I have no ETA. In the meantime you can add to your pom : codehaus Codehaus maven repository http://repository.codehaus.org/ which will allow to retrieve all the latest mojo snaphsots. Keep in mind this is temporary. On 6/22

Tool to create maven-metadata.xml?

2006-06-22 Thread Mike Perham
I'm trying to use version ranges in my POMs as described in chapter 3.6 of BBWM. No versions are present in the repository for the artifact with a range [3.1.3,3.2) org.hibernate:hibernate:jar:null I built my repository by hand and it does not contain many of the maven-metadata.xml files which

M2: Using version ranges in dependencies

2006-06-22 Thread Akbarr
Hi all, I have a doubt with dependencies using version ranges. Here: http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges It says: "Incorporating SNAPSHOT versions into the specification Resolution

Continuum with Subversion

2006-06-22 Thread Mike Lee
Hello all, I am trying to build an Ant project. I have a machine set up with Subversion and the only way to access the repository is via ssh. Thus, my Scm URL is: scm:svn:svn+ssh://scorpion.xxx.com/data/project/ However, whenever I try to execute the build, I get the following errors: Permissi

to install a plugin manually failed

2006-06-22 Thread Usorov, Evgeny \(KBV\)
Hallo, I am trying to install a specific plugin (from soap-ui) but I allways get an error. I can't install any plugin manually. What is wrong? The automatically downloading and installing of plugins works fine, but if i have to install manually i can't. thanks in advance for every help. [ C:\

Re: Continuum with Subversion

2006-06-22 Thread Emmanuel Venisse
Can you connect to your subvservion from the continuum machine with the same account used by continuum? svn co svn+ssh://scorpion.xxx.com/data/project/ Emmanuel Mike Lee a écrit : Hello all, I am trying to build an Ant project. I have a machine set up with Subversion and the only way to ac

Re: to install a plugin manually failed

2006-06-22 Thread Alan D. Salewski
On Thu, Jun 22, 2006 at 06:37:33PM +0200, Usorov, Evgeny (KBV) spake thus: > Hallo, > > I am trying to install a specific plugin (from soap-ui) but I allways get an > error. > I can't install any plugin manually. What is wrong? The automatically > downloading > and installing of plugins works f

[m2] maven-jar-plugin-2.1 status?

2006-06-22 Thread Mark Hewett
Is there any estimate on when there will be a release build of the maven-jar-plugin-2.1 - even if it is a beta release build? We are using this to create signed JAR files, and so we are relying on the snapshot build on http://svn.apache.org/maven-snapshot-repository. However, this seems to stop u

Re: moduleSets tag not recognized by maven-assembly-plugin

2006-06-22 Thread Bob418
Incidentally, I am using plugin version 2.0.1. -- View this message in context: http://www.nabble.com/moduleSets-tag-not-recognized-by-maven-assembly-plugin-t1832285.html#a5000178 Sent from the Maven - Users forum at Nabble.com. --

moduleSets tag not recognized by maven-assembly-plugin

2006-06-22 Thread Bob418
I am ramping up on the maven-assembly-plugin. Folllowing the spirit of the example discussed at http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html, I am using a project made up of modules and presently trying to get the following simple

Re: to install a plugin manually failed

2006-06-22 Thread omatzura
Hi Evgeny, the soapui plugin is for maven 1.X.. I dont think it will work with maven 2.X. Since you can run both maven versions side-by-side you could still first install maven 1.0.3 and then the soapui plugin as advised for maven 1.X.. good luck! /Ole eviware.com -- View this message in conte

Re: Deploy and SCP

2006-06-22 Thread ben short
Christian, As far as im aware the deploy goal deploys a snapshot, so you need a snapshotRepository defined in your pom.. Eg: scp-repository scp://192.168.100.20/var/mvn/proximity/inhouse Ben On 6/22/06, Christian Domsch <[EMAIL PROTECTED]> wrote: Hi

Re: Continuum with Subversion

2006-06-22 Thread Emmanuel Venisse
continuum use the svn command line. it seems that your svn can't connect to your ssh server. what is the svn command line you use? Emmanuel Mike Lee a écrit : Yes. I was able to check out the files in the directory from the continuum machine with the same account used by continuum. Thanks fo

Re: Deploy and SCP

2006-06-22 Thread ben short
Christian, Actually scrap that im talking rubbish, back to the documents for me. Ben On 6/22/06, ben short <[EMAIL PROTECTED]> wrote: Christian, As far as im aware the deploy goal deploys a snapshot, so you need a snapshotRepository defined in your pom.. Eg: scp-repository

Compiling XSLT in a build...

2006-06-22 Thread Clifton Craig
Hello all, Let me say thank you for all of the help I received here so far. Practically every answer has led to some breakthrough on my project. My question today is about XSLT. I have an XSLT stylesheet that will include a few others via . I want to know how to compile it down to bytecode in M

[m204] Error with compiler plugin with new project...

2006-06-22 Thread Mick Knutson
Can someone help figure out why I am getting the following error with a new project of mine??? [INFO] [xdoclet:xdoclet {execution: default}] [INFO] Initializing DocletTasks!!! [INFO] Executing tasks Jun 22, 2006 1:22:23 PM xdoclet.XDocletMain start INFO: Running [INFO] Executed tasks [INFO]

RE: [m204] Error with compiler plugin with new project...

2006-06-22 Thread Mick Knutson
Just a thought, does Maven work with jdk 5.0 ??? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From: "Mick Knutson" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: users@maven.apache.org Subject: [m20

Re: How to implement an organisational super pom ?

2006-06-22 Thread Dennis Lundberg
Dhananjay Nene wrote: Although the question wasn't addressed to me, I have run into some problems (hence the question in the first place) so just adding my 2c. If the super pom modeled as a top level module (ie. each project declares it as a parent), I get into a lot of issues when using the

Re: How to implement an organisational super pom ?

2006-06-22 Thread Alexandre Poitras
You confuse multi-modules project and super pom. A super pom doesn't need to declare any modules. It is an independant project which has its own version and distributed in your internal repository so that any project can download whenever it needs it. It should fix your problems. On 6/20/06, Dha

Re: [m204] Error with compiler plugin with new project...

2006-06-22 Thread Brett Porter
Yes. There's a problem reading the compiler plugin classes, running with -e should give more details if its class not found, invalid class, etc. - Brett On 23/06/06, Mick Knutson <[EMAIL PROTECTED]> wrote: Just a thought, does Maven work with jdk 5.0 ??? -

Re: Tool to create maven-metadata.xml?

2006-06-22 Thread Brett Porter
The repository manager will have this functionality, but you'll have to do some work to get it going (I'd be happy to see people doing this though!) - Brett On 23/06/06, Mike Perham <[EMAIL PROTECTED]> wrote: I'm trying to use version ranges in my POMs as described in chapter 3.6 of BBWM. No v

Re: Continuum with Subversion

2006-06-22 Thread Mike Lee
Just out of curiousity, is the SCM password the same as my computer password. So, when Continuum gets prompted for my computer password (due to me using ssh), does it enter the SCM password? or does it enter something else? I am not sure about this, but right now I am thinking that the reason I ge

Re: Top-level POM behaviour

2006-06-22 Thread Max Cooper
Okay, after looking at your POMs, this is what I think is happening... 1. When you build project A, maven probably uses the relativePath in the parent section to locate the parent POM (rather than looking in the local repository). 2. When you build project B, maven uses the relativePath to fi

Re: [m2] maven-jar-plugin-2.1 status?

2006-06-22 Thread Edwin Punzalan
Please see: http://maven.apache.org/guides/development/guide-testing-development-plugins.html SNAPSHOTs are available in the apache snapshot repository... you put a snapshot plugin repository in your pom.xml so that projects can download the plugin in its snapshot form without the need to ac

Re: Checkstyle plugin Maven 2

2006-06-22 Thread Edwin Punzalan
oh, sorry about that... Anyway, the current focus of the maven team right now is the docs... hopefully, it can provide what the users want. [EMAIL PROTECTED] wrote: Thx. Info is sparse though - ended up having to look at source code to work out what parameters I could set for it !! A

Re: Bug in IDEA plugin.

2006-06-22 Thread Edwin Punzalan
There's a goal idea:clean to delete the idea files for you, btw. ^_^ Roald Bankras wrote: I just ran it for my own project, but it seems to work fine here. Maybe a glitch. You can try to delete the idea files and create them again. Roald Bankras Software Engineer JTeam b.v. -Original Mes

Re: Top-level POM behaviour

2006-06-22 Thread Alexandre Poitras
Modules are meant to be built from the top project so you can work on all of them at the same time. Don't try to build them separatly because it won't work. If it's not what you want and you prefer compiling each project separately, you should stick to normal SNAPSHOT dependencies. On 6/22/06, Ma

  1   2   >