You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/03/19 21:37:08 UTC

svn commit: r387026 - in /gump/branches/Gump3/dynagump: ./ .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs .settings/org.eclipse.jdt.ui.prefs README.txt

Author: stefano
Date: Sun Mar 19 12:37:07 2006
New Revision: 387026

URL: http://svn.apache.org/viewcvs?rev=387026&view=rev
Log:
adding eclipse files (make sure you have the maven2 eclipse plugin installed for the full experience!)
adding a meaningful readme file

Added:
    gump/branches/Gump3/dynagump/.classpath
    gump/branches/Gump3/dynagump/.project
    gump/branches/Gump3/dynagump/.settings/
    gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.core.prefs
    gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.ui.prefs
Modified:
    gump/branches/Gump3/dynagump/   (props changed)
    gump/branches/Gump3/dynagump/README.txt

Propchange: gump/branches/Gump3/dynagump/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar 19 12:37:07 2006
@@ -1,4 +1 @@
-.classpath
-.project
-.settings
 target

Added: gump/branches/Gump3/dynagump/.classpath
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/.classpath?rev=387026&view=auto
==============================================================================
--- gump/branches/Gump3/dynagump/.classpath (added)
+++ gump/branches/Gump3/dynagump/.classpath Sun Mar 19 12:37:07 2006
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: gump/branches/Gump3/dynagump/.project
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/.project?rev=387026&view=auto
==============================================================================
--- gump/branches/Gump3/dynagump/.project (added)
+++ gump/branches/Gump3/dynagump/.project Sun Mar 19 12:37:07 2006
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>DynaGump</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.core.prefs?rev=387026&view=auto
==============================================================================
--- gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.core.prefs (added)
+++ gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.core.prefs Sun Mar 19 12:37:07 2006
@@ -0,0 +1,12 @@
+#Sun Mar 19 11:44:37 PST 2006
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5

Added: gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.ui.prefs
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.ui.prefs?rev=387026&view=auto
==============================================================================
--- gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.ui.prefs (added)
+++ gump/branches/Gump3/dynagump/.settings/org.eclipse.jdt.ui.prefs Sun Mar 19 12:37:07 2006
@@ -0,0 +1,3 @@
+#Sun Mar 19 11:44:37 PST 2006
+eclipse.preferences.version=1
+internal.default.compliance=default

Modified: gump/branches/Gump3/dynagump/README.txt
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/dynagump/README.txt?rev=387026&r1=387025&r2=387026&view=diff
==============================================================================
--- gump/branches/Gump3/dynagump/README.txt (original)
+++ gump/branches/Gump3/dynagump/README.txt Sun Mar 19 12:37:07 2006
@@ -1,86 +1,59 @@
-Gump Presentation Application (GPA)
-
-==========================================
-Table of content
-==========================================
-1.		 Introduction
-2		 Installation
-2.1		 Requirements
-2.2		 Configuration
-2.3		 Build
-2.4		 add Tables and Tempdata to database
-3. 		 To do
-==========================================
-1. Introduction
-==========================================
-
-The purpose of this application is present the data gump3 generates in a
-easy to read and understanding way. The data that is presented should be
-easy to brows and easy to understand. The application is a complement to 
-Apache Gump3. To get more information about gump se http://gump.apache.org/
-
-==========================================
-2 Installation
-==========================================
-
-2.1 Requirments
-------------------------------------------
-Application Server:
-
-Only tested on JBoss. But should work on anny application server.
-
-Database:
-
-MySQL connector included in lib. You can change this
-to what ever you whant but need to download and add a 
-connector for the database in the catalog lib.
-
-Ant:
-
-To build the web package (.war)
-
--------------------------------------------
-2.2 Configuration
--------------------------------------------
-
-1a Using hibernate.
-
-Edit WEB-INF/src/hibernate.cfg.xml for you database.
-
-1b. Use plain MySQL connector.
-
-Edit DBHandler.java on line 13 from Hibernate to MySQL. 
-Edit MySQLController constructor so that it points to you database 
-with username and password.
-
-------------------------------------------------
-2.3 Build
-------------------------------------------------
-
-Just run Ant -f packaging-build.xml
-
-
-------------------------------------------------
-2.4		 add Tables and Tempdata to database
-------------------------------------------------
-
-There are two files in docs/SQL
-
-Gump3DB.sql
-^^^^^^^^^^^^^^^^^^^^
-
-Contains the structure of the db without data.
-
-Gump3TempDB.sql
-^^^^^^^^^^^^^^^^^^^^
-
-Contains the structure and some temporary data to test the application on.
-
-================================================
-3.TODO
-================================================
-
-1. 	Inprove the README file.
-2.	Clean up the code. Do Some refactoring
-3.	Create a Issue Page for each workspace.
-
+
+                                       
                                          
                        _             _____               
                      _| |_ _ ___ ___|   __|_ Apache_ ___ 
                     | . | | |   | . |  |  | | |     | . |
                     |___|_  |_|_|___|_____|___|_|_|_|  _|
                         |___|                       |_|                                   
+
+
+
+  What is this?
+  -------------
+
+ DynaGump is a web application that provides a user-friendly access to 
+ the data generated by Apache Gump. 
+
+
+
+  Requirements
+  ------------
+
+  DynaGump requires:
+
+   o  A Java 1.5 or later compatible virtual machine for your operating system.
+
+   o  Apache Maven 2.0 or later (http://maven.apache.org) 
+
+
+
+  How do I run DynaGump?
+  ----------------------
+  
+   1) [download Sun's JTA 1.0.1B from http://java.sun.com/products/jta/]
+   2) mvn install:install-file -Dfile=<path-to-file>/jta-1_0_1B-classes.zip \
+      -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
+   3) mvn package
+   4) mvn jetty6:run
+
+  Point your browser to http://127.0.0.1:8080/ to see DynaGump in action.
+
+
+
+
+  Licensing and legal issues
+  --------------------------
+
+  DynaGump is open source software and is licensed under the Apache License 2.0.
+
+  Note however that this software depends on libraries that are not
+  released under the same license, but please be aware the DynaGump links to 
+  those libraries but does *NOT* ship them, therefore some of their license limitations
+  do not apply.
+
+
+                                     - o -
+
+  Thanks for your interest.
+
+
+
+
+                                                      The Apache Gump Project
+                                                      http://gump.apache.org/
+