RE: Don't understand generating webstart application

2007-06-18 Thread Jansen Werner
I'm getting a bit further in my investigations, but I can't find an example for a src/jnlp/template.vm. Could somebody provide me one? Thanks in advance, Werner > -Original Message- > From: Jansen Werner [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 1

Don't understand generating webstart application

2007-06-14 Thread Jansen Werner
Hi *, I'm trying to generate a webapp that contains my application and a jnlp to start it, but I don't understand what's written on http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plu gin/howto.html Perhaps, I'm not deep enough into maven to do this. What I have: A maven proj

NullPointerException while creating site (using proxy with authentication)

2007-05-31 Thread Jansen Werner
Hallo everybody, yesterday, I wanted to create the site for my recently created project. But it failed. I suspect that using a proxy is source of the problem: The settings.xml contains the configuration for the proxy. This works well when downloading plugins (for compile, clean, deploy, and so on

How to install library into repository?

2007-05-21 Thread Jansen Werner
Hi everybody, we would like to use jcalendar (http://www.toedter.com/en/jcalendar/) in our project. But it isn't available from the central repository. Maven suggests adding it to the local repository: "Then, install it using the command: mvn install:install-file -DgroupId=com.toedter.cale

RE: external jar dependency

2006-06-20 Thread Jansen Werner
Hey there, > I am new to maven 2 and I dont have any working exp on maven2 > .Before this I have used ant as build tool. I have an > application which requires lots of jar during compilation. I > mean It has dependency on those jars. > So how I can include dependency for these jars. they dont

paths in META-INF/maven.com.mycompany.app/my-app/pom.xml (Tutorial example)

2006-05-04 Thread Jansen Werner
Hallo everybody, I'm new to maven so I stepped through the tutorial and examined the results of the operations there. Within my-app-1.0-SNAPSHOT.jar I found META-INF/maven/com.mycompany.app/my-app/pom.xml. This file includes all information from when the jar file was built. But why does it have t