You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by argyn <ar...@cox.net> on 2006/04/23 00:28:32 UTC

how to get the latest stable build?

hello

i'm totally new to Geronimo source code base. i'd like to play with 
org/apache/geronimo/security/jacc package.

for that i need to checkout the latest stable code. how?

thanks in advance
argyn


Re: Triplesec JACC Provider

Posted by David Jencks <da...@yahoo.com>.
Thanks for the ping!  I'm also kinda buried but would love to get the  
triplesec stuff working ASAP.  I'm subscribed to the directory list  
now so should see when it gets imported.

thanks
david jencks

On Oct 26, 2006, at 6:44 PM, Alex Karasulu wrote:

> D. Jencks,
>
> Sorry for not contacting you sooner but I'm getting buried with  
> things to do lately.  Although I've cleared all the IP for the  
> Triplesec import I still have significant work remaining to  
> actually complete the import.
>
> I just wanted to give you some status on where I am in case you're  
> wondering what happened.  I'm still very interested in starting on  
> this JACC provider.  Perhaps things will clear up within the next  
> week or too.
>
> Regards,
> Alex


Triplesec JACC Provider

Posted by Alex Karasulu <ao...@bellsouth.net>.
D. Jencks,

Sorry for not contacting you sooner but I'm getting buried with things 
to do lately.  Although I've cleared all the IP for the Triplesec import 
I still have significant work remaining to actually complete the import.

I just wanted to give you some status on where I am in case you're 
wondering what happened.  I'm still very interested in starting on this 
JACC provider.  Perhaps things will clear up within the next week or too.

Regards,
Alex

Re: where's JACC provider implementation?

Posted by David Jencks <da...@yahoo.com>.
My apologies for the extremely late response, this appears to have  
been sent when my mail wasn't really working.  On the other hand in  
April JACC wasn't pluggable and it is now :-) (almost completely, I  
hope)

The default Geronimo JACC provider is in  
org.apache.geronimo.security.jacc in the  
GeronimoPolicyConfigurationFactory and PolicyConfigurationGeneric  
classes.  I suspect we should move these into a different package to  
make it clear they are the JACC provider rather than the  
infrastructure geronimo provides.  If you want to configure the JACC  
implementation with non-spec information from geronimo plans you will  
also need to write a builder similar to the  
o.a.g.security.deployment.GeronimoSecurityBuilderImpl that reads info  
from its own xml namespace.   If the non-spec information is intended  
to come from a different source (not geronimo plans) you won't need  
one of these builders.

I recently set up a skeleton example of how a JACC provider could be  
plugged in, http://www.nabble.com/TripleSec-Geronimo-integration- 
tf2444664.html#a6815690

It would be great to get another working JACC implementation  
installed, so if you have any questions how to proceed please ask!

thanks
david jencks


On Apr 22, 2006, at 3:44 PM, argyn wrote:

> i started looking into code in org.apache.geronimo.security.jacc  
> <http://geronimo.apache.org/api/org/apache/geronimo/security/jacc/ 
> package-summary.html> package. basically, i want to figure out how  
> to plug the custom JACC provider into Geronimo, so i need to look  
> at the existing ones. where's your default jacc provider?
>
> thanks,
> argyn
>


Re: where's JACC provider implementation?

Posted by Jeff Genender <jg...@savoirtech.com>.
Look under the security module.

argyn wrote:
> i started looking into code in org.apache.geronimo.security.jacc 
> <http://geronimo.apache.org/api/org/apache/geronimo/security/jacc/package-summary.html> 
> package. basically, i want to figure out how to plug the custom JACC 
> provider into Geronimo, so i need to look at the existing ones. where's 
> your default jacc provider?
> 
> thanks,
> argyn

where's JACC provider implementation?

Posted by argyn <ar...@cox.net>.
i started looking into code in org.apache.geronimo.security.jacc 
<http://geronimo.apache.org/api/org/apache/geronimo/security/jacc/package-summary.html> 
package. basically, i want to figure out how to plug the custom JACC 
provider into Geronimo, so i need to look at the existing ones. where's 
your default jacc provider?

thanks,
argyn


