Commit Graph

10 Commits

Author SHA1 Message Date
kustermann@google.com 69bd72a2b9 Add update.properties file to com.google.dart.tools.core_*.jar file
R=danrubel@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//84963005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30623 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-25 13:05:30 +00:00
ricow@google.com 531333d1de Give better error messages for users when trying to run the 64 bit editor on a 32 bit JVM
This basically changes a huge stack trace on stdout to:
Error: This Java instance does not support a 64-bit JVM.
Please install the desired version.

R=danrubel@google.com, devoncarew@google.com

Review URL: https://codereview.chromium.org//25173003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28512 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-11 12:19:52 +00:00
danrubel@google.com 03461fba17 update build to modify 64 bit DartEditor.ini
This modifies the 64 bit DartEditor.ini files to increase the starting and maximum memory
BUG=dartbug.com/13580
R=devoncarew@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//24596007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27967 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 18:31:07 +00:00
kustermann@google.com f67a851c4a Two bugfixes in tools/create_editor.py
These fixes are necessary to succesfully build the editor on windows.

Review URL: https://codereview.chromium.org//13024002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20368 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 08:34:20 +00:00
ricow@google.com 8a85df8ca3 Land incremental building of the editor
This includes adding the editor target to the gyp files.
Review URL: https://codereview.chromium.org//12939007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20228 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 18:21:46 +00:00
ricow@google.com fe7e6586ea Revert revision 19289
Review URL: https://codereview.chromium.org//12391030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19290 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-01 10:06:12 +00:00
ricow@google.com 923a9e72d9 Build the Editor from GYP/build.py.
The Editor is only rebuilt if it changes, not if the SDK changes.
Review URL: https://codereview.chromium.org//12090092

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19289 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-01 10:02:39 +00:00
devoncarew@google.com 50d731bd00 Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with
windows build failures not being reported correctly (older versions of ant didn't 
properly return process eit codes). It will also let us use some newer features of
ant.
Review URL: https://codereview.chromium.org//11973012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17228 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-17 17:56:34 +00:00
devoncarew@google.com 22d98f48d7 Fix an issue with the setupDevWorkspace target on windows.
Review URL: https://codereview.chromium.org//11908004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17088 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 20:26:33 +00:00
devoncarew@google.com 986bbc0de0 Make the editor build callable from tools/build.py
Review URL: https://codereview.chromium.org//11343027

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16979 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-11 18:54:09 +00:00