ZIP Dependencies in JARs

2007-01-22 Thread Shelley L
In a JAR project, when declaring a dependency with type zip, the generated manifest class-path excludes the zip dependency. Further, when generating the eclipse artifacts, the .classpath also excludes the zip dependency. This seems to occur because the ArtifactHandler isAddedToClasspath is

Re: ZIP Dependencies

2006-10-31 Thread Wendy Smoak
On 10/31/06, Shelley Lock [EMAIL PROTECTED] wrote: With some of our JAR/WAR projects, we create secondary project end states with the ZIP format using the assembly plugin. Is there any way to declare these assembled zips as dependencies of other projects? Thanks! You'll need to install or

ZIP Dependencies

2006-10-31 Thread Shelley Lock
With some of our JAR/WAR projects, we create secondary project end states with the ZIP format using the assembly plugin. Is there any way to declare these assembled zips as dependencies of other projects? Thanks! - Want to start your own business? Learn how on

Re: ZIP Dependencies

2006-10-31 Thread Shelley
in context: http://www.nabble.com/ZIP-Dependencies-tf2546986s177.html#a7103479 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: - ZIP dependencies -

2003-07-22 Thread Brian Ewins
[resending now my mail is working again...] Oracle are pretty much unique in still distributing jars as zips, you are not alone in having this issue. I'm working on the 'sucks' plugin[1], once its finished we should be able to automatically install oracle drivers into the correct place in the

- ZIP dependencies -

2003-07-18 Thread Velu VELOUTE
Hello everybody, In my project.xml, my project needs the following dependency: !-- Oracle 8i JDBC driver 8.1.7.1 -- dependency groupIdjdbc/groupId artifactIdclasses12/artifactId version8.1.7.1/version typezip/type /dependency Maven (beta-10) checks into the repository under

Re: - ZIP dependencies -

2003-07-18 Thread Incze Lajos
On Fri, Jul 18, 2003 at 06:36:21PM +0200, Velu VELOUTE wrote: Hello everybody, In my project.xml, my project needs the following dependency: !-- Oracle 8i JDBC driver 8.1.7.1 -- dependency groupIdjdbc/groupId artifactIdclasses12/artifactId version8.1.7.1/version typezip/type

Re: - ZIP dependencies -

2003-07-18 Thread Velu VELOUTE
I renamed it to jar. Isn't that an option for you? incze Sure, it could also be a trick for now. But in fact, what is the use of that jars subdirectories in the maven repository and the type element in the project.xml if, at last, each dependency has to be a .jar file ? Have a nice week, LVV