Re: Struts and Maven

2003-03-31 Thread James Holmes
I know this was brought up some time in the past when
I was looking at updating the Struts website to the
pretty format generated by Maven.  Perhaps there
will be time and place for it once 1.1 is out.

-James

--- Joe Germuska [EMAIL PROTECTED] wrote:
 Has anyone else looked at developing a Maven
 project.xml for Struts? 
 I think it would be pretty handy, considering the
 number of 
 dependencies Struts has.
 
 Mostly as an excuse for getting more familiar with
 the project.xml 
 schema, I put together a partially-functioning POM
 for Struts this 
 weekend.  If people are interested, I could post it
 to Bugzilla. 
 It's definitely a work in progress, but if there's
 interest but no 
 one else has even started the work, I might as well
 throw it in.
 
 One shortcoming I can't deal with is that the
 commons-logging 
 version at the default ibiblio.org repository
 predates the 
 release(ClassLoader) method and I don't really
 know how someone 
 gets those JARs changed.
 
 Also, Struts has several advanced build targets
 beyond the main 
 library JAR -- I am not really even sure how you are
 meant to deal 
 with things like building the example webapps in
 Maven.
 
 Joe
 
 PS For those who have no idea what I'm talking
 about: http://maven.apache.org
 -- 
 --
 Joe Germuska
 [EMAIL PROTECTED]
 http://blog.germuska.com
 If nature worked that way, the universe would crash
 all the time.
   --Jaron Lanier
 

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


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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



Re: Struts and Maven

2003-03-31 Thread David Graham
I know this was brought up some time in the past when
I was looking at updating the Struts website to the
pretty format generated by Maven.  Perhaps there
will be time and place for it once 1.1 is out.
Do you mean the tiny, confusing, and unreadable format?

-James
David

--- Joe Germuska [EMAIL PROTECTED] wrote:
 Has anyone else looked at developing a Maven
 project.xml for Struts?
 I think it would be pretty handy, considering the
 number of
 dependencies Struts has.

 Mostly as an excuse for getting more familiar with
 the project.xml
 schema, I put together a partially-functioning POM
 for Struts this
 weekend.  If people are interested, I could post it
 to Bugzilla.
 It's definitely a work in progress, but if there's
 interest but no
 one else has even started the work, I might as well
 throw it in.

 One shortcoming I can't deal with is that the
 commons-logging
 version at the default ibiblio.org repository
 predates the
 release(ClassLoader) method and I don't really
 know how someone
 gets those JARs changed.

 Also, Struts has several advanced build targets
 beyond the main
 library JAR -- I am not really even sure how you are
 meant to deal
 with things like building the example webapps in
 Maven.

 Joe

 PS For those who have no idea what I'm talking
 about: http://maven.apache.org
 --
 --
 Joe Germuska
 [EMAIL PROTECTED]
 http://blog.germuska.com
 If nature worked that way, the universe would crash
 all the time.
--Jaron Lanier


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

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-
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: Struts and Maven

2003-03-31 Thread James Holmes
Well, we're all entitled to our own opinion.  However,
mine differs from yours as I think the other format is
much clearer and easier to read.

-James

--- David Graham [EMAIL PROTECTED] wrote:
 I know this was brought up some time in the past
 when
 I was looking at updating the Struts website to the
 pretty format generated by Maven.  Perhaps there
 will be time and place for it once 1.1 is out.
 
 Do you mean the tiny, confusing, and unreadable
 format?
 
 
 -James
 
 David
 
 
 --- Joe Germuska [EMAIL PROTECTED] wrote:
   Has anyone else looked at developing a Maven
   project.xml for Struts?
   I think it would be pretty handy, considering
 the
   number of
   dependencies Struts has.
  
   Mostly as an excuse for getting more familiar
 with
   the project.xml
   schema, I put together a partially-functioning
 POM
   for Struts this
   weekend.  If people are interested, I could post
 it
   to Bugzilla.
   It's definitely a work in progress, but if
 there's
   interest but no
   one else has even started the work, I might as
 well
   throw it in.
  
   One shortcoming I can't deal with is that the
   commons-logging
   version at the default ibiblio.org repository
   predates the
   release(ClassLoader) method and I don't really
   know how someone
   gets those JARs changed.
  
   Also, Struts has several advanced build targets
   beyond the main
   library JAR -- I am not really even sure how you
 are
   meant to deal
   with things like building the example webapps in
   Maven.
  
   Joe
  
   PS For those who have no idea what I'm talking
   about: http://maven.apache.org
   --
   --
   Joe Germuska
   [EMAIL PROTECTED]
   http://blog.germuska.com
   If nature worked that way, the universe would
 crash
   all the time.
 --Jaron Lanier
  
  

