[symfony-es] php bin/vendors install

305 views
Skip to first unread message

Carlos Alfonso Pérez Rivera

unread,
Jul 4, 2012, 4:57:18 PM7/4/12
to symfony-es
Hola lista, 

Gracias de antemano por la lectura de este mensaje y de su posible ayuda.

Me encuentro en la parte del libro de Symfony2 donde explican lo referente a la carga de fixtures

Segui los pasos explicados; pero al momento de ejecutar el comando "php bin/vendors install"

Me sale el siguiente mensaje
-------
Your project seems to be based on a Standard Edition that includes vendors.
Try to run ./bin/vendors install --reinstall
-------

Asumi entonces que ya tenía instalado el Bundle necesitado (es DoctrineFixturesBundle); dado que baje la versión Standard de Symfoy pero obtengo el error:

-------
PHP Fatal error:  Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /home/cirsiscap/www/Symfony/app/AppKernel.php on line 18
PHP Stack trace:
PHP   1. {main}() /home/cirsiscap/www/Symfony/app/console:0
PHP   2. Symfony\Component\Console\Application->run() /home/cirsiscap/www/Symfony/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/cirsiscap/www/Symfony/vendor/symfony/src/Symfony/Component/Console/Application.php:118
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() /home/cirsiscap/www/Symfony/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:66
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() /home/cirsiscap/www/Symfony/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:80
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeBundles() /home/cirsiscap/www/Symfony/app/bootstrap.php.cache:516
PHP   7. AppKernel->registerBundles() /home/cirsiscap/www/Symfony/app/bootstrap.php.cache:722

Fatal error: Class 'Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle' not found in /home/cirsiscap/www/Symfony/app/AppKernel.php on line 18
------

Busque en la carpeta vendor/bundles/Symfony/Bundle/
y solo encuentro el Bundle AsseticBundle/

Entonces no encuentro como instalar el Bundle y tampoco dice de donde obtenerlo.


--
Carlos Alfonso Pérez Rivera
Ingeniero de Sistemas y Computación
Pereira, Risaralda             
Teléfono: 3326231
Celular: 3217507606

Fabricio Salinas

unread,
Jul 4, 2012, 5:03:55 PM7/4/12
to symfo...@googlegroups.com
Carlos,
¿Has bajado la versión con vendors, no?

¿Intentaste ejecutar ./bin/vendors install --reinstall?

Saludos.

--
Has recibido este mensaje porque estás suscrito al grupo "symfony-es" de Google Groups.
Para publicar en este grupo, envía un email a symfo...@googlegroups.com
Para darte de baja, envía un email a symfony-es+...@googlegroups.com
El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es



--
Fabricio Salinas
Project Leader

Gtalk: fabricio...@gmail.com
Skype: fabriciosalinas
Móvil (mx): 52 811 3997330
Móvil (ar): 54 3400 15 512831
Nextel: 52 811 7773087
Radio: 52*234216*13

Carlos Alfonso Pérez Rivera

unread,
Jul 4, 2012, 5:21:14 PM7/4/12
to symfo...@googlegroups.com
Ya listo... reinstalando... es que inicialmente me estaba sacando un error con el archivo deps.

Muchas gracias,

La pregunta ahora es... porque reinstalar los bundles?

Danny alfonzo Viana perez

unread,
Jul 4, 2012, 6:19:24 PM7/4/12
to symfo...@googlegroups.com
Hola amigo, esto es un tema al que todo mundo me responde que bin/vendors install funciona perfectamente, pero en realidad a mi me funciona solo cuando me bajo el paquete sin vendors y solo la primera vez, luego cada vez que deseo instalar un bundle nuevo debo hacer --reinstall ya que me dice que tengo cambios en mi distribución y que debo hacer commit, sin embargo nunca he modificado nada interno de symfony, otra cosa importante que he notado y nadie lo dice es que en el archivo deps hay que cambiar todos los http:// por https:// sino me da error algunos bundles

Según me comentaron con la versión 2.1 se solucionara esto con la instalación de vendors por medio de composer pero bueno es esperar a ver que tal. 
Para darte de baja, envía un email a symfony-es+unsubscribe@googlegroups.com

El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es



--
Fabricio Salinas
Project Leader

Gtalk: fabricio...@gmail.com
Skype: fabriciosalinas
Móvil (mx): 52 811 3997330
Móvil (ar): 54 3400 15 512831
Nextel: 52 811 7773087
Radio: 52*234216*13

