In addition to proprietary code, we use some packages from the public repository. It seems a more clean separation to keep those repositories separate, rather than importing things from the public repository into our proprietary one. Is there any support for loading (for example, resolving prerequisites) from multiple store repositories? Stevenson, Dave (contr) <[hidden email]>
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Stevenson, Dave (Contr) wrote:
> > In addition to proprietary code, we use some packages from the public > repository. It seems a more clean separation to keep those > repositories separate, rather than importing things from the public > repository into our proprietary one. Is there any support for loading > (for example, resolving prerequisites) from multiple store repositories? > No, not that I'm aware of. The only supported separation is between parcels vs pundles, so maybe you can maintain the separation that way. Otherwise you'll need to adjust your build script to explicitly switch between repositories (which implies the build script needs to do prereq analysis to avoid having to switch on demand). R - _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I posted this question on the Seaside mailing list, but then I realized that it's really a VW question. I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk. How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?
Thanks, -Carl Gundel http://www.runbasic.com _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Well, I've been trying to figure this out, without luck. For the simplest possible starting point, how would I create an instance of an Opentalk web server without Seaside that serves files on my local hard drive?
Carl On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
1. Load Seaside
2. Create folder called 'files' in the same directory where
your image lives
3. Place 'text.txt' in that folder
4. Navigate to
'http://localhost:7777/seaside/files/external/test.txt'
(bonus round)
5. Open Seaside>Settings
6. Clear "Root" setting
7. Stop/Start Seaside server
8. Navigate to
'http://localhost:7777/files/external/test.txt'
Hope this helps,
-Boris From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel Sent: Thursday, April 23, 2009 12:54 PM To: VWNC Subject: [vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specifylocation for public files Carl
On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Carl Gundel
[spelling correction]
3. Place 'test.txt' in
that folder -Boris From: Boris Popov Sent: Thursday, April 23, 2009 1:10 PM To: Carl Gundel; VWNC Subject: Re: [7.6][Opentalk]How to specifylocation for public files 1. Load Seaside
2. Create folder called 'files' in the same directory where
your image lives
3. Place 'text.txt' in that folder
4. Navigate to
'http://localhost:7777/seaside/files/external/test.txt'
(bonus round)
5. Open Seaside>Settings
6. Clear "Root" setting
7. Stop/Start Seaside server
8. Navigate to
'http://localhost:7777/files/external/test.txt'
Hope this helps,
-Boris From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel Sent: Thursday, April 23, 2009 12:54 PM To: VWNC Subject: [vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specifylocation for public files Carl
On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Thanks Boris, that really does help. I appreciate it a lot!
Thanks also for the help others have been giving me here with this issue. :-) -Carl On Apr 23, 2009, at 4:09 PM, Boris Popov wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |