Skip to content

Instantly share code, notes, and snippets.

@gavinking
Last active November 2, 2015 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavinking/9be30dd01ac0211523c0 to your computer and use it in GitHub Desktop.
Save gavinking/9be30dd01ac0211523c0 to your computer and use it in GitHub Desktop.
Failing build
Gavins-New-MacBook-Pro:ceylon-dist gavin$ ant -Dbuild-against=last-release clean-ide eclipse
Buildfile: /Users/gavin/ceylon-dist/build.xml
clean-ide:
siblings:
clean:
clean-item:
[echo] Cleaning ceylon.formatter
clean:
[delete] Deleting directory /Users/gavin/ceylon.formatter/modules
[delete] Deleting directory /Users/gavin/ceylon.formatter/osgi/dist
[delete] Deleting directory /Users/gavin/ceylon.formatter/osgi/build
[delete] Deleting: /Users/gavin/ceylon.formatter/source/ceylon/formatter/options/.gitignore
clean-item:
[echo] Cleaning ceylon.tool.converter.java2ceylon
clean:
[delete] Deleting directory /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[delete] Deleting directory /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist
[delete] Deleting directory /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/build
clean-item:
[echo] Cleaning ceylon-ide-common
clean:
[delete] Deleting directory /Users/gavin/ceylon-ide-common/modules
[delete] Deleting directory /Users/gavin/ceylon-ide-common/osgi/dist
[delete] Deleting directory /Users/gavin/ceylon-ide-common/osgi/build
clean-item:
[echo] Cleaning ceylon-ide-eclipse
clean:
clean-item:
[echo] Cleaning ceylon-ide-intellij
clean:
clean:
eclipse:
siblings:
publish-quick:
publish-item:
ceylondefs:
compile-source-gen:
[ceylon-compile] /Users/gavin/ceylon.formatter/source/source_gen/ceylon/formatter/module.ceylon:7: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods.
[ceylon-compile] import java.base "7";
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon.formatter/source/source_gen/ceylon/formatter/module.ceylon:1: warning: module does not exist: 'ceylon.formatter'
[ceylon-compile] "Auto-generate sources for [[ceylon.formatter|module ceylon.formatter]]."
[ceylon-compile] ^
[ceylon-compile] 2 warnings
[ceylon-compile] Note: Created module source_gen.ceylon.formatter/1.2.1
generate-source:
compile-source:
[ceylon-compile] /Users/gavin/ceylon.formatter/source/ceylon/formatter/module.ceylon:96: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods.
[ceylon-compile] shared import java.base "7";
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon.formatter/source/ceylon/formatter/options/formattingOptions.ceylon:72: warning: expression has type 'Nothing'
[ceylon-compile] process.exit(0);
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon.formatter/source/ceylon/formatter/options/formattingOptions.ceylon:79: warning: expression has type 'Nothing'
[ceylon-compile] process.exit(0);
[ceylon-compile] ^
[ceylon-compile] 3 warnings
[ceylon-compile] Note: Created module ceylon.formatter/1.2.1
compile:
scripts:
[ceylon-plugin] Scripts successfully packaged for ceylon.formatter
publish-internal:
[copy] Copying 6 files to /Users/gavin/.ceylon/repo
publish:
publish-item:
ceylondefs:
compile-source:
[ceylon-compile] /Users/gavin/ceylon.tool.converter.java2ceylon/source/ceylon/tool/converter/java2ceylon/module.ceylon:5: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods.
[ceylon-compile] shared import java.base "7";
[ceylon-compile] ^
[ceylon-compile] 1 warning
[ceylon-compile] Note: Created module ceylon.tool.converter.java2ceylon/1.2.1
compile:
scripts:
[ceylon-plugin] Scripts successfully packaged for ceylon.tool.converter.java2ceylon
publish-internal:
[copy] Copying 6 files to /Users/gavin/.ceylon/repo
publish:
publish-item:
ceylondefs:
compile-source:
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/CeylonProject.ceylon:29: warning: expression has type 'Nothing'
[ceylon-compile] shared TypeChecker typechecker=>nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/CeylonProject.ceylon:32: warning: expression has type 'Nothing'
[ceylon-compile] shared PhasedUnits phasedUnits=>nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:8: warning: expression has type 'Nothing'
[ceylon-compile] shared variable Boolean projectModule = nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:9: warning: expression has type 'Nothing'
[ceylon-compile] shared Boolean jdkModule=nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:10: warning: expression has type 'Nothing'
[ceylon-compile] shared Boolean unresolved=nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:11: warning: expression has type 'Nothing'
[ceylon-compile] shared Boolean javaBinaryArchive=nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:12: warning: expression has type 'Nothing'
[ceylon-compile] shared Boolean ceylonBinaryArchive=nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:13: warning: expression has type 'Nothing'
[ceylon-compile] shared Boolean sourceArchive=nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/model/IdeModule.ceylon:15: warning: expression has type 'Nothing'
[ceylon-compile] shared {IdeModule*} moduleInReferencingProjects => nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/module.ceylon:5: warning: You import JDK7, which is provided by the JDK8 you are running on, but we cannot check that you are not using any JDK8-specific classes or methods. Upgrade your import to JDK8 if you depend on JDK8 classes or methods.
[ceylon-compile] shared import java.base "7";
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/typechecker/phasedUnits.ceylon:131: warning: expression has type 'Nothing'
[ceylon-compile] shared actual TypecheckerUnit newUnit() => nothing;
[ceylon-compile] ^
[ceylon-compile] /Users/gavin/ceylon-ide-common/source/com/redhat/ceylon/ide/common/util/FindReferencedNodeVisitor.ceylon:10: warning: import is never used: 'Setter'
[ceylon-compile] Setter
[ceylon-compile] ^
[ceylon-compile] 12 warnings
[ceylon-compile] Note: Created module com.redhat.ceylon.ide.common/1.2.0
compile:
publish-internal:
[copy] Copying 4 files to /Users/gavin/.ceylon/repo
publish:
publish:
ide-quick:
ide-item:
osgi-quick:
[mkdir] Created dir: /Users/gavin/ceylon.formatter/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon.formatter/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon.formatter/osgi/dist/plugins
[repoindex] Bindex2 | Resource Indexer v1.0
[repoindex] (c) 2012 OSGi, All Rights Reserved
ceylondefs:
osgi-p2-quick:
[mkdir] Created dir: /Users/gavin/ceylon.formatter/osgi/build
[touch] Creating /Users/gavin/ceylon.formatter/osgi/build/bundles.info
[ceylon-p2] Collecting modules from root module ceylon.formatter
[ceylon-p2] Module ceylon.formatter/1.2.1 found in /Users/gavin/ceylon.formatter/modules
[ceylon-p2] Module com.redhat.ceylon.typechecker/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Module com.redhat.ceylon.common/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Module ceylon.file/1.2.1 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Module ceylon.interop.java/1.2.1 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Module ceylon.collection/1.2.1 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Module ceylon.language/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.formatter/osgi/dist/plugins
[ceylon-p2] Collecting features from folder /Users/gavin/ceylon.formatter/osgi/dist/features
[ceylon-p2] Parsing categories file /Users/gavin/ceylon.formatter/osgi/p2/category.xml
[ceylon-p2] Category module-bundles found
[ceylon-p2] Generating artifacts.xml
[ceylon-p2] Generating content.xml
ide-quick:
[delete] Deleting directory /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.formatter-1.2.1.car/META-INF
[copy] Copying 1 file to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.formatter-1.2.1.car
[copy] Copying 4 resources to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.formatter-1.2.1.car
ide-item:
ceylondefs:
retrieveDependencies:
[ceylon-copy] Module ceylon.tool.converter.java2ceylon/1.2.1 [1/2]
[ceylon-copy] (car) Ok
[ceylon-copy] Module ceylon.interop.java not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module ceylon.language not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module com.redhat.ceylon.common not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module org.antlr.antlr4-runtime-osgi/4.5.1 [2/6]
[ceylon-copy] (jar, module.xml) Ok
[ceylon-copy] Module test.ceylon.tool.converter.java2ceylon not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[ceylon-copy] /Users/gavin/ceylon.tool.converter.java2ceylon/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
osgi-quick:
[mkdir] Created dir: /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
[delete] Deleting directory /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/tempRepo
[repoindex] Bindex2 | Resource Indexer v1.0
[repoindex] (c) 2012 OSGi, All Rights Reserved
osgi-p2-quick:
[mkdir] Created dir: /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features
generateFeatures:
[mkdir] Created dir: /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.feature_1.2.1.v20151102-1502
[xslt] Processing /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/repository.xml to /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.feature_1.2.1.v20151102-1502/feature.xml
[xslt] Loading stylesheet /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/p2/generatePluginFeature.xsl
generateFeatures:
[mkdir] Created dir: /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.dependencies.feature_1.2.1.v20151102-1502
[xslt] Processing /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/repository.xml to /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.dependencies.feature_1.2.1.v20151102-1502/feature.xml
[xslt] Loading stylesheet /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/p2/generateFixedDependenciesFeature.xsl
[mkdir] Created dir: /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/build
[ceylon-p2] Collecting modules from root module ceylon.tool.converter.java2ceylon
[ceylon-p2] Module ceylon.tool.converter.java2ceylon/1.2.1 found in /Users/gavin/ceylon.tool.converter.java2ceylon/modules
[ceylon-p2] Module com.redhat.ceylon.common/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
[ceylon-p2] Module org.antlr.antlr4-runtime-osgi/4.5.1 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
[ceylon-p2] Module ceylon.interop.java/1.2.1 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
[ceylon-p2] Module ceylon.language/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/plugins
[ceylon-p2] Collecting features from folder /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features
[ceylon-p2] Feature ceylon.tool.converter.java2ceylon.dependencies.feature found in /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.dependencies.feature_1.2.1.v20151102-1502
[ceylon-p2] Feature ceylon.tool.converter.java2ceylon.dependencies.feature zipped in /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.dependencies.feature_1.2.1.v20151102-1502.jar
[ceylon-p2] Feature ceylon.tool.converter.java2ceylon.feature found in /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.feature_1.2.1.v20151102-1502
[ceylon-p2] Feature ceylon.tool.converter.java2ceylon.feature zipped in /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/dist/features/ceylon.tool.converter.java2ceylon.feature_1.2.1.v20151102-1502.jar
[ceylon-p2] Parsing categories file /Users/gavin/ceylon.tool.converter.java2ceylon/osgi/p2/category.xml
[ceylon-p2] Category module-bundles found
[ceylon-p2] Category only-dependencies-bundles found
[ceylon-p2] Generating artifacts.xml
[ceylon-p2] Generating content.xml
ide-quick:
[delete] Deleting directory /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.tool.converter.java2ceylon-1.2.1.car/META-INF
[copy] Copying 1 file to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.tool.converter.java2ceylon-1.2.1.car
[copy] Copying 4 resources to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/ceylon.tool.converter.java2ceylon-1.2.1.car
ide-item:
ceylondefs:
retrieveDependencies:
[ceylon-copy] Module com.redhat.ceylon.ide.common/1.2.0 [1/1]
[ceylon-copy] (car) Ok
[ceylon-copy] Module ceylon.collection/1.2.0 [2/8]
[ceylon-copy] (js, car) Ok
[ceylon-copy] Module ceylon.language not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon-ide-common/modules
[ceylon-copy] /Users/gavin/ceylon-ide-common/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module ceylon.interop.java/1.2.0 [3/9]
[ceylon-copy] (car) Ok
[ceylon-copy] Module ceylon.collection/1.2.0 [4/11]
[ceylon-copy] ) Skipped
[ceylon-copy] Module ceylon.language/1.2.0 [5/11]
[ceylon-copy] ) Skipped
[ceylon-copy] Module ceylon.language/1.2.0 [6/11]
[ceylon-copy] ) Skipped
[ceylon-copy] Module com.redhat.ceylon.common not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon-ide-common/modules
[ceylon-copy] /Users/gavin/ceylon-ide-common/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module com.redhat.ceylon.compiler.java not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon-ide-common/modules
[ceylon-copy] /Users/gavin/ceylon-ide-common/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module com.redhat.ceylon.typechecker not found in the following repositories:
[ceylon-copy] /Users/gavin/ceylon-ide-common/modules
[ceylon-copy] /Users/gavin/ceylon-ide-common/repo
[ceylon-copy] /Users/gavin/.ceylon/cache
[ceylon-copy]
[ceylon-copy] Module org.jgrapht.core/0.9.1 [7/11]
[ceylon-copy] (jar, module.xml) Ok
osgi-quick:
[mkdir] Created dir: /Users/gavin/ceylon-ide-common/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon-ide-common/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon-ide-common/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon-ide-common/osgi/dist/plugins
copyModuleArchiveForOSGI:
[copy] Copying 1 file to /Users/gavin/ceylon-ide-common/osgi/dist/plugins
[repoindex] Bindex2 | Resource Indexer v1.0
[repoindex] (c) 2012 OSGi, All Rights Reserved
osgi-p2-quick:
[mkdir] Created dir: /Users/gavin/ceylon-ide-common/osgi/dist/features
generateFeatures:
[mkdir] Created dir: /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.feature_1.2.0.v20151102-1502
[xslt] Processing /Users/gavin/ceylon-ide-common/osgi/dist/repository.xml to /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.feature_1.2.0.v20151102-1502/feature.xml
[xslt] Loading stylesheet /Users/gavin/ceylon-ide-common/osgi/p2/generatePluginFeature.xsl
generateFeatures:
[mkdir] Created dir: /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.dependencies.feature_1.2.0.v20151102-1502
[xslt] Processing /Users/gavin/ceylon-ide-common/osgi/dist/repository.xml to /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.dependencies.feature_1.2.0.v20151102-1502/feature.xml
[xslt] Loading stylesheet /Users/gavin/ceylon-ide-common/osgi/p2/generateFixedDependenciesFeature.xsl
[ceylon-p2] Collecting modules from root module com.redhat.ceylon.ide.common
[ceylon-p2] Module com.redhat.ceylon.ide.common/1.2.0 found in /Users/gavin/ceylon-ide-common/modules
[ceylon-p2] Module ceylon.interop.java/1.2.0 found in http://modules.ceylon-lang.org/repo/1
[ceylon-p2] Module ceylon.collection/1.2.0 found in http://modules.ceylon-lang.org/repo/1
[ceylon-p2] Module ceylon.language/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon-ide-common/osgi/dist/plugins
[ceylon-p2] Module com.redhat.ceylon.typechecker/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon-ide-common/osgi/dist/plugins
[ceylon-p2] Module com.redhat.ceylon.compiler.java/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon-ide-common/osgi/dist/plugins
[ceylon-p2] Module com.redhat.ceylon.common/1.2.0 not found in the specified repositories, nor in the output folder /Users/gavin/ceylon-ide-common/osgi/dist/plugins
[ceylon-p2] Module org.jgrapht.core/0.9.1 found in http://modules.ceylon-lang.org/repo/1
[ceylon-p2] Collecting features from folder /Users/gavin/ceylon-ide-common/osgi/dist/features
[ceylon-p2] Feature com.redhat.ceylon.ide.common.dependencies.feature found in /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.dependencies.feature_1.2.0.v20151102-1502
[ceylon-p2] Feature com.redhat.ceylon.ide.common.dependencies.feature zipped in /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.dependencies.feature_1.2.0.v20151102-1502.jar
[ceylon-p2] Feature com.redhat.ceylon.ide.common.feature found in /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.feature_1.2.0.v20151102-1502
[ceylon-p2] Feature com.redhat.ceylon.ide.common.feature zipped in /Users/gavin/ceylon-ide-common/osgi/dist/features/com.redhat.ceylon.ide.common.feature_1.2.0.v20151102-1502.jar
[ceylon-p2] Parsing categories file /Users/gavin/ceylon-ide-common/osgi/p2/category.xml
[ceylon-p2] Category module-bundles found
[ceylon-p2] Category only-dependencies-bundles found
[ceylon-p2] Generating artifacts.xml
[ceylon-p2] Generating content.xml
ide-quick:
[delete] Deleting directory /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/com.redhat.ceylon.ide.common-1.2.0.car/META-INF
[copy] Copying 1 file to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/com.redhat.ceylon.ide.common-1.2.0.car
[copy] Copying 4 resources to /Users/gavin/ceylon-ide-eclipse/required-bundle-proxies/com.redhat.ceylon.ide.common-1.2.0.car
eclipse-quick:
build:
[mvn:mvn] [main] INFO org.apache.maven.cli.event.ExecutionEventLogger - Scanning for projects...
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.jdt.debug.fragment:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui.jdt.debug.fragment/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository file:../ceylon-dist/osgi/build/dist
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository file:../ceylon-sdk/osgi/dist
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository file:../ceylon.formatter/osgi/dist
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository file:../ceylon.tool.converter.java2ceylon/osgi/dist
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository file:../ceylon-ide-common/osgi/dist
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Fetching p2.index from http://download.eclipse.org/releases/kepler/ (0B at 0B/s)
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository http://download.eclipse.org/releases/kepler
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Fetching p2.index from http://download.eclipse.org/releases/kepler/201402280900/ (0B at 0B/s)
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Fetching p2.index from http://download.eclipse.org/releases/kepler/201309270900/ (0B at 0B/s)
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Fetching p2.index from http://download.eclipse.org/releases/kepler/201306260900/ (0B at 0B/s)
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Fetching p2.index from http://download.eclipse.org/technology/epp/packages/kepler/ (0B at 0B/s)
[mvn:mvn] [main] INFO org.eclipse.tycho.osgi.configuration.MavenContextConfigurator - Adding repository http://download.eclipse.org/technology/swtbot/releases/latest
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.jdt.debug.fragment:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui.jdt.debug.fragment/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.jdt.debug.fragment:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui.jdt.debug.fragment/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.test.eclipse.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.test.eclipse.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.test.eclipse.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.test.eclipse.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.test.eclipse.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.test.eclipse.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.android.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.android.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.android.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.android.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.android.plugin:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.android.plugin/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.android.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.android.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.android.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.android.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse.features:com.redhat.ceylon.eclipse.android.feature:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/features/com.redhat.ceylon.eclipse.android.feature/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.test:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.test:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving class path of MavenProject: com.redhat.ceylon.eclipse:com.redhat.ceylon.eclipse.ui.test:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/tests/com.redhat.ceylon.eclipse.ui.test/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Computing target platform for MavenProject: com.redhat.ceylon.eclipse:ceylon.site:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/site/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.core.resolver.DefaultTychoResolver - Resolving dependencies of MavenProject: com.redhat.ceylon.eclipse:ceylon.site:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/site/pom.xml
[mvn:mvn] [main] INFO org.eclipse.tycho.p2.resolver.P2DependencyResolver - {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[mvn:mvn] [main] ERROR org.eclipse.tycho.p2.resolver.P2DependencyResolver - Cannot resolve project dependencies:
[mvn:mvn] [main] ERROR org.eclipse.tycho.p2.resolver.P2DependencyResolver - Software being installed: ceylon.site raw:1.2.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):1.2.0-SNAPSHOT
[mvn:mvn] [main] ERROR org.eclipse.tycho.p2.resolver.P2DependencyResolver - Missing requirement: ceylon.site raw:1.2.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):1.2.0-SNAPSHOT requires 'ceylon.tool.converter.java2ceylon.feature.feature.group [1.2.0,1.2.1)' but it could not be found
[mvn:mvn] [main] ERROR org.eclipse.tycho.p2.resolver.P2DependencyResolver -
[mvn:mvn] [main] ERROR org.eclipse.tycho.p2.resolver.P2DependencyResolver - See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Cannot resolve dependencies of MavenProject: com.redhat.ceylon.eclipse:ceylon.site:1.2.0-SNAPSHOT @ /Users/gavin/ceylon-ide-eclipse/site/pom.xml: See log for details -> [Help 1]
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli -
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - To see the full stack trace of the errors, re-run Maven with the -e switch.
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Re-run Maven using the -X switch to enable full debug logging.
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli -
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - For more information about the errors and possible solutions, please read the following articles:
[mvn:mvn] [main] ERROR org.apache.maven.cli.MavenCli - [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
BUILD FAILED
/Users/gavin/ceylon-dist/build.xml:1069: The following error occurred while executing this line:
/Users/gavin/ceylon-dist/ide-build.xml:58: The following error occurred while executing this line:
/Users/gavin/ceylon-ide-eclipse/build.xml:23: Java returned: 1
Total time: 2 minutes 11 seconds
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.ceylon.eclipse</groupId>
<artifactId>ceylon-ide-eclipse.all</artifactId>
<version>1.2.0-SNAPSHOT</version>
<name>Ceylon IDE</name>
<packaging>pom</packaging>
<properties>
<platform-version-name>kepler</platform-version-name>
<main-software-site>http://download.eclipse.org/releases/${platform-version-name}</main-software-site>
<tychoVersion>0.22.0</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>Final</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=512m</memoryOptions2>
<systemProperties></systemProperties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
</properties>
<repositories>
<repository>
<id>eclipse</id>
<layout>p2</layout>
<url>${main-software-site}</url>
</repository>
<repository>
<id>swtbot</id>
<layout>p2</layout>
<url>http://download.eclipse.org/technology/swtbot/releases/latest/</url>
</repository>
</repositories>
<modules>
<module>plugins</module>
<module>features</module>
<module>tests</module>
<module>site</module>
</modules>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-versions</id>
<phase>validate</phase>
<goals>
<goal>enforce</goal>
</goals>
<inherited>true</inherited>
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.5, 3.3.3]</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[1.7,1.9)</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<format>'v'yyyyMMdd-HHmm'-${BUILD_ALIAS}'</format>
<archiveSite>true</archiveSite>
<environments>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tychoVersion}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
<configuration>
<resolver>p2</resolver>
<ignoreTychoRepositories>true</ignoreTychoRepositories>
<environments>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>update-site-runtime-dependencies</id>
<activation>
<property>
<name>build-against</name>
<value>last-release</value>
</property>
</activation>
<repositories>
<repository>
<id>ide-runtime-dependencies</id>
<layout>p2</layout>
<url>http://downloads.ceylon-lang.org/ide/eclipse/prod/</url>
</repository>
</repositories>
</profile>
<profile>
<id>local-runtime-dependencies</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>build-against</name>
<value>current-master</value>
</property>
</activation>
<repositories>
<repository>
<id>ceylon-dist</id>
<layout>p2</layout>
<url>file:../ceylon-dist/osgi/build/dist</url>
</repository>
<repository>
<id>ceylon-sdk</id>
<layout>p2</layout>
<url>file:../ceylon-sdk/osgi/dist</url>
</repository>
<repository>
<id>ceylon-formatter</id>
<layout>p2</layout>
<url>file:../ceylon.formatter/osgi/dist</url>
</repository>
<repository>
<id>ceylon.tool.converter.java2ceylon</id>
<layout>p2</layout>
<url>file:../ceylon.tool.converter.java2ceylon/osgi/dist</url>
</repository>
<repository>
<id>ceylon-ide-common</id>
<layout>p2</layout>
<url>file:../ceylon-ide-common/osgi/dist</url>
</repository>
</repositories>
</profile>
</profiles>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment