Re: Maven Goals within Eclipse Debug environment?

2004-07-05 Thread Mark . Katheklakis

Return Receipt
   
Your  Re: Maven Goals within Eclipse Debug environment?
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   06/07/2004 09:32:14 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Quick Dependency Questions

2004-07-04 Thread Mark . Katheklakis

Return Receipt
   
Your  Quick Dependency Questions   
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   05/07/2004 09:42:20 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Site Index

2004-06-01 Thread Mark . Katheklakis

Return Receipt
   
Your  Site Index   
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   02/06/2004 09:05:27 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



users@maven.apache.org

2004-05-25 Thread Mark . Katheklakis





Whilst waiting for the fix, I worked around the bug with the following
'dodgy hack'...

In maven.xml, add a xdoc:jelly-transform postGoal to replace the &
output with &
For example...

   
   Replacing && with &
   
   

Cheers
Mark







[EMAIL PROTECTED] on 05/26/2004 02:09:38 AM

Please respond to "Maven Users List" <[EMAIL PROTECTED]>



To:[EMAIL PROTECTED]
cc:

Subject:Réf. : XDOC URLs and &


hello

is it the http://jira.codehaus.org/browse/MPXDOC-92 ??

if yes you are the third person today to ask about it

Julien



Extranet
[EMAIL PROTECTED] - 25/05/2004 17:56


Veuillez répondre à [EMAIL PROTECTED]
Pour : users

cc :


Objet : XDOC URLs and &


I have some links in my xdocs that require two parameters.  If I just use
"&" in the url the build fails.  If I use "&" that's what I get in the
URL and the URL doesn't work.  What am I doing wrong?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]










This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.

-

Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







This email and any attachments is intended solely for the addressee.  It is
confidential, may contain personal information and may be subject to legal
professional privilege.  Unauthorised use is strictly prohibited and may be
unlawful. If you have received this by mistake, confidentiality and any
legal privilege are not waived or lost and we ask that you contact the
author  and delete and destroy this and any other copies.   In relation to
any legal use you may make of  the contents of this email, you must ensure
that you comply with the Privacy Act (Cth) 1988 and you should note that
the contents may be subject to copyright and therefore may not be
reproduced, communicated or adapted without the express consent of the
owner of the copyright.  Allianz will not be liable in connection with any
data corruption, interruption, delay, computer virus or unauthorised access
or amendment to the contents of this email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: javadoc on generated source directories

2004-05-25 Thread Mark . Katheklakis

Return Receipt
   
Your  RE: javadoc on generated source directories  
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   26/05/2004 10:37:48 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: javadoc on generated source directories - valid point!

2004-05-25 Thread Mark . Katheklakis

Return Receipt
   
Your  RE: javadoc on generated source directories - valid point!   
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   26/05/2004 10:37:39 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Réf. : & in href in xdoc

2004-05-25 Thread Mark . Katheklakis

Return Receipt
   
Your  RE: Réf. : & in href in xdoc   
document   
:  
   
was   Mark Katheklakis/HO/Allianz-AU   
received   
by:
   
at:   26/05/2004 10:36:45 AM   
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



xdoc-plugin max num of files per project = 30

2004-02-08 Thread Mark . Katheklakis

This is kinda strange..

I have a project with 40 xdoc files. When I run xdoc:transform, I see the
following echo statement 40 times and 40 html files are constructed in
target/docs.
  Generating ABBA.html from ABBA.xml
So the xdoc plugin.jelly performJSL target appears to be iterating
correctly for all the files.

Unfortunately only the first 30 of these files correctly apply site.jsl.
The remaining 10 files merely contain the xdoc xml source???

Whilst debugging, I added the following log entry to the xdoc site.jsl:
 
   -> GENERATING DOCUMENT 
  ...
 
After rerunning xdoc:transform (with debug on) on the 40 xdoc files, this
statement only outputted 30 times.
Can anyone think of a reason why only the first 30 files are transformed
correctly but the remainder are not.

The 30 maximum appears to happen regardless of file size or content.
More specifically, I tried the test with 40 x 1k files and 40 x 30k files
with the same results.

Cheers
Mark

BTW: I'm running Maven 1.0 rc1 with maven-xdoc-plugin-1.5




This email and any attachments is intended solely for the addressee.  It is 
confidential, may contain personal information and may be subject to legal
 professional privilege.  Unauthorised use is strictly prohibited and may be unlawful. 
