Re: Setting jar order in maven.compile.classpath

2007-07-26 Thread Wayne Fay
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Setting-jar-order-in-maven.compile.classpath-tf4111876s177.html#a11811974 Sent from the Maven - Users mailing

Re: Setting jar order in maven.compile.classpath

2007-07-26 Thread jaxzin
unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Setting-jar-order-in-maven.compile.classpath-tf4111876s177.html#a11811974 Sent from the Maven - Users mailing list archive at Na

Re: Setting jar order in maven.compile.classpath

2007-07-26 Thread Manos Batsis
Come on guys let us not give too much attention to eachother :-) I dont think Maven's behaviour regarding the order of JARs in the classpath is random; that would be impossible. My guess is the order is predictable and based on the dependencies configuration and the algorithm that goes over

Re: Setting jar order in maven.compile.classpath

2007-07-26 Thread jaxzin
sspath"? I >> >> have two jars generated as part of my build that I need to explicitly >> >> set the order of in maven.compile.classpath. >> >> thanks, >> >> Roger >> >> >> >> >> > >> &g

Re: Setting jar order in maven.compile.classpath

2007-07-25 Thread Wayne Fay
[EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Setting-jar-order-in-maven.compile.classpath-tf4111876s177.html#a11800428 Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: Setting jar order in maven.compile.classpath

2007-07-25 Thread jaxzin
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Setting-jar-order-in-maven.compile.classpath-tf4111876s177.html#a11800428

Re: Setting jar order in maven.compile.classpath

2007-07-19 Thread Wayne Fay
You can't. "Set the order of jars" means you're duplicating code, which is generally a bad idea. Eliminate the duplication (make one depend on the other). Wayne On 7/19/07, Roger Huang (rchuang) <[EMAIL PROTECTED]> wrote: How can I specify the order of jars in "maven.compile.classpath"? I have

Setting jar order in maven.compile.classpath

2007-07-19 Thread Roger Huang \(rchuang\)
How can I specify the order of jars in "maven.compile.classpath"? I have two jars generated as part of my build that I need to explicitly set the order of in maven.compile.classpath. thanks, Roger