Skip to content

Commit

Permalink
rebuilt Propel files and added helper for Windows systems
Browse files Browse the repository at this point in the history
Using Propel 1 with Composer is a nightmare on Windows:
propelorm/Propel#588

The small batch file works around Propel by simply directly
invoking Phing.
  • Loading branch information
Christoph committed Jun 12, 2014
1 parent dde5dad commit 15ef3f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/build/conf/classmap-datawrapper-conf.php
@@ -1,5 +1,5 @@
<?php
// This file generated by Propel 1.6.8 convert-conf target
// This file generated by Propel 1.6.9 convert-conf target
return array (
'Action' => 'datawrapper/Action.php',
'ActionPeer' => 'datawrapper/ActionPeer.php',
Expand Down
6 changes: 6 additions & 0 deletions scripts/rebuild-propel.bat
@@ -0,0 +1,6 @@
@echo off

rem change into project root
cd %~dp0\..

vendor\bin\phing -f vendor\propel\propel1\generator\build.xml -Dproject.dir=lib\core\

0 comments on commit 15ef3f5

Please sign in to comment.