Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Updated build script to preserve code comments in SWC #92

Closed
BigPhilCombo opened this issue Jul 10, 2014 · 2 comments
Closed

Updated build script to preserve code comments in SWC #92

BigPhilCombo opened this issue Jul 10, 2014 · 2 comments

Comments

@BigPhilCombo
Copy link

By modifying the following node the in the build.xml file - code comments are added back to the generated SWC

  <!-- Build Documentation -->
  <target name="asdoc" depends="compile">
    <echo>[create-docs] Generating ASDOC documentation</echo>
    <tstamp>
      <format property="docgen.time" pattern="MM/dd/yyyy hh:mm aa" unit="hour"/>
    </tstamp>
      <asdoc output="${doc.loc}" lenient="true" failonerror="true" keep-xml="true" skip-xsl="true" fork="true">
          <compiler.source-path path-element="${main.src.loc}" />
          <doc-sources path-element="${main.src.loc}"/>         
      </asdoc>
      <zip destfile="${bin.loc}/${project.name.versioned}.swc" update="true">
          <zipfileset dir="${doc.loc}/tempdita" prefix="docs">
            <include name="*.*"/>
            <exclude name="ASDoc_Config.xml" />
            <exclude name="overviews.xml" />
          </zipfileset>
        </zip>
    <echo>[create-docs] ASDOC documentation generated successfully</echo>
  </target>
@BigPhilCombo BigPhilCombo changed the title Updated build script to preserve code comments in SWC1 Updated build script to preserve code comments in SWC Jul 10, 2014
@tschneidereit
Copy link
Owner

Hey @pchertok, thanks for the patch. The reason your pull request had lots of other stuff in it is that this repository hasn't been updated in quite a while. SwiftSuspenders has officially [moved to the Robotlegs organization(https://github.com/robotlegs/swiftsuspenders), so this is mostly here for historical reasons.

I'll close this issue, please open one under https://github.com/robotlegs/swiftsuspenders.

@BigPhilCombo
Copy link
Author

Strange, I thought I opened it on the robotlegs branch. I guess not. My
bad.

On Thu, Jul 10, 2014 at 3:18 PM, Till Schneidereit <notifications@github.com

wrote:

Closed #92 #92.


Reply to this email directly or view it on GitHub
#92 (comment)
.

Phillip Chertok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants