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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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.
---
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
- 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
> -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
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
-
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
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]
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
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
>
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
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
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
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
28 matches
Mail list logo