Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Jbuilder8 and relative paths

Status
Not open for further replies.

Jocsta

Programmer
Jun 14, 2002
204
GB
I have a couple of batch files that I wish to run as "external build tasks" after my application has built.

These batch files are stored in a sub directory under the main project directory (for convenience from a source safe point of view), so I dont wish to specify a full path to them, and would rather use a relative path from the project directory (as I am not the only person working on this project and want a "check out and build anywhere" with no hastle or fixed path requirement)... can I find a way to do this.. nope!
Does anyone know if there is some particular way of specifying the path, or some kind of environment type variable that will allow me to do this? I have tried....

bat/do_stuff.bat
/bat/do_stuff.bat
<jbuilder>/do_stuff.bat

and countless other variations, but to no avail...

Cheers,

<< JOC >>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top