Commit Graph

343 Commits

Author SHA1 Message Date
Maxime Sinclair 8c874c2d8a [BUGFIX] Updated usage of the jetty plugin 2013-09-17 18:15:16 +02:00
Maxime Sinclair e5fc4adcd7 [TASK] maven-war-plugin upgraded to 2.3 to avoid a warning
http://stackoverflow.com/questions/4342245/disable-maven-warning-message-selected-war-files-include-a-web-inf-web-xml-wh
2013-09-17 14:28:55 +02:00
maximesinclair beb8c490b0 [BUGFIX] Text/plain outputs always in unicode 2013-09-13 19:55:07 +02:00
Maxime Sinclair 7d7aa41168 [TASK] Add a test about Unicode preservation 2013-09-06 16:32:51 +02:00
Maxime Sinclair 39eab59226 [TASK] SourceInformation replaced by PlantumlUtils
a more complete implementation
2013-08-26 10:42:01 +02:00
Maxime Sinclair 7d7bdca930 [FEATURE] Map usage integrated in the interactive servlet
JSTL (without EL) added
2013-08-22 14:31:05 +02:00
Maxime Sinclair 13ac55e09e [FEATURE] Map service totally implemented 2013-08-19 16:07:38 +02:00
Maxime Sinclair bedc5b49ce [FEATURE] Design evolution of the map service
Map implementation is still an empty stub
2013-08-14 09:44:19 +02:00
Maxime Sinclair e90fdee24b [TASK] Refactoring, decoding feature is now in a utility class 2013-08-14 09:27:43 +02:00
Maxime Sinclair 9e90a3660b [FEATURE] First implementation of the map feature unit test 2013-07-18 16:20:46 +02:00
Maxime Sinclair 779351844c [TASK] Refactoring of the TestUtils class
tryGetResponse method deleted
Compressed diagram strings added as constant strings
2013-07-17 14:30:44 +02:00
Maxime Sinclair 97f00051f0 [FEATURE] Stub implementation of the new map service 2013-07-17 10:11:03 +02:00
Maxime Sinclair 9ee4b279bc [FEATURE] Future design of the PlantUML Server
A new map feature to retrieve the image map of a diagram is added
2013-07-17 10:02:38 +02:00
Maxime Sinclair e41286993f [TASK] No more used method getServerUrl suppressed 2013-07-10 17:28:09 +02:00
Maxime Sinclair ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
Maxime Sinclair ded3a5578a Source beautified 2013-07-10 10:37:21 +02:00
Maxime Sinclair 6d1ca6c43c Check the content of the SVG 2013-07-10 10:08:44 +02:00
Maxime Sinclair f34d9ca34e Consume the http response to avoid IO exception 2013-07-10 10:07:31 +02:00
Maxime Sinclair a0c3fbe525 IOException temporary fixed 2013-07-09 17:32:09 +02:00
Maxime Sinclair 4339629f97 UML diagram fixed 2013-07-09 17:12:42 +02:00
Maxime Sinclair 90fe8924f7 Code formatted, encoded text checked and warning added
The old url syntax is announced as deprecated.
2013-07-09 16:53:45 +02:00
Maxime Sinclair d7ecaaa992 Refactoring of the Proxy service 2013-07-09 15:44:36 +02:00
maximesinclair cbb6eb0ac2 Testcases are coming back ! 2013-07-01 22:40:14 +02:00
maximesinclair ab77f245f9 IIOException catched when browser session disappears 2013-07-01 22:36:28 +02:00
Maxime Sinclair c166b507f0 Catch IOException to avoid annoying messages in the server logs. 2013-06-04 16:07:31 +02:00
Maxime Sinclair 017c690226 Formatted and tests skipped 2013-05-28 16:36:42 +02:00
maximesinclair 3bc2461f85 Temporary fix ! 2013-05-27 23:45:38 +02:00
maximesinclair 596cc8b79e Maven now uses the latest version of the plantuml lib 2013-04-30 11:21:35 +02:00
maximesinclair 26509be01e Source encoding defined 2013-04-30 09:52:02 +02:00
Maxime Sinclair deb82a10f6 plantuml jar updated to 7500 2011-12-28 16:53:32 +01:00
Maxime Sinclair 8cff4fe41f Version of the plugins fixed, maven warnings suppressed. 2011-12-28 16:34:54 +01:00
Maxime Sinclair 40fcdd04e2 Build timestamp mavenized using filtering. 2011-12-28 16:27:53 +01:00
Maxime Sinclair ad6a00fdf0 Normalization of the format for the proxy feature.
New syntax is : plantuml/proxy/[id/][format/]remoteURL
where id is a number identifying the diagram definition
when the remote URL contains more than one diagram,
and format specify the output : img, txt or svg.
2011-11-14 17:22:16 +01:00
Maxime Sinclair b0c46ef805 Merge pull request #2 from plalloni/master
Build migrated to maven, tests self-contained, etc.
2011-11-14 07:30:30 -08:00
Pablo Lalloni c3bf704888 Add running instructions to readme file. 2011-11-12 23:38:43 -02:00
Pablo Lalloni e1cc14c6a3 Changed TestProxy png image expected size to be between 1500 and 1700. 2011-11-12 22:00:30 -03:00
Pablo Lalloni 11a215ddd0 Configure jetty-maven-plugin, build final name, wtp context path.
Add project name to maven pom.

