Menu

#7 File Locations

1.5
open
nobody
Gridkit (4)
7
2007-03-04
2007-03-04
Paul Grace
No

File reads from locations not linked to Gridkit environment variable; hence, won't work in certain installations

Discussion

  • Paul Grace

    Paul Grace - 2007-03-06

    Modified RoomsServer

     
  • Paul Grace

    Paul Grace - 2007-03-06

    Logged In: YES
    user_id=1199038
    Originator: YES

    Looks to only be in the chat application demo i.e. the roomsserver main class, which uses a hard coded file location - this can easily be changed to:

    String FileLocation = GridkitConstants.getGridkitBase();
    policy.setPolicy(new File(FileLocation+File.separator +"DiscoveryFramework"+File.separator +"Policy"+File.separator +"SLPBpolicy.xml"));

    I attach the changed file as well. As this is a minor change the bug will be fixed in the next release (1.6 - May 2007)
    File Added: RoomsServer.java

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.