Re: Where to Download Jetspeed 2

2004-11-04 Thread Randy Watler
Michael,
Michael McElligott wrote:
Hi Randy,
The error appears to be in importing some stuff from the commons codec 
project.  Specifically, the error (along with 25 other errors of a 
similar nature) is listed below.
Is this from a current CVS HEAD pull? If so, please send me your 
complete build output and the command you used to execute it. I am not 
sure, but it looks like your maven repository is not current somehow. 
Make sure you are not building with the -o maven options and that your 
maven.home.local build property is set correctly.

  When I first downloaded the project I was poking around and trying 
to resolve things, but I'm only passingly (well, increasingly) 
familiar with maven, and I didn't really want to get into it.  
Elisabeth's question highlights something else though, which is that, 
at least when I started trying to use the project, the text on the 
portals site is misleading:  as far as I can tell, there is no binary 
release to download.
There is not a binary version because it has never been released. 
Hopefully, it will be late this month.

  That effectively limits the users of the portal to those who can use 
cvs, and while the vast majority of us subscribe to a certain 
development orthodoxy that includes it, I'm sure there are lots of 
beginners out there that are finding the learning curve on their first 
project pretty steep.  I'm not saying it's good or bad, just that I'm 
sure the frustration I felt the first time I tried to get the project 
has probably been multiplied thousands of times over and could be 
corrected with a small textual change.  When people go to the parent 
portals project it states that binaries can be found under /portals.  
The only binaries to be found there are for pluto.  If someone browses 
into /jakarta they can find jetspeed1, but AFAIK v2 isn't anywhere.  I 
just think that some text somewhere on the jetspeed2 site that tells 
people that the only place to get it is from CVS would eliminate a lot 
of headaches. 
I am not a committer yet, but perhaps we can get the text changed. 
Better yet, we get a release out there so there are actual binaries!


