Re: Building Jetspeed 2

2005-04-05 Thread Ate Douma
Under chosen mirror/portals/jetspeed-2 you will find two subfolders:
   BINARIES
   SOURCES
Under BINARIES you will find the files named like in the announcement.
The current versions are (right now at least) the same as those announced.
Steve B. wrote:
Small item - unless I am just looking in the wrong area...
Following the link provided for downloading the release,
   - select the suggested mirror
   - select portals
   - select jetspeed-2
   - the filenames are actually of the form:
 jetspeed-current-Tomcat-5.0.30.tar.gz 
http://apache.intissite.com/portals/jetspeed-2/jetspeed-current-Tomcat-5.0.30.tar.gz  
(or whatever version of tomcat you prefer)

The installation instructions (at the bottom of the release page) don't 
specify drilling down to the files, and the filenames are incorrect.

HTH,
Steve B.
Hema Menon wrote:
Jetspeed M2 version has just been released, you might want to try it
out. Information is here
http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg15983.html 

Hema
On Apr 5, 2005 9:02 AM, Sascha Glass [EMAIL PROTECTED] wrote:
 

Hello,
I am new to Jetspeed 2 and try to install it. I hope very much that
anybody can help me. I got to
http://portals.apache.org/jetspeed-2/getting-started.html and followed
the instructions at 1,2 and 3. Now I am at 4. Building Jetspeed 2. I
changed to the jetspeed-2-home directory
(C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2) and typed maven
allClean allBuild.
Now I got this:
Starting the reactor...
BUILD FAILED
File.. C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 103
Column 31
Error reading XML or initializing
...
Can anybody please help me?
With kind regards,
Sascha Glass
-
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]



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


RE: Building Jetspeed 2

2005-04-05 Thread Yuan-Chen Cheng
Select Binary after you select  jetspeed-2. the full directory should be

/portals/jetspeed-2/BINARIES/jetspeed-2.0-M2-Tomcat-5.0.30.zip

Y.C Cheng

-Original Message-
From: Steve B. [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 06, 2005 12:20 AM
To: Jetspeed Users List
Subject: Re: Building Jetspeed 2

Small item - unless I am just looking in the wrong area...

Following the link provided for downloading the release,
- select the suggested mirror
- select portals
- select jetspeed-2
- the filenames are actually of the form:
  jetspeed-current-Tomcat-5.0.30.tar.gz 
http://apache.intissite.com/portals/jetspeed-2/jetspeed-current-Tomcat-5.0.
30.tar.gz  
(or whatever version of tomcat you prefer)

The installation instructions (at the bottom of the release page) don't 
specify drilling down to the files, and the filenames are incorrect.

HTH,
Steve B.

Hema Menon wrote:

Jetspeed M2 version has just been released, you might want to try it
out. Information is here
http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg15983.htm
l

Hema

On Apr 5, 2005 9:02 AM, Sascha Glass [EMAIL PROTECTED] wrote:
  

Hello,

I am new to Jetspeed 2 and try to install it. I hope very much that
anybody can help me. I got to
http://portals.apache.org/jetspeed-2/getting-started.html and followed
the instructions at 1,2 and 3. Now I am at 4. Building Jetspeed 2. I
changed to the jetspeed-2-home directory
(C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2) and typed maven
allClean allBuild.

Now I got this:

Starting the reactor...

BUILD FAILED
File.. C:\Sascha\Java\eclipse-workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 103
Column 31
Error reading XML or initializing
...

Can anybody please help me?

With kind regards,

Sascha Glass

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


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



Re: Building Jetspeed 2 with Java 1.5.01

2005-03-03 Thread Andreas Ernst
Jeremy Ford schrieb:
I have been building J2 with Java 1.5 with no problems for a while
now.  Where did you get the src from?  HEAD or J2 M1?  The M1 release
may not be compatiable.  You may want to try pulling the latest source
and building again.
 

I use jetspeed-2.0-M1-src.zip.
Jeremy Ford
[EMAIL PROTECTED]
On Wed, 02 Mar 2005 10:08:42 +0100, Andreas Ernst [EMAIL PROTECTED] wrote:
 

Hi,
i am new to Jetspeed. I tried to
maven allClean allBuild
and get this errors:
as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
  [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
  [javac] for (Enumeration enum = bundle.getKeys();
enum.hasMoreElements();)
this files are affected:
components\registry\src\java\org\apache\jetspeed\om\impl\LanguageImpl.java
portal\src\java\org\apache\jetspeed\engine\servlet\ServletRequestImpl.java
portals-bridges\perl\src\java\org\apache\portals\bridges\perl\PerlPortlet.java
portals-bridges\php\src\java\org\apache\portals\bridges\php\PHPApplicationPortlet.java
portals-bridges\myfaces\src\java\org\apache\portals\bridges\myfaces\PortletExternalContextImpl.java
portal\src\java\org\apache\jetspeed\engine\servlet\ServletRequestImpl.java
components\security\src\test\org\apache\jetspeed\security\TestPermissionManager.java
regards
Andreas
   


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


Re: Building Jetspeed 2 with Java 1.5.01

2005-03-02 Thread Jeremy Ford
I have been building J2 with Java 1.5 with no problems for a while
now.  Where did you get the src from?  HEAD or J2 M1?  The M1 release
may not be compatiable.  You may want to try pulling the latest source
and building again.

Jeremy Ford
[EMAIL PROTECTED]


On Wed, 02 Mar 2005 10:08:42 +0100, Andreas Ernst [EMAIL PROTECTED] wrote:
 Hi,
 
 i am new to Jetspeed. I tried to
 
 maven allClean allBuild
 
 and get this errors:
 
 as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] for (Enumeration enum = bundle.getKeys();
 enum.hasMoreElements();)
 
 this files are affected:
 components\registry\src\java\org\apache\jetspeed\om\impl\LanguageImpl.java
 portal\src\java\org\apache\jetspeed\engine\servlet\ServletRequestImpl.java
 portals-bridges\perl\src\java\org\apache\portals\bridges\perl\PerlPortlet.java
 portals-bridges\php\src\java\org\apache\portals\bridges\php\PHPApplicationPortlet.java
 portals-bridges\myfaces\src\java\org\apache\portals\bridges\myfaces\PortletExternalContextImpl.java
 portal\src\java\org\apache\jetspeed\engine\servlet\ServletRequestImpl.java
 components\security\src\test\org\apache\jetspeed\security\TestPermissionManager.java
 
 regards
 Andreas
 
 -
 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: Building Jetspeed 2 with Java 1.5.01

2005-03-02 Thread Jouni Rajala

I have been building J2 with Java 1.5 with no problems for a while
now.  Where did you get the src from?  HEAD or J2 M1?  The M1 release
may not be compatiable.  You may want to try pulling the latest source
and building again.
 

 

I had same problems. Even if I pulled it from HEAD two weeks ago it 
still didn't work.
Then I noticed that problems were related to maven 'stuff'. I had to 
clear out my .maven
folder and jetspeed-2 project from my machine entirely and check out 
everything
again. After that it builded ok.

It seems that this was caused because I had to build jetspeed-2 with 
jdk1.4 because
it didn't build with 1.5 about 1,5 months ago. Some jars were not 
compiled again with
1.5 javac after update of jetspeed-2 project and build failed for some 
reason.

I am sure there was cleaner way to fix the problem. However because 
jetspeed-2
is only project that I have checked out with maven, I decided to try to 
wipe it all out
and start from beginning. After all this maven thing is great but I have 
no idea how
it works :)

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