-
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
  
 
 
 __
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness,
 live on your desktop!
 http://platinum.yahoo.com
 

-
 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]
 


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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



Re: Struts and Maven

2003-03-31 Thread James Mitchell
If you search the archives, Craig has already commented on this.  We
haven't moved to this tool, IIRC, for the same reason some people have
not adopted Struts 1.1..because it is still considered beta.


On Mon, 2003-03-31 at 10:04, Joe Germuska wrote:
 Has anyone else looked at developing a Maven project.xml for Struts? 
 I think it would be pretty handy, considering the number of 
 dependencies Struts has.
 
 Mostly as an excuse for getting more familiar with the project.xml 
 schema, I put together a partially-functioning POM for Struts this 
 weekend.  If people are interested, I could post it to Bugzilla. 
 It's definitely a work in progress, but if there's interest but no 
 one else has even started the work, I might as well throw it in.
 
 One shortcoming I can't deal with is that the commons-logging 
 version at the default ibiblio.org repository predates the 
 release(ClassLoader) method and I don't really know how someone 
 gets those JARs changed.
 
 Also, Struts has several advanced build targets beyond the main 
 library JAR -- I am not really even sure how you are meant to deal 
 with things like building the example webapps in Maven.
 
 Joe
 
 PS For those who have no idea what I'm talking about: http://maven.apache.org
 -- 
 --
 Joe Germuska
 [EMAIL PROTECTED]
 http://blog.germuska.com
 If nature worked that way, the universe would crash all the time.
   --Jaron Lanier
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




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



Re: Struts and Maven

2003-03-31 Thread David Graham
The sans-serif font is definitely better in the new format but they made the 
left navigation an eye chart.

David



From: James Holmes [EMAIL PROTECTED]
Reply-To: Struts Developers List [EMAIL PROTECTED]
To: Struts Developers List [EMAIL PROTECTED]
Subject: Re: Struts and Maven
Date: Mon, 31 Mar 2003 07:26:37 -0800 (PST)
Well, we're all entitled to our own opinion.  However,
mine differs from yours as I think the other format is
much clearer and easier to read.
-James

--- David Graham [EMAIL PROTECTED] wrote:
 I know this was brought up some time in the past
 when
 I was looking at updating the Struts website to the
 pretty format generated by Maven.  Perhaps there
 will be time and place for it once 1.1 is out.

 Do you mean the tiny, confusing, and unreadable
 format?

 
 -James

 David

 
 --- Joe Germuska [EMAIL PROTECTED] wrote:
   Has anyone else looked at developing a Maven
   project.xml for Struts?
   I think it would be pretty handy, considering
 the
   number of
   dependencies Struts has.
  
   Mostly as an excuse for getting more familiar
 with
   the project.xml
   schema, I put together a partially-functioning
 POM
   for Struts this
   weekend.  If people are interested, I could post
 it
   to Bugzilla.
   It's definitely a work in progress, but if
 there's
   interest but no
   one else has even started the work, I might as
 well
   throw it in.
  
   One shortcoming I can't deal with is that the
   commons-logging
   version at the default ibiblio.org repository
   predates the
   release(ClassLoader) method and I don't really
   know how someone
   gets those JARs changed.
  
   Also, Struts has several advanced build targets
   beyond the main
   library JAR -- I am not really even sure how you
 are
   meant to deal
   with things like building the example webapps in
   Maven.
  
   Joe
  
   PS For those who have no idea what I'm talking
   about: http://maven.apache.org
   --
   --
   Joe Germuska
   [EMAIL PROTECTED]
   http://blog.germuska.com
   If nature worked that way, the universe would
 crash
   all the time.
--Jaron Lanier
  
  

-
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
  
 
 
 __
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness,
 live on your desktop!
 http://platinum.yahoo.com
 

-
 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]

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-
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: Struts and Maven

