The batch file for deploying the ExampleClient.jar doesn't work.
----------------------------------------------------------------
Key: GERONIMO-4581
URL: https://issues.apache.org/jira/browse/GERONIMO-4581
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: documentation
Affects Versions: 2.1, 2.2
Environment: IBM JDK 6 + Windows XP SP3
Reporter: Ying Tang
Priority: Trivial
http://cwiki.apache.org/confluence/display/GMOxDOC22/Deploying+and+running+Java+EE+application+client
The .bat file in this page for deploying the application client doesn'w work,
as the command "jar" for packing the .jar file has incorrect format:
jar -cfM app_client.jar -C D:\workspace2\GERONIMO_APPLICATION\bin .
we can locate the batch file in the application home directory, where there
should be a META-INF folder and class files (class files can be in its
subdirectory), and use this syntax:
jar cfM app_client.jar *
Does anybody know how to specify the directory in the batch file? The -C option
doesn't work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.