Re: maven with eclipse, mevenide et al

2004-10-26 Thread Kenneth Simpson
>This all works fine for maven builds, but of course eclipse doesn't >like its source files to be anywhere other than a direct descendent of >the project directory. Hmm, that's news to me. I have 6 independent source directories in one project in Eclipse. Try going into the Properties for the pro

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

2004-09-29 Thread Kenneth Simpson
This is off topic but has anyone per chance have SVG output working with UmlGraph/dot? I have the following in my project.properties maven.javadoc.additionalparam=-outputencoding UTF-8 but in order to view the SVG (with batik) I have to suck the file into an XML editor and then write it out with

Re: passing options to the Java compiler

2004-07-26 Thread Kenneth Simpson
From: Dion Gillard <[EMAIL PROTECTED]> >Have you read > >http://maven.apache.org/reference/plugins/java/properties.html >? No I haven't - thank you very much! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

passing options to the Java compiler

2004-07-26 Thread Kenneth Simpson
How does pass options to the Java compiler? In the maven-java-plugin-1.4 directory, there's plugin.properties file with the following entries maven.compile.target = 1.1 maven.compile.source = 1.3 what do these mean? -- Ken --

Re: Using sshdeploy

2004-07-26 Thread Kenneth Simpson
>Raphael Philipe Mendes da Silva wrote: [snip] >When i try to do a sshdeploy the process seens to stop, i wait a lot and nothing This may have nothing to do with anything, but you should check your $HOME/.cshrc (or bash equivalent) to ensure there's no I/O, i.e., tty (or setting terminal settin

Re: maven pom

2004-07-26 Thread Kenneth Simpson
>From: Dennis Lundberg <[EMAIL PROTECTED]> [snip] >http://maven.apache.org/xsd/maven-project-3.0.0.xsd Great - thanks! Initially, in order to get started, I used the project.xml file from db-ojb and then edited it. This was before I discovered the genapp goal. I just recreated the project.xml file

Re: maven pom

2004-07-26 Thread Kenneth Simpson
>From: "Reddy MVS" <[EMAIL PROTECTED]> [snip] >1 Thanks. I tried this but I get ant build error. Evidently it has to be either 3 or 4. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven pom

2004-07-25 Thread Kenneth Simpson
Hi - I'm getting a strange error. Enclosed is the output from maven pom and the project.xml file. Everything else seems to work fine - I can compile and create a jar. Any ideas? -- Ken ; [EM