+ If you use maven, it is actually available from the maven central repository:
http://mavencentral.sonatype.com/#artifactdetails|org.vectomatic|lib-gwt-svg-samples|0.5.2
+ You can also get it from my maven repository
http://www.vectomatic.org/mvn/org/vectomatic/lib-gwt-svg-samples/
Otherwise you can get the source code from the svn repository
http://code.google.com/p/vectomatic/source/browse/
All these source contain a .project and a .launch eclipse file so you
can get it to work fairly quickly under eclipse (you will need to
tweak the eclipse run configuration a bit so fix the paths to the jar
files as they point to jar locations inside my own filesystem). The
quickest way to get it up an running is:
1/ install the maven and svn eclipse plugin
2/ add the svn repository location to the list of repositories in eclipse
3/ browse the repository to locate the project you are interested in,
right-click on it and select: "check out as maven project"
Lukas
Forgive me if these questions are basic, but I've spent the evening
trying to configure a new eclipse install to experiment with
lib-gwt-svg.
My goal is to just to get a basic gwt application working to
experiment with and learn from.
To start, I tried to follow your instructions and use maven and svn.
Using the svn browser I can find the projects easily enough, but I
have never been presented with the option to 'checkout as maven
project'.
I am using m2e - Maven Integration for Eclipse
(Incubation) 0.13.0.201103151108 (org.eclipse.m2e.feature.feature.group)
- is this the maven plugin you recommend ?
If I do select 'Find/Checkout as' there is nothing maven related so
I've just gone ahead and checked out lib-gwt-svg trunk and
libgwtsvg-examples.
In order to get lib-gwt-svg trunk to build without errors I had to
manually add the GWT library and junit.jar.
My efforts to get the examples project to build have failed so far. I
have manually added the jhighight jar to the build path
In addition to errors for several missing resources I get the following:
CHKJ3008E: Missing or invalid WAR
file. libgwtsvg-samples Unknown Validation Message
The web.xml file does not
exist WEB-INF /libgwtsvg-samples/war Unknown Google Web App Problem
I'm sad to admit that my search skills have failed me and I'm not sure
how to proceed with dealing with these errors. The best I could find
is other people having difficulties with eclipse with GWT & maven.
Any suggestions for getting up and running would be greatly appreciated.
Thanks,
Ivar
<dependency>
<groupId>org.vectomatic</groupId>
<artifactId>lib-gwt-svg</artifactId>
<version>0.5.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
--
You received this message because you are subscribed to the Google Groups "lib-gwt-svg" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lib-gwt-svg...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.