Configure maven-eclipse-plugin wtp contextpath to "plantuml" for running
from eclipse embedded servers.

Add jetty-maven-plugin to maven pom allowing to run the webapp by
executing jetty:run-exploded or jetty:run-war maven goals.

Downgrade servlet-api dependency version to 2.4 to match web.xml
setting.

Remove development "leaked" dependency on jersey-server.

Changed maven build final name to produce "plantuml.war" as the previous
ant build.
2011-11-12 21:59:34 -03:00
Pablo Lalloni e489e631eb Restore previous welcome servlet path to serve static resources
correctly.

Add jetty default servlet parameter to allow "servlet welcome files".
2011-11-12 20:54:15 -03:00
Pablo Lalloni 1b9e92cc78 Added maven-eclipse-plugin configuration options for generation of
eclipse wtp configuration files so the project is recognized as a "web
project" in eclipse and it can be run in eclipse managed servers.
2011-11-12 16:22:48 -03:00
Pablo Lalloni b66a774bc7 README updated to mavenized project and translated to markdown 2011-11-02 19:23:39 -03:00
Pablo Lalloni 89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00
Pablo Lalloni 4f80244a2b Add support for generating parameterized image format in proxy requests 2011-11-01 17:12:46 -03:00
Maxime Sinclair d494bc91f4 Upgraded to 7104 2011-08-30 16:46:28 +02:00
Maxime Sinclair b75cf0b7cf Better support of ditaa diagrams. 2011-08-30 16:39:12 +02:00
Maxime Sinclair c40a3e5504 Merge branch 'master' of https://github.com/arnaudroques/plantumlservlet 2011-07-12 18:01:57 +02:00
Maxime Sinclair b909e3cb8d Minimal SVG test case added 2011-07-12 17:58:35 +02:00
Arnaud Roques 5cefa9cec0 Version 6703 2011-05-23 22:25:25 +02:00
Maxime Sinclair c07e4ffe07 Invalid anchor tag fixed. 2011-04-26 14:47:47 +02:00
Arnaud Roques 85afd8196e New PlantUML.jar
Display Version in the header
Add links "View as SVG", "View as ASCII Art"
2011-04-21 19:52:50 +02:00
Arnaud Roques e71536f634 Transcoder.class will now add @startuml, to we have to check if it is
present before adding it
2011-04-19 18:22:56 +02:00