AW: Continuum admin password problem

2006-06-26 Thread Bernhard Wellhöfer
Hello, I filed http://jira.codehaus.org/browse/CONTINUUM-736 for this issue. Cheers, Bernd -Ursprüngliche Nachricht- Von: Bernhard Wellhöfer [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. Juni 2006 11:28 An: continuum-users@maven.apache.org Betreff: Continuum admin password problem

RE: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Sharma, Jaikumar
Hi Dan, Thanks again for your response. I would definitely use normal build process, but I was thinking about the possiblity of running the multiple goals. The configuration you have mentioned below does not show scm provider plugin configuration ? How provider plugin has to be configured in this

Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Edwin Punzalan
That seems wrong... it should be: build plugins plugin artifactIdmaven-scm-plugin/artifactId configuration put here plugin configurations that is common to all the executions /configuration executions execution id/ configuration/ -- put

Re: simple but complicated case - need advice

2006-06-26 Thread Wojciech Biela
No suggestions? really? anybody? :) Best regards Wojtek Biela 2006/6/23, Wojciech Biela [EMAIL PROTECTED]: Hi! My case was supposed to be simple but it turned out to be quite complicated, at least for my limited maven abilities, I've used Ant for the last few years, so I'm new to maven, I've

Re: [M2] Findbugs plugin results to stacktrace

2006-06-26 Thread Joern Huxhorn
Rik Bosman wrote: Can I just add it to the dependencies section of the pom, or is there a way to add it to specific dependencies of this plugin? Regards, Rik I just fixed this problem by manually adding dependency groupIdjaxen/groupId artifactIdjaxen/artifactId

Re: simple but complicated case - need advice

2006-06-26 Thread Edwin Punzalan
Well, if maven can't do what you really need and you don't have time to customized plugins, you can always use maven + ant (via antrun plugin) to get what you need. I suggest that you use ant scripts on simple stuffs like maybe rename your final packages and such. Wojciech Biela wrote:

RE: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Sharma, Jaikumar
Thanks Edwin and Dan both. I would like to know, where my maven-scm-provider-mks plugin fits into this configuration ? It has to be specified as a dependency or what ? Regards. -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 1:27 PM To:

Re: How to run multiple goals via maven-scm-plugin on a scm provi der plugin

2006-06-26 Thread Edwin Punzalan
I think it should be provided as a dependency under plugin Sharma, Jaikumar wrote: Thanks Edwin and Dan both. I would like to know, where my maven-scm-provider-mks plugin fits into this configuration ? It has to be specified as a dependency or what ? Regards. -Original Message-

[ANN] Maven Clover Plugin 2.2 for Maven 2 Released

2006-06-26 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.2 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

cvs connection string

2006-06-26 Thread Jeff Mutonho
Whats wrong with this scm connection string : scm connection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /connection developerConnection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /developerConnection /scm In any case , what the difference between connection and

Re: cvs connection string

2006-06-26 Thread Edwin Punzalan
it seems to be missing a module to checkout, this worked but failed: scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot:module Jeff Mutonho wrote: Whats wrong with this scm connection string : scm connection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /connection developerConnection

Re: cvs connection string

2006-06-26 Thread jerome lacoste
On 6/26/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Whats wrong with this scm connection string : scm connection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /connection developerConnection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /developerConnection /scm lacking module ?

Continuum admin password problem

2006-06-26 Thread Bernhard Wellhöfer
Hello, I changed in the user management section the real name for the continuum admin user. The form where I added the real name also presented the password field. Here the password field was empty - nevertheless the admin user had a password. After entering the new real name for admin and

Re: Bug in IDEA plugin.

2006-06-26 Thread Joern Huxhorn
Hi. I just checked again and the files were freshly generated as described before. However, I have since changed the project layout and it's now working for me, too. Previously, I had the following layout: pom.xml (parent pom) module1/pom.xml module2/pom.xml with a modules section like this in

