-
Notifications
You must be signed in to change notification settings - Fork 9
basedir definition is missing #3
Description
Hi,
I tried to build a custom flowplayer, but it failed because of an undefined ${basedir}.
** Build log: **
F:\DEV\fp_flash\flash\core>ant
Buildfile: F:\DEV\fp_flash\flash\core\build.xml
check-uptodate:
[echo] main up-to-date: ${uptodate.main}
[echo] main up-to-date: ${uptodate.commercial}
[echo] lib up-to-date: true
build-lib:
plugins:
build:
[echo] ++ flowplayer.controls.swf +++
[echo]
prepare:
[unzip] Expanding: F:\DEV\fp_flash\flash\core\build\flowplayer.swc into F:\D
EV\fp_flash\flash\plugins\controls\build
compile:
[echo] compiling with src/flash/modern
[echo] compiling with -define=CONFIG::skin,'true' -define=CONFIG::hasSlowM
otion,'true'
[exec] Konfigurationsdatei F:\DEV\fp_flash\flex46\frameworks\flex-config.xm
l wird geladen
[exec] F:\DEV\fp_flash\flash\plugins\controls\src\actionscript\org\flowplay
er\controls\Controls.as: Warnung: Bei dieser Kompilierungseinheit war in den Fra
me-Metadaten keine factoryClass zum Laden der konfigurierten, zur Laufzeit gemei
nsam genutzten Bibliotheken angegeben. Um ohne zur Laufzeit gemeinsam genutzte B
ibliotheken zu kompilieren, legen Sie entweder die Option ä-static-link-runtime-
shared-librariesô als ätrueô fest oder entfernen die Option ä-runtime-shared-lib
rariesô.
[exec]
[exec] F:\DEV\fp_flash\flash\plugins\controls\build\flowplayer.controls.swf
(38350 Byte)
[copy] Copying 1 file to F:\DEV\fp_flash\flash\plugins\controls\build
deploy:
_deploy:
[echo] deploying plugin to ../../core
[copy] Copying 1 file to F:\DEV\fp_flash\flash\core\build
[copy] Copying 1 file to F:\DEV\fp_flash\flash\core\build
[copy] Copying 1 file to F:\DEV\fp_flash\flash\core\dist
dobuild:
prepare:
compile:
[echo] Building binary flowplayer.swf, mxmlc is F:/DEV/fp_flash/flex46/bin/
mxmlc.exe
[exec] Konfigurationsdatei F:\DEV\fp_flash\flex46\frameworks\flex-config.xm
l wird geladen
[exec] F:\DEV\fp_flash\flash\core\build\flowplayer.swf ist auf dem aktuelle
n Stand und muss nicht neu erstellt werden.
[echo] building example
[delete] Deleting directory F:\DEV\fp_flash\flash\core\build\example-free
[copy] Copying 1 file to F:\DEV\fp_flash\flash\core\build\example-free
[copy] Copying 1 file to F:\DEV\fp_flash\flash\core\build\example-free
jsplugins:
[taskdef] Could not load definitions from resource net/sf/antcontrib/antlib.xm
l. It could not be found.
BUILD FAILED
F:\DEV\fp_flash\flash\core\build.xml:561: The following error occurred while exe
cuting this line:
F:\DEV\fp_flash\flash\core\build.xml:354: The following error occurred while exe
cuting this line:
F:\DEV\fp_flash\flash\js-plugins\controls\build.xml:10: The following error occu
rred while executing this line:
F:\DEV\fp_flash\flash\lib\devkit\js.xml:21: Problem: failed to create task or ty
pe var
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.
Total time: 11 seconds
F:\DEV\fp_flash\flash\core>
It would be great if you can fix this :) I appreciated!
Best regards,
SInCE
My Flex, JDK and Ant version:
Flex: 4.6.0
JDK: 1.7.0_13
Ant: 1.8.4
Windows 7