Skip to main content
September 9, 2008
Question

Baggage file issues

  • September 9, 2008
  • 3 replies
  • 427 views
Hi, Folks!

I've created a project to be merged into another, and it contains a javascript function that won't ... well, function. I thought it needed to be in the Baggage Files folder, but that folder won't accept it unless I create a new folder one level down. I tried that, but it still doesn't work (the javascript function). I've also tried adjusting the level path ("..\..\Holidays" -- the name of the function), but still nada...

any suggestions?
Thanx!
Lon
This topic has been closed for replies.

3 replies

Peter Grainge
Community Expert
Community Expert
September 9, 2008
I think you need to have the js file within any project that uses it.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
MergeThis
Inspiring
September 10, 2008
Sometimes RH balks at adding files to Baggage (as you've seen). Simply open the rhbag.apj in a text editor such as Notepad (BUT NOT WORD!!!!!!), and add the .js file using the existing entries as a guide.


Good luck,
Leon
September 9, 2008
A little history:

What I did was to use the books in the original project to create about two dozen merge projects; the topic I'm having a problem with worked just fine in the original project, and it uses "back" slashes.

Somehow, I seem to have been able to place the Holidays.js file in the Baggage Files folder in the original, but the merge project will have none of it -- unless, as I mentioned, I create a sub-folder to place it in ... but then how does that affect the path (in the True Code section)? Do I need the .js file in the Baggage Files folder?

Thanx again,
Lon
Peter Grainge
Community Expert
Community Expert
September 9, 2008
Try forward slashes.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.