Skip to content

Unable to build on Idea/133.193 on osx 10.9 #306

Closed
@akuseru

Description

I am on OSX 10.9

I built the idea/133.193 branch from the github repo located at: https://github.com/JetBrains/intellij-community

just with cd idea && ant

when attempting to build against this i get the following issues:

ANT_OPTS=-Xmx1g ant -Didea.community.build=/Users/Akuseru/git/temp/idea -f build-package.xml
Buildfile: /Users/Akuseru/git/temp/google-go-lang-idea-plugin/build-package.xml

clean:
   [delete] Deleting directory /Users/Akuseru/git/temp/google-go-lang-idea-plugin/build
   [delete] Deleting: /Users/Akuseru/git/temp/google-go-lang-idea-plugin/dist/ro.redeul.google.go.jar

init:
    [mkdir] Created dir: /Users/Akuseru/git/temp/google-go-lang-idea-plugin/build
     [echo] Using IDEA build from: /Users/Akuseru/git/temp/idea

compile:
   [javac2] Compiling 563 source files to /Users/Akuseru/git/temp/google-go-lang-idea-plugin/build
   [javac2] error: error reading /Users/Akuseru/git/temp/idea/jps/jps-builders/testData/output/moduleClasspath/main/lib/service.jar; zip file is empty
   [javac2] error: error reading /Users/Akuseru/git/temp/idea/jps/jps-builders/testData/output/moduleClasspath/test-util/lib/provided.jar; zip file is empty
   [javac2] error: error reading /Users/Akuseru/git/temp/idea/jps/jps-builders/testData/output/moduleClasspath/test-util/lib/runtime.jar; zip file is empty
   [javac2] error: error reading /Users/Akuseru/git/temp/idea/jps/jps-builders/testData/output/moduleClasspath/test-util/lib/test.jar; zip file is empty
   [javac2] error: error reading /Users/Akuseru/git/temp/idea/jps/jps-builders/testData/output/moduleClasspath/util/lib/exported.jar; zip file is empty
   [javac2] warning: Supported source version 'RELEASE_5' from annotation processor 'org.sonatype.guice.bean.scanners.index.QualifiedIndexAPT6' less than -source '1.7'
   [javac2] 1 warning
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/config/ui/GoAppEngineSdkConfigurable.form: Class to bind does not exist: ro.redeul.google.go.config.ui.GoAppEngineSdkConfigurable
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/config/ui/GoFacetTab.form: Class to bind does not exist: ro.redeul.google.go.config.ui.GoFacetTab
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/config/ui/GoFrameworkSuportEditor.form: Class to bind does not exist: ro.redeul.google.go.config.ui.GoFrameworkSuportEditor
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/config/ui/GoSdkConfigurable.form: Class to bind does not exist: ro.redeul.google.go.config.ui.GoSdkConfigurable
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/ide/GoAppEngineProjectSettingsConfigurableForm.form: Class to bind does not exist: ro.redeul.google.go.ide.GoAppEngineProjectSettingsConfigurableForm
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/ide/GoConfigurableForm.form: Class to bind does not exist: ro.redeul.google.go.ide.GoConfigurableForm
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/ide/GoModuleWizardStep.form: Class to bind does not exist: ro.redeul.google.go.ide.GoModuleWizardStep
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/imports/GoAutoImportOptionsProvider.form: Class to bind does not exist: ro.redeul.google.go.imports.GoAutoImportOptionsProvider
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/runner/ui/GoAppEngineRunConfigurationEditorForm.form: Class to bind does not exist: ro.redeul.google.go.runner.ui.GoAppEngineRunConfigurationEditorForm
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/runner/ui/GoRunConfigurationEditorForm.form: Class to bind does not exist: ro.redeul.google.go.runner.ui.GoRunConfigurationEditorForm
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/runner/ui/GoTestConfigurationEditorForm.form: Class to bind does not exist: ro.redeul.google.go.runner.ui.GoTestConfigurationEditorForm
   [javac2] /Users/Akuseru/git/temp/google-go-lang-idea-plugin/src/ro/redeul/google/go/tools/dialogs/AddGoSdkDialogForm.form: Class to bind does not exist: ro.redeul.google.go.tools.dialogs.AddGoSdkDialogForm
   [javac2] Added @NotNull assertions to 0 files

package:
      [jar] Building jar: /Users/Akuseru/git/temp/google-go-lang-idea-plugin/dist/ro.redeul.google.go.jar

BUILD SUCCESSFUL
Total time: 30 seconds

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions