1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
| V:\Stage\Dev\BibliothequeIHM4Maven>mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - BibliothequeIHM4Maven:BibliothequeIHM4Maven:swf:0.0.1-SNAPSHOT
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing flex:test
[WARNING] Removing: test from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: test from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [flex:test {execution: default-test}]
[INFO] Tests are skipped : you set the property skipTests to true or test source directory not found.
[INFO] Preparing flex:makeswf
[WARNING] Removing: test from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: test from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: makeswf from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: makeswf from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [flex:makeswf {execution: default-makeswf}]
[INFO] Using V:\Stage\Dev\BibliothequeIHM4Maven\src\Bibliotheque.mxml as the main application file.
[INFO] ***************************************************************************
[INFO] Flex Mojo - Making swf using Adobe(R) Flex(TM) compiler API
[INFO] ***************************************************************************
[INFO] Output Directory : V:\Stage\Dev\BibliothequeIHM4Maven\target
[INFO] Loading configuration file V:\Stage\Dev\BibliothequeIHM4Maven\target\compiler-resources\flex-config.xml
[WARNING] Flex compiler warning
[WARNING] Source path entry, 'V:\Stage\Dev\BibliothequeIHM4Maven\src\com', is a subdirectory of source path entry, 'V:\Stage\Dev\BibliothequeIHM4Maven\src'.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\model\AdministrateurModel.as at 14:43)
[ERROR] La dÚfinition de la classe de base Proxy est introuvable.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\mediator\BibliothequeMediator.as at 11:44)
[ERROR] La dÚfinition de la classe de base Mediator est introuvable.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\mediator\BibliothequeMediator.as at 28:28)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\mediator\BibliothequeMediator.as at 36:28)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\mediator\BibliothequeMediator.as at 45:28)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\facade\ApplicationFacade.as at 29:41)
[ERROR] La dÚfinition de la classe de base Facade est introuvable.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\facade\ApplicationFacade.as at 73:31)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\facade\ApplicationFacade.as at 89:31)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\facade\ApplicationFacade.as at 94:31)
[ERROR] La mÚthode marquÚe override doit neutraliser une autre mÚthode.
[ERROR] Flex compiler error (V:\Stage\Dev\BibliothequeIHM4Maven\src\com\bibliotheque\model\DocumentModel.as at 11:37)
[ERROR] La dÚfinition de la classe de base Proxy est introuvable.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failed. See previous log messages.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Tue Mar 16 16:06:22 CET 2010
[INFO] Final Memory: 17M/67M
[INFO] ------------------------------------------------------------------------ |
Partager