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
[lfryc@lfryc richfaces-docs]$ export PATH=/home/lfryc/Apps/jbdevstudio:/home/lfryc/Apps/nodejs/bin:/home/lfryc/Apps/WebStorm/bin:/home/lfryc/Apps/apache-maven-3.0.4/bin:/home/lfryc/Apps:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/lfryc/.local/bin:/home/lfryc/bin | |
[lfryc@lfryc richfaces-docs]$ which tilt | |
/usr/bin/which: no tilt in (/home/lfryc/Apps/jbdevstudio:/home/lfryc/Apps/nodejs/bin:/home/lfryc/Apps/WebStorm/bin:/home/lfryc/Apps/apache-maven-3.0.4/bin:/home/lfryc/Apps:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/lfryc/.local/bin:/home/lfryc/bin) | |
[lfryc@lfryc richfaces-docs]$ mvn -v | |
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) | |
Maven home: /home/lfryc/Apps/apache-maven-3.0.4 | |
Java version: 1.7.0_19, vendor: Oracle Corporation | |
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.19.x86_64/jre | |
Default locale: en_US, platform encoding: UTF-8 | |
OS name: "linux", version: "3.9.4-200.fc18.x86_64", a |
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
(E) ManagerProcessing | |
(O) LoadableExtensionLoader.load | |
(E) ServiceLoader | |
(E) ManagerStarted | |
(O) ConfigurationRegistrar.loadConfiguration | |
(E) ArquillianDescriptor | |
(O) ProtocolRegistryCreator.createRegistry | |
(E) ProtocolRegistry | |
(O) FundamentalTestConfiguratorObserver.configure | |
(O) ContainerRegistryCreator.createRegistry |
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
/* | |
* JBoss, Home of Professional Open Source | |
* Copyright ${year}, Red Hat, Inc. and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* This is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU Lesser General Public License as | |
* published by the Free Software Foundation; either version 2.1 of | |
* the License, or (at your option) any later version. |
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
/* | |
* JBoss, Home of Professional Open Source | |
* Copyright ${year}, Red Hat, Inc. and individual contributors | |
* by the @authors tag. See the copyright.txt in the distribution for a | |
* full listing of individual contributors. | |
* | |
* This is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU Lesser General Public License as | |
* published by the Free Software Foundation; either version 2.1 of | |
* the License, or (at your option) any later version. |
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
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>org.richfaces</groupId> | |
<artifactId>richfaces-bom</artifactId> | |
<version>4.3.1.Final</version> | |
<type>pom</type> | |
<scope>import</scope> | |
</dependency> | |
</dependencies> |
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
[lfryc@lfryc arquillian-page]$ awestruct -d | |
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.9.0 | |
Using profile: development | |
Generating site: http://localhost:4242 | |
Using cloned repository /tmp/arqrepos/arquillian-container-cloudbees | |
Using cloned repository /tmp/arqrepos/arquillian-container-glassfish | |
Using cloned repository /tmp/arqrepos/arquillian-container-jbossas | |
Using cloned repository /tmp/arqrepos/arquillian-container-jetty | |
Using cloned repository /tmp/arqrepos/arquillian-container-openejb | |
Using HEAD for arquillian-container-openejb since repository structure is inconsistent at 1.0.0.Alpha5 |
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
package org.richfaces.integration.partialViewContext; | |
import static org.jboss.arquillian.warp.jsf.Phase.RENDER_RESPONSE; | |
import java.io.IOException; | |
import java.net.URL; | |
import javax.faces.application.Application; | |
import javax.faces.component.FacesComponent; | |
import javax.faces.component.UIComponent; |
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
package org.ced.web.rest.conference.test; | |
import static com.jayway.restassured.RestAssured.given; | |
import static org.hamcrest.Matchers.equalTo; | |
import java.io.File; | |
import java.net.URL; | |
import java.util.Date; | |
import org.ced.domain.Repository; |
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] [WARNING] Javadoc Warnings | |
[INFO] [WARNING] /richfaces5/target/checkout/framework/src/main/java/org/richfaces/cache/CacheFactory.java:41: warning - @param argument "cacheLoader" is not a parameter name. | |
[INFO] [WARNING] /richfaces5/target/checkout/framework/src/main/java/org/richfaces/cache/CacheFactory.java:41: warning - Tag @link: reference not found: CacheLoader | |
[INFO] [WARNING] /richfaces5/target/checkout/framework/src/main/java/org/richfaces/cache/CacheFactory.java:41: warning - @param argument "cacheConfigurationloader" is not a parameter name. | |
[INFO] [WARNING] /richfaces5/target/checkout/framework/src/main/java/org/richfaces/event/MethodExpressionEventListener.java:114: warning - @inheritDoc used but processEvent(FacesEvent) does not override or implement any method. | |
[INFO] [WARNING] /richfaces5/target/checkout/framework/src/main/java/org/richfaces/event/MethodExpressionEventListener.java:114: warning - @inheritDoc used but processEvent(FacesEvent) does not override or implement any method. | |
[INF |
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
[lfryc@lfryc richfaces5]$ mvn release:perform --batch-mode -Dtag=5.0.0.Alpha1 -DreleaseVersion=5.0.0.Alpha1 -DdevelopmentVersion=5.0.0-SNAPSHOT -s /mnt/workspace/workspaces/release/local-settings.xml | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] RichFaces BOM | |
[INFO] RichFaces Parent | |
[INFO] RichFaces Build Resources | |
[INFO] RichFaces Framework | |
[INFO] RichFaces Build Version Management |