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.tests.page.fragments.impl; | |
import org.jboss.arquillian.graphene.enricher.findby.FindBy; | |
import org.junit.Test; | |
import org.openqa.selenium.WebElement; | |
import org.richfaces.tests.page.fragments.impl.accordion.RichFacesAccordion; | |
public class TestCase { | |
@Test |
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
/dist/assets/richfaces -> META-INF/resources/org.richfaces/widgets (Because of livereload) | |
/dist/assets/jquery/ -> META-INF/resources/com.jquery/ | |
/dist/assets/jquery-ui/ -> META-INF/resources/com.jqueryui/ | |
/dist/assets/bootstrap -> META-INF/resources/bootstrap/ | |
/dist/assets/font-awesome -> META-INF/resources/font-awesome |
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
currently: | |
richfaces | |
- framework/src/main/widgets == richfaces-widgets/dist/assets/ --> copy... | |
- framework/src/main/resources/META-INF/resources/ <-- ...here | |
next: | |
richfaces-widgets/dist/jsf-assets --> copy... |
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
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>build-helper-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>add-source</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>add-source</goal> | |
</goals> |
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
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>build-helper-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>add-source</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>add-source</goal> | |
</goals> |
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
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>build-helper-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>add-source</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>add-source</goal> | |
</goals> |
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
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>build-helper-maven-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>add-source</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>add-source</goal> | |
</goals> |
date | author |
---|---|
2013-06-20 |
lfryc |
Warp Alpha3 is a last stop to Beta releases which brings mainly enhancements and bug fixes, but also a pretty new documentation:
Even though a documentation draft isn’t published yet to the Arquillian site, it is already almost completed.
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
08:03:36,029 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ITAutocompleteBehaviors].[FacesServlet]] (http-/127.0.0.1:8080-6) JBWEB000236: Servlet.service() for servlet FacesServlet threw exception: java.lang.IllegalStateException | |
at org.apache.catalina.connector.ResponseFacade.setBufferSize(ResponseFacade.java:225) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] | |
at com.sun.faces.context.ExternalContextImpl.setResponseBufferSize(ExternalContextImpl.java:854) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] | |
at javax.faces.context.ExternalContextWrapper.setResponseBufferSize(ExternalContextWrapper.java:741) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] | |
at com.sun.faces.application.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:268) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] | |
at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:264) [richfaces.jar:] | |
at javax.faces.webapp |