RE: How do I use the output of a maven build as a resources of another.

2006-06-26 Thread Allison, Bob
If the applet is supposed to be downloadable from within the web application, though, this won't work since things under WEB-INF are not reachable from the browser. How would you get the applet jar placed in the web application so that the browser can get to it? -Original Message- From:

RE: clover:save-history goal for 2.x?

2006-06-26 Thread Vincent Massol
Michael, Just to let you know that I've released v2.2 of the clover plugin today. It should be on ibiblio in a few hours. -Vincent -Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 20:41 To: Maven Users List Subject: clover:save-history

Re: java2iiop (Visibroker)

2006-06-26 Thread TimHedger
Dan, I'm on the way to building this. Just one question. The steps in the process are: 1 compile java interface files 2 run java2iiop process to generate more classes 3 compille the generated classes with my own code 3 is obviously the normal compile phase I would expect 2 to be

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Darren Hartford
Yay! Thanks Marco, Tim :-) -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Sunday, June 25, 2006 2:02 PM To: Maven Users List Subject: Sample project using M2/EJB3/TestNG for using jboss embeddable container hi all, i have added to maven pages a

Java2HTML plugin M2

2006-06-26 Thread Andrew-A . Davies
Title: Java2HTML plugin M2 Hi, Has anyone had any success working with Java2HTML plugin and M2 ? I get NullPointer exception when trying to install plugin to my repository as per instructions from http://www.qualitylabs.org/java2htmlplugin/index.html Tx Andy Visit our website at

RE: Java2HTML plugin M2

2006-06-26 Thread LECAN Damien
Hello, It seems to be a M1 plugin, not M2 ... Damien -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 juin 2006 14:49 À : users@maven.apache.org Objet : Java2HTML plugin M2 Hi, Has anyone had any success working with Java2HTML plugin and

RE: Java2HTML plugin M2

