Hello Brian,
Theorically, there's no problem with the property
"maven.pdf.navigationFile". I'm using it everyday without problem.
You're right, by default the pdf plugin uses your file
navigation.xml which not reference generated xdocs.
Here is the navigation-pdf.xml (in xd
Hi,
I have a scenario with one maven goal calling another maven goal in a
different directory.
parent maven.xml looks like this.
The inner/maven.xml looks like,
In Inner param1 = '${param1}'
I cannot get maven to pass the variable 'param1' into the sub-project.
How do
On Fri, 2004-04-16 at 15:30, Tim Reilly wrote:
> > Jason van Zyl wrote:
> >
> > It's free in the XML parser, but with the advent of maven2 you'll see
> > things like POMs being stored in DBs and prevayler (which I'm working
> > on) and LDAP (which is something Alex is interested in) and hopefully a
> Jason van Zyl wrote:
>
> It's free in the XML parser, but with the advent of maven2 you'll see
> things like POMs being stored in DBs and prevayler (which I'm working
> on) and LDAP (which is something Alex is interested in) and hopefully a
> variety of other sources.
>
At the risk of poking my
How do I get the results of this report to show up on my site? I ran the
multichanges:report from the commandline and it produces the report. I
then added that same goal to my reports section of my POM and ran maven
site, but there is no link to this report.
Brian
I was hoping to create a pdf of our site, to include all the generated
reports, but it appears to only include those documents that reside in
the xdocs folder. Is this correct?
Also, when I set the property maven.pdf.navigationFile, it still pulled
just the original navigation.xml and not the one
I've been having a lot of issues with XDOC since upgrading to maven-1.0-rc2 (both
bootstrap and binary 1.0-rc2), and it may just be my install.
As a usecase, running 'maven ear' with creates an ear application.xml file that contains this segment:
==snip==
http://java.sun.com/dtd/application_1
I'm using xml editor thst want dtd or schema to validate created
documents - just standard. But while searching any - i found on
http://jakarta.apache.org/site/jakarta-site-tags.html that:
"There is currently no DTD for Anakia, however if there is a parse error
in the file, Anakia will report th
Marc,
seems that the building page is quite out-of-date ;) but the wiki is
uptodate :
http://mevenide.sourceforge.net/cgi-bin/view.pl/HowToBuildMevenide.
please note that sources in sf repo are not the most recent. we gonna
make announcement very soon. also the mevenide list may be more suitabl
I am preprocessing my src directory using Jass into target/src-jass. My
pom.build.sourceDirectory and maven.src.dir values are set to target/src-jass, and I
have a preGoal on java:compile that preprocesses the src dir.
This is fine for every case except Checkstyle, since Jass messes up the code
On Fri, 2004-04-16 at 10:39, Vincent Massol wrote:
> > Do you use this sort of setup?
>
> Yes. I personally don't like XML entity includes. So I'd be happy to
> have some built in ways in Maven. I made some proposal a long time ago
> on the Maven mailing lists about the ability to define groups of
> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: 16 April 2004 03:08
> To: Maven Users List
> Subject: RE: Maven and Development Process
>
> On Thu, 2004-04-15 at 17:05, Vincent Massol wrote:
> > > Maven2 support recursive inheritance well so would anyone stil
On Fri, 2004-04-16 at 09:54, Niclas Hedhman wrote:
> On Friday 16 April 2004 20:16, Jason van Zyl wrote:
>
> > > Is it only me to find this highly awkward??
>
> > Why would you find it awkward?
>
> Work is starting on the next generation well before there is a 1.0 release for
> the masses to us
Hi,
I would like to ftp the war & ear to a ftp location. Artifact:deploy
is doing that but I want to deploy the war & ear to a
location//war & ear. Is it possible? I tried and
both of them just dumps the command but don't execute the
commands.
Regards,
Thiru
This e-mail and any files transm
I ran "maven -e multiproject:site" and I saved the output. Its really
my first
time looking at JIRA. I created an account, so now I can create an
issue. Should
it be a "bug"? Should I create the issue in project "maven" or in project
"multiproject-plugin"? Thanks a lot.
Charlie
Charles N.
Hi,
if somebody is out there who has successfully running Mevenede on Eclipse 3.0
M8 I'd appreciate to know how you managed to get it working.
I checked Mevede out from cvs.sf.net and followed the instructions from
http://mevenide.sourceforge.net/building.html.
Unfortunately target mevenide:buil
On Friday 16 April 2004 20:16, Jason van Zyl wrote:
> > Is it only me to find this highly awkward??
> Why would you find it awkward?
Work is starting on the next generation well before there is a 1.0 release for
the masses to use, sounds like lack of focus on development effort.
A product like
Return Receipt
Your RE: Maven and Development Process
document
:
On Fri, 2004-04-16 at 04:03, Niclas Hedhman wrote:
> On Friday 16 April 2004 05:13, Jason van Zyl wrote:
>
> > In maven2
>
> I find it somewhat disturbing that discussion turns to Maven2 even before
> Maven1 is released.
It is inevitable that some things will come out but in terms of
discussio
I was thinking the exact same thing.
-Original Message-
From: Niclas Hedhman [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 4:03 AM
To: Maven Users List
Subject: Re: Maven and Development Process
On Friday 16 April 2004 05:13, Jason van Zyl wrote:
> In maven2
I find it somewh
Hi!
Yes that was what i mean.
Your solution was correct, and actually i tested it, but couldn't get it
work, my ...0.Version was with lowercase..
Thnx!
Artsi
On Fri, 2004-04-16 at 13:56, Konstantin Priblouda wrote:
> --- Arto Pastinen <[EMAIL PROTECTED]> wrote:
> > Hi!
> >
> > Is it possible to
--- Arto Pastinen <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Is it possible to change xdoclet's hibernatedoclet's
> generated *.hbm.xml
> files version?
what do you mean by "change generated version? "
If you mean that hbm.xml shall be for hibernate 2.x
then the answer is "yes":
maven.xdoclet.hiber
Hi!
Is it possible to change xdoclet's hibernatedoclet's generated *.hbm.xml
files version?
Artsi
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Amato Massimiliano (TLAB) wrote on Friday, April 16, 2004 10:16 AM:
>> Jason,
>>
>> One interesting side-effect of using entities is that if you're
>> importing them from an external source (which, if you're not, what's
>> the point?) then packaging/deploying a pom to the repo will result
>> in a
> Jason,
>
> One interesting side-effect of using entities is that if you're
> importing them from an external source (which, if you're not, what's the
> point?) then packaging/deploying a pom to the repo will result in an
> incomplete info set for others d/l'ing that project for a recursive
> bui
On Friday 16 April 2004 05:13, Jason van Zyl wrote:
> In maven2
I find it somewhat disturbing that discussion turns to Maven2 even before
Maven1 is released.
Is it only me to find this highly awkward??
Niclas
--
+-//---+
| http://www.bali.ac |
| http://nic
26 matches
Mail list logo