You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Jason Kary <jk...@cisco.com> on 2003/10/07 20:33:10 UTC

[VOTE] - Make Pluto Build with MAVEN.

Hi List,

A couple of days ago I submitted a suggestion to 'mavenize' jakarta-pluto.  
Maven brings a lot more benifits to the project and can generate build.xml 
files for people who wish to remain using ant.  It would require a bit of 
directory restructuring.

What do people think?  Of course my vote is +1 but I am not an 'official' 
committer.

Take Care
Jason Kary

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Stefan Hepper <st...@hursley.ibm.com>.
+1

Jason Kary wrote:
> Hi List,
> 
> A couple of days ago I submitted a suggestion to 'mavenize' jakarta-pluto.  
> Maven brings a lot more benifits to the project and can generate build.xml 
> files for people who wish to remain using ant.  It would require a bit of 
> directory restructuring.
> 
> What do people think?  Of course my vote is +1 but I am not an 'official' 
> committer.
> 
> Take Care
> Jason Kary
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by David Sean Taylor <da...@bluesunrise.com>.
----- Original Message -----
From: "Endre Stølsvik" <En...@Stolsvik.com>
To: "Jetspeed Developers List" <je...@jakarta.apache.org>
Sent: Thursday, October 09, 2003 12:46 AM
Subject: Re: [VOTE] - Make Pluto Build with MAVEN.


> On Wed, 8 Oct 2003, Santiago Gala Pérez wrote:
>
> |
> | El martes, 7 octu, 2003, a las 20:33 Europe/Madrid, Jason Kary escribió:
> |
> | > Hi List,
> | >
> | > A couple of days ago I submitted a suggestion to 'mavenize'
> | > jakarta-pluto.
> | > Maven brings a lot more benifits to the project and can generate
> | > build.xml
> | > files for people who wish to remain using ant.  It would require a bit
> | > of
> | > directory restructuring.
> | >
> | > What do people think?  Of course my vote is +1 but I am not an
> | > 'official'
> | > committer.
> | >
> |
> | +0
> |
> | making it actually build under **ix (does not build either under linux
> | or Mac OS X) and run under jdk 1.4 would have much higher priority for
> | me.
> |
> | I have not yet managed to run it, privilege reserved for those owning a
> | windows box. (and *no*, a shell command file does not work when it
> | contains ^M at the end of the lines)
> |
> | I'm close to it, though, just some jdk 1.4 related exception missing
> | currently.
>
> All text (shell) files are "windowized" - wrong linefeeds and some other
> problems.
>
Yes I noticed that too. Its a mess.
I will try to find time to convert it over if not today tomorrow.
After doing that Im going to make the source checkstyle-compliant to
Jetspeed's checkstyle rules.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Santiago Gala Pérez <sg...@hisitech.com>.
El jueves, 9 octu, 2003, a las 09:46 Europe/Madrid, Endre Stølsvik  
escribió:

> You -actually- only need to change two small places (the ant "bin"  
> file,
> starts with #! /bin/sh, remove the space, and some other place, don're
> memeber), but try "flip"'ing all the files (and then commit them back  
> into
> the repo, please!)..
>

I did it already. I'll recommit them asap.

Someone remembers the way to "chmod +x" cvs files? I think it can't be  
done once they have been committed without execution permissions.

Now I'm facing the following problem, which looks due to dependency on  
a xerces release or similar. I get this in tomcat:

javax.servlet.UnavailableException: Initialization of one or more  
services failed.
	at org.apache.pluto.portalImpl.Servlet.init(Servlet.java:111)
...

this in the log:

2003-10-10 11:15:02 FactoryManagerService done.
2003-10-10 11:15:02 PortletDefinitionRegistryService initializing...
2003-10-10 11:15:03 ServiceManager: An unidentified error occurred
org.xml.sax.SAXParseException: src-import.0: Failed to read imported  
schema docu
ment 'null'.
         at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:267)
         at  
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.
java:201)
         at  
javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:122)
         at  
org.apache.pluto.portalImpl.xml.XmlParser.parsePortletXml(XmlParser.j
ava:96)
         at  
org.apache.pluto.portalImpl.services.portletdefinitionregistry.Portle
tDefinitionRegistryServiceFileImpl.load(PortletDefinitionRegistryService 
FileImpl
.java:209)
         at  
org.apache.pluto.portalImpl.services.portletdefinitionregistry.Portle
tDefinitionRegistryServiceFileImpl.load(PortletDefinitionRegistryService 
FileImpl
.java:187)
         at  
org.apache.pluto.portalImpl.services.portletdefinitionregistry.Portle
tDefinitionRegistryServiceFileImpl.init(PortletDefinitionRegistryService 
FileImpl
.java:163)
         at  