--
Has recibido este mensaje porque estás suscrito al grupo "symfony-es" de Google Groups.
Para publicar en este grupo, envía un email a symfo...@googlegroups.com
Para darte de baja, envía un email a symfony-es+unsubscribe@googlegroups.com

El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es

Fabricio Salinas

unread,
Jul 4, 2012, 6:21:54 PM7/4/12
to symfo...@googlegroups.com
Hola,
Hace poco hubo un thread en el que se habló sobre la actualización de sf2 (versión con vendors) mediante php bin/vendors install <--reinstall> y en realidad no entiendo por que no se puede usar php bin/vendors install en la versión con vendors.

Me surge la duda de si, luego de haber reinstalado en una versión con vendors ( php bin/vendors install --reinstall) ya puedes usar solo install, ¿lo has probado?

Saludos.

Carlos Alfonso Pérez Rivera

unread,
Jul 4, 2012, 6:25:33 PM7/4/12
to symfo...@googlegroups.com
El --reinstall me funciono; pero ahora que quiero probar si me quedó bien configurado con los nuevos Bundles ejecuto el comando

php app/console

y me da el siguiente error:

[RuntimeException]                                                                                                                                                                                     
The autoloader expected class "Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle" to be defined in file "/home/cirsiscap/www/Symfony/app/../vendor/bundles/Symfony/Bundle/DoctrineFixturesBundle/DoctrineFixturesBundle.php". The file was found but the class was not in it, the class name or namespace probably has a typo.  
                                                                                                                                           

Danny alfonzo Viana perez

unread,
Jul 4, 2012, 6:44:37 PM7/4/12
to symfo...@googlegroups.com
negativo amigo, un ejemplo que siempre me pasa, al comenzar un proyecto hice bin/vendors install y perfecto, descargo todos los habituales mas datafixtures de doctrine, luego a mitad de desarrollo me di cuenta que necesitaba un bundle para agrega un captcha al formulario de registro de usuario, agregue en el deps las lineas que me dice la documentación del bundle y ejecuto bin/vendors install y me sale esto, bueno lo que pude copiar de la consola, notese que al final de la lista me dice esto "symfony" has local modifications. Please revert or commit/push them before running this command again. Luego si lo corro con --reinstall y si funciona todo pero descarga todo de nuevo y eso es una perdida de tiempo considerable. 

