Hey there, 

The javamaker appeared to generate the class files. 
Here is my ANT script snippet: 
                <exec executable="${ooSDKPath}\windows\bin\javamaker">
                        <env key="Path"
path="${java.library.path};${ooPath}\program" />
                        <arg line="-UCR -nD ${ooPath}\program\types.rdb
-O.\idl -T${unoPackage}.${unoIf1};${unoPackage}.${serviceName}
${idlPath}\${zipFile}.rdb" />
                </exec>

The Javamaker did complain that UCR was not a valid switch. 

BTW: Isnt using the JPDA the best way to log execution (debug statements) to
trace add-on working during development?

Thanks

Cheers
Gautham Kasinath

Gautham Kasinath
Masters Student
School of Computing and Information Science
Edith Cowan University
Mt. Lawley Campus
Perth
 
IM: [EMAIL PROTECTED], [EMAIL PROTECTED]
AOL Screen name: gkasinath42
Mobile: 0433 904 011
Home phone: 61 8 9444 8154
Home Page: http://www.geocities.com/gkasinath
The world is what it is, and we are what we are. - Maria Puzo (Godfather)

-----Original Message-----
From: Stephan Bergmann [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 14, 2006 4:10 PM
To: [email protected]
Subject: Re: [api-dev] JDPA (Tiger) not connecting.

Gautham Kasinath wrote:
> I was also wondering if it is normal for javamaker to exit with "Result:
> 99". I have tried in vain to locate the exit codes for javamaker. Any help
> in this direction will also be useful.

What is your javamaker command line?  Does javamaker issue any other 
diagnostics other than the 99 exit?  Does it generate the .class files 
you requested?

-Stephan

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

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

Reply via email to