Yes that seems to fix it so I've committed a fix to correct that. Thanks!
Any reason why its not <groupId> like in a regular maven dependency element? ...ant On 10/10/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
In the <dependency> element here: https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/services/ bindings/binding.jsonrpc/src/main/resources/META-INF/sca/default.scdl you have <groupId> and it should be <group> -- Jeremy On Oct 10, 2006, at 6:29 AM, ant elder wrote: > Someone was asking about this on IRC today. It wasn't going as it > was a bit > behind on all the changes so I spent a bit of time getting it going > again. > It works for me now, after a build there is a > samples\sca\helloworldjsonrpc\target\sample-helloworldjsonrpc.war > created. > Deploying that to Tomcat and going to > http://localhost:8080/sample-helloworldjsonrpc/ and the sample > should work. > > This is a very simple sample with only a very simple dependency so > I think > its useful to see how the webapp and dependency stuff is supposed > to be > done. Right now its not doing it properly so it would be really > helpful if > we could fix that. I'm not sure if the web.xml is exactly right and I > couldn't get the tuscany webapp plugin to do the dependency > properly, if > fails with: > > org.apache.maven.artifact.InvalidArtifactRTException: For artifact > {null:json-rpc:1.0:jar}: The groupId cannot be empty. > > Could anyone who knows about these things take a look and suggest > how it > should be done? > > https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/ > services/bindings/binding.jsonrpc/ > https://svn.apache.org/repos/asf/incubator/tuscany/java/samples/sca/ > helloworldjsonrpc/ > > Thanks, > > ...ant --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