////
/////
//////
 M tests/Symfony/Tests/Component/Finder/Iterator/FileTypeFilterIteratorTest.php
 M tests/Symfony/Tests/Component/Finder/Iterator/FilenameFilterIteratorTest.php
 M tests/Symfony/Tests/Component/Finder/Iterator/Iterator.php
 M tests/Symfony/Tests/Component/Finder/Iterator/IteratorTestCase.php
 M tests/Symfony/Tests/Component/Finder/Iterator/RealIteratorTestCase.php
 M tests/Symfony/Tests/Component/Finder/Iterator/SizeRangeFilterIteratorTest.php
 M tests/Symfony/Tests/Component/Finder/Iterator/SortableIteratorTest.php
 M tests/Symfony/Tests/Component/Form/AbstractDivLayoutTest.php
 M tests/Symfony/Tests/Component/Form/AbstractExtensionTest.php
 M tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php
 M tests/Symfony/Tests/Component/Form/AbstractTableLayoutTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/ArrayChoiceListTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/MonthChoiceListTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/PaddedChoiceListTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataMapper/PropertyPathMapperTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DataTransformerChainTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/LocalizedTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/FixRadioInputListenerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/FixUrlProtocolListenerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/Fixtures/randomhash
 M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/ResizeFormListenerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/TrimListenerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CheckboxTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/ChoiceTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CollectionTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CountryTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTimeTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FieldTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FileTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FormTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/IntegerTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LanguageTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LocaleTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LocalizedTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/MoneyTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/NumberTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/PasswordTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/RadioTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/RepeatedTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TimeTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TimezoneTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TypeTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Core/Type/UrlTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProviderTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProviderTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/EventListener/EnsureCsrfFieldListenerTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/CsrfTypeTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/TypeTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtensionTest.php
 M tests/Symfony/Tests/Component/Form/Extension/Validator/Type/TypeTestCase.php
 M tests/Symfony/Tests/Component/Form/Extension/Validator/Validator/DelegatingValidatorTest.php
 M tests/Symfony/Tests/Component/Form/Fixtures/Author.php
 M tests/Symfony/Tests/Component/Form/Fixtures/FixedDataTransformer.php
 M tests/Symfony/Tests/Component/Form/Fixtures/FixedFilterListener.php
 M tests/Symfony/Tests/Component/Form/Fixtures/FooType.php
 M tests/Symfony/Tests/Component/Form/Fixtures/FooTypeBarExtension.php
 M tests/Symfony/Tests/Component/Form/Fixtures/FooTypeBazExtension.php
 M tests/Symfony/Tests/Component/Form/Fixtures/Magician.php
 M tests/Symfony/Tests/Component/Form/Fixtures/TestExtension.php
 M tests/Symfony/Tests/Component/Form/Fixtures/foo
 M tests/Symfony/Tests/Component/Form/FormBuilderTest.php
 M tests/Symfony/Tests/Component/Form/FormFactoryTest.php
 M tests/Symfony/Tests/Component/Form/FormInterface.php
 M tests/Symfony/Tests/Component/Form/FormTest.php
 M tests/Symfony/Tests/Component/Form/Guess/GuessTest.php
 M tests/Symfony/Tests/Component/Form/PropertyPathTest.php
 M tests/Symfony/Tests/Component/Form/Util/FormUtilTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/ApacheRequestTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/CookieTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/.unknownextension
 M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/directory/.empty
 M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/test
 M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/test.gif
 M tests/Symfony/Tests/Component/HttpFoundation/File/MimeType/MimeTypeTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/File/UploadedFileTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/FileBagTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/HeaderBagTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/ParameterBagTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/RequestMatcherTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/RequestTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/ResponseHeaderBagTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/ResponseTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/ServerBagTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/SessionStorage/FilesystemSessionStorageTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/SessionStorage/PdoSessionStorageTest.php
 M tests/Symfony/Tests/Component/HttpFoundation/SessionTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Bundle/BundleTest.php
 M tests/Symfony/Tests/Component/HttpKernel/CacheWarmer/CacheWarmerAggregateTest.php
 M tests/Symfony/Tests/Component/HttpKernel/CacheWarmer/CacheWarmerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/ClientTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Controller/ControllerResolverTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/ConfigDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/EventDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/ExceptionDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/LoggerDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/MemoryDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DataCollector/RequestDataCollectorTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Debug/ErrorHandlerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPassTest.php
 M tests/Symfony/Tests/Component/HttpKernel/EventListener/EsiListenerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/EventListener/ExceptionListenerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/EventListener/ResponseListenerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Exception/FlattenExceptionTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/BaseBundle/Resources/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/BaseBundle/Resources/hide.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/Resources/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/bar.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle2Bundle/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ChildBundle/Resources/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ChildBundle/Resources/hide.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/Command/FooCommand.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/BaseBundle/hide.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/Bundle1Bundle/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/ChildBundle/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/FooBundle/foo.txt
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/EsiTest.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/HttpCacheTest.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/HttpCacheTestCase.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/StoreTest.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/TestHttpKernel.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpCache/TestMultipleHttpKernel.php
 M tests/Symfony/Tests/Component/HttpKernel/HttpKernelTest.php
 M tests/Symfony/Tests/Component/HttpKernel/KernelTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Logger.php
 M tests/Symfony/Tests/Component/HttpKernel/Profiler/ProfilerTest.php
 M tests/Symfony/Tests/Component/HttpKernel/Profiler/SqliteProfilerStorageTest.php
 M tests/Symfony/Tests/Component/HttpKernel/TestHttpKernel.php
 M tests/Symfony/Tests/Component/Locale/LocaleTest.php
 M tests/Symfony/Tests/Component/Locale/Stub/StubCollatorTest.php
 M tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php
 M tests/Symfony/Tests/Component/Locale/Stub/StubIntlTest.php
 M tests/Symfony/Tests/Component/Locale/Stub/StubLocaleTest.php
 M tests/Symfony/Tests/Component/Locale/Stub/StubNumberFormatterTest.php
 M tests/Symfony/Tests/Component/Locale/TestCase.php
 M tests/Symfony/Tests/Component/Process/PhpExecutableFinderTest.php
 M tests/Symfony/Tests/Component/Process/ProcessTest.php
 M tests/Symfony/Tests/Component/Process/ProcessTestHelper.php
 M tests/Symfony/Tests/Component/Routing/Annotation/RouteTest.php
 M tests/Symfony/Tests/Component/Routing/CompiledRouteTest.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/AnnotatedClasses/AbstractClass.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/AnnotatedClasses/FooClass.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/RedirectableUrlMatcher.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/annotated.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher1.apache
 M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher1.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher2.apache
 M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher2.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/empty.yml
 M tests/Symfony/Tests/Component/Routing/Fixtures/foo.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/foo1.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/incomplete.yml
 M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalid.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalid.yml
 M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidkeys.yml
 M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidnode.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidroute.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.php
 M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.yml
 M tests/Symfony/Tests/Component/Routing/Fixtures/validresource.xml
 M tests/Symfony/Tests/Component/Routing/Fixtures/validresource.yml
 M tests/Symfony/Tests/Component/Routing/Generator/Dumper/PhpGeneratorDumperTest.php
 M tests/Symfony/Tests/Component/Routing/Generator/UrlGeneratorTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/AbstractAnnotationLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/AnnotationClassLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/AnnotationDirectoryLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/AnnotationFileLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/ClosureLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/PhpFileLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/XmlFileLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Loader/YamlFileLoaderTest.php
 M tests/Symfony/Tests/Component/Routing/Matcher/Dumper/ApacheMatcherDumperTest.php
 M tests/Symfony/Tests/Component/Routing/Matcher/Dumper/PhpMatcherDumperTest.php
 M tests/Symfony/Tests/Component/Routing/Matcher/RedirectableUrlMatcherTest.php
 M tests/Symfony/Tests/Component/Routing/Matcher/UrlMatcherTest.php
 M tests/Symfony/Tests/Component/Routing/RouteCollectionTest.php
 M tests/Symfony/Tests/Component/Routing/RouteCompilerTest.php
 M tests/Symfony/Tests/Component/Routing/RouteTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Dbal/AclProviderBenchmarkTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Dbal/AclProviderTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Dbal/MutableAclProviderTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/AclTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/AuditLoggerTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/DoctrineAclCacheTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/EntryTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/FieldEntryTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategyTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/PermissionGrantingStrategyTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/RoleSecurityIdentityTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategyTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Domain/UserSecurityIdentityTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Permission/BasicPermissionMapTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Permission/MaskBuilderTest.php
 M tests/Symfony/Tests/Component/Security/Acl/Voter/AclVoterTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/AuthenticationProviderManagerTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/AuthenticationTrustResolverTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/UserAuthenticationProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/PersistentTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AnonymousTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/PreAuthenticatedTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/RememerMeTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/UsernamePasswordTokenTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authorization/AccessDecisionManagerTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/RoleHierarchyVoterTest.php
 M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/RoleVoterTest.php
 M tests/Symfony/Tests/Component/Security/Core/Encoder/BasePasswordEncoderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Encoder/EncoderFactoryTest.php
 M tests/Symfony/Tests/Component/Security/Core/Encoder/MessageDigestPasswordEncoderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Encoder/PlaintextPasswordEncoderTest.php
 M tests/Symfony/Tests/Component/Security/Core/Role/RoleHierarchyTest.php
 M tests/Symfony/Tests/Component/Security/Core/Role/RoleTest.php
 M tests/Symfony/Tests/Component/Security/Core/Role/SwitchUserRoleTest.php
 M tests/Symfony/Tests/Component/Security/Core/SecurityContextTest.php
 M tests/Symfony/Tests/Component/Security/Core/User/AccountCheckerTest.php
 M tests/Symfony/Tests/Component/Security/Core/User/ChainUserProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/User/InMemoryProviderTest.php
 M tests/Symfony/Tests/Component/Security/Core/User/UserTest.php
 M tests/Symfony/Tests/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPointTest.php
 M tests/Symfony/Tests/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPointTest.php
 M tests/Symfony/Tests/Component/Security/Http/EntryPoint/FormAuthenticationEntryPointTest.php
 M tests/Symfony/Tests/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
 M tests/Symfony/Tests/Component/Security/Http/Firewall/AccessListenerTest.php
 M tests/Symfony/Tests/Component/Security/Http/Firewall/AnonymousAuthenticationListenerTest.php
 M tests/Symfony/Tests/Component/Security/Http/Firewall/BasicAuthenticationListenerTest.php
 M tests/Symfony/Tests/Component/Security/Http/Firewall/ChannelListenerTest.php
 M tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php
 M tests/Symfony/Tests/Component/Security/Http/FirewallMapTest.php
 M tests/Symfony/Tests/Component/Security/Http/FirewallTest.php
 M tests/Symfony/Tests/Component/Security/Http/HttpUtilsTest.php
 M tests/Symfony/Tests/Component/Security/Http/Logout/CookieClearingLogoutHandlerTest.php
 M tests/Symfony/Tests/Component/Security/Http/Logout/SessionLogoutHandlerTest.php
 M tests/Symfony/Tests/Component/Security/Http/RememberMe/AbstractRememberMeServicesTest.php
 M tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php
 M tests/Symfony/Tests/Component/Security/Http/RememberMe/TokenBasedRememberMeServicesTest.php
 M tests/Symfony/Tests/Component/Serializer/Encoder/XmlEncoderTest.php
 M tests/Symfony/Tests/Component/Serializer/Fixtures/Dummy.php
 M tests/Symfony/Tests/Component/Serializer/Fixtures/NormalizableTraversableDummy.php
 M tests/Symfony/Tests/Component/Serializer/Fixtures/ScalarDummy.php
 M tests/Symfony/Tests/Component/Serializer/Fixtures/TraversableDummy.php
 M tests/Symfony/Tests/Component/Serializer/Normalizer/CustomNormalizerTest.php
 M tests/Symfony/Tests/Component/Serializer/Normalizer/GetSetMethodNormalizerTest.php
 M tests/Symfony/Tests/Component/Serializer/SerializerTest.php
 M tests/Symfony/Tests/Component/Templating/Fixtures/ProjectTemplateDebugger.php
 M tests/Symfony/Tests/Component/Templating/Fixtures/SimpleHelper.php
 M tests/Symfony/Tests/Component/Templating/Fixtures/templates/foo.php
 M tests/Symfony/Tests/Component/Templating/Helper/AssetsHelperTest.php
 M tests/Symfony/Tests/Component/Templating/Helper/CoreAssetsHelperTest.php
 M tests/Symfony/Tests/Component/Templating/Helper/HelperTest.php
 M tests/Symfony/Tests/Component/Templating/Helper/SlotsHelperTest.php
 M tests/Symfony/Tests/Component/Templating/Loader/CacheLoaderTest.php
 M tests/Symfony/Tests/Component/Templating/Loader/ChainLoaderTest.php
 M tests/Symfony/Tests/Component/Templating/Loader/FilesystemLoaderTest.php
 M tests/Symfony/Tests/Component/Templating/Loader/LoaderTest.php
 M tests/Symfony/Tests/Component/Templating/PhpEngineTest.php
 M tests/Symfony/Tests/Component/Templating/Storage/FileStorageTest.php
 M tests/Symfony/Tests/Component/Templating/Storage/StorageTest.php
 M tests/Symfony/Tests/Component/Templating/Storage/StringStorageTest.php
 M tests/Symfony/Tests/Component/Templating/TemplateNameParserTest.php
 M tests/Symfony/Tests/Component/Translation/IdentityTranslatorTest.php
 M tests/Symfony/Tests/Component/Translation/IntervalTest.php
 M tests/Symfony/Tests/Component/Translation/Loader/CsvFileLoaderTest.php
 M tests/Symfony/Tests/Component/Translation/Loader/PhpFileLoaderTest.php
 M tests/Symfony/Tests/Component/Translation/Loader/XliffFileLoaderTest.php
 M tests/Symfony/Tests/Component/Translation/Loader/YamlFileLoaderTest.php
 M tests/Symfony/Tests/Component/Translation/MessageCatalogueTest.php
 M tests/Symfony/Tests/Component/Translation/MessageSelectorTest.php
 M tests/Symfony/Tests/Component/Translation/TranslatorTest.php
 M tests/Symfony/Tests/Component/Translation/fixtures/empty.csv
 M tests/Symfony/Tests/Component/Translation/fixtures/empty.yml
 M tests/Symfony/Tests/Component/Translation/fixtures/non-valid.xliff
 M tests/Symfony/Tests/Component/Translation/fixtures/non-valid.yml
 M tests/Symfony/Tests/Component/Translation/fixtures/resources.csv
 M tests/Symfony/Tests/Component/Translation/fixtures/resources.php
 M tests/Symfony/Tests/Component/Translation/fixtures/resources.xliff
 M tests/Symfony/Tests/Component/Translation/fixtures/resources.yml
 M tests/Symfony/Tests/Component/Validator/ConstraintTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/AssertFalseValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/AssertTrueValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/AssertTypeValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/BlankValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/CountryValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/DateTimeValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/DateValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/EmailValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/FileValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/IpValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/LanguageValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/LocaleValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/LocalizedTestCase.php
 M tests/Symfony/Tests/Component/Validator/Constraints/MaxLengthValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/MaxValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/MinLengthValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/MinValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/NotBlankValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/NotNullValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/NullValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/RegexValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/TimeValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php
 M tests/Symfony/Tests/Component/Validator/ExecutionContextTest.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/ClassConstraint.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintA.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintAValidator.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintB.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintC.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/Entity.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/EntityInterface.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/EntityParent.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/FailingConstraint.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/FailingConstraintValidator.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/FakeClassMetadataFactory.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/FilesLoader.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/InvalidConstraint.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/InvalidConstraintValidator.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/PropertyConstraint.php
 M tests/Symfony/Tests/Component/Validator/Fixtures/Reference.php
 M tests/Symfony/Tests/Component/Validator/GraphWalkerTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Cache/ApcCacheTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/ClassMetadataFactoryTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/ClassMetadataTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/ElementMetadataTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/GetterMetadataTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/AnnotationLoaderTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/FilesLoaderTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/LoaderChainTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/StaticMethodLoaderTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/XmlFileLoaderTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/YamlFileLoaderTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/constraint-mapping.xml
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/constraint-mapping.yml
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/empty-mapping.yml
 M tests/Symfony/Tests/Component/Validator/Mapping/Loader/nonvalid-mapping.yml
 M tests/Symfony/Tests/Component/Validator/Mapping/MemberMetadataTest.php
 M tests/Symfony/Tests/Component/Validator/Mapping/PropertyMetadataTest.php
 M tests/Symfony/Tests/Component/Validator/ValidatorContextTest.php
 M tests/Symfony/Tests/Component/Validator/ValidatorFactoryTest.php
 M tests/Symfony/Tests/Component/Validator/ValidatorTest.php
 M tests/Symfony/Tests/Component/Yaml/DumperTest.php
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsAnchorAlias.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsBasicTests.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsBlockMapping.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsDocumentSeparator.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsErrorTests.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsFlowCollections.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsFoldedScalars.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsNullsAndEmpties.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsSpecificationExamples.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsTypeTransfers.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/escapedCharacters.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/index.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfComments.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfCompact.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfMergeKey.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfObjects.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfQuotes.yml
 M tests/Symfony/Tests/Component/Yaml/Fixtures/sfTests.yml
 M tests/Symfony/Tests/Component/Yaml/InlineTest.php
 M tests/Symfony/Tests/Component/Yaml/ParserTest.php
 M tests/bootstrap.php