org.apache.pluto.portalImpl.services.ServiceManager.init(ServiceManag
er.java:250)
         at  
org.apache.pluto.portalImpl.services.ServiceManager.init(ServiceManag


Regards,
      Santiago


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Endre Stølsvik <En...@Stolsvik.com>.
On Wed, 8 Oct 2003, Santiago Gala Pérez wrote:

|
| El martes, 7 octu, 2003, a las 20:33 Europe/Madrid, Jason Kary escribió:
|
| > Hi List,
| >
| > A couple of days ago I submitted a suggestion to 'mavenize'
| > jakarta-pluto.
| > Maven brings a lot more benifits to the project and can generate
| > build.xml
| > files for people who wish to remain using ant.  It would require a bit
| > of
| > directory restructuring.
| >
| > What do people think?  Of course my vote is +1 but I am not an
| > 'official'
| > committer.
| >
|
| +0
|
| making it actually build under **ix (does not build either under linux
| or Mac OS X) and run under jdk 1.4 would have much higher priority for
| me.
|
| I have not yet managed to run it, privilege reserved for those owning a
| windows box. (and *no*, a shell command file does not work when it
| contains ^M at the end of the lines)
|
| I'm close to it, though, just some jdk 1.4 related exception missing
| currently.

All text (shell) files are "windowized" - wrong linefeeds and some other
problems.

You -actually- only need to change two small places (the ant "bin" file,
starts with #! /bin/sh, remove the space, and some other place, don're
memeber), but try "flip"'ing all the files (and then commit them back into
the repo, please!)..

flip is a program that converts text files between OS's.

Endre.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by John Christopher <jo...@metnet.navy.mil>.
I got pluto to build by copying the ForeachTask.java under the build/ant/lib 
to my local ant/lib and then just running ant in the build directory.

Ofcourse, fixing the shell scripts to not contain ^M would do the trick as 
well.

John

On Wednesday 08 October 2003 04:46 pm, Glenn R. Golden wrote:
> I've got pluto to build and run on mac osx, tomcat 1.4.27 - no
> problems, no changes.
>
> - Glenn
>
> On Wednesday, October 8, 2003, at 04:27  PM, Santiago Gala Pérez wrote:
> > El martes, 7 octu, 2003, a las 20:33 Europe/Madrid, Jason Kary
> >
> > escribió:
> >> Hi List,
> >>
> >> A couple of days ago I submitted a suggestion to 'mavenize'
> >> jakarta-pluto.
> >> Maven brings a lot more benifits to the project and can generate
> >> build.xml
> >> files for people who wish to remain using ant.  It would require a
> >> bit of
> >> directory restructuring.
> >>
> >> What do people think?  Of course my vote is +1 but I am not an
> >> 'official'
> >> committer.
> >
> > +0
> >
> > making it actually build under **ix (does not build either under linux
> > or Mac OS X) and run under jdk 1.4 would have much higher priority for
> > me.
> >
> > I have not yet managed to run it, privilege reserved for those owning
> > a windows box. (and *no*, a shell command file does not work when it
> > contains ^M at the end of the lines)
> >
> > I'm close to it, though, just some jdk 1.4 related exception missing
> > currently.
> >
> >> Take Care
> >> Jason Kary
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Endre Stølsvik <En...@Stolsvik.com>.
On Wed, 8 Oct 2003, Glenn R. Golden wrote:

| I've got pluto to build and run on mac osx, tomcat 1.4.27 - no
| problems, no changes.

I think some shells like the "problematic" windows-text'ed files better
than others. I only had to make to small changes to make it build, while
another developer here had to flip all the files (and remove the space
mentioned earlier).

The files in CVS -are- fsck'ed regarding Unix-ness.

Endre.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Santiago Gala <sg...@hisitech.com>.
Moved from jetspeed-dev. It belongs here

El viernes, 10 octu, 2003, a las 11:18 Europe/Madrid, Santiago Gala 
Pérez escribió:

>
> El jueves, 9 octu, 2003, a las 01:46 Europe/Madrid, Glenn R. Golden 
> escribió:
>
>> I've got pluto to build and run on mac osx, tomcat 1.4.27 - no 
>> problems, no changes.
>>
>> - Glenn
>>
>
> cvs? Not without changes (see other mail in thread). which cvs client? 
> (fink 1.11.5 here)
>
> if it was zip, your unzip removed the ^M from .sh files and
>

OK, I see David took care of ^M in cvs

> WRT running, which jdk? I think the problem lies there. I'm using 
> Apple's latest 1.4.1
>

I sorted out my problems:
- The message in build.xml (If I understand it right) is misleading. I 
would not call tomcat 4.1.27 "an older version of tomcat", as it is the 
latest released, but I needed to copy the endorsed files for tomcat 
under jdk 1.4.1 for pluto to work
- Even then, pluto crashed trying to deploy a portlet.xml until I 
erased all webapps not related to it. I think it was wsrp the one 
interacting. I'll check that and report later.

