RE: additional xml-files in WEB-INF directory

2005-09-20 Thread Filip Polsakiewicz
in/webapp/WEB-INF/server-config.wsdd > ./src/main/webapp/index.jsp > ./src/main/webapp/fingerprint.jsp > ./src/main/webapp/happyaxis.jsp > ./src/main/webapp/i18nLib.jsp > ./src/main/webapp/index.html > > > On 9/20/05, Filip Polsakiewicz <[EMAIL PROTECTED]> wrot

Sorry for the double posting (n.T.)

2005-09-20 Thread Filip Polsakiewicz

additional xml-files in WEB-INF directory

2005-09-20 Thread Filip Polsakiewicz
Hi all, I am quite new to the maven war plugin. I have the following problem: I set up the following directory strutcture: Main / src / webapp Main / src / webapp / WEB-INF Main / src / java Main / src / resources I want to include some additional xml-files in my WEB-INF directory.

additional xml-files in WEB-INF directory

2005-09-20 Thread Filip Polsakiewicz
Hi, I am quite new to the maven:war plugin. I set up the directories as suggested (i.e. main/src/webapp) and added a WEB-INF Directory in the webapp directory since I need to add some additional xml files (struts-config.xml). Unfortunately when I run maven war the war file generated includes my W

Sourceforge

2005-07-11 Thread Filip Polsakiewicz
Hi list, I have a question concerning using maven for projects hosted on sourceforge. Could anybody explain to me what I have to set in Maven in order to 1. deploy my site to sourceforge 2. use the sourceforge cvs 3. display the sf logo as company logo Thanks, Filip

Remote repo setup

2005-03-05 Thread Filip Polsakiewicz
Hi, I am trying to setup my own remote repository in order to publish my projets there. I have an own subdomain for this. Now I pointed the subdomain to a directory on the server and allow read,write,browse. Basically: my directory is d:\maven and the domain maven.my-domain.com. I added maven

Re: DTDs for project.xml and other maven xmls? maven with IDEA?

2005-02-25 Thread Filip Polsakiewicz
? -Original Message- From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 4:09 AM To: Maven Users List Subject: RE: DTDs for project.xml and other maven xmls? maven with IDEA? Hi, thanks for the hint. I had to change it a little bit otherwise Idea wouldn'

RE: DTDs for project.xml and other maven xmls? maven with IDEA?

2005-02-25 Thread Filip Polsakiewicz
line in your project.xml > http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-p > roject-3.0 > .0.xsd"> > > Vincent > > -Message d'origine- > De : Filip Polsakiewicz [mailto:[EMAIL PROTECT

DTDs for project.xml and other maven xmls? maven with IDEA?

2005-02-25 Thread Filip Polsakiewicz
Hi all, I am using IntelliJ Idea to create my source code. The IDE provides the option for code completion if a dtd is provided. Is there any place to get the dtds for maven related xmls from? Regrettably I haven't been able to find a plugin for Idea which makes working with maven easier like t

[SOLVED] WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Just solved the Problem. Adding the following "cheat" does the job Filip Filip Polsakiewicz schrieb: Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files from the src.dir to

Re: WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Thanks. But this didn't work. I remember from some ant-times that I needed to copy the resource files from the src.dir to the classes-dir before creating the war. I just don't know how to do this in maven. Filip Martien Huysmans schrieb: Filip Polsakiewicz wrote: Hi all, I'm

WAR-Plugin include property files

2005-01-31 Thread Filip Polsakiewicz
Hi all, I'm having trouble using the war plugin. How can I tell the plugin to include property files from src/java in the war? Any help would be appreciated. Thanks Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Help with Maven, JBOSS and Cactus

2005-01-16 Thread Filip Polsakiewicz
Hi all, I desperately need some help on using Maven with Cactus and JBoss. I want to test my EJBs within my Maven build. Now the Problem is that I couldn't find any good tutorial on this combination. Can anybody point me to some information on how to get started? Some code samples would also be mu

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Filip Polsakiewicz
gt; I'm testing with the snapshot but to no avail.. Which is the version > you want testing? > > Mark > > On 25 Sep 2004, at 00:28, Arnaud HERITIER wrote: > > > You had the chance that I worked on it ;-) > > > > Arnaud > > > >> -Message

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-24 Thread Filip Polsakiewicz
use) > > It's fixed. > I published the plugin's snapshot on this repository : > http://cvs.apache.org/repository/maven/plugins/ > > If you can test it please. > > I'll release the plugin this WE. > > Arnaud > > > -Message d'origine-

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-24 Thread Filip Polsakiewicz
javadoc (javadoc: invalid flag: -use) > > http://jira.codehaus.org/browse/MPJAVADOC > > > -----Original Message- > > From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 24, 2004 10:22 PM > > To: 'Maven Users List'; 'Arnau

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-24 Thread Filip Polsakiewicz
Thanks > > Arnaud > > > > -Message d'origine- > > De=A0: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] > > Envoy=E9=A0: vendredi 24 septembre 2004 22:11 > > =C0=A0: 'Maven Users List'; 'Arnaud HERITIER' > > Objet=A0: RE:

RE: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-24 Thread Filip Polsakiewicz
Hi, > Which J2SDK and OS do you use ? j2sdk1.4.2_05 on Windows XP Pro. Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-24 Thread Filip Polsakiewicz
Hi all, I have trouble using the UmlGraph doclet with maven. I have the following in my project.properties: # javadoc plugin maven.javadoc.doclet = UmlGraph maven.javadoc.docletpath = g:/api/javadoc/UmlGraph-2.8.jar when I invoke maven:javadoc I get the following: G:\projekte\studbuc