DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21716>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21716

trying to execute jars created with jar task fail because java do not get the 
manifest classpath

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2003-07-21 14:08 -------
I tested this in J2SE 1.4.2 for windows and linux, and invoking the class from
the command line, and did not find the referenced classes.

BTW, shouldn't be resolved as WORKSFORME instead of INVALID?

And I'm positive that the problem exists. The piece of ant is:

        <jar jarfile="${lib.dir}/${jar.name}" basedir="${build.dir}" 
index="true">
            <manifest>
                <attribute name="Fuego-Version" value="${fuego.version.full}"/>
                <attribute name="Built-By" value="${user.name}"/>
                <attribute name="Class-Path" value="jide.jar"/>
                <attribute name="Main-Class" value="fuego.boot.Loader"/>
            </manifest>
        </jar>

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

Reply via email to