RE: war plugin invokes java:compile twice

2004-04-01 Thread Sri Sankaran
Done. (http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPWAR-24) Sri -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 6:00 PM To: 'Maven Users List' Subject: RE: war plugin invokes java:compile twice No. I have no idea why the caller p

RE: war plugin invokes java:compile twice

2004-04-01 Thread Brett Porter
No. I have no idea why the caller plugin was added here without it being used everywhere, it makes it inconsistent. Can you file a bug against the WAR plugin? This is a minor issue as java:compile should do little second time around. - Brett > -Original Message- > From: Sri Sankaran [ma

RE: [xdoc] maven rc2 - x:parse changelog file issue error

2004-04-01 Thread Brett Porter
See the FAQ. I think you've installed a plugin that has a different version of Jelly. - Brett > -Original Message- > From: Darren Hartford [mailto:[EMAIL PROTECTED] > Sent: Friday, 2 April 2004 8:08 AM > To: Maven Users List > Subject: [xdoc] maven rc2 - x:parse changelog file issue erro

[xdoc] maven rc2 - x:parse changelog file issue error

2004-04-01 Thread Darren Hartford
Ran recent bootstrap and still getting this issue below: ===snip=== BUILD FAILED File.. file:/C:/blah/user/.maven/plugins/maven-xdoc-plugin-1.7-SNAPSHOT/plugin.jelly Element... x:parse Line.. 116 Column 46 Invalid source argument. Must be a String, Reader, InputStream or URL. Was type

war plugin invokes java:compile twice

2004-04-01 Thread Sri Sankaran
Using: Maven 1.0 rc2 Problem: Invoking the "maven war" results in java:compile being executed twice. Tracing the logic of the goal "war" in the war plugin, you will find a call to "war:init". In "war:init" are the following lines: The caller plug-in invokes java:com

Re: ibiblio central repository

2004-04-01 Thread Emmanuel Venisse
don't use the snapshot extension and you put a jar in a repo with another > >extension (for example -dev), the jar file will be download one times by > >users, and only one. If the jar file change, it will be never re-downloaded > >by maven because it's in local repo of us

Re: ibiblio central repository

2004-04-01 Thread Serge Huber
ange, it will be never re-downloaded by maven because it's in local repo of users and it isn't a snapshot. Yep I'm aware of that. I saw that others use dates coded such as 20040401, maybe that's a better way to use snapshots if one wants to avoid breaking the build all the tim

Re: ibiblio central repository

2004-04-01 Thread Serge Huber
At 13:40 01.04.2004, you wrote: There are mirrors of ibiblio. Planet Mirror is one. SunSource is another from memory (not sure). Ok, wasn't aware of them... Maybe they should be listed on the Maven web site ? Whatever the companies require. We use the maven-proxy from CodeHaus to host our repos,

RE: ibiblio central repository

2004-04-01 Thread Serge Huber
At 13:39 01.04.2004, you wrote: > 1. What happens if ibiblio suddenly becomes unavailable ? Shouldn't Maven > have a mirroring system the same way Debian repositories have ? It should, and I think someday in the future it might. However, ibiblio's aim is to be a library for the internet, so we ca

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
Another thing wrong with javadoc: Do you use xdoclet? @xdoclet.tag-with-hyphens javadoc will scream all over about hyphens in unrecognized tags. You try to tell it to ignore them, but it won't, /as long as there are hyphens in it./ It still runs, but it fills up your vertical terminal space w

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
javadoc is a pain to use, I'm convinced it was written by C++ programmers ;-) I'm not sure that maven itself is too troubled by spaces, it's javadoc. Peter Bright wrote: Then the tokenizers are broken. Any tokenizer manipulating paths should split on the system separators (for directories and p

RE: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Peter Bright
Then the tokenizers are broken. Any tokenizer manipulating paths should split on the system separators (for directories and paths, e.g. \ and ; for Win32, / and : for *nix), not on spaces. It'd probably be a significant breaking change to maven to make it use these separators throughout (at the m

RE: Whitespace in filepaths: "dir/x"

2004-04-01 Thread Paul Santa Maria
Hi - Unfortunately, the best way around the problem is to use path names without any spaces. The next best alternative is to usually translate the long name (with embedded spaces) to a DOS 8.3 name. Use the DOS prompt command "dir/x" to do this. EXAMPLE: C:\Documents and Settings\paulsm>di

Re: Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Kevin Hagel
You may have to walk through the directories doing a dir /x "C:\Documents and Settings" will look like: C:\DOCUME~1 I develop on a windows box now and the, I just avoid directories with spaces. It confuses the tokenizers. Bertil Karlsson wrote: Is there a way around the problem that the j

Whitespace in filepath's when using javadoc plugin

2004-04-01 Thread Bertil Karlsson
Is there a way around the problem that the javadoc plugin produces, if the filepath of sources contains whitespace? I have a developer in my project that has his project under 'C:\Documents and Settings\...' and this seems to upset the javadoc tool. I have browsed the FAQ and archives for the j

xmlParserAPIs

2004-04-01 Thread nicolas De Loof
Hi, They're is two "groups" on ibiblio repository that contains a "xmlParserAPIs" jar : xml-apis and Xerces. Both have 2.0.0 and 2.0.2 versions that looks same (same size). What to tink about this ? What should be the "good" groups for such artifact ? Nico. ---

Re: [ANN] Maven JBuilder OpenTool

2004-04-01 Thread Serge Huber
At 13:25 01.04.2004, you wrote: > > Hi all, > > I'd like to announce a preview version of my Maven JBuilder OpenTool. So Awesome! Thanks, I put some hard hours of work into it, and had to fumble through a lot of undocumented calls to get it working. Fortunately it now uses only 100% documented JB

Re: ibiblio central repository

2004-04-01 Thread Emmanuel Venisse
- Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 1:40 PM Subject: Re: ibiblio central repository > Serge Huber <[EMAIL PROTECTED]> wrote on 01/04/2004 08:43:48 PM: > > > 1. What happens if ibiblio suddenly becomes u

RE: like ant unless

2004-04-01 Thread Maczka Michal
> -Original Message- > From: Marcin Gurbisz [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 1:52 PM > To: Maven Users List > Subject: like ant unless > > > Hi > > Have maven something like conditional goal execution? Like > "unless" in > ant target. > You can directly us

using antcontrib in maven

2004-04-01 Thread Marcin Gurbisz
Hi, I've tried ant tasks from antcontrib: Output is: test: [echo] The value of property foo is bar [echo] The value of property foo is not bar Why it does not work? Regards, Marcin -

Re: like ant unless

2004-04-01 Thread Arto Pastinen
All ant tags work also in maven. Look plugins jelly files in maven/plugins/... Following is from clean plugin: On Thu, 2004-04-01 at 14:51, Marcin Gurbisz wrote: > Hi > > Have maven something like conditional goal execution? Like "unless" in > ant target. > > Regard

like ant unless

2004-04-01 Thread Marcin Gurbisz
Hi Have maven something like conditional goal execution? Like "unless" in ant target. Regards, Marcin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ibiblio central repository

2004-04-01 Thread dion
Serge Huber <[EMAIL PROTECTED]> wrote on 01/04/2004 08:43:48 PM: > 1. What happens if ibiblio suddenly becomes unavailable ? Shouldn't Maven > have a mirroring system the same way Debian repositories have ? There are mirrors of ibiblio. Planet Mirror is one. SunSource is another from memory (n

RE: ibiblio central repository

2004-04-01 Thread Eric Pugh
Hi, take a look at my comments inline, this is a typical question... > > Hi all, > > First of all big thanks to all Maven developers, it's a really > great tool, > and despite some occasional quirks it works great ! > > Anyway, I have just converted a reasonably large project to > Maven, and I'm >

Re: [ANN] Maven JBuilder OpenTool

2004-04-01 Thread Emmanuel Venisse
gh edges, so make sure you read the HTML file > included, that includes all the steps required for installation and > configuration. Awesome! > > You may find it here : > http://www.jahia.org/~loom/mevenide-ui-jbuilder-20040401.zip > > I hope to commit it into the Meven

[ANN] Maven JBuilder OpenTool

2004-04-01 Thread Serge Huber
d the HTML file included, that includes all the steps required for installation and configuration. You may find it here : http://www.jahia.org/~loom/mevenide-ui-jbuilder-20040401.zip I hope to commit it into the MevenIDE project (mevenide.sourceforge.net), but in the meantime I welcome all th

ibiblio central repository

2004-04-01 Thread Serge Huber
Hi all, First of all big thanks to all Maven developers, it's a really great tool, and despite some occasional quirks it works great ! Anyway, I have just converted a reasonably large project to Maven, and I'm still in the process of getting all the dependencies together. The problem is that I

jboss plugin

2004-04-01 Thread Arto Pastinen
Hi! Has anyone ever used that jboss plugin? I tries to use that jboss:deploy-ejb, but i get just: [get] Error opening connection java.io.IOException [get] Error opening connection java.io.IOException [get] Error opening connection java.io.IOException I tried that deploy url from comma