Coder Social home page Coder Social logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Sorry forgot to mention the only code you would really be interested in is 
target below (there are a lot of 
other targets which might have made it difficult to find):

<!-- RESOURCE -->
<taskdef resource="flexTasks.tasks" 
classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" />

        <target name="compile-swc" description="Compile project.swc.source in to an SWC library file">
                <echo>FDTKit SWC Compiler -> ${project.swc.source}: ${project.swc}</echo>
                <compc output="${project.swc}">
                        <source-path path-element="${src.dir}" />
                        <include-sources dir="${project.swc.source}">
                                <include name="*"/>
                                <exclude name="**/.svn"/>
                                <exclude name="${project.swc.exclude0}"/>
                                <exclude name="${project.swc.exclude1}"/>
                                <exclude name="${project.swc.exclude2}"/>
                        </include-sources>
                        <metadata title="${project.meta.title}" description="${project.meta.description}" 
date="${project.meta.date}">
                                <contributor name="${project.meta.contributor}" />
                                <creator name="${project.meta.creator}" />
                                <publisher name="${project.meta.publisher}" />
                        </metadata>                     
                </compc>
        </target>       

Original comment by sekati on 18 Mar 2008 at 4:01

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Thanks sekati! I don't know much about swc other than the theory (I still use 
CS3 on
90% of my work), but this is definitely something we'll do in the future. It's
something I'll have to do on some projects I'll have public soon too.

So thanks, twice.

Original comment by [email protected] on 24 Mar 2008 at 3:09

  • Changed state: Accepted

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Hi Zeh; attached is everything you need to start automating tweener.swc 
building in trunk with Ant - 
instructions are included (and very easy) as are test files: The generated 
tweener.swc works in Flex3SDK 
compiled swf's as well as Flash10 compiled fla's.

Best!
Jason

............................................................................
Jason M Horwitz
Principal @ SEKATI
w.  www.sekati.com
...............................................................................

Original comment by sekati on 4 Oct 2008 at 7:45

  • Added labels: OpSys-AS3, Priority-High, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

Attachments:

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by sekati on 4 Oct 2008 at 7:52

  • Changed state: Started

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Thanks again man. Acknowledged.

Original comment by [email protected] on 4 Oct 2008 at 11:54

  • Changed state: Accepted

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Done. Version 1.31.74 has been committed to SVN with an SWC build. The "public"
download version on the list will follow in a couple of days as I do more 
testing to
the current changes I've done to Tweener itself.

Thanks again, man.

Original comment by [email protected] on 5 Oct 2008 at 6:24

  • Changed state: Fixed

from tweener.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
This is great news! Thanks to both of you.
Cheers, Daniel

Original comment by daniel.gasienica on 6 Dec 2008 at 2:24

from tweener.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.