You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpat...@googlegroups.com
Hi there,
My linux install of cpath is now being used
by others so I have moved back to using cpath on my Windows box. I
have had to change one file for it to work. org.mskcc.pathdb.lucene.LuceneConfig
The getLuceneDirectory
method has some hard coded forward slashes in it, I have just replaced
them with "java.io.File.separator" and now it works.
A minor tweak to env.pl (doing a os check,
then choosing the correct system delimiter) means everything works fine
on my windows and linux boxes.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpat...@googlegroups.com
Hi Iain,
Thanks. I actually did something similar with env.pl, but your
solution is better so I'm going to check it in to CVS. I didn't have
any other problems with installing cPath on Windows XP, but we'll look
into it.
Thanks,
Gary
Ethan Cerami
unread,
Feb 1, 2005, 11:43:01 AM2/1/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpat...@googlegroups.com
Hi Iain,
Thanks for doing this. Can you also post your revised LuceneConfig.java
file, or just email it to me directly -- I'll check it into CVS too.