Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] HowTo uncompressed coding.html

The most recent build should be good, I had to clear my browser data.
http://download.eclipse.org/e4/orion/drops/I201103091205/

Regarding the compression, if you look at the coding.html source, you should see sections of script tags that were commented out followed by the inclusion of the compiled script.  You should be able to remove the compiled script and uncomment the tags to get back to normal source.

This would look something like:
                <!-- coding-editor.js
                <script src="/editor/samples/styler.js"></script>
                <script src="/editor/samples/rulers.js"></script>
                <script src="/editor/samples/undoStack.js"></script>
                <script src="/editor/js/model.js"></script>
                <script src="/editor/js/editor.js"></script>        
                coding-editor.js -->
                <script src="js/compiled/coding-editor.js"></script>        

There are 2-3 sections like this.

-Andrew


From: "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx>
To: Boris Bokowski/Ottawa/IBM@IBMCA
Cc: orion-dev-bounces@xxxxxxxxxxx, Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 03/09/2011 12:07 PM
Subject: Re: [orion-dev] HowTo uncompressed coding.html
Sent by: orion-dev-bounces@xxxxxxxxxxx





On 3/9/2011 6:36 AM, Boris Bokowski wrote:
>
> The best way would be to run with the latest code from Git. I have
> updated the instructions on our wiki page here:
>
http://wiki.eclipse.org/Orion/Getting_the_source and listed the
> read-only Git URLs so that anybody (not just committers) can get the
> source.
>
I did that (the committer git urls work if you omit the committer@ bit).
But the server died when I tried.  Around that time I realized it was
not going to help me anyway.  Once the server is built it serves
compressed JS.  The M5 build comes with the editor source, it just
doesn't serve it under coding.html.
>
>
> The other option would be to use one of the recent builds that are
> known to work and don't have the compressed source enabled. Andrew, do
> you happen to know which of the recent builds would satisfy both
> conditions?
>
> Please let me know if this is not what you were looking for, or if you
> encounter any problems.
>
How does the source from the git links get compressed? If I knew that
maybe I can sabotage it ;-).

jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top