Skip to content

Instantly share code, notes, and snippets.

View lenards's full-sized avatar

Andrew Lenards lenards

  • Tucson, AZ
View GitHub Profile
package org.iplantc.de.client.views.panels;
import java.util.ArrayList;
import java.util.List;
import org.iplantc.de.client.I18N;
import org.iplantc.de.client.images.Resources;
import org.iplantc.de.client.models.Job;
import org.iplantc.de.client.models.JsJob;
import org.iplantc.de.client.models.UserInfo;
package org.iplantc.de.client.views.dialogs;
import java.util.List;
import org.iplantc.de.client.ErrorHandler;
import org.iplantc.de.client.I18N;
import org.iplantc.de.client.events.UploadCompleteHandler;
import org.iplantc.de.client.models.UserInfo;
import org.iplantc.de.client.services.FolderServices;
import org.iplantc.de.client.utils.JsonUtil;
383 <plugin>
384 <artifactId>maven-war-plugin</artifactId>
385 <configuration>
386 <webappDirectory>${basedir}/war</webappDirectory>
387 <manifest>
388 <addDefaultImplementationEntries>true
389 </addDefaultImplementationEntries>
390 </manifest>
391 <webResources>
392 <resource>
404 <plugin>
405 <groupId>org.codehaus.mojo</groupId>
406 <artifactId>gwt-maven-plugin</artifactId>
407 <version>1.2</version>
408 <executions>
409 <execution>
410 <goals>
411 <goal>compile</goal>
412 <goal>test</goal>
413 </goals>
private void doGetPublicFile(HttpServletRequest request,
HttpServletResponse response, TreeLogger logger, String partialPath,
String moduleName) throws IOException {
// Create a logger branch for this request.
String msg = "The development shell servlet received a request for '"
+ partialPath + "' in module '" + moduleName + "' ";
logger = logger.branch(TreeLogger.TRACE, msg, null);
// ...
URL foundResource;
@Override
public String getModuleName()
{
return "org.iplantc.de.discoveryenvironment";
}
From 0745c67fd63e5b73959e54cbe9677621554e05fd Mon Sep 17 00:00:00 2001
From: lenards <[email protected]>
Date: Wed, 4 Aug 2010 18:17:35 -0700
Subject: [PATCH] CORE-703: activate JavadocMethod check for public methods (and tweak method/ctor length constraints).
---
src/build/iplant-checkstyle.xml | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/src/build/iplant-checkstyle.xml b/src/build/iplant-checkstyle.xml
// SNIPPET
// import from url menu item
menu.add(buildMenuItem(I18N.DISPLAY.urlImport(), "idDataBrowserUrlImportMenuItem",
new SelectionListener<MenuEvent>()
{
@Override
public void componentSelected(MenuEvent ce)
{
String parentId = pnlDataManagementGrid.getRootParentId();
promptUrlImport(parentId, ce.getXY());
mvn archetype:create -DgroupId=org.iplantc -DartifactId=gwt-example -DarchetypeArtifactId=maven-archetype-webapp
// ... snippet
/**
* Generates the keystore file according to the in-memory specification for
* this class.
*
* @throws RuntimeException if the keystore file can't be generated.
*/
public void generateKeystoreFile()