RE: [site] maven matters

2004-03-28 Thread Gary Gregory
FYI, I've updated [lang] and [codec] such that they build with RC2
without errors.

Thank you,
Gary 

 -Original Message-
 From: robert burrell donkin
[mailto:[EMAIL PROTECTED]
 Sent: Sunday, March 28, 2004 12:05
 To: Jakarta Commons Developers List
 Subject: [site] maven matters
 
 a couple of questions (aimed at the developer community):
 
 1 should we move onto maven rc2 (this would mean i could regenerate
 websites)?
 2 is there any reason why we shouldn't move onto the mavenized site
 soon?
 
 - robert
 
 
 -
 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]



Re: [site] maven matters

2004-03-28 Thread robert burrell donkin
On 28 Mar 2004, at 22:52, Eric Pugh wrote:

I'm all for it..  As part of this, should the docs on how to cut a 
release
etc be updated to use Maven versus Ant?
it's only the site generation that's (probably) going to be generated 
using maven. components will still be able to use ant as their main 
build and release tool.

instructions about how to cut a release using maven would be a useful 
addition, though.

- robert



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


Re: [site] maven matters

2004-03-28 Thread David Graham

--- Emmanuel Venisse [EMAIL PROTECTED] wrote:
 
 - Original Message - 
 From: David Graham [EMAIL PROTECTED]
 To: Jakarta Commons Developers List [EMAIL PROTECTED]
 Sent: Sunday, March 28, 2004 10:22 PM
 Subject: Re: [site] maven matters
 
 
 
  --- robert burrell donkin [EMAIL PROTECTED]
 wrote:
   a couple of questions (aimed at the developer community):
  
   1 should we move onto maven rc2 (this would mean i could regenerate
   websites)?
 
  I had problems with the new xdoc plugin throwing errors so I rolled
 back
  to rc1.
 
 What's your problems?

I installed rc2 and deleted my existing .maven directory.  Then I ran
'maven clean site' on the Commons Validator project.  I get a bunch of
identical exceptions ending with:

Caused by: java.lang.NullPointerException
at
org.apache.maven.html2xdoc.Html2XdocBean.shouldBreakPara(Html2XdocBean.java:288)
at
org.apache.maven.html2xdoc.Html2XdocBean.addNode(Html2XdocBean.java:273)
at
org.apache.maven.html2xdoc.Html2XdocBean.processNode(Html2XdocBean.java:136)
at
org.apache.maven.html2xdoc.Html2XdocBean.addSections(Html2XdocBean.java:118)
at
org.apache.maven.html2xdoc.Html2XdocBean.convert(Html2XdocBean.java:96)
... 63 more


Followed by this at the very end:

BUILD FAILED
File.. file:/C:/Documents and
Settings/dgraham/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... x:parse
Line.. 340
Column 43
Error on line -1 of document  : Premature end of file. Nested exception:
Premature end of file.


So it looks like the xdoc and html2xdoc plugins are failing.  RC1 works
fine though.

David


 
   2 is there any reason why we shouldn't move onto the mavenized site
   soon?
  
   - robert
  
  
  
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  __
  Do you Yahoo!?
  Yahoo! Finance Tax Center - File online. File on time.
  http://taxes.yahoo.com/filing.html
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  _
  Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
  http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de
 France
 
 _
 Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
 http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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



Re: [site] maven matters

2004-03-28 Thread Emmanuel Venisse
OK, I'll see at it.

Emmanuel

- Original Message - 
From: David Graham [EMAIL PROTECTED]
To: Jakarta Commons Developers List [EMAIL PROTECTED]
Sent: Sunday, March 28, 2004 11:20 PM
Subject: Re: [site] maven matters



 --- Emmanuel Venisse [EMAIL PROTECTED] wrote:
 
  - Original Message - 
  From: David Graham [EMAIL PROTECTED]
  To: Jakarta Commons Developers List [EMAIL PROTECTED]
  Sent: Sunday, March 28, 2004 10:22 PM
  Subject: Re: [site] maven matters
 
 
  
   --- robert burrell donkin [EMAIL PROTECTED]
  wrote:
a couple of questions (aimed at the developer community):
   
1 should we move onto maven rc2 (this would mean i could regenerate
websites)?
  
   I had problems with the new xdoc plugin throwing errors so I rolled
  back
   to rc1.
 
  What's your problems?

 I installed rc2 and deleted my existing .maven directory.  Then I ran
 'maven clean site' on the Commons Validator project.  I get a bunch of
 identical exceptions ending with:

 Caused by: java.lang.NullPointerException
 at

org.apache.maven.html2xdoc.Html2XdocBean.shouldBreakPara(Html2XdocBean.java:
288)
 at
 org.apache.maven.html2xdoc.Html2XdocBean.addNode(Html2XdocBean.java:273)
 at

org.apache.maven.html2xdoc.Html2XdocBean.processNode(Html2XdocBean.java:136)
 at

org.apache.maven.html2xdoc.Html2XdocBean.addSections(Html2XdocBean.java:118)
 at
 org.apache.maven.html2xdoc.Html2XdocBean.convert(Html2XdocBean.java:96)
 ... 63 more


 Followed by this at the very end:

 BUILD FAILED
 File.. file:/C:/Documents and
 Settings/dgraham/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
 Element... x:parse
 Line.. 340
 Column 43
 Error on line -1 of document  : Premature end of file. Nested exception:
 Premature end of file.


 So it looks like the xdoc and html2xdoc plugins are failing.  RC1 works
 fine though.

 David


  
