Skip to content

Instantly share code, notes, and snippets.

[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
(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
/*
* 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.
/*
* 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.
<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>
@lfryc
lfryc / gist:5451713
Created April 24, 2013 12:20
awestruct failure for arquillian.github.com
[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
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;
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;
@lfryc
lfryc / gist:5386910
Created April 15, 2013 09:13
RichFaces issues of JavaDoc
[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
@lfryc
lfryc / console-output.txt
Created April 12, 2013 19:16
Output of release:perform
[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