Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9939 invoked from network); 16 Nov 2006 23:37:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 23:37:06 -0000 Received: (qmail 60677 invoked by uid 500); 16 Nov 2006 23:37:14 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 60636 invoked by uid 500); 16 Nov 2006 23:37:13 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 60625 invoked by uid 99); 16 Nov 2006 23:37:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 15:37:13 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of khangaonkar@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 15:37:01 -0800 Received: by wx-out-0506.google.com with SMTP id h28so680968wxd for ; Thu, 16 Nov 2006 15:36:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Gh4ZsgbpgI3A26fj9X0Mt8C52w57vNTncf6ZtlMo+VpAZygC3tUwrkjk2SCQS7Cjz3dFkv2azb6UsYBdxA83DW4VOPUWgommTOFMU/by8+Py9tyu1fLDmVuHM8AJTWIGL11XMqKxKIid7VvTGhkRpNRd/rcebAx1LOupDsfYWOY= Received: by 10.90.115.9 with SMTP id n9mr1093689agc.1163720200254; Thu, 16 Nov 2006 15:36:40 -0800 (PST) Received: by 10.90.96.15 with HTTP; Thu, 16 Nov 2006 15:36:40 -0800 (PST) Message-ID: <541aa82a0611161536r5d24281axcda06ba170335dba@mail.gmail.com> Date: Thu, 16 Nov 2006 15:36:40 -0800 From: "Manoj Khangaonkar" To: axis-dev Subject: Re: build error in rahas - due to WSS4j ? In-Reply-To: <541aa82a0611161148y29f478dq6d39e18e8d4ce9a5@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16683_970627.1163720200142" References: <541aa82a0611161148y29f478dq6d39e18e8d4ce9a5@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16683_970627.1163720200142 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, To successfully build top down I had to 1. extract the wss4j source code from the wss4j svn repository 2. Build it 3. rename the built jar file to wss4j-SNAPSHOT.jar 4. Place it in my local repository. SHould/Can we put the updated wss4j in the central repository ? - so that every one does have to repeat this. I can open a JIRA issue and attach the jar that I built. Perhaps one of the committers can add it to the repository. Mj On 11/16/06, Manoj Khangaonkar wrote: > > Hi, > > My top down build > > maven -Dmaven.test.skip > > blows up in rahas. > > The first problem I hit was that maven tried to download > WSS4j-SNAPSHOT.jar > > because the project.properties has the line > > wss4j.version=SNAPSHOT > > The maven repository only has wss4j-1.5.0.jar. > > I tried downloading wss4j v1.5 , v1.1 , v 1.0 and they all lead to > compilation errors - the first of which is > > [javac] Compiling 19 source files to > C:\axis2\modules\rahas\target\classes > [javac] > C:\axis2\modules\rahas\src\org\apache\rahas\impl\SAMLTokenIssuer.jav > a:36: cannot find symbol > [javac] symbol : class WSSecEncryptedKey > [javac] location: package org.apache.ws.security.message > [javac] import org.apache.ws.security.message.WSSecEncryptedKey; > > I suspect I need a recent build of WSS4J - But do not see any at http://www.ip97.com/apache.org/ws/wss4j/ > - the > last update is the v 1.5 jar date May 2006 > > Can someone point me to the appropriate wss4j jar that I need to use ? > > Mj > > ------=_Part_16683_970627.1163720200142 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
 
To successfully build top down I had to
 
1. extract the wss4j source code from the wss4j svn repository
 
2. Build it
 
3. rename the built jar file to wss4j-SNAPSHOT.jar
 
4. Place it in my local repository.
 
SHould/Can we put the updated wss4j in the central repository ? - so that every one does have to repeat this.
 
I can open a JIRA issue and attach the jar that I built. Perhaps one of the committers can add it to the repository.
 
Mj
 
On 11/16/06, Manoj Khangaonkar <khangaonkar@gmail.com > wrote:
Hi,
 
My top down build
 
maven -Dmaven.test.skip
 
blows up in rahas.
 
The first problem I hit was that maven tried to download WSS4j-SNAPSHOT.jar
 
because the project.properties has the line
 
wss4j.version=SNAPSHOT
 
The maven repository only has wss4j-1.5.0.jar.
 
I tried downloading wss4j v1.5 , v1.1 , v 1.0 and they all lead to compilation errors - the first of which is
 
    [javac] Compiling 19 source files to C:\axis2\modules\rahas\target\classes
    [javac] C:\axis2\modules\rahas\src\org\apache\rahas\impl\SAMLTokenIssuer.jav
a:36: cannot find symbol
    [javac] symbol  : class WSSecEncryptedKey
    [javac] location: package org.apache.ws.security.message
    [javac] import org.apache.ws.security.message.WSSecEncryptedKey;
 
I suspect I need a recent build of WSS4J - But do not see any at http://www.ip97.com/apache.org/ws/wss4j/  - the
last update is the v 1.5 jar date May 2006
 
Can someone point me to the appropriate wss4j jar that I need to use ?
 
Mj
 

------=_Part_16683_970627.1163720200142--