google-code-export / dojango

Automatically exported from code.google.com/p/dojango
Other
1 stars 0 forks source link

dojobuild comman not work properly on Windows XP #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run manage.py dojobuild

What is the expected output? 

Output from dojo build

What do you see instead?

Dojo build help message

What version of the product are you using? On what operating system?

0.5.0 alpha , Windows xp, python 2.7, django 1.3.0 alpha

Please provide any additional information below.

Remove last separator from releaseDir resolve the problem

changing line 96 dojobuild.py from
release_dir = os.path.abspath(os.path.join(self.dojo_release_dir, "../")) + 
os.path.sep
to
release_dir = os.path.abspath(os.path.join(self.dojo_release_dir, "../"))

Original issue reported on code.google.com by piotrsik...@gmail.com on 19 Nov 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Dojo version 1.5.0

Original comment by piotrsik...@gmail.com on 19 Nov 2010 at 12:10

GoogleCodeExporter commented 9 years ago
Fixed in r272.

Tested that down until Dojo Version 1.2.0 and it seems that the path separator 
is not required anymore. Could be that this was required for previous dojo 
versions.

Original comment by tobias.k...@googlemail.com on 19 Nov 2010 at 12:50