If there is a tag that I should be using that is a known stable 
branch, I'd love to know about it.. the branch that was recommended to 
me was pre_portalurl_refactor_20041015, but that one doesn't build for 
me either (I don't have the errors handy). 
It builds and runs for many of us, so I am not sure a tag is going to 
fix the problem. The most current tag is: "pre_declarative_tx_20041028". 
I think we need to fix your build issue!

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


Re: Where to Download Jetspeed 2

2004-11-04 Thread Michael McElligott
Hi Randy,
The error appears to be in importing some stuff from the commons codec 
project.  Specifically, the error (along with 25 other errors of a 
similar nature) is listed below.  When I first downloaded the project I 
was poking around and trying to resolve things, but I'm only passingly 
(well, increasingly) familiar with maven, and I didn't really want to 
get into it.  Elisabeth's question highlights something else though, 
which is that, at least when I started trying to use the project, the 
text on the portals site is misleading:  as far as I can tell, there is 
no binary release to download.  That effectively limits the users of the 
portal to those who can use cvs, and while the vast majority of us 
subscribe to a certain development orthodoxy that includes it, I'm sure 
there are lots of beginners out there that are finding the learning 
curve on their first project pretty steep.  I'm not saying it's good or 
bad, just that I'm sure the frustration I felt the first time I tried to 
get the project has probably been multiplied thousands of times over and 
could be corrected with a small textual change.  When people go to the 
parent portals project it states that binaries can be found under 
/portals.  The only binaries to be found there are for pluto.  If 
someone browses into /jakarta they can find jetspeed1, but AFAIK v2 
isn't anywhere.  I just think that some text somewhere on the jetspeed2 
site that tells people that the only place to get it is from CVS would 
eliminate a lot of headaches.

If there is a tag that I should be using that is a known stable branch, 
I'd love to know about it.. the branch that was recommended to me was 
pre_portalurl_refactor_20041015, but that one doesn't build for me 
either (I don't have the errors handy).

Mike
java:compile:
   [echo] Compiling to 
C:\usr\data\dev\cvs\jakarta-jetspeed-2\portal/target/classes
   [javac] Compiling 166 source files to 
C:\usr\data\dev\cvs\jakarta-jetspeed-2\portal\target\classes
   [javac] 
C:\usr\data\dev\cvs\jakarta-jetspeed-2\portal\src\java\org\apache\jetspeed\container\state\impl\JetspeedNavigationalStateCodec.java:27: 
pa
ckage org.apache.commons.codec.binary does not exist
   [javac] import org.apache.commons.codec.binary.Base64;
   [javac]^
   [javac] 
C:\usr\data\dev\cvs\jakarta-jetspeed-2\portal\src\java\org\apache\jetspeed\container\state\impl\JetspeedNavigationalStateCodec.java:524: 
c
annot resolve symbol
   [javac] symbol  : variable Base64
   [javac] location: class 
org.apache.jetspeed.container.state.impl.JetspeedNavigationalStateCodec
   [javac] return new 
String(Base64.decodeBase64(value.getBytes(characterEncoding)), 
characterEncoding);

BUILD FAILED
File.. C:\usr\data\dev\cvs\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 133
Column 40
Unable to obtain goal [java:compile] -- C:\Documents and 
Settings\Michael\.maven\cache\maven-java-plugin-1.4\plugin.jelly:52:48: 

> Compile failed; see the compiler error output for details.
Total time: 2 minutes 27 seconds
Finished at: Thu Nov 04 13:45:39 PST 2004


Randy Watler wrote:
Michael,
What problem did you encounter? There is a lot of activity in the 
project as it nears release, but everyone strives to avoid breaking 
early adopters.

Let us know!
Randy Watler
Michael McElligott wrote:
Hi Elisabeth,
 I had a working build for a few days from the head but I foolishly 
did an update and it hasn't worked since.  One of the developers gave 
me a tag name to use, but it didn't work either.  I downloaded exo so 
I can actually get some work done.. haven't configured it yet..


-
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: Where to Download Jetspeed 2

2004-11-03 Thread Randy Watler
Michael,
What problem did you encounter? There is a lot of activity in the 
project as it nears release, but everyone strives to avoid breaking 
early adopters.

Let us know!
Randy Watler
Michael McElligott wrote:
Hi Elisabeth,
 I had a working build for a few days from the head but I foolishly 
did an update and it hasn't worked since.  One of the developers gave 
me a tag name to use, but it didn't work either.  I downloaded exo so 
I can actually get some work done.. haven't configured it yet..


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


Re: Where to Download Jetspeed 2

2004-11-03 Thread Michael McElligott
Hi Elisabeth,
I couldn't find it either.  It seems like the only way to get it is to 
check it out of CVS, assuming you know how to do that.  That said, I 
don't have any idea what tag is actually working.  I had a working build 
for a few days from the head but I foolishly did an update and it hasn't 
worked since.  One of the developers gave me a tag name to use, but it 
didn't work either.  I downloaded exo so I can actually get some work 
done.. haven't configured it yet..

Mike
Elisabeth VanSchaardenburg wrote:
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  

I'm probably missing something very obvious.  Thanks for the help.
Elisabeth

 

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


Re: Where to Download Jetspeed 2

2004-11-03 Thread Scott T. Weaver
Hi Elisabeth,
There is currently no binaries available for download for J2 so you will 
need check it out from CVS.   You can expect a milestone release of J2 
with binary distributions and a prepackaged portal with tomcat mid-november.

Regards,
Elisabeth VanSchaardenburg wrote:
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  

I'm probably missing something very obvious.  Thanks for the help.
Elisabeth

 


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management *
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Where to Download Jetspeed 2

2004-11-03 Thread Elisabeth VanSchaardenburg
Could somebody please tell me where I can find Jetspeed 2 for download?
I don't see any links from the Jetspeed 2 page.  All I can find is
Jetspeed 1.5.  
 
I'm probably missing something very obvious.  Thanks for the help.
 

Elisabeth