Hi, Brian.

Let's move this discussion to the devel list. 

My fist question is, did you call setOut() on SimpleInterface? I believe this 
is required. Sorry
that the class is not all that well documented.

If that's not your problem, why don't you send me the src of the entire method 
or class where
you're making this call. I might see something or be able to test it. Also, if 
you have a more
complete stack trace, please send it along.

Thanks.

--Rob

--- [EMAIL PROTECTED] wrote:

> Hello, I am attempting to do a checkout using the following method from 
> the simpleInterface:
> 
>   checkOutFile(long fileID, java.lang.String fileName, 
> java.io.File targetDir, int eolType) 
> 
> 
> I keep getting the following error:
> 
> java.lang.NullPointerException
>         at 
> org.sourcejammer.client.gui.CommandCentral.getSelectedFileNodeInfo(Unknown 
> Source)
> 
> 
> 
> Here are the values before the method call: 
> the filename:ae.jar
> the targetdir:C:\temp
> the file id:222
> eolType = 3;
> 
> 
> 
> I got the file id from NodeInfo.getUniqueId(), as far as I can tell all of 
> the values are valid, is there something else I may be overlooking?
> 
>                   Thanks Brian


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
SourceJammer-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel

Reply via email to