Issue 12660

Summary: command line tool deployment documentation needs correction
Product: General Reporter: robert.kinsella
Component: scriptingAssignee: tomaisoc
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues, tomaisoc
Version: OOo 1.1 Beta   
Target Milestone: OOo 2.0   
Hardware: Sun   
OS: SunOS   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---

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