I commit two very small things (ant crlf -> lf and the only remaining 
\\\\ in paths in java code)

Can someone who knows either commit or tell me a more specific message 
in build.xml re: tomcat versions/jdks that need the endorsed copying?


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Santiago Gala Pérez <sg...@hisitech.com>.
El jueves, 9 octu, 2003, a las 01:46 Europe/Madrid, Glenn R. Golden 
escribió:

> I've got pluto to build and run on mac osx, tomcat 1.4.27 - no 
> problems, no changes.
>
> - Glenn
>

cvs? Not without changes (see other mail in thread). which cvs client? 
(fink 1.11.5 here)

if it was zip, your unzip removed the ^M from .sh files and

WRT running, which jdk? I think the problem lies there. I'm using 
Apple's latest 1.4.1


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by "Glenn R. Golden" <gg...@umich.edu>.
I've got pluto to build and run on mac osx, tomcat 1.4.27 - no 
problems, no changes.

- Glenn

On Wednesday, October 8, 2003, at 04:27  PM, Santiago Gala Pérez wrote:

>
> El martes, 7 octu, 2003, a las 20:33 Europe/Madrid, Jason Kary 
> escribió:
>
>> Hi List,
>>
>> A couple of days ago I submitted a suggestion to 'mavenize' 
>> jakarta-pluto.
>> Maven brings a lot more benifits to the project and can generate 
>> build.xml
>> files for people who wish to remain using ant.  It would require a 
>> bit of
>> directory restructuring.
>>
>> What do people think?  Of course my vote is +1 but I am not an 
>> 'official'
>> committer.
>>
>
> +0
>
> making it actually build under **ix (does not build either under linux 
> or Mac OS X) and run under jdk 1.4 would have much higher priority for 
> me.
>
> I have not yet managed to run it, privilege reserved for those owning 
> a windows box. (and *no*, a shell command file does not work when it 
> contains ^M at the end of the lines)
>
> I'm close to it, though, just some jdk 1.4 related exception missing 
> currently.
>
>> Take Care
>> Jason Kary
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: [VOTE] - Make Pluto Build with MAVEN.

Posted by Santiago Gala Pérez <sg...@hisitech.com>.
El martes, 7 octu, 2003, a las 20:33 Europe/Madrid, Jason Kary escribió:

> Hi List,
>
> A couple of days ago I submitted a suggestion to 'mavenize' 
> jakarta-pluto.
> Maven brings a lot more benifits to the project and can generate 
> build.xml
> files for people who wish to remain using ant.  It would require a bit 
> of
> directory restructuring.
>
> What do people think?  Of course my vote is +1 but I am not an 
> 'official'
> committer.
>

+0

making it actually build under **ix (does not build either under linux 
or Mac OS X) and run under jdk 1.4 would have much higher priority for 
me.

I have not yet managed to run it, privilege reserved for those owning a 
windows box. (and *no*, a shell command file does not work when it 
contains ^M at the end of the lines)

I'm close to it, though, just some jdk 1.4 related exception missing 
currently.

> Take Care
> Jason Kary
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


RE: [VOTE] - Make Pluto Build with MAVEN.

Posted by Robert Gillis <ro...@acadiau.ca>.
+2 if I can get away with it, otherwise just +1 ;)

Rob
:wq

-----Original Message-----
From: Jason Kary [mailto:jkary@cisco.com] 
Sent: October 7, 2003 3:33 PM
To: Jetspeed Developers List
Subject: [VOTE] - Make Pluto Build with MAVEN.

Hi List,

A couple of days ago I submitted a suggestion to 'mavenize'
jakarta-pluto.  
Maven brings a lot more benifits to the project and can generate
build.xml 
files for people who wish to remain using ant.  It would require a bit
of 
directory restructuring.

What do people think?  Of course my vote is +1 but I am not an
'official' 
committer.

Take Care
Jason Kary

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


RE: [VOTE] - Make Pluto Build with MAVEN.

Posted by suchisubhra sinha <su...@cisco.com>.
+1

-----Original Message-----
From: Jason Kary [mailto:jkary@cisco.com] 
Sent: Tuesday, October 07, 2003 11:33 AM
To: Jetspeed Developers List
Subject: [VOTE] - Make Pluto Build with MAVEN.


Hi List,

A couple of days ago I submitted a suggestion to 'mavenize'
jakarta-pluto.  
Maven brings a lot more benifits to the project and can generate
build.xml 
files for people who wish to remain using ant.  It would require a bit
of 
directory restructuring.

What do people think?  Of course my vote is +1 but I am not an
'official' 
committer.

Take Care
Jason Kary

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org