2006-06-26 Thread Andrew-A . Davies
Hi Damien, How can you tell ? It seems to be compiled Java classes and uses xsd version 4.0.0 which I thought indicated M2 Tx A -Original Message- From: LECAN Damien [mailto:[EMAIL PROTECTED] Sent: 26 June 2006 14:00 To: Maven Users List Subject: RE: Java2HTML plugin M2 Hello, It

Maven starting trouble

2006-06-26 Thread Rishikesh . Mallesh
Hello I have been sampling Maven for the last couple of days. I am getting a problem creating my first project - mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app I get the following error message Internal error in the plugin manager executing goal

RE: Maven starting trouble

2006-06-26 Thread Nidhi Goyal, Noida
Hi, U could try this. To do this, create a your-home-directory/.m2/settings.xml file with the following content: settings proxies proxy activetrue/active protocolhttp/protocol

updatePolicy

2006-06-26 Thread leahpar
Hello world, I want to prevent update to be made from maven repo 1- need to choose date of update 2- get timeout on the proxy (on missing ressources?) very painfull I have a maven_proxy link on ibiblio and codehaus There's also a internal repo (on my xxx_release repository) (superpom is here

Re: Java2HTML plugin M2

2006-06-26 Thread Ivo Limmen
Why use Java2HTML? Most reporting-plugins for the site plugin use JXR, this is practically the same. Use this: reporting plugin groupIdorg.codehaus.mojo/groupId artifactIdjxr-maven-plugin/artifactId /plugin /reporting Best

Re: Java2HTML plugin M2

2006-06-26 Thread Tim Kettler
Look at the page you are refering to in your first post. 'maven' is the executable of m1 whereas m2 has 'mvn'. Also there is no 'plugin:download' goal in m2. -Tim [EMAIL PROTECTED] schrieb: Hi Damien, How can you tell ? It seems to be compiled Java classes and uses xsd version 4.0.0 which I

RE: Maven starting trouble

2006-06-26 Thread Rishikesh . Mallesh
I am afraid it didn't solve the problem. Any other suggestions... Rishi -Original Message- From: Nidhi Goyal, Noida [mailto:[EMAIL PROTECTED] Sent: 26 June 2006 14:10 To: Maven Users List Subject: RE: Maven starting trouble Hi, U could try this. To do this, create a

RE: Java2HTML plugin M2

2006-06-26 Thread Andrew-A . Davies
Tx - thought that was a typo and changed to mvn. I'd never used M1 - switched recently from Ant to M2 A -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: 26 June 2006 14:23 To: Maven Users List Subject: Re: Java2HTML plugin M2 Look at the page you are refering to in

RE: Java2HTML plugin M2

2006-06-26 Thread Andrew-A . Davies
No particular reason - I was just asked to put Java2html into build. I'll take a look at JXR and see what that offers Tx A -Original Message- From: Ivo Limmen [mailto:[EMAIL PROTECTED] Sent: 26 June 2006 14:23 To: Maven Users List Subject: Re: Java2HTML plugin M2 Why use Java2HTML?

How to Refer Configuration elements of the plugin in a Mojo

2006-06-26 Thread Sharma, Jaikumar
Hi! I there a way to refer the username and password elements specified in pom.xml into a mojo ? sample configuration is as follows : plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId

RE: How do I use the output of a maven build as a resources of another.

2006-06-26 Thread Steve Menke
Yes, this is the problem I am trying to solve.. -Steve -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 7:08 AM To: Maven Users List Subject: RE: How do I use the output of a maven build as a resources of another. [heur] Importance: Low If the

RE: Maven starting trouble

2006-06-26 Thread Nidhi Goyal, Noida
Have you created the seetings.xml and have you changed the username and password? Also you nooed to enter the host address according to your system. Have you got access to internet? Thanks, Nidhi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June

RE: Maven starting trouble

2006-06-26 Thread Rishikesh . Mallesh
Yes I have changed the proxy settings. -Original Message- From: Nidhi Goyal, Noida [mailto:[EMAIL PROTECTED] Sent: 26 June 2006 14:32 To: Maven Users List Subject: RE: Maven starting trouble Have you created the seetings.xml and have you changed the username and password? Also you

Re: How to Refer Configuration elements of the plugin in a Mojo

2006-06-26 Thread jerome lacoste
On 6/26/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Hi! I there a way to refer the username and password elements specified in pom.xml into a mojo ? sample configuration is as follows : plugin groupIdorg.apache.maven.plugins/groupId

Re: cvs connection string

2006-06-26 Thread Jeff Mutonho
Ok thanks.That seem to have sorted it out , but now Contiuum is expecting a password in the scm connection string.I've installed a cvsnt and did the manual login , tested checking out a project and then logout.On my linux machine I have a ~/.cvspass file , but I don't know how this works on

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
Hi, just noticed one minor thing (i already post msg on testng mailing list) in that project, surefire version is 2.2-SNAPSHOT if you change it to 2.2, all the test will fail.. for some weird reason that i still have to figue out this just to let you know rgds marco On 6/26/06, Darren

Re: updatePolicy

2006-06-26 Thread leahpar
I perform a clean install on a dummy project and I get this in the pom.xml inside the produced jar. without overdefinition repository snapshots enabledfalse/enabled /snapshots idcentral/id nameMaven Repository Switchboard/name

Re: How do I use the output of a maven build as a resources of another.

2006-06-26 Thread Wendy Smoak
On 6/26/06, Allison, Bob [EMAIL PROTECTED] wrote: If the applet is supposed to be downloadable from within the web application, though, this won't work since things under WEB-INF are not reachable from the browser. How would you get the applet jar placed in the web application so that the

Changelog, Subversion and Comments

2006-06-26 Thread Holger Szillat
Hey everyone, I'm using Maven 2.0.4 and the Changelog plugin for generating a log-report from the Subversion-repository. Problem is: The comments in the repository are displayed unformatted which looks ugly. Is there a way to configure the plugin so that the comments are using a different tag?

Re: How do I use the output of a maven build as a resources of another.

2006-06-26 Thread Matt Brozowski
On Jun 26, 2006, at 7:07 AM, Allison, Bob wrote: If the applet is supposed to be downloadable from within the web application, though, this won't work since things under WEB-INF are not reachable from the browser. How would you get the applet jar placed in the web application so that the

Re: M2: Using version ranges in dependencies

2006-06-26 Thread Akbarr
On 6/23/06, Mike Perham [EMAIL PROTECTED] wrote: Yep, I just ran into this also. I have a module which has [1.1.0,) and 1.1.0 and 1.1.1-SNAPSHOT in my local repo. I can't release the module. It basically makes dependency ranges unusable for us. I'm unclear who's at fault here (the release

Re: Remote Repository with HTTPS and Authentication

2006-06-26 Thread triley
This was a great explanation and solved my problem. Thanks for taking the time to respond I truly do appreciate it. Tim -- View this message in context: http://www.nabble.com/Remote-Repository-with-HTTPS-and-Authentication-t1827803.html#a5049688 Sent from the Maven - Users forum at Nabble.com.

BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread Brad Harper
I've attempted a re-org of modules this morning and now see [ERROR] BUILD ERROR [INFO] ---... [INFO] Cannot find lifecycle mapping for packaging: 'lib'. Component descriptor cannot be found in the component repository: \ org.apache.maven.lifecycle.mapping.LifecycleMappingLib. ...

Re: BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread dan tran
I ran the native-maven-plugin/src/it/linkages which as one lib project inthere and have no issue. Did you define extenstionstrue/extensions? please see the example -Dan On 6/26/06, Brad Harper [EMAIL PROTECTED] wrote: I've attempted a re-org of modules this morning and now see [ERROR]

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Serge Emmanuel Pagop
Hi marco, I want to know if you already run a simple junit sample of jboss embeddable ejb3 testcase unter maven 2.0? On 6/26/06, Marco Mistroni [EMAIL PROTECTED] wrote: Hi, just noticed one minor thing (i already post msg on testng mailing list) in that project, surefire version is

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marc Tremblay
I've been experiencing the same problem -- all TestNG tests fail under Surefire 2.2. I hadn't tried the 2.2-SNAPSHOT. In my case the tests are failing due the 'beforeTestMethod' method being invoked. For example, public class ExampleTest { private ObjectUnderTest objectUnderTest;

properties file valorization during integration

2006-06-26 Thread Sebastien Moreno
Hello, I would like to change properties values during integration. In order to put values into properties file specific to an environnement (path to generate files, etc), I would like to describe the properties to valorize into the pom. Then a maven plugin could change the values following a

RE: BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread Brad Harper
Oops. I dropped the extensions element somehow. Does that element tell maven that a plugin provides new lifecycle functionality? Wouldn't that information be something you'd expect a plugin to reveal about itself ... rather than be declared by a dependent project descriptor? Thanks, Dan.

Re: BUILD ERROR using native-maven-plugin: Cannot find lifecycle mapping for packaging: 'lib'

2006-06-26 Thread dan tran
m2 comes with a bunch of build-in packages, but the native ones are not, so you need to activate it as an extension thru user's pom.xml -D On 6/26/06, Brad Harper [EMAIL PROTECTED] wrote: Oops. I dropped the extensions element somehow. Does that element tell maven that a plugin provides

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

2006-06-26 Thread Mick Knutson
Nope. That did not do it. What is really strange, is that I deleted all my src files (./common/common-jar/src/main/java) and repository and get the error not. So, in order, there is the FULL -e Build trace, then my pom.xml, common/pom.xml, common/common-jar/pom.xml

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

2006-06-26 Thread Mick Knutson
Is anyone else using modules... with jdk 5? --- 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: users@maven.apache.org

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
HI Serge, no, but it s just a matter of making the EJB3ContainerTest class an AbstractJUnit test.. i'll do it as soon as i have timne changes are very trivial, ifyou want you can change it yourself :) regards marco On 6/26/06, Serge Emmanuel Pagop [EMAIL PROTECTED] wrote: Hi marco, I want to

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Marco Mistroni
Hi Marc, i m not sure on why using surefire 2.2. does not work.. from logs i have seen by running maven -e it looks like not all the jars that are needed are deployed... in fact, starting up tests using 2.2-SNAPSHOT results in lot of jars being deployed (as well as EJBs)... (all jars part of the

Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Hi Wendy, I got this from an older mail. Maybe you have the same problem : For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config as it defaults to 'no'. Seems to be happy now. On 6/19/06, Wendy Smoak [EMAIL PROTECTED] wrote: When using 'mvn

Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Just to confirm, I just tried this solution and it fix the problems. On 6/26/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Hi Wendy, I got this from an older mail. Maybe you have the same problem : For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config

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

2006-06-26 Thread Mick Knutson
This issue is really PISSING me off now. I have removed everything except a single module as I need touse modules with this. I have also tried: compilerVersion1.5/compilerVersion source1.5/source !-- - This should not be needed, but

Custom Repository Handler?

2006-06-26 Thread Russell, Mark
Here is my scenario... I'm in the process of creating a new project (with some specialized plugins). This new project needs to fetch some jars create in-house from our existing repository which is similar in structure to maven 1.x repositories (the structure is from the maven 1 alpha days).

Re: Custom Repository Handler?

2006-06-26 Thread Carlos Sanchez
Yep, implement a new RepositoryLayout and put it in the M2_HOME/lib Check the LegacyRepositoryLayout On 6/26/06, Russell, Mark [EMAIL PROTECTED] wrote: Here is my scenario... I'm in the process of creating a new project (with some specialized plugins). This new project needs to fetch some

RE: Custom Repository Handler?

2006-06-26 Thread Russell, Mark
Looking at the ArtifactRepositoryLayout interface, there are two methods for getting Repository Metadata. What if the repository doesn't contain any metadata (ie no pom's or equivalent)? Can these methods safely return null? MAR -Original Message- From: [EMAIL PROTECTED]

How to get the latest STABLE version of a library dependency automatical

2006-06-26 Thread Jimisola Laursen
Hi! I've been looking for a way to specify that the latest STABLE version of a library (dependency) should be used automatically. However, I can't seem to find any information on this. Is this not possible? The Dependency Version Ranges doesn't solve the problem for me since it sets with the

Re: How to get the latest STABLE version of a library dependency automatical

2006-06-26 Thread Alexandre Poitras
I don't think it is a good idea. You should always manually upgrade your dependencies to see if nothing break in your application. So in short, I don't think there is a way to do that and I don't think many people would be interested in this solution. On 6/26/06, Jimisola Laursen [EMAIL

Re: Top-level POM behaviour

2006-06-26 Thread Lars Gramark
Ok, I think I understand how the modules relate now. Thanks a lot for your responses. Best regards Lars Gramark -- View this message in context: http://www.nabble.com/Top-level-POM-behaviour-t1825699.html#a5056182 Sent from the Maven - Users forum at Nabble.com.

Re: How to get the latest STABLE version of a library dependency automat

2006-06-26 Thread Jimisola Laursen
Ok. Well, we want to use this for an internal library that we don't want to use SNAPSHOT for. I'll wait and see if there are any other responses otherwise I'll add a feature request. My feature request will actually be to have an option to dependency version range, so that the highest matching

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

2006-06-26 Thread Mick Knutson
Well, I am still stuck! So, since I last sent a request in, I removed jdk 1.5.7 and installed 1.4.2_12_b3 and it seems that I am now gettin gcompilation errors. This means to me that the build is now working, but now with jdk 1.5 So either there is a serious issue with jdk 1.5 support with

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-26 Thread natalie burdick
Sebastien, Are you volunteering as an author or a reviewer? Please let me know and I will contact you directly off the mailing list - and if there are any other volunteers interested in being reviewers, please feel free to respond to this thread. Natalie On 6/23/06, Sebastien Arbogast [EMAIL

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

2006-06-26 Thread Steven Coco
Mick Knutson wrote: Nope. That did not do it. Hi. Well, I am still looking at a bit more Maven than I am used to, but: why does it appear that the parent POM declares a dependency on the common module. This looks like a circular dependency in the parent POM. Am I wrong about that?

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-26 Thread Dennis Lundberg
You can count me in as a reviewer. -- Dennis Lundberg natalie burdick wrote: Sebastien, Are you volunteering as an author or a reviewer? Please let me know and I will contact you directly off the mailing list - and if there are any other volunteers interested in being reviewers, please feel

Re: cvs connection string

2006-06-26 Thread Edwin Punzalan
uhm, you put your password in the url like so: scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:module Jeff Mutonho wrote: Ok thanks.That seem to have sorted it out , but now Contiuum is expecting a password in the scm connection string.I've installed a cvsnt and did the manual

Re: Custom Repository Handler?

2006-06-26 Thread Edwin Punzalan
Hmmm... I don't get this. I know maven looks for poms in the repositories, but if cannot find one, it assumes a default pom and won't fail. So I don't think you need a new repository handler for that. What seems to be the problem? Russell, Mark wrote: Here is my scenario... I'm in

scm connection string

2006-06-26 Thread Srinivas Pavani
Can some one please help me out in understanding how the scm connection settings work with respect to continuum and maven? Maven2 has the following settings: scm !-- read only -- connectionscm:cvs:pserver:MY_NAME:[EMAIL PROTECTED]:PORT:/usr/local/cvsroot MY_MODULE/connection

Re: hibernate3 extension - No Suitable Driver

2006-06-26 Thread Allan Ramirez
Have you tried declaring your driver as a dependency instead of as an extension? -allan bkbonner wrote: Max, I did do this, which is why I posted my original msg. Thanks for replying, just the same. I realized what was happening. The driver URL syntax had changed in the new driver version.

Re: properties file valorization during integration

2006-06-26 Thread Wayne Fay
Generally this is handled during the package phase with filters. I'm not aware of any existing plugins which would take an existing Maven artifact (out of local repo, I suppose) and change properties values for a specific environment. I'm assuming the existing filter resources during build stuff

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-26 Thread Srepfler Srgjan
Hi Marco, I want to try your example but where can we find the files ehcache-alpha6.jar, hibernate-all-alpha6.jar, jboss-ejb3-all-alpha6.jar and thirdparty-all-alpha6.jar ? The latest jboss microcontainer release is 1.0.2 and it doesn't contain these libs (actually, is this the project we're

Re: scm connection string

2006-06-26 Thread Edwin Punzalan
The space between the path and the module should be a colon (:). Please see: http://maven.apache.org/scm/cvs.html ^_^ Srinivas Pavani wrote: Can some one please help me out in understanding how the scm connection settings work with respect to continuum and maven? Maven2 has the following

Re: java2iiop (Visibroker)

2006-06-26 Thread dan tran
On 6/26/06, TimHedger [EMAIL PROTECTED] wrote: Dan, I'm on the way to building this. Just one question. The steps in the process are: 1 compile java interface files This is work of client pom itself to invoke compiler plugin to compile only the selective java interfaces in your source

share local repository

2006-06-26 Thread tulasi
Hi, I have to share my repository with my collegues. I have gave the shared permissions fir repository and and i have modified settings.xml set the tag like localRepository//xymachine/repository/localRepository i have tested with yz machine. its working fine. My question is can i able to

Re: share local repository

2006-06-26 Thread Allan Ramirez
As far as I know, that is the only way. :) -allan tulasi wrote: Hi, I have to share my repository with my collegues. I have gave the shared permissions fir repository and and i have modified settings.xml set the tag like localRepository//xymachine/repository/localRepository i have tested