Hi, Yup, that worked for me too! You don't need the jython-21.class for this to work. The reason for the earlier error was because of the "-p ~/temp" argument which is changed to "-p ./temp" in Windows. Great!
It did create a PARCHOME.pdb file in the directory. I didn't move this to my Palm so not sure if it is the correct format or not. Did anyone check that? I noticed it saying not retrieving images...which is because of the earlier discussion about images. Good job Bill! R/ Jeet --------- >From: "Bill Nalen/Towers Perrin" <[EMAIL PROTECTED]> >Reply-To: Plucker Development List <[EMAIL PROTECTED]> >To: Plucker Development List <[EMAIL PROTECTED]> >Subject: Re: Pure Java version of the parser working >Date: Mon, 4 Mar 2002 10:35:26 -0500 > > >Worked perfectly for me. I'm running Java 1.3.1 on windows 2000. I >dropped the jar file and the jython files into my c:\program files\plucker >directory. I had to modify the command line a little to be: > >java -classpath plucker-build.jar pluckit -V 2 -H http://www.parc.com/ >--bpp=0 -N "PARC Home Page" -f PARCHomePage -P ./ -M 1 > >this also works > >java -jar plucker-build.jar -V 2 -H http://www.parc.com/ --bpp=0 -N "PARC >Home Page" -f PARCHomePage -P ./ -M 1 > >I don't think you need the jython file since it doesn't seem to be used >(i.e. I didn't have to reference it in the classpath for running it). > >Nice work Bill. > > > > > > > To: Plucker Development List ><[EMAIL PROTECTED]> > Bill Janssen cc: (bcc: Bill Nalen/Towers >Perrin) > <janssen@parc. Subject: Pure Java version of >the parser working > xerox.com> > > 03/01/2002 > 12:03 AM > Please respond > to Plucker > Development > List > > > > > > >Well, I've figured out enough of Jython to compile the parser into a >jar file, and I can now pluck (without images) using only Java 1.2. >To tell you the truth, I'm flabbergasted that this stuff works this >well. > >Here's what a typical command line looks like: > >java -classpath plucker-build.jar pluckit \ > -V 2 -H http://www.parc.com/ --bpp=0 -N "PARC Home Page" -p ~/temp -f >PARCHomePage > >The output is exactly what you'd get if you replaced the first part >with plucker-build. And the resultant Plucker doc displays fine with >1.1.13. Astounding. The only problem I've found so far is that >document names longer than 20 characters don't work, apparently >because of a bug in the Jython Java code. > >I've put the jar file out for ftp, if you'd like to try it, at >ftp://ftp.parc.xerox.com/transient/janssen/plucker-build.jar.; Invoke >it as shown above, i.e. > > java -classpath JARFILE pluckit PLUCKER-BUILD-ARGS > >I'm using JDK 1.2 on Solaris; your milage may vary with other Javas. > >Next step is to integrate JIU into this nightmare... > >Bill > > > > _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
