Re: cvs local checkot problem

2006-06-22 Thread Emmanuel Venisse
it seems to be a pb in maven-scm cvs provider. Can you file an issue? and I'll look at it. The cvs provider should remove the slash at the begin of the module name. Emmanuel andy_rs a écrit : Actually that's the URL I assume is being produced by continuum when I try to add a multi project

Re: Continuum with Subversion

2006-06-22 Thread Mike Lee
Yes. I was able to check out the files in the directory from the continuum machine with the same account used by continuum. Thanks for any help you can give me. On 6/22/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Can you connect to your subvservion from the continuum machine with the same

Re: Continuum with Subversion

2006-06-22 Thread Mike Lee
Hi, I used the command line you indicated: svn co svn+ssh://scorpion.xxx.com/data/project/ (except I replaced xxx with my company name) In addition, I took a look at the log file and here's what was in it: Provider message: The svn command failed. - Enqueuing 'Publish Models with Ant/SVN'

Re: Does email notifier support SMTP Auth?

2006-06-22 Thread Hideki YOKOTA
Thank you for your reply. I checked my antivirus logs, then I found it blocks sending email. Emmanuel Venisse wrote: 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;

Re: Deploying to SSH at non-default ports?

2006-06-22 Thread jerome lacoste
On 6/21/06, Dennis Kempin [EMAIL PROTECTED] wrote: Hello, on my Server I have SSH running at an non default port, namely port 666 but I dont know how to setup deployment to access this one. I tried this one: repository idrepo/id urlssh://dev-area.net:666/folders..//url

Questions about including C/C++ files in a web war file

2006-06-22 Thread Lucie Chan
Hope this is the right forum to post these questions (the following are running on a Unix platform): I'm using maven to build a web application (i.e. to generate a war file). I have some c/c++ excutables in a directory which need to be packaged in the WAR file. I've noticed that all the

Re: Remote Repository with HTTPS and Authentication

2006-06-22 Thread jerome lacoste
On 6/21/06, Tim Riley [EMAIL PROTECTED] wrote: I was wondering if someone could help me out here? I have set up an internal remote repository which requires authentication and an SSL certificate. I have added the cert to my java keystore (1.5.0_07 by the way). I then modified the settings.xml by

Does email notifier support SMTP Auth?

2006-06-22 Thread Hideki YOKOTA
Hi all, I'm a newbie of using continuum 1.0.3. As I mentioned in subject, does email notifier support SMTP Auth? I enabled username and password element in application.xml, but it looks like it didn't work INFO | jvm 1| 2006/06/22

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-appmvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes

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-appmvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes

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-appmvn archetype:create -DgroupId=com.mycompany.app

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.

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]

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

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

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

Re: Specifying/Installing dependencies

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Wayne Fay [EMAIL PROTECTED] wrote: Here's Geronimo JMS jar: groupIdgeronimo-spec/groupId artifactIdgeronimo-spec-jms/artifactId version1.1-rc4/version 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

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,

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

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

Problem when placing a simple table 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 table tag) with only one row (tr) and one column (td), and here is my source code : layout:form action=/create method=POST layout:tabs width=100% layout:tab

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

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] =

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. dev.db.s_sqlfalse/dev.db.s_sql but I also have a similar property

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. dev.db.s_sqlfalse/dev.db.s_sql but I also have a similar property

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

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 à

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:

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

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

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

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 good

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

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 have

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 filesystem

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 |

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

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

Re: installing jars on local repo from internal repository

2006-06-22 Thread Vinay Kumar
Will following work: mirror idmaven-proxy/id nameMaven-Proxy Mirror/name urlhttp://10.105.49.175:/repository//url mirrorOfcentral/mirrorOf /mirror - Original Message From: Vinay Kumar [EMAIL PROTECTED] To:

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..

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

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

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 properties target.binary.dir${basedir}/target/bin/target.binary.dir /properties and A's sub-project B with pom.xml containing build

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

Re: jarring non class files

2006-06-22 Thread Kieran Brady
Specify them as resources: ... build resources resource directorysrc/spring/context/directory /resource ... HTH :) - Original Message - From: Jeff Mutonho [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, June 22, 2006 3:34 PM Subject: jarring non

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

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. build directory../target/bin/directory ... /build should work for B. Again it is a little odd since you are forced to hardcoded the target/bin -D

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

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( keeping

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 directory../../../../../target/bin/directory I was hoping to clean things up a bit. I had posted a question earlier

Re: jarring non class files

2006-06-22 Thread Jeff Mutonho
On 6/22/06, Kieran Brady [EMAIL PROTECTED] wrote: Specify them as resources: ... build resources resource directorysrc/spring/context/directory /resource ... HTH :) Thanx.My build section in my pom reads : build sourceDirectorysrc/sourceDirectory /build (i.e I do not specify

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

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) that I

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

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 to

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

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 naming

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 to

Re: jarring non class files

2006-06-22 Thread Kieran Brady
This is still pulling all xml under src onto the classpath: resource directorysrc/directory includes include**/*.xml/include /includes /resource - Original Message - From: Jeff Mutonho [EMAIL PROTECTED] To: Maven Users

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

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 build sourceDirectorysrc/java/sourceDirectory resources resource directorysrc/directory excludes excludejava/**/*.java/exclude /excludes /resource /resources

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 users@maven.apache.org

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 users@maven.apache.org

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 users@maven.apache.org Date: Thu, 22 Jun 2006 09:41:54 -0700

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 : pluginRepositories pluginRepository idcodehaus/id nameCodehaus maven repository/name urlhttp://repository.codehaus.org//url /pluginRepository /pluginRepositories which

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:

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

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

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 fine,

[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

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

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: snapshotRepository idscp-repository/id urlscp://192.168.100.20/var/mvn/proximity/inhouse/url /snapshotRepository Ben On

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

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: snapshotRepository

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 xsl:include/. I want to know how to compile it down to

[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 hibernate/ [INFO] Executed

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 users@maven.apache.org To:

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,

  1   2   >