kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Buildout broken on WIndows #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run buildout on windows
2. see the brokenness

What is the expected output? What do you see instead?

We need to switch to plone.recipe.plone25install and start using the
production recipes for the Plone 2.5 buildout. The / vs \ seems to break in
windows with the current one we are using. 

For reference, in the getpaid buildout for Plone 3 at
http://getpaid.googlecode.com/svn/trunk/getpaid-30.buildout
this is used:

[plone]
recipe = plone.recipe.plone>=3.0,<3.1dev

See
http://groups.google.com/group/getpaid-dev/browse_thread/thread/fb2fb4bf4eb21bd2
for more info. 

Original issue reported on code.google.com by cjj.ifpe...@gmail.com on 20 Nov 2007 at 11:34

GoogleCodeExporter commented 8 years ago
I hopefully fixed this in revision 1035.
Needs to be checked by someone who actually uses Windows.  But Taun indicated 
that
manually changing this worked for him.
The tests on Linux keep passing at least.

Original comment by maurits.vanrees on 21 Nov 2007 at 10:13