Re: [Jgeneral] Configuring different folder for Project Manager

2019-06-27 Thread Yuvaraj Athur Raghuvir
I moved project folders from another machine and renamed top level folders.

dir '~Projects'  points to right folder.
Name match between project folder and  .jproj file solved the problem.

Thanks Chris.




On Wed, Jun 26, 2019 at 3:08 PM chris burke  wrote:

> It should pick up your projects automatically when you restart J.
>
> Can you confirm that your projects are correctly set up, i.e. that each
> project folder has a .jproj file of the same name? See https://code.
> jsoftware.com/wiki/Guides/Folders_and_Projects.
>
> Also check that ~Projects is defined correctly:
>
>   dir '~Projects'
>
> On Wed, Jun 26, 2019 at 2:10 PM Yuvaraj Athur Raghuvir <
> yuvaraj@gmail.com> wrote:
>
> > Hello,
> >
> > I decided to add a /projects/jgit folder to keep my J Projects under Git
> > control. However, when I launch Project Manager from Jqt (on mac), it
> does
> > not find my projects.  I modified folders path as follows.
> >
> > Projects ~user/projects/jgit
> >
> > What am I missing?
> >
> > Regards,
> > Yuva
> > --
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] Configuring different folder for Project Manager

2019-06-26 Thread chris burke
It should pick up your projects automatically when you restart J.

Can you confirm that your projects are correctly set up, i.e. that each
project folder has a .jproj file of the same name? See https://code.
jsoftware.com/wiki/Guides/Folders_and_Projects.

Also check that ~Projects is defined correctly:

  dir '~Projects'

On Wed, Jun 26, 2019 at 2:10 PM Yuvaraj Athur Raghuvir <
yuvaraj@gmail.com> wrote:

> Hello,
>
> I decided to add a /projects/jgit folder to keep my J Projects under Git
> control. However, when I launch Project Manager from Jqt (on mac), it does
> not find my projects.  I modified folders path as follows.
>
> Projects ~user/projects/jgit
>
> What am I missing?
>
> Regards,
> Yuva
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm