Crowbar : xulrunner application.ini

View: New views
3 Messages — Rating Filter:   Alert me  

Crowbar : xulrunner application.ini

by Rakesh Soni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
To start crowbar we are using,

xulrunner application.ini
command
application.ini is in our /xulapp folder.

I want to execute "xulrunner application.ini" from any folder, but unable to do that.
I tried in some way like I wrote a shell script startxulrunner.sh with contents:

#!/bin/bash
xulrunner application.ini

I changed mod for startxulrunner.sh to +x and set env (.bashrc) to xulapp directory,
like /home/rakesh/crowbar/xulapp

This shell script are getting executed from /xulapp directory but not from other directories.
I am getting error like,
Error: unrecognized application.ini path.

Kindly guide me so that I could run "xulrunner application.ini from any folder.


Thanks and Regards
--
Rakesh Soni
Chennai, India



_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general

Re: Crowbar : xulrunner application.ini

by Sands Fish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Rakesh,

Can't you just specify the full path of application.ini in the shell script, like:

#!/bin/bash
xulrunner /home/rakesh/crowbar/xulapp/application.ini


--
sands fish
Software Engineer
MIT Libraries
Technology Research & Development
sands@...
E25-131



On Sep 10, 2009, at 1:38 PM, Rakesh Soni wrote:

Hi,
To start crowbar we are using,

xulrunner application.ini
command
application.ini is in our /xulapp folder.

I want to execute "xulrunner application.ini" from any folder, but unable to do that.
I tried in some way like I wrote a shell script startxulrunner.sh with contents:

#!/bin/bash
xulrunner application.ini

I changed mod for startxulrunner.sh to +x and set env (.bashrc) to xulapp directory,
like /home/rakesh/crowbar/xulapp

This shell script are getting executed from /xulapp directory but not from other directories.
I am getting error like,
Error: unrecognized application.ini path.

Kindly guide me so that I could run "xulrunner application.ini from any folder.


Thanks and Regards
--
Rakesh Soni
Chennai, India


_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general




* Please consider the environment before printing this email





_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general

smime.p7s (2K) Download Attachment

Re: Crowbar : xulrunner application.ini

by Rakesh Soni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks

I did this only for now.

Regards
Rakesh Soni

On Sat, Sep 12, 2009 at 12:07 AM, Sands Fish <sands@...> wrote:
Rakesh,

Can't you just specify the full path of application.ini in the shell script, like:

#!/bin/bash
xulrunner /home/rakesh/crowbar/xulapp/application.ini


--
sands fish
Software Engineer
MIT Libraries
Technology Research & Development
sands@...
E25-131



On Sep 10, 2009, at 1:38 PM, Rakesh Soni wrote:

Hi,
To start crowbar we are using,

xulrunner application.ini
command
application.ini is in our /xulapp folder.

I want to execute "xulrunner application.ini" from any folder, but unable to do that.
I tried in some way like I wrote a shell script startxulrunner.sh with contents:

#!/bin/bash
xulrunner application.ini

I changed mod for startxulrunner.sh to +x and set env (.bashrc) to xulapp directory,
like /home/rakesh/crowbar/xulapp

This shell script are getting executed from /xulapp directory but not from other directories.
I am getting error like,
Error: unrecognized application.ini path.

Kindly guide me so that I could run "xulrunner application.ini from any folder.


Thanks and Regards
--
Rakesh Soni
Chennai, India


_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general




* Please consider the environment before printing this email




_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general




--
Rakesh Soni
Chennai



_______________________________________________
General mailing list
General@...
http://simile.mit.edu/mailman/listinfo/general