Commit Graph

17 Commits

Author SHA1 Message Date
whesse@google.com c7d5711688 Build Tools Cleanup
Cleans up Python Code in Build Tools

TEST: build everything and run tests
BUG: https://code.google.com/p/dart/issues/detail?id=19592

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38573 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 11:47:59 +00:00
keertip@google.com 9c3c0588d3 create an android.zip for editor andriod binaries
R=danrubel@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37448 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-18 15:22:33 +00:00
scheglov@google.com a4822e49a5 Rollback to 1024m max heap.
R=danrubel@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35492 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 19:12:58 +00:00
scheglov@google.com caccecc735 Fix Editor build for x64.
TBR

R=danrubel@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35242 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 01:42:52 +00:00
kustermann@google.com fe745b78c9 Reapply "Change SDK/DartEditor versioning scheme to semantic versions."
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30952 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-06 17:23:49 +00:00
kustermann@google.com f9bb003862 Revert "Change SDK/DartEditor versioning scheme to semantic versions."
+Revert "Remove pub tests for non-semantic SDK versions"

This is causing build failures on dartium. Need to investigate.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30908 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-05 19:05:52 +00:00
kustermann@google.com 90c9463cc7 Change SDK/DartEditor versioning scheme to semantic versions.
This means that all components of the SDK (i.e. DartVM, dart2js, dartanalyzer,
pub) will have the same semantic version string when invoking them with
'--version'. The version string is also present in "dart-sdk/version".

The editor will have an eclipse compatible version which consists of
major.minor.patch.qualifier.

The SDK versions look like this on our three channels:
  - bleeding-edge: 1.1.0-edge.30857
  - dev:           1.1.0-dev.2.42
  - stable:        1.1.0
The SDK versions comply with the semantic versioning standard, see:
http://semver.org/.

The DartEditor versions look like this on our three channels:
  - bleeding-edge: 1.1.0.edge_030857
  - dev:           1.1.0.dev_02_42
  - stable:        1.1.0.release
The DartEditor versions comply with semantic eclipse versioning scheme.
(The leading zeros are necessary due to lexicographic ordering.)

From both version schemes, it becomes clear on which channel a user is on.

R=danrubel@google.com, kasperl@google.com, rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30905 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-05 18:35:05 +00:00
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