This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asdfasdfa d | |
| adsf | |
| asdf | |
| asd | |
| fadsf | |
| asdfdasfsdfasdf | |
| asdfasdf | |
| asd | |
| fasdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @FacetConstraints({ | |
| @FacetConstraint(value = { FacetO.class, FacetP.class }, type = FacetConstraintType.OPTIONAL) | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @FacetConstraints({ | |
| @FacetConstraint(value = FacetP.class, type = FacetConstraintType.REQUIRED), | |
| @FacetConstraint(value = FacetO.class, type = FacetConstraintType.OPTIONAL) | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] --- maven-dependency-plugin:2.6:tree (default-cli) @ windup-reporting --- | |
| [INFO] org.jboss.windup:windup-reporting:jar:0.7.0 | |
| [INFO] +- org.jboss.forge.addon:dependencies-api:jar:2.0.0-SNAPSHOT:compile | |
| [INFO] +- org.jboss.forge.addon:projects-api:jar:2.0.0-SNAPSHOT:compile | |
| [INFO] +- org.jboss.forge.addon:resources-api:jar:2.0.0-SNAPSHOT:compile | |
| [INFO] | \- org.jboss.forge.addon:facets:jar:forge-addon:2.0.0-SNAPSHOT:compile | |
| [INFO] | +- org.jboss.forge.addon:facets-api:jar:2.0.0-SNAPSHOT:compile | |
| [INFO] | \- org.jboss.forge.addon:facets-impl:jar:2.0.0-SNAPSHOT:runtime | |
| [INFO] +- org.jboss.forge.addon:parser-java-api:jar:2.0.0-SNAPSHOT:compile | |
| [INFO] | \- org.jboss.forge:java-parser-api:jar:1.1.4.Final:compile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] +- org.apache.maven:maven-aether-provider:jar:3.1.0:compile | |
| [INFO] | +- org.apache.maven:maven-model:jar:3.1.0:compile | |
| [INFO] | +- org.apache.maven:maven-model-builder:jar:3.1.0:compile | |
| [INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.1.0:compile | |
| [INFO] | +- org.eclipse.aether:aether-api:jar:0.9.0.M2:compile | |
| [INFO] | +- org.eclipse.aether:aether-spi:jar:0.9.0.M2:compile | |
| [INFO] | +- org.eclipse.aether:aether-util:jar:0.9.0.M2:compile | |
| [INFO] | +- org.eclipse.aether:aether-impl:jar:0.9.0.M2:compile | |
| [INFO] | +- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile | |
| [INFO] | \- org.codehaus.plexus:plexus-utils:jar:3.0.10:compile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ furnace-manager-resolver-parent --- | |
| [INFO] org.jboss.forge.furnace:furnace-manager-resolver-parent:pom:2.0.0-SNAPSHOT | |
| [INFO] +- org.jboss.forge.furnace:furnace-api:jar:2.0.0-SNAPSHOT:provided | |
| [INFO] \- junit:junit:jar:4.11:test | |
| [INFO] \- org.hamcrest:hamcrest-core:jar:1.3:test | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --addons "org.jboss.forge.addon:core,2.0.0-SNAPSHOT" | |
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --addons "org.jboss.forge.addon:core,2.0.0-SNAPSHOT" --spl | |
| **ERROR**: java.lang.NullPointerException | |
| [forge]$ new-project --named testProject --topLevelPackage org.jboss.lincoln --type Forge\ Addon --version 1.5 --targetLocation ~/Desktop/ --forgeVersion 2.0.0.Alpha10 --splitProjects | |
| null | |
| [forge]$ ls | |
| null | |
| [forge]$ ls | |
| null | |
| [forge]$ cd .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sharktop:switchyard lb3$ git p | |
| p4 pull push | |
| sharktop:switchyard lb3$ git apply | |
| .classpath .git/ .gitignore .project .settings/ README.md pom.xml src/ target/ | |
| sharktop:switchyard lb3$ git apply -- | |
| --apply --ignore-space-change --index-info --reverse --verbose | |
| --cached --ignore-whitespace --no-add --stat --whitespace= | |
| --check --inaccurate-eof --numstat --summary | |
| --exclude= --index --reject --unidiff-zero | |
| sharktop:switchyard lb3$ git apply -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2013 Red Hat, Inc. and/or its affiliates. | |
| * | |
| * Licensed under the Eclipse Public License version 1.0, available at | |
| * http://www.eclipse.org/legal/epl-v10.html | |
| */ | |
| package org.jboss.forge.maven.projects.workspace; | |
| import java.io.File; | |
| import java.util.ArrayList; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sharktop:windup lb3$ forge --install org.jboss.windup:windup,1.0.0-SNAPSHOT | |
| org.jboss.forge.dependencies.DependencyException: Could not resolve dependencies for addon [org.jboss.windup:windup:jar:forge-addon:1.0.0-SNAPSHOT] | |
| at org.jboss.forge.maven.dependencies.MavenDependencyResolver.resolveAddonDependencyHierarchy(MavenDependencyResolver.java:266) | |
| at org.jboss.forge.addon.manager.impl.AddonManagerImpl.install(AddonManagerImpl.java:46) | |
| at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:197) | |
| at org.jboss.forge.bootstrap.Bootstrap.<init>(Bootstrap.java:136) | |
| at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:91) | |
| Caused by: org.sonatype.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: org.hibernate:com.springsource.org.hibernate.validator:jar:4.2.0.Final, com.sun:tools:jar:1.6, com.caucho:com.springsource.com.caucho:jar:3.2.1: Could not find artifact org.hibernate:com.springsource.org.hibernate.validator:jar:4.2.0.Final in central (http://re |