Re: [SMW-devel] raising composer features

2013-11-25 Thread Lists
Nachricht- Von: Jeroen De Dauw [mailto:jeroended...@gmail.com] Gesendet: Dienstag, 26. November 2013 05:36 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] raising composer features Hey Lists, ok, as far as I understand include_once( _

Re: [SMW-devel] raising composer features

2013-11-25 Thread Jeroen De Dauw
Hey Lists, ok, as far as I understand > > include_once( __DIR__ . '/vendor/autoload.php' ); > > ...is meant to be... > > require_once( __DIR__ . '/../vendor/autoload.php' ); > > ...and autoload.php will resist in wikiroot/vendor together with additional > packages which are not mediawiki-extension

Re: [SMW-devel] raising composer features

2013-11-25 Thread Lists
l.com] Gesendet: Dienstag, 26. November 2013 03:48 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] raising composer features Hey Lists, > But some extensions are now in wikiroot/vendor others in > wikiroot/extensions The idea here is that extensions end up in

Re: [SMW-devel] raising composer features

2013-11-25 Thread Jeroen De Dauw
Hey Lists, > But some extensions are now in wikiroot/vendor others in wikiroot/extensions The idea here is that extensions end up in wikiroot/extensions, and all other packages end up in wikiroot/vendor. This should already be the case when doing an SMW install. Though not all my packages have be

Re: [SMW-devel] raising composer features

2013-11-25 Thread Lists
ositories? cheers. -Ursprüngliche Nachricht- Von: Jeroen De Dauw [mailto:jeroended...@gmail.com] Gesendet: Dienstag, 26. November 2013 02:09 An: Lists Cc: Semantic MediaWiki developers Betreff: Re: [SMW-devel] raising composer features Hey Lists, If you are getting an error because git is

Re: [SMW-devel] raising composer features

2013-11-25 Thread Jeroen De Dauw
Hey Lists, If you are getting an error because git is not installed, we, that sucks. I was under the impression Composer would be smart enough to get the code as tarball in such a case. Though perhaps it normally is, and simply cannot do this in your case, as you are likely specifying dev-master (

Re: [SMW-devel] raising composer features

2013-11-25 Thread James HK
Hi, If you follow the steps below non of your described issues are occurring: * Install MW 1.22 * Rename composer-example.json to composer.json * Add "mediawiki/semantic-mediawiki": "dev-master" and "minimum-stability" : "dev" to the composer.json placed within the MW directory (for more details

[SMW-devel] raising composer features

2013-11-25 Thread Lists
Hi, this morning I made some beta tests on the new composer oportunities. MW 1.22.R0 + SMW 1.9 results: - successfully installed MW 1.22 via composer with an composer.json (command line failed) - ext. SWM was not installed (command "git" not found) - ext. validator was placed in the expected f