Page 1 of 1

Admin Build

Posted: Thu Nov 26, 2009 12:59 pm
by shaggydog97
I am following the quickstart guide, and got this when trying to build the admin.

Code: Select all

C:\Documents and Settings\Administrator\My Documents\Projects\broadleaf\trunk\Br
oadleafCommerce\BroadleafCommerceAdminWeb>ant deploy-exploded-war
Buildfile: build.xml

war:
    [mxmlc] The args attribute is deprecated. Please use nested arg elements.
    [mxmlc] command line: Error: default arguments may not be interspersed with other options.
    [mxmlc]
    [mxmlc] Use 'mxmlc -help' for information about using the command line.

BUILD FAILED
C:\Documents and Settings\Administrator\My Documents\Projects\broadleaf\trunk\Br
oadleafCommerce\BroadleafCommerceAdminWeb\build.xml:66: mxmlc task failed.

Total time: 7 seconds


I believe this is due to escaping issues for the flex sdk path on a windows box.

Re: Admin Build

Posted: Sun Apr 11, 2010 12:05 am
by iivaan
Can any one help me to resolve the error. I am having the same error.

Thanks

Re: Admin Build

Posted: Tue Apr 13, 2010 9:54 am
by bradford.taylor
Please get the latest version (1.1.0M2) available at http://sourceforge.net/projects/broadleaf/files/ and use the Quick start guide http://www.broadleafcommerce.org/trac/w ... artGuide11. We have recently improved how to get started making it easier and less error prone.

Re: Admin Build

Posted: Wed Apr 14, 2010 12:54 am
by jefffischer
Also, just as an additional note, if you're looking to build and run the admin application, please make sure you install the flex sdk to a directory whose fully qualified path does not contain spaces. We also mention this in the getting started guide as well.