RE: building Jetspeed 2

2004-08-10 Thread Bjorn Vidar Remme

Return Receipt
   
Your  RE: building Jetspeed 2  
document   
:  
   
was   Bjorn Vidar Remme/Oslo/Intentia_NO/Intentia  
received   
by:
   
at:   2004-08-10 08:05:02  
   





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



RE: building Jetspeed 2

2004-08-09 Thread Call, Terry M
Me too.

BUILD FAILED
File.. C:\IMICS\DevTools\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line.. 235
Column 40
Unable to obtain goal [test:test] -- C:\Documents and
Settings\m183713\.maven\ca
che\maven-test-plugin-1.6.2\plugin.jelly:181:54: fail There were test
failures
.
Total time: 4 minutes 47 seconds
Finished at: Mon Aug 09 12:45:53 CDT 2004

-Original Message-
From: Krish Chandra [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 09, 2004 11:58 AM
To: Jetspeed Users List
Subject: Re: building Jetspeed 2



Sorry the log file had the following stack trace:
Testcase:
testData(org.apache.jetspeed.components.portletregistry.TestRegistryDire
ctPart2):
Caused an ERROR
null
java.lang.NullPointerException
at
org.apache.jetspeed.components.portletregistry.AbstractRegistryTest.veri
fyData(AbstractRegistryTest.java:141)
at
org.apache.jetspeed.components.portletregistry.TestRegistryDirectPart2.t
estData(TestRegistryDirectPart2.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25

thanks,
Krish




On Mon, 9 Aug 2004, Krish Chandra wrote:

 Hi,
 I got the following error when I tried to build J2.

 ***
 test:test:
 dbSetup:
 [copy] Copying 1 file to 
 /ccs/mssl/ecs/dmefs/krish/jakarta-jetspeed-2/components/registry/targe
 t/test-classes

 [junit] Running 

org.apache.jetspeed.components.portletentity.TestPortletEntityAccessComp
onent
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.992
sec
 [junit] Running 
 org.apache.jetspeed.components.portletregistry.TestRegistryDirectPart2
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 7.69
sec
 [junit] [ERROR] TEST 
 org.apache.jetspeed.components.portletregistry.TestRegistryDirectPart2
 FAILED
 [junit] Running 
 org.apache.jetspeed.components.portletregistry.TestRegistryDirect
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.985 
 sec

 BUILD FAILED
 File.. /ccs/mssl/ecs/dmefs/krish/jakarta-jetspeed-2/maven.xml
 Element... maven:reactor
 Line.. 228
 Column 40
 Unable to obtain goal [test:test] --
 /home/krish/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
 fail There were test failures.
 

 Any ideas as to what I might be doing wrong or what I should do to fix

 it.

 thanks,
 Krish




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


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