Chris -
My bad... I thought you were saying you couldn't build at all from the
cmd line. Sorry for the confusion.
Scott
Chris Luebcke wrote:
Thanks Scott--I already have the ant build working, and I'm using the
exact same datavisualization.swc in the ant build--I picked it up out
of the FlexBuilder install (with the rest of the sdk) and put it in my
SVN repository, much like you did. Just to be sure, I copied the swc
over again, but I still always get the watermark on charts and
AdvancedDataGrids when I build with ant.
--- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>, Scott - FastLane <[EMAIL PROTECTED]>
wrote:
>
> You can do that now afaik. Check out my blog for how to build flex
> stuff from command line using Ant <http://blog.fastlanesw.com/?p=23
<http://blog.fastlanesw.com/?p=23>>.
> Notice specifically this part
>
> <compiler.library-path dir="${proj-flex.dir.thirdparty}/adobe/"
append="true">
> <include name="libs" />
> <include name="datavisualization.swc" />
> </compiler.library-path>
>
>
> I took that datavisualization.swc file the from flex3 builder installed
> location and copied into my cvs repos (within my project) so I could
> build with it from cmd line after pulling the project from CVS.
>
> hth
> Scott
>
> Chris Luebcke wrote:
> >
> > Forgot a critical point of my complaint--we're building enterprise
> > software and doing our QA and production builds via Ant and mxmlc.
> > Yeah, I can get rid of the watermark in Flex Builder, but I really
> > need to be able to build from the command line or my whole build
> > process goes into disarray.
> >
> >
>