Re: build failure

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
It means Maven was unable to download one of the dependency JARs.  You
can try manually downloading that one and placing it into your local
Maven repository, or just run the build (or that one module's build)
again and hope the download works the second time.

Thanks,
    Aaron

On 4/23/06, argyn <ar...@cox.net> wrote:
> i built with "maven new" and got this:
> =============
> ...
>
> Attempting to download axis-1.4-SNAPSHOT.jar.
> Error retrieving artifact from
> [http://cvs.apache.org/repository/axis/jars/axis-1.4-SNAPSHOT.jar]: j
> ava.net.ConnectException: Connection timed out: connect
> Artifact /axis/jars/axis-1.4-SNAPSHOT.jar doesn't exists in remote
> repository, but it exists locally
>
> BUILD FAILED
> File...... L:\work\geronimo\geronimo\maven.xml
> Element... maven:reactor
> Line...... 222
> Column.... 148
> The build cannot continue because of the following unsatisfied dependency:
>
> geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar
>
> Total time: 43 minutes 5 seconds
> Finished at: Sun Apr 23 17:22:54 EDT 2006
> =============
>
> what does it mean?
>
> argyn
>
>

build failure

Posted by argyn <ar...@cox.net>.
i built with "maven new" and got this:
=============
...

Attempting to download axis-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://cvs.apache.org/repository/axis/jars/axis-1.4-SNAPSHOT.jar]: j
ava.net.ConnectException: Connection timed out: connect
Artifact /axis/jars/axis-1.4-SNAPSHOT.jar doesn't exists in remote 
repository, but it exists locally

BUILD FAILED
File...... L:\work\geronimo\geronimo\maven.xml
Element... maven:reactor
Line...... 222
Column.... 148
The build cannot continue because of the following unsatisfied dependency:

geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar

Total time: 43 minutes 5 seconds
Finished at: Sun Apr 23 17:22:54 EDT 2006
=============

what does it mean?

argyn


Re: building.txt steps

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
I guess that's a bit out of date.

You should run "maven new" (or "maven -o new" if you have all the
dependencies downloaded already).

Thanks,
    Aaron

On 4/23/06, argyn <ar...@cox.net> wrote:
> in the building.txt doc, it says that "maven" command would build
> everything. then there's a list of 4 steps.
>
> if simply build with "maven", do i really need to follow the additional
> 4 steps?
>
> the reason i'm asking is that the codument says that to run the server
> i've to
> =====
>       $> cd assemblies/j2ee-tomcat-server/target/geronimo-1.2-SNAPSHOT
>
> and finally execute the following command:
>
>       $> java -jar bin/server.jar
> =====
>
> but i dont have the "target" directory after executing "maven" command.
> i'm a bit confused, sorry
>
> argyn
>
>

building.txt steps

Posted by argyn <ar...@cox.net>.
in the building.txt doc, it says that "maven" command would build 
everything. then there's a list of 4 steps.

if simply build with "maven", do i really need to follow the additional 
4 steps?

the reason i'm asking is that the codument says that to run the server 
i've to
=====
      $> cd assemblies/j2ee-tomcat-server/target/geronimo-1.2-SNAPSHOT

and finally execute the following command:

      $> java -jar bin/server.jar
=====

but i dont have the "target" directory after executing "maven" command. 
i'm a bit confused, sorry

argyn


Re: how to get the latest stable build?

Posted by argyn <ar...@cox.net>.
Jeff Genender wrote:

> All depends on the ibiblio speed when doing an online build.
>
> If you have all of the jars already downloaded and have done a recent 
> online build, you can convert to an offline build.
>
> My offline build on my Powerbook G4 1.67Ghz 2G mem takes about 15-20 
> minutes.
>
> You do an offline with the "-o" parameter...
>
> maven -o new
>
> argyn wrote:
>
>> Jeff Genender wrote:
>>
>>> m2 is not ready yet.  Do a:
>>>
>>> maven m:co
>>>
>>> then a
>>>
>>> maven new
>>>
>>
>> how much time it takes to build clean on your machines? i was able to 
>> build yesterday. today it's been more than 2 hours and still in 
>> progress.
>>
>> thanks,
>> argyn
>
>
>
thank you for help.  i'll probably wait until it builds with "maven" 
command, then try "-o" option in future.

thanks,
argyn


Re: how to get the latest stable build?

Posted by Jeff Genender <jg...@savoirtech.com>.
All depends on the ibiblio speed when doing an online build.

If you have all of the jars already downloaded and have done a recent 
online build, you can convert to an offline build.

My offline build on my Powerbook G4 1.67Ghz 2G mem takes about 15-20 
minutes.

You do an offline with the "-o" parameter...

maven -o new

argyn wrote:
> Jeff Genender wrote:
> 
>> m2 is not ready yet.  Do a:
>>
>> maven m:co
>>
>> then a
>>
>> maven new
>>
> 
> how much time it takes to build clean on your machines? i was able to 
> build yesterday. today it's been more than 2 hours and still in progress.
> 
> thanks,
> argyn

Re: how to get the latest stable build?

Posted by argyn <ar...@cox.net>.
Jeff Genender wrote:

> m2 is not ready yet.  Do a:
>
> maven m:co
>
> then a
>
> maven new
>

how much time it takes to build clean on your machines? i was able to 
build yesterday. today it's been more than 2 hours and still in progress.

thanks,
argyn


Re: how to get the latest stable build?

Posted by Jeff Genender <jg...@apache.org>.
m2 is not ready yet.  Do a:

maven m:co

then a

maven new

argyn wrote:
> David Jencks wrote:
> 
>>
>> On Apr 22, 2006, at 3:49 PM, argyn wrote:
>>
>>> I thought someone (david jencks?) mentioned 1.2 branch. is it  trunc? 
>>> if it's not stable, then do you have a "less unstable" tag  there for 
>>> me to download?
>>
>>
>> You should look at 1.2 (==trunk) as it has the half of jacc  
>> plugability that I've had a chance to implement.
>>
>> svn co https://svn.apache.org/repos/asf/geronimo/trunk
>>
>> thanks
>> david jencks
> 
> i co'd trunk, and am trying to build and run it.
> it seems that there's not much info on building with maven2.
> 
> thanks,
> argyn

Re: how to get the latest stable build?

Posted by argyn <ar...@cox.net>.
David Jencks wrote:

>
> On Apr 22, 2006, at 3:49 PM, argyn wrote:
>
>> I thought someone (david jencks?) mentioned 1.2 branch. is it  trunc? 
>> if it's not stable, then do you have a "less unstable" tag  there for 
>> me to download?
>
>
> You should look at 1.2 (==trunk) as it has the half of jacc  
> plugability that I've had a chance to implement.
>
> svn co https://svn.apache.org/repos/asf/geronimo/trunk
>
> thanks
> david jencks

i co'd trunk, and am trying to build and run it.
it seems that there's not much info on building with maven2.

thanks,
argyn


Re: how to get the latest stable build?

Posted by David Jencks <da...@yahoo.com>.
On Apr 22, 2006, at 3:49 PM, argyn wrote:

> I thought someone (david jencks?) mentioned 1.2 branch. is it  
> trunc? if it's not stable, then do you have a "less unstable" tag  
> there for me to download?

You should look at 1.2 (==trunk) as it has the half of jacc  
plugability that I've had a chance to implement.

svn co https://svn.apache.org/repos/asf/geronimo/trunk

thanks
david jencks

>
> thanks
> argyn
>
> Aaron Mulder wrote:
>
>> You can try:
>>
>> svn co https://svn.apache.org/repos/asf/geronimo/branches/1.1/
>>
>> It's not quite "stable" yet but it's quickly moving in that  
>> direction.
>> The 1.0 branch is more stable but will be obsolete shortly, so I'd
>> recommend 1.1.
>>
>> Thanks,
>>    Aaron
>>
>> On 4/22/06, argyn <ar...@cox.net> wrote:
>>
>>> hello
>>>
>>> i'm totally new to Geronimo source code base. i'd like to play with
>>> org/apache/geronimo/security/jacc package.
>>>
>>> for that i need to checkout the latest stable code. how?
>>>
>>> thanks in advance
>>> argyn
>>>
>>>
>>>
>>
>>
>>
>
>


Re: how to get the latest stable build?

Posted by argyn <ar...@cox.net>.
I thought someone (david jencks?) mentioned 1.2 branch. is it trunc? if 
it's not stable, then do you have a "less unstable" tag there for me to 
download?

thanks
argyn

Aaron Mulder wrote:

>You can try:
>
>svn co https://svn.apache.org/repos/asf/geronimo/branches/1.1/
>
>It's not quite "stable" yet but it's quickly moving in that direction.
> The 1.0 branch is more stable but will be obsolete shortly, so I'd
>recommend 1.1.
>
>Thanks,
>    Aaron
>
>On 4/22/06, argyn <ar...@cox.net> wrote:
>  
>
>>hello
>>
>>i'm totally new to Geronimo source code base. i'd like to play with
>>org/apache/geronimo/security/jacc package.
>>
>>for that i need to checkout the latest stable code. how?
>>
>>thanks in advance
>>argyn
>>
>>
>>    
>>
>
>
>  
>



Re: how to get the latest stable build?

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
You can try:

svn co https://svn.apache.org/repos/asf/geronimo/branches/1.1/

It's not quite "stable" yet but it's quickly moving in that direction.
 The 1.0 branch is more stable but will be obsolete shortly, so I'd
recommend 1.1.

Thanks,
    Aaron

On 4/22/06, argyn <ar...@cox.net> wrote:
> hello
>
> i'm totally new to Geronimo source code base. i'd like to play with
> org/apache/geronimo/security/jacc package.
>
> for that i need to checkout the latest stable code. how?
>
> thanks in advance
> argyn
>
>