> From: bill lam
> Sent: Monday, 21 June 2010 13:17
> 
> Пнд, 21 Июн 2010, Sherlock Ric писал(а):
> > > From: Sherlock, Ric Sent: Monday, 21 June 2010 12:44
> > >
> > > AFAICS this the default config in J602 and the latest J701 beta.
> > > (Wasn't in the zipped Gtk IDE beta, but I think that was just to
> > > make installation easy).
> >
> > Sorry that wasn't very clear. What I was trying to say was that the
> > default location for the ~user folder *is* under ~home in j602 and
> > the latest j701 beta.
> 
> The following is what I got from the profile.ijs in j7gtklinus32.zip
> ~user seems under ~install, what is your profile.ijs ?

I've pasted mine below. As I said, I think the zipped Gtk IDE beta had it under 
~install for easy installation (unzipping) reasons. The latest beta with an 
installer http://www.jsoftware.com/pipermail/beta/2010-June/004149.html
(Eric's j701 beta) has ~user under ~home.

I have successfully got the GTK IDE to run in that beta, and am now using a 
single beta for testing both jhs, gtk and jconsole front ends.
http://www.jsoftware.com/pipermail/beta/2010-June/004158.html
 
> 
> NB. create SystemFolders
> bin=.     BINPATH
> install=. (bin i: '/'){.bin
> addons=.  install,'/addons'
> help=.    install,'/help'
> system=.  install,'/system'
> tools=.   install,'/tools'
> home=.    >(systype-5){(2!:5'HOME');2!:5'USERPROFILE'
> user=.    install,'/user'
> break=.   user,'/break'
> temp=.    user,'/temp'
> config=.  user,'/config'
> ids=. ;:'addons bin break config help home install system tools temp
> user'
> SystemFolders_j_=: ids,.jpathsep@".&.>ids

NB. create SystemFolders
bin=.     BINPATH
install=. (bin i: '/'){.bin
addons=.  install,'/addons'
help=.    install,'/help'
system=.  install,'/system'
tools=.   install,'/tools'
home=.    >(systype-5){(2!:5'HOME');2!:5'USERPROFILE'

NB.! user=.    install,'/user'
userx=.   '\j',('64-'#~16={:$3!:3[2),'701-user'
user=.    home,userx

break=.   user,'/break'
temp=.    user,'/temp'
config=.  user,'/config'
ids=. ;:'addons bin break config help home install system tools temp user'
SystemFolders_j_=: ids,.jpathsep@".&.>ids

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to