Re: rmic-maven-plugin issues

2008-03-31 Thread Trenton Adams
so (see the commented section)... ca.company.application rmi 0.1.0-SNAPSHOT compile If you leave the classifier commented out, you can do an in process RMI server, as it will resolve the full rmi.jar. Which is what I do for development. Trenton Adams wrote: Hi guys,

rmic-maven-plugin issues

2008-03-30 Thread Trenton Adams
Hi guys, I'm attempting to build an RMI client/server JAR. It doesn't appear to be making the client JAR correctly, because it doesn't include the interfaces of my RMI objects. The server JAR turns out just fine, and has all classes, which is exactly what I want. I also want to know how I'

server password in filters

2008-03-23 Thread Trenton Adams
Hi Guys, Is it possible to access a particular server password from my settings.xml, and use it in a filter? What would be the syntax? ${settings.servers.server.myserverid.password} does not work. Thanks. - To unsubscribe, e

Re: Multiple Jars

2008-03-23 Thread Trenton Adams
eclare the dependendcy as in 2. Finally, if you want a way so tha you build both in once, organize your project in modules: yourapplication baseclasses webapplication When you run mvn install on yourapplication, everything will be done for you. Nice, isn't it? HTH Ste On Sun, Mar 23, 2

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
Okay, with the help of Wendy and someone named Brian, I'm a convert. :P Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 5:02 PM, Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 4:47 PM, Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 4:24 PM, Tr

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
Jason van Zyl wrote: On 22-Mar-08, at 5:02 PM, Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 4:47 PM, Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 4:24 PM, Trenton Adams wrote: I agree that it's not more complex in every way. But, it seems like it is in

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
gement, that will have some added benefit, just not as much as I had hoped. Thanks for the suggestion though. :) Perhaps I'll try and get on the IRC as you suggest. Thanks Wendy. Wendy Smoak wrote: On Sat, Mar 22, 2008 at 5:02 PM, Trenton Adams <[EMAIL PROTECTED]> wrote: Dependen

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
Jason van Zyl wrote: On 22-Mar-08, at 4:47 PM, Trenton Adams wrote: Jason van Zyl wrote: On 22-Mar-08, at 4:24 PM, Trenton Adams wrote: I agree that it's not more complex in every way. But, it seems like it is in some ways. For instance, it's looking to me that in order to ac

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
Jason van Zyl wrote: On 22-Mar-08, at 4:24 PM, Trenton Adams wrote: I agree that it's not more complex in every way. But, it seems like it is in some ways. For instance, it's looking to me that in order to actually get it to package my WAR with the JAR, I will have to deploy my c

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
, any help you could give to convince me of your stance, would be appreciated. I do like "simple". I try to write my code simple, and I want my builds to be simple, and maintainable as well. Thanks. Jason van Zyl wrote: On 22-Mar-08, at 3:23 PM, Trenton Adams wrote: Yes, it def

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
e pouting. :P I'll have to see if it's worth it. Jochen Wiedmann wrote: On Sat, Mar 22, 2008 at 10:40 PM, Trenton Adams <[EMAIL PROTECTED]> wrote: That's what I was about to do, but that really is a hack. No, it isn't. That's the suggested way to

Re: Multiple Jars

2008-03-22 Thread Trenton Adams
having two full directory structures? Wendy Smoak wrote: On Sat, Mar 22, 2008 at 12:40 PM, Trenton Adams <[EMAIL PROTECTED]> wrote: I have a webapp, and I want there to be a webapp WAR, and a developer JAR, which only includes the class files. The JAR is needed for compilations of

Multiple Jars

2008-03-22 Thread Trenton Adams
Hi Everyone, I'm new to maven. I've been reading documentation for the last two days, and I cannot, for the life of me, figure out how to create multiple jars in maven. I have tried profiles, which don't appear to support it, assembly, which appears to work, but I'm not sure how I could make