You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jeremias Maerki <de...@greenmail.ch> on 2005/05/24 22:08:37 UTC

Re: cvs commit: xml-fop build.xml

Does anyone consider this an important feature, running FOP using "java
-jar fop.jar"? If yes, I could create a little wrapper that dynamically
sets up a classloader to load all dependencies from fop.jar's
neighbourhood. That would be a lot more flexible than the Class-Path
entry.

On 24.05.2005 21:45:03 jeremias wrote:
> jeremias    2005/05/24 12:45:03
> 
>   Modified:    .        build.xml
>   Log:
>   Commented the Class-Path Manifest entry which causes trouble at runtime (ClassNotFoundErrors).
>   Additional infos echoed during build.
>   
>   Revision  Changes    Path
>   1.122     +4 -1      xml-fop/build.xml
>   
>   Index: build.xml
>   ===================================================================
<snip/>
>          <manifest>
>            <attribute name="Main-Class" value="${main.class}"/>
>   -        <attribute name="Class-Path" value="${manifest-classpath}"/>
>   +        <!--attribute name="Class-Path" value="${manifest-classpath}"/-->
>            <attribute name="Implementation-Title" value="${Name}"/>


Jeremias Maerki