Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4705DD18 for ; Tue, 4 Sep 2012 02:00:09 +0000 (UTC) Received: (qmail 56304 invoked by uid 500); 4 Sep 2012 02:00:09 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 56268 invoked by uid 500); 4 Sep 2012 02:00:09 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 56261 invoked by uid 99); 4 Sep 2012 02:00:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 02:00:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 02:00:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B2640238896F; Tue, 4 Sep 2012 01:59:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1380419 - in /incubator/airavata/sandbox/workflow-monitoring-util: ./ conf/ web/ web/META-INF/ web/WEB-INF/ web/jsp/ web/resources/ web/resources/js/ web/src/ Date: Tue, 04 Sep 2012 01:59:24 -0000 To: airavata-commits@incubator.apache.org From: smarru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120904015924.B2640238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smarru Date: Tue Sep 4 01:59:23 2012 New Revision: 1380419 URL: http://svn.apache.org/viewvc?rev=1380419&view=rev Log: adding rat check pluggin and missing license headers Removed: incubator/airavata/sandbox/workflow-monitoring-util/web/build.xml Modified: incubator/airavata/sandbox/workflow-monitoring-util/conf/db.config incubator/airavata/sandbox/workflow-monitoring-util/conf/monitor_schema.sql incubator/airavata/sandbox/workflow-monitoring-util/pom.xml incubator/airavata/sandbox/workflow-monitoring-util/web/META-INF/context.xml incubator/airavata/sandbox/workflow-monitoring-util/web/WEB-INF/web.xml incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowById.jsp incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByTimes.jsp incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByUser.jsp incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/reportGenerator.jsp incubator/airavata/sandbox/workflow-monitoring-util/web/resources/calendar.html incubator/airavata/sandbox/workflow-monitoring-util/web/resources/index.html incubator/airavata/sandbox/workflow-monitoring-util/web/resources/js/calendar2.js incubator/airavata/sandbox/workflow-monitoring-util/web/src/db.config Modified: incubator/airavata/sandbox/workflow-monitoring-util/conf/db.config URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/conf/db.config?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/conf/db.config (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/conf/db.config Tue Sep 4 01:59:23 2012 @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# #database connection string ##mySQL Modified: incubator/airavata/sandbox/workflow-monitoring-util/conf/monitor_schema.sql URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/conf/monitor_schema.sql?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/conf/monitor_schema.sql (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/conf/monitor_schema.sql Tue Sep 4 01:59:23 2012 @@ -1,23 +1,23 @@ --- MySQL dump 10.10 --- --- Host: localhost Database: monitoring --- ------------------------------------------------------ --- Server version 5.0.21-standard-log - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `faults` --- +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ CREATE TABLE `faults` ( `id` int(11) NOT NULL auto_increment, Modified: incubator/airavata/sandbox/workflow-monitoring-util/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/pom.xml?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/pom.xml (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/pom.xml Tue Sep 4 01:59:23 2012 @@ -1,19 +1,29 @@ + + + + 4.0.0 - org.ogce + org.apache.airavata WorkflowMonitor jar dev-SNAPSHOT - OGCE WorkflowMonitor Service + Airavata WorkflowMonitor Service http://maven.apache.org - javax.activation - activation - 1.1 - - + javax.activation + activation + 1.1 + + javax.xml jsr173 1.0 @@ -71,6 +81,10 @@ maven-compiler-plugin 2.3.2 + + org.apache.rat + apache-rat-plugin + Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/META-INF/context.xml URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/META-INF/context.xml?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/META-INF/context.xml (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/META-INF/context.xml Tue Sep 4 01:59:23 2012 @@ -1,3 +1,10 @@ + Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/WEB-INF/web.xml?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/WEB-INF/web.xml (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/WEB-INF/web.xml Tue Sep 4 01:59:23 2012 @@ -1,4 +1,11 @@ + <%@ page import="org.apache.airavata.tools.workflow.monitoring.QueryManager" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.WorkflowMonitoringException" %> <%@ page import="java.io.InputStream" %> Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByTimes.jsp URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByTimes.jsp?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByTimes.jsp (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByTimes.jsp Tue Sep 4 01:59:23 2012 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page import="org.apache.airavata.tools.workflow.monitoring.QueryManager" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.WorkflowMonitoringException" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.bean.WorkflowInfo" %> Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByUser.jsp URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByUser.jsp?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByUser.jsp (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/findWorkFlowByUser.jsp Tue Sep 4 01:59:23 2012 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page import="org.apache.airavata.tools.workflow.monitoring.QueryManager" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.WorkflowMonitoringException" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.bean.WorkflowInfo" %> Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/reportGenerator.jsp URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/reportGenerator.jsp?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/reportGenerator.jsp (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/jsp/reportGenerator.jsp Tue Sep 4 01:59:23 2012 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page import="org.apache.airavata.tools.workflow.monitoring.QueryManager" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.WorkflowMonitoringException" %> <%@ page import="org.apache.airavata.tools.workflow.monitoring.bean.TemplateInfoBean" %> Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/resources/calendar.html URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/resources/calendar.html?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/resources/calendar.html (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/resources/calendar.html Tue Sep 4 01:59:23 2012 @@ -1,3 +1,22 @@ + + - Select Date, Please. Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/resources/index.html URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/resources/index.html?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/resources/index.html (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/resources/index.html Tue Sep 4 01:59:23 2012 @@ -2,6 +2,24 @@ + :: Wokflow Monitoring System :: Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/resources/js/calendar2.js URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/resources/js/calendar2.js?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/resources/js/calendar2.js (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/resources/js/calendar2.js Tue Sep 4 01:59:23 2012 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ // Title: Tigra Calendar // URL: http://www.softcomplex.com/products/tigra_calendar/ // Version: 3.3 (American date format) Modified: incubator/airavata/sandbox/workflow-monitoring-util/web/src/db.config URL: http://svn.apache.org/viewvc/incubator/airavata/sandbox/workflow-monitoring-util/web/src/db.config?rev=1380419&r1=1380418&r2=1380419&view=diff ============================================================================== --- incubator/airavata/sandbox/workflow-monitoring-util/web/src/db.config (original) +++ incubator/airavata/sandbox/workflow-monitoring-util/web/src/db.config Tue Sep 4 01:59:23 2012 @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# #database connection string ##mySQL