2 is there any reason why we shouldn't move onto the mavenized site
soon?
   
- robert
   
   
   
  -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   __
   Do you Yahoo!?
   Yahoo! Finance Tax Center - File online. File on time.
   http://taxes.yahoo.com/filing.html
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
   _
   Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
   http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de
  France
 
  _
  Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
  http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 __
 Do you Yahoo!?
 Yahoo! Finance Tax Center - File online. File on time.
 http://taxes.yahoo.com/filing.html

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

 _
 Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
 http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

_
Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


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



Re: [site] maven matters

2004-03-28 Thread Emmanuel Venisse
I fixed it in cvs. The problem was due to html2xdoc.

You can checkout html2xdoc plugin and run :
maven clean plugin:install plugin:deploy

Emmanuel

- Original Message - 
From: Emmanuel Venisse [EMAIL PROTECTED]
To: Jakarta Commons Developers List [EMAIL PROTECTED]
Sent: Sunday, March 28, 2004 11:52 PM
Subject: Re: [site] maven matters


 OK, I'll see at it.

 Emmanuel

 - Original Message - 
 From: David Graham [EMAIL PROTECTED]
 To: Jakarta Commons Developers List [EMAIL PROTECTED]
 Sent: Sunday, March 28, 2004 11:20 PM
 Subject: Re: [site] maven matters


 
  --- Emmanuel Venisse [EMAIL PROTECTED] wrote:
  
   - Original Message - 
   From: David Graham [EMAIL PROTECTED]
   To: Jakarta Commons Developers List [EMAIL PROTECTED]
   Sent: Sunday, March 28, 2004 10:22 PM
   Subject: Re: [site] maven matters
  
  
   
--- robert burrell donkin [EMAIL PROTECTED]
   wrote:
 a couple of questions (aimed at the developer community):

 1 should we move onto maven rc2 (this would mean i could
regenerate
 websites)?
   
I had problems with the new xdoc plugin throwing errors so I rolled
   back
to rc1.
  
   What's your problems?
 
  I installed rc2 and deleted my existing .maven directory.  Then I ran
  'maven clean site' on the Commons Validator project.  I get a bunch of
  identical exceptions ending with:
 
  Caused by: java.lang.NullPointerException
  at
 

org.apache.maven.html2xdoc.Html2XdocBean.shouldBreakPara(Html2XdocBean.java:
 288)
  at
  org.apache.maven.html2xdoc.Html2XdocBean.addNode(Html2XdocBean.java:273)
  at
 

org.apache.maven.html2xdoc.Html2XdocBean.processNode(Html2XdocBean.java:136)
  at
 

org.apache.maven.html2xdoc.Html2XdocBean.addSections(Html2XdocBean.java:118)
  at
  org.apache.maven.html2xdoc.Html2XdocBean.convert(Html2XdocBean.java:96)
  ... 63 more
 
 
  Followed by this at the very end:
 
  BUILD FAILED
  File.. file:/C:/Documents and
  Settings/dgraham/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
  Element... x:parse
  Line.. 340
  Column 43
  Error on line -1 of document  : Premature end of file. Nested exception:
  Premature end of file.
 
 
  So it looks like the xdoc and html2xdoc plugins are failing.  RC1 works
  fine though.
 
  David
 
 
   
 2 is there any reason why we shouldn't move onto the mavenized
site
 soon?

 - robert



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

   
   
__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
   
  
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
_
Envie de discuter en live avec vos amis ? Télécharger MSN
Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de
   France
  
   _
   Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
   http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de
France
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  __
  Do you Yahoo!?
  Yahoo! Finance Tax Center - File online. File on time.
  http://taxes.yahoo.com/filing.html
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  _
  Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
  http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

 _
 Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
 http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


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


 ___[ Pub ]
 Inscrivez-vous gratuitement sur Tandaime et gagnez un voyage à Venise
 www.Tandaime.com/index.php?origine=4 Tandaime, et la vie vous sourit !

_
Envie de discuter en live avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France

Re: [site] maven matters

2004-03-28 Thread Mark R. Diggory
Robert,

Sorry, I got really busy last week, I was meaning to setup a Vote email 
and notify everyone that we are transitioning.

In terms of rc2, I believe that, since I setup our own site.jsl and css 
style, that the site should still look the same no matter which 
subproject is being generated, but this needs doublechecking.

So here are the tasks I think need completion:

1.) Vote and Notification of transition

2.) Regenerate the commons-mavenized site and several subproject sites 
with rc2 to verify they still maintain the LF.

-Mark

I think we should start a vote process to clarify

robert burrell donkin wrote:

On 28 Mar 2004, at 22:52, Eric Pugh wrote:

I'm all for it..  As part of this, should the docs on how to cut a 
release
etc be updated to use Maven versus Ant?


it's only the site generation that's (probably) going to be generated 
using maven. components will still be able to use ant as their main 
build and release tool.

instructions about how to cut a release using maven would be a useful 
addition, though.

- robert



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]