On Thursday 02 November 2006 01:13, Luke Schreur wrote:
> I will have a look at it ASAP (means when time allows me to).

All I ever ask :-)

>       externalLibraryPath="/some/path /some/other/path"

Nope :-(

My build XML is now:
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="archiving" basedir="." default="compile">
        
        <property name="src.dir" value="." />
        <property name="bin.dir" value="../../../Archiving/trunk/index.swf" />
        
        <target name="compile" description="compiles the tasks">
                <mxmlc
                        compiler="/opt/fds2_sdk/bin/mxmlc"
                        mainclass="${src.dir}/index.mxml"
                        as3="true"
                        strict="true"
                        output="${bin.dir}/index.swf"
                                libraryPath="/opt/fds2_sdk/lib lib/cairngorm"
                        benchmark="false"
                />
        </target>
</project>

Compiler still can't find stuff, build fails but reports success:
Buildfile: /home/chivertont/workspace/Archiving Client Gui/trunk/src/build.xml
compile:
    
[mxmlc] /opt/fds2_sdk/bin/mxmlc ./index.mxml -as3 -strict -output 
../../../Archiving/trunk/index.swf/index.swf -l "/opt/fds2_sdk/lib 
lib/cairngorm"
    [mxmlc] /bin/sh: mc: line 1: syntax error: unexpected end of file
    [mxmlc] /bin/sh: error importing function definition for `mc'
    [mxmlc] Loading configuration 
file /opt/fds2_sdk/frameworks/flex-config.xml
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/view/ApplicationView.mxml: Error: 
Unable to locate specified base class 'mx.containers.VBox' for component 
class 'com.halliwells.flex.archiving.view.ApplicationView'.
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_thumbRoll.as(9): 
col: 56 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_thumbRoll extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_mediaType2.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_mediaType2 extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_hwLogo.as(9): col: 
53 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_hwLogo extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_mediaType1.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_mediaType1 extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_mediaType6.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_mediaType6 extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileRejected.as(9): 
col: 59 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileRejected extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_listRoll.as(9): 
col: 55 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_listRoll extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_listOn.as(9): col: 
53 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_listOn extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileConfidentiality.as(9):
 
col: 66 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileConfidentiality extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileAccepted.as(9): 
col: 59 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileAccepted extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileConfidentialityblank.as(9):
 
col: 71 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileConfidentialityblank extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_mediaType4.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_mediaType4 extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_thumbOn.as(9): col: 
54 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_thumbOn extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_listOff.as(9): col: 
54 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_listOff extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_filePrinter.as(9): 
col: 58 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_filePrinter extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileBasket.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileBasket extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_thumbOff.as(9): 
col: 55 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_thumbOff extends mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileCamera.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileCamera extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] 
com/halliwells/flex/archiving/view/assets/ArchivingAssets_fileFolder.as(9): 
col: 57 Error: The definition of base class BitmapAsset was not found.
    [mxmlc] public class ArchivingAssets_fileFolder extends 
mx.core.BitmapAsset
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/buisness/ClientStateManager.as(5): 
col: 21 Error: Definition mx.controls:Alert could not be found.
    [mxmlc] import mx.controls.Alert;
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/CoreApplicationController.as(5): 
col: 21 Error: Definition mx.controls:Alert could not be found.
    [mxmlc] import mx.controls.Alert;
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/GetUsersInDepartmentCommand.as(32):
 
col: 4 Error: Access of undefined property Alert.
    [mxmlc] Alert.show(event.fault.message + " : " + 
event.fault.faultDetail, "Error");
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/GetUsersInDepartmentCommand.as(11):
 
col: 21 Error: Definition mx.controls:Alert could not be found.
    [mxmlc] import mx.controls.Alert;
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/GetDepartmentListCommand.as(31): 
col: 4 Error: Access of undefined property Alert.
    [mxmlc] Alert.show(event.fault.message + " : " + 
event.fault.faultDetail, "Error");
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/GetDepartmentListCommand.as(11): 
col: 21 Error: Definition mx.controls:Alert could not be found.
    [mxmlc] import mx.controls.Alert;
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/ClientMatterCheckCommand.as(34): 
col: 4 Error: Access of undefined property Alert.
    [mxmlc] Alert.show(event.fault.message + " : " + 
event.fault.faultDetail, "Error");
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/controller/ClientMatterCheckCommand.as(9): 
col: 21 Error: Definition mx.controls:Alert could not be found.
    [mxmlc] import mx.controls.Alert;
    [mxmlc] ^
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(4):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] <mx:RemoteObject id="environmentService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(11):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] <mx:RemoteObject id="stateService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(17):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] <mx:RemoteObject id="fileService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(24):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] id="searchService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(32):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] id="orderService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(40):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] id="reportService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(47):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] <mx:RemoteObject id="CoreClientMatterService"
    [mxmlc] /home/chivertont/workspace/Archiving Client 
Gui/trunk/src/com/halliwells/flex/archiving/service/ApplicationServices.mxml(53):
  
Error: Type was not found or was not a compile-time constant: RemoteObject.
    [mxmlc] <mx:RemoteObject id="CoreDepartmentService"
BUILD SUCCESSFUL
Total time: 24 seconds

-- 
Tom Chiverton
Helping to competently repurpose impactful users

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to