Issue 12660 - command line tool deployment documentation needs correction
Summary: command line tool deployment documentation needs correction
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: OOo 1.1 Beta
Hardware: Sun SunOS
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: tomaisoc
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 08:02 UTC by robert.kinsella
Modified: 2003-06-13 12:22 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description robert.kinsella 2003-03-26 08:02:11 UTC
ScriptingFramework ed-0.2 rc4 on Solaris sparc

When user deploys a script using the command line tools, they should not include
the java or beanshell directory at the end of the path to which the parcel is to
be deployed to.

e.g. for java parcel
# java CommandLineTools -d myparceldir.sxp /export/home/MyOffice/share/Scripts/java

actually deploys to /export/home/MyOffice/share/Scripts/java/java

the user should deploy to /export/home/MyOffice/share/Scripts - the parcel will
now be deployed correctly to /export/home/MyOffice/share/Scripts/java

similarly for beanshell the user should deploy to 
/export/home/MyOffice/share/Scripts - the parcel will now be correctly deployed
to /export/home/MyOffice/share/Scripts/beanshell.

If the parcel is not deployed to /export/home/MyOffice/share/Scripts/java or
/export/home/MyOffice/share/Scripts/beanshell, OpenOffice.org will not list the
scripts in the assign to dialog
Comment 1 robert.kinsella 2003-03-26 08:03:45 UTC
update documentation at 
http://framework.openoffice.org/scripting/release-0.2/commandline-devguide.html
Comment 2 Unknown 2003-03-26 08:16:14 UTC
Assign to Tom to fix
Comment 3 tomaisoc 2003-03-27 17:13:01 UTC
This is now documented.
Comment 4 robert.kinsella 2003-06-13 12:22:31 UTC
verifed documentation is corrected, closing issue