Don't worry. This is starndard Manifest format - prefixing a wrapped line with a space. You can check the manifest in lib/server.jar. It's the same thing.
-Jack On Sat, Mar 27, 2010 at 10:35 AM, Billy Vandory <[email protected]>wrote: > > I got the above working by setting Maven as a dependency in eclipse. Now I > have another issue with GEP. I want to enable "in place library support", > but I noticed that the MANIFEST.MF that GEP produces and places in the > geronimo/var/shared/lib directory as a JAR file cuts off the paths with > spaces (in fact it appears to be truncating the lines). Here is a sample > of > the MANIFEST produced by the GEP plugin: > > > Manifest-Version: 1.0 > Class-Path: file:/C:/codebase.wakawaka/wakaear/target/ file:/C:/repo/o > rg/apache/log4j/1.2.15/log4j-1.2.15.jar file:/C:/repo/junit/junit/4.8 > .1/junit-4.8.1.jar file:/C:/repo/org/apache/log4j/1.2.15/log4j-1.2.15 > -sources.jar file:/C:/repo/com/waka/logging/1.0/logging-1.0.jar file: > /C:/repo/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.2/gero > nimo-servlet_2.5_spec-1.2.jar > > See how it puts a space between C:/repo/o rg/apache AND junit/4.8 .1 > > Could someone confirm that Geronimo reads the jar file placed in the > Geronimo/var/shared/lib directory to locate the libraries, and if the > spaces > would indeed cause problems. I'm trying to find where in the plugin code > the manifest is produced and fix that. > > Thanks, > Billy > > -- > View this message in context: > http://n3.nabble.com/Geronimo-plugin-issue-or-maven-tp634363p677851.html > Sent from the Users mailing list archive at Nabble.com. >