If you have received this by mistake, confidentiality and any
legal privilege are not waived or lost and we ask that you contact the author  and 
delete and destroy this and any other copies.   In relation to any
legal use you may make of  the contents of this email, you must ensure that you comply 
with the Privacy Act (Cth) 1988 and you should note that the
contents may be subject to copyright and therefore may not be reproduced, communicated 
or adapted without the express consent of the owner of the
copyright.  Allianz will not be liable in connection with any data corruption, 
interruption, delay, computer virus or unauthorised access or amendment
 to the contents of this email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to insert ampersand in xdoc

2004-02-08 Thread Mark . Katheklakis


Inserting & in the xdoc results in &amp; in the generated
html...
Likewise, & results in &

x:parse won't accept non character entities, but if you insert a character
entity (ie &) then the & prefix get's replaced...

I couldn't find a way to prevent this happening, so I hacked the following
fix in my maven.xml:
  

  

So I insert & in my xdoc which gets transformed to & that I
then replace with &
Surely there is a nicer way to skin this cat!

Cheers
Mark






"Emmanuel Venisse" <[EMAIL PROTECTED]> on 02/07/2004 12:50:10 AM

Please respond to "Maven Users List" <[EMAIL PROTECTED]>

To:"Maven Users List" <[EMAIL PROTECTED]>
cc:

Subject:Re: How to insert ampersand in xdoc


Try this :
&

Emmanuel

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 06, 2004 1:37 AM
Subject: How to insert ampersand in xdoc


>
> Hey there
>
> Does anyone know how to insert an & character into an xdoc.
>
> I'm attempting to pass a parameter in a href. For example my xdoc source
> contains something like:
>  http://www.google.com.au/search?q=monkey&hl=en";>Google
Monkey
> Search
>
> Inserting & directly results in the following x:parse error:
>  The reference to entity "userId" must end with the ';' delimiter.
>
> I also tried & and %26.
> This ran xdoc:jelly-transform successfully but embeds & or %26
instead
> of & thereby breaking the href.
>
> Appreciate any pointers or assistance
>
> Cheers
> Mark
>
>
>
>
> This email and any attachments is intended solely for the addressee.  It
is
> confidential, may contain personal information and may be subject to
legal
> professional privilege.  Unauthorised use is strictly prohibited and may
be
> unlawful. If you have received this by mistake, confidentiality and any
> legal privilege are not waived or lost and we ask that you contact the
> author  and delete and destroy this and any other copies.   In relation
to
> any legal use you may make of  the contents of this email, you must
ensure
> that you comply with the Privacy Act (Cth) 1988 and you should note that
> the contents may be subject to copyright and therefore may not be
> reproduced, communicated or adapted without the express consent of the
> owner of the copyright.  Allianz will not be liable in connection with
any
> data corruption, interruption, delay, computer virus or unauthorised
access
> or amendment to the contents of this email.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








This email and any attachments is intended solely for the addressee.  It is 
confidential, may contain personal information and may be subject to legal
 professional privilege.  Unauthorised use is strictly prohibited and may be unlawful. 
If you have received this by mistake, confidentiality and any
legal privilege are not waived or lost and we ask that you contact the author  and 
delete and destroy this and any other copies.   In relation to any
legal use you may make of  the contents of this email, you must ensure that you comply 
with the Privacy Act (Cth) 1988 and you should note that the
contents may be subject to copyright and therefore may not be reproduced, communicated 
or adapted without the express consent of the owner of the
copyright.  Allianz will not be liable in connection with any data corruption, 
interruption, delay, computer virus or unauthorised access or amendment
 to the contents of this email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to insert ampersand in xdoc

2004-02-06 Thread Mark . Katheklakis

Hey there

Does anyone know how to insert an & character into an xdoc.

I'm attempting to pass a parameter in a href. For example my xdoc source
contains something like:
 http://www.google.com.au/search?q=monkey&hl=en";>Google Monkey
Search

Inserting & directly results in the following x:parse error:
 The reference to entity "userId" must end with the ';' delimiter.

I also tried & and %26.
This ran xdoc:jelly-transform successfully but embeds & or %26 instead
of & thereby breaking the href.

Appreciate any pointers or assistance

Cheers
Mark




This email and any attachments is intended solely for the addressee.  It is
confidential, may contain personal information and may be subject to legal
professional privilege.  Unauthorised use is strictly prohibited and may be
unlawful. If you have received this by mistake, confidentiality and any
legal privilege are not waived or lost and we ask that you contact the
author  and delete and destroy this and any other copies.   In relation to
any legal use you may make of  the contents of this email, you must ensure
that you comply with the Privacy Act (Cth) 1988 and you should note that
the contents may be subject to copyright and therefore may not be
reproduced, communicated or adapted without the express consent of the
owner of the copyright.  Allianz will not be liable in connection with any
data corruption, interruption, delay, computer virus or unauthorised access
or amendment to the contents of this email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]