Re: addClasspath does not add the classpath to Manifest

2007-05-13 Thread Jo Vandermeeren
Hi Tom, Only dependencies with scope "runtime" are added to the classpath. Cheers Jo On 5/11/07, Tom Lambrechts <[EMAIL PROTECTED]> wrote: When enabling addClasspath the manifest does not contain classpath. Neither for runtime or compile scope: Main class and other parameters do work. Manife

Re: addClasspath does not add the classpath to Manifest

2007-05-13 Thread Wayne Fay
Not sure what to tell you, Tom. Here's my results with the same config; it works for me. Manifest.mf file: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: WFay Build-Jdk: 1.5.0_06 Class-Path: jaxme-api-0.3.jar saxon-6.5.3.jar log4j-1.2.12.jar jaxp-ap i-1

addClasspath does not add the classpath to Manifest

2007-05-11 Thread Tom Lambrechts
When enabling addClasspath the manifest does not contain classpath. Neither for runtime or compile scope: Main class and other parameters do work. Manifest: - Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: TOLA Build-Jdk: 1.5.0_07 POM: