This file contains 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
[alr@alr-laptop jboss-msc]$ git remote add dml http://github.com/dmlloyd/jboss-msc.git | |
[alr@alr-laptop jboss-msc]$ git branch -v | |
* master e177206 Update to explicit property project.version | |
[alr@alr-laptop jboss-msc]$ git pull dml master | |
remote: Counting objects: 53, done. | |
remote: Compressing objects: 100% (19/19), done. | |
remote: Total 30 (delta 11), reused 0 (delta 0) | |
Unpacking objects: 100% (30/30), done. | |
From http://github.com/dmlloyd/jboss-msc | |
* branch master -> FETCH_HEAD |
This file contains 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
public interface MailMessage<T extends MailMessage<T>> | |
{ | |
public T setFrom(EmailContact emailContact) throws SeamMailException; | |
... | |
} | |
public interface TemplateMailMessage extends MailMessage<TemplateMailMessage> | |
{ | |
... |
This file contains 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
Compilation failure: Compilation failure: | |
/home/alr/business/jboss/git/jboss-as/domain/src/main/java/org/jboss/as/deployment/item/JBossServiceDeploymentItem.java:[80,77] unreported exception org.jboss.msc.service.DuplicateServiceException; must be caught or declared to be thrown | |
/home/alr/business/jboss/git/jboss-as/domain/src/main/java/org/jboss/as/model/Standalone.java:[43,13] org.jboss.as.model.Standalone is not abstract and does not override abstract method stop(org.jboss.msc.service.ServiceContainer) in org.jboss.msc.service.ServiceActivator |
This file contains 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
[ERROR] Failed to execute goal on project jboss-as-server: Missing: | |
---------- | |
1) org.jboss.as:domain:jar:7.0.0.Beta1-SNAPSHOT | |
Try downloading the file manually from the project website. | |
Then, install it using the command: | |
mvn install:install-file -DgroupId=org.jboss.as -DartifactId=domain -Dversion=7.0.0.Beta1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file | |
Alternatively, if you host your own repository you can deploy the file there: |
This file contains 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
[alr@alr-laptop trunk]$ svn di build | |
Index: build/build.xml | |
=================================================================== | |
--- build/build.xml (revision 106625) | |
+++ build/build.xml (working copy) | |
@@ -717,7 +717,6 @@ | |
<include name="ejb3-interceptors-aop.xml"/> | |
<include name="ejb3-connectors-jboss-beans.xml"/> | |
</fileset> | |
- <fileset refid="org.jboss.ejb3.async:jboss-ejb3-async-deployer:jar"/> |
This file contains 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
Found possible branch point: https://svn.jboss.org/repos/jbossas/projects/ejb3/components/async/trunk => https://svn.jboss.org/repos/jbossas/projects/ejb3/components/async/tags/1.0.0-alpha-1, 106630 | |
Found branch parent: (refs/remotes/tags/1.0.0-alpha-1) 8cf10086ed943cc7e6758c96fdb1014a460be860 | |
Following parent with do_switch | |
Successfully followed parent | |
Found possible branch point: https://svn.jboss.org/repos/jbossas/projects/ejb3/components/async/trunk => https://svn.jboss.org/repos/jbossas/projects/ejb3/components/async/tags/1.0.0-alpha-2, 106677 | |
Use of uninitialized value $u in substitution (s///) at /usr/libexec/git-core/git-svn line 1728. | |
Use of uninitialized value $u in concatenation (.) or string at /usr/libexec/git-core/git-svn line 1728. | |
refs/remotes/tags/1.0.0-alpha-1: 'https://svn.jboss.org/repos/jbossas' not found in ' |
This file contains 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
[ERROR] Non-resolvable import POM org.jboss.weld:weld-api-bom:1.0-SNAPSHOT: Failed to resolve POM for org.jboss.weld:weld-api-bom:1.0-SNAPSHOT due to Missing: | |
---------- | |
1) org.jboss.weld:weld-api-bom:pom:1.0-SNAPSHOT | |
---------- | |
1 required artifact is missing. | |
for artifact: | |
org.jboss.weld:weld-api-bom:pom:1.0-SNAPSHOT | |
from the specified remote repositories: |
This file contains 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
public interface StreamExporter extends Assignable | |
{ | |
//-------------------------------------------------------------------------------------|| | |
// Contracts --------------------------------------------------------------------------|| | |
//-------------------------------------------------------------------------------------|| | |
/** | |
* Exports this reference in an implementation-specific | |
* format represented by the returned {@link InputStream} | |
* |
This file contains 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
Something test |
This file contains 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
Something test |
OlderNewer