2003-03-31 Thread James Mitchell
On Mon, 2003-03-31 at 10:26, James Holmes wrote:
 Well, we're all entitled to our own opinion.  However,
 mine differs from yours as I think the other format is
 much clearer and easier to read.

I wonder if the issue here is really about fonts.  

http://maven.apache.org/  

...it looks great on my work pc (IE on Win2k), but looks like crap on my
laptop (RH8 with Mozilla)

I would hope that the stylesheet fonts are customizable?


 
 -James
 
 --- David Graham [EMAIL PROTECTED] wrote:
  I know this was brought up some time in the past
  when
  I was looking at updating the Struts website to the
  pretty format generated by Maven.  Perhaps there
  will be time and place for it once 1.1 is out.
  
  Do you mean the tiny, confusing, and unreadable
  format?
  
  
  -James
  
  David
  
  
  --- Joe Germuska [EMAIL PROTECTED] wrote:
Has anyone else looked at developing a Maven
project.xml for Struts?
I think it would be pretty handy, considering
  the
number of
dependencies Struts has.
   
Mostly as an excuse for getting more familiar
  with
the project.xml
schema, I put together a partially-functioning
  POM
for Struts this
weekend.  If people are interested, I could post
  it
to Bugzilla.
It's definitely a work in progress, but if
  there's
interest but no
one else has even started the work, I might as
  well
throw it in.
   
One shortcoming I can't deal with is that the
commons-logging
version at the default ibiblio.org repository
predates the
release(ClassLoader) method and I don't really
know how someone
gets those JARs changed.
   
Also, Struts has several advanced build targets
beyond the main
library JAR -- I am not really even sure how you
  are
meant to deal
with things like building the example webapps in
Maven.
   
Joe
   
PS For those who have no idea what I'm talking
about: http://maven.apache.org
--
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
If nature worked that way, the universe would
  crash
all the time.
--Jaron Lanier
   
   
 
 -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
  
  
  __
  Do you Yahoo!?
  Yahoo! Platinum - Watch CBS' NCAA March Madness,
  live on your desktop!
  http://platinum.yahoo.com
  
 
 -
  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]
  
 
 
 __
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
 http://platinum.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




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



Re: Struts and Maven

2003-03-31 Thread David Graham
I wonder if the issue here is really about fonts.

http://maven.apache.org/

...it looks great on my work pc (IE on Win2k), but looks like crap on my
laptop (RH8 with Mozilla)
This is exactly my point.  If you're using IE it's ok, but not other 
browsers.  Mozilla has an irritating habit of rendering fonts extra small 
but if they used a larger font in the left nav. it wouldn't be a problem.

I would hope that the stylesheet fonts are customizable?


 -James

 --- David Graham [EMAIL PROTECTED] wrote:
  I know this was brought up some time in the past
  when
  I was looking at updating the Struts website to the
  pretty format generated by Maven.  Perhaps there
  will be time and place for it once 1.1 is out.
 
  Do you mean the tiny, confusing, and unreadable
  format?
 
  
  -James
 
  David
 
  
  --- Joe Germuska [EMAIL PROTECTED] wrote:
Has anyone else looked at developing a Maven
project.xml for Struts?
I think it would be pretty handy, considering
  the
number of
dependencies Struts has.
   
Mostly as an excuse for getting more familiar
  with
the project.xml
schema, I put together a partially-functioning
  POM
for Struts this
weekend.  If people are interested, I could post
  it
to Bugzilla.
It's definitely a work in progress, but if
  there's
interest but no
one else has even started the work, I might as
  well
throw it in.
   
One shortcoming I can't deal with is that the
commons-logging
version at the default ibiblio.org repository
predates the
release(ClassLoader) method and I don't really
know how someone
gets those JARs changed.
   
Also, Struts has several advanced build targets
beyond the main
library JAR -- I am not really even sure how you
  are
meant to deal
with things like building the example webapps in
Maven.
   
Joe
   
PS For those who have no idea what I'm talking
about: http://maven.apache.org
--
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
If nature worked that way, the universe would
  crash
all the time.
--Jaron Lanier
   
   
 
 -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
  
  
  __
  Do you Yahoo!?
  Yahoo! Platinum - Watch CBS' NCAA March Madness,
  live on your desktop!
  http://platinum.yahoo.com
  
 
 -
  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]
 


 __
 Do you Yahoo!?
 Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
 http://platinum.yahoo.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
--
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org


-
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]