zazi1991i / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

Build system feature request: use build.sh automatically on *nix systems? #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't really know ant, but is there any way to automatically use 
requirejs/build/build.sh on linux systems?

Also, can we set the execute bit in svn on the build.sh script (svn propset 
svn:executable yes requirejs/build/build.sh).

Original issue reported on code.google.com by adrian...@gmail.com on 9 Mar 2011 at 9:31

GoogleCodeExporter commented 8 years ago
> I don't really know ant, but is there any way to automatically
> use requirejs/build/build.sh on linux systems?
Not sure what do you want to do, perhaps you want to integrate it into another 
build system?

Please ask here: http://groups.google.com/group/requirejs
James Burke is the maintainer of RequireJS and actively answering all related 
questions. Please link your question here so, it can be helpful for others.

Thanks!

> Also, can we set the execute bit in svn on the build.sh script
> (svn propset svn:executable yes requirejs/build/build.sh).
R229, please verify

Honza

Original comment by odva...@gmail.com on 10 Mar 2011 at 7:08

GoogleCodeExporter commented 8 years ago
Sorry, I wasn't clear enough on that.  By default your ant build.xml runs the 
RequireJS build.bat script:

    <!-- Run RequireJS build tools -->
    <target name="requirejs">
        <property name="rjs-build.bat" value="../../requirejs/build/build.bat"/>
        <exec dir="${app.dir}/scripts" executable="${rjs-build.bat}" resolveexecutable="true">
            <arg value="app.build.js"/>
        </exec>
    </target>

To make it build on my system, I had to change it to build.sh.  Just wondering 
if that could have been done automatically.

Original comment by adrian...@gmail.com on 10 Mar 2011 at 7:13

GoogleCodeExporter commented 8 years ago
Ah, patch committed at R230

Please let me know if it works for you.

Honza

Original comment by odva...@gmail.com on 10 Mar 2011 at 7:32

GoogleCodeExporter commented 8 years ago
Thanks, that does the trick!

Original comment by adrian...@gmail.com on 10 Mar 2011 at 7:35

GoogleCodeExporter commented 8 years ago
This is one of 7 issues fixed in HAR Viewer 2.0.8

You can check online:
http://www.softwareishard.com/har/viewer/

Or download a distribution package here:
http://code.google.com/p/harviewer/downloads/list

Please verify

Thanks for the report!
Honza

Original comment by odva...@gmail.com on 13 Mar 2011 at 8:15