"symfony" has local modifications. Please revert or commit/push them before running this command again.
danny@danny-PC:/var/www/sistema$ 
Para darte de baja, envía un email a symfony-es+unsubscribe@googlegroups.com

El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es



--
Fabricio Salinas
Project Leader

Gtalk: fabricio...@gmail.com
Skype: fabriciosalinas
Móvil (mx): 52 811 3997330
Móvil (ar): 54 3400 15 512831
Nextel: 52 811 7773087
Radio: 52*234216*13

--
Has recibido este mensaje porque estás suscrito al grupo "symfony-es" de Google Groups.
Para publicar en este grupo, envía un email a symfo...@googlegroups.com
Para darte de baja, envía un email a symfony-es+unsubscribe@googlegroups.com

El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es



--
Carlos Alfonso Pérez Rivera
Ingeniero de Sistemas y Computación
Pereira, Risaralda             
Teléfono: 3326231
Celular: 3217507606

--
Has recibido este mensaje porque estás suscrito al grupo "symfony-es" de Google Groups.
Para publicar en este grupo, envía un email a symfo...@googlegroups.com
Para darte de baja, envía un email a symfony-es+unsubscribe@googlegroups.com

El resto de opciones puedes encontrarlas en http://groups.google.com/group/symfony-es?hl=es

helysm

unread,
Jul 4, 2012, 7:33:33 PM7/4/12
to symfo...@googlegroups.com

He tenido los mismos problemas asi que lo que hago actualmente es utilizar la version con vendors y hago la instalacion de los bundles manualmente. Ademas me sirve para ver como funcionan internamente. Y el mismo proceso lo hago para la actualizacion del framework

> Hace poco hub...

--
Has recibido este mensaje porque estás suscrito al grupo "symfony-es" de Google Groups.

Para pub...

Reply all
Reply to author
Forward
0 new messages