Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative paths for project #5

Open
sholan opened this issue Oct 25, 2017 · 5 comments
Open

Relative paths for project #5

sholan opened this issue Oct 25, 2017 · 5 comments

Comments

@sholan
Copy link

sholan commented Oct 25, 2017

I noticed there is no possibility to create a project based on a relative path. Which makes the portable aspect of netbeans-portable really limited.

Is there a workaround or a universal way to solve this ?

regards

@jgonyea
Copy link

jgonyea commented Oct 26, 2017

I'm working on a script (run from git portable) which finds/replaces paths

https://github.com/jgonyea/portableDevEnvironment/blob/develop/startDev.sh

I think that should do what you want.

@sholan
Copy link
Author

sholan commented Oct 28, 2017

I see, the idea is really nice, have you considered/searched for a way to have the startDev.sh be run at PortableApps.com startup ?

@jgonyea
Copy link

jgonyea commented Oct 28, 2017

I guess you could have Git Portable run on startup, having it point to git-bash instead of git-gui, and then make .bash_profile run the script?

@sholan
Copy link
Author

sholan commented Nov 2, 2017

I guess this is a solution, would be nice if PortableApps.com created somekind a "standard" way to refactor software related configuration "on launch" available for portablizers, could make things easier for everyone.

I will look into this.

@jgonyea
Copy link

jgonyea commented Nov 4, 2017

FYI, you also need to clear the cache, as there are full paths stored there. My script now reflects removing that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants