Hi,

Firstly, I'm using Maven 1.0.2.

At the moment I specify I would like to add a dependency to the classpath line of a jar manifest file by adding:

                <properties>
                        <jar.manifest.classpath>true</jar.manifest.classpath>
                </properties>

to the dependency in project.xml.

This means the Manifest.mf file in the jar file produced by executing the goal jar:jar will have:

Class-Path:  jarfiletest-2.0b1.jar jarfiletest-2.0b2.jar

I would like it so the classpath becomes like so:

Class-Path: ./lib/jarfiletest-2.0b1.jar ./lib/jarfiletest-2.0b2.jar

So my question is, how can you add pre-text to each class-path element?

Thanks,

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to