RELEASE-NOTES-1.0.txt

2006-01-05 Thread Ken Perl
Is the slash after the word deploy in the file RELEASE-NOTES-1.0.txt intended? * Hot Deploy by copying your deployment artifact to the deploy/ directory -- perl -e 'print unpack(u,62V5N\FME;G\!EFQ`9VUA:6PN8V]M\[EMAIL PROTECTED] )'

Re: ANNOUNCE Geronimo Version 1.0 Available for Download

2006-01-05 Thread Ken Perl
really good news, but the release notes link is broken. On 1/6/06, Christopher Chan [EMAIL PROTECTED] wrote: Congrats and nice work to all!! -Original Message- From: Matt Hogstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 6:18 PM To: dev@geronimo.apache.org;

Re: Fatal error while building j2ee-installer (izpack)

2005-12-30 Thread Ken Perl
Is the fix checked in? On 12/28/05, Sachin Patel [EMAIL PROTECTED] wrote: Try... Index: plugins/geronimo-izpack-plugin/plugin.properties === --- plugins/geronimo-izpack-plugin/plugin.properties(revision 358629) +++

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-30 Thread Ken Perl
It is http://issues.apache.org/jira/browse/GERONIMO-1406 On 12/30/05, Jacek Laskowski [EMAIL PROTECTED] wrote: 2005/12/30, Ken Perl [EMAIL PROTECTED]: Thanks all, maven m:rebuild-all fix the issue, and the build is success now, the file BUILDING.txt is a little old then because To build

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-29 Thread Ken Perl
Thanks all, maven m:rebuild-all fix the issue, and the build is success now, the file BUILDING.txt is a little old then because To build and run the server, change into the assembly directory and type: $ cd modules/assembly $ maven $ cd target/geronimo-1.0-SNAPSHOT

Re: Unrecognized argument: --quiet during openejb integration tests

2005-12-28 Thread Ken Perl
source from - https://svn.apache.org/repos/asf/geronimo/branches/1.0 and for OpenEJB 2.0 from - cvs -d:pserver:[EMAIL PROTECTED]:/scm/openejb co -r v2_0 openejb -Donald Ken Perl wrote: + | Executing default OpenEJB :: Integration Tests

Unrecognized argument: --quiet during openejb integration tests

2005-12-27 Thread Ken Perl
+ | Executing default OpenEJB :: Integration Tests | Memory: 26M/43M + DEPRECATED: the default goal should be specified in the build section of project.xml instead of maven.xml DEPRECATED: the default goal should be

Re: console build error

2005-12-22 Thread Ken Perl
Thanks, Paul, re-download and re-build is success. Does the maven check the md5sum after a downloading? On 12/23/05, Paul McMahan [EMAIL PROTECTED] wrote: Ken, the error you are seeing is strange because I see where maven downloads the correct version of ant:

console build error

2005-12-21 Thread Ken Perl
Hi, Can anyone give me some suggestion on the error? + | Executing default Geronimo :: Console :: Portal Framework | Memory: 38M/58M + Attempting to download ant-1.6.5.jar. 912K downloaded default: build:end:

Re: maven question

2005-12-05 Thread Ken Perl
builds from the directory of the module that needs that and then try your entire offline build again. Aaron On 12/4/05, Ken Perl [EMAIL PROTECTED] wrote: If the jar is used by multi-module such as geronimo-kernel, it will be downloaded at the first time if it is not in the local

Re: Who wants to write POP and IMAP transports?

2005-12-05 Thread Ken Perl
Talk with the owner who writes the good GPL java-mail client, let him check the license, I think most guys don't understand the freedom of Apache License. On 12/5/05, Rick McGuire [EMAIL PROTECTED] wrote: Rajith Attapattu wrote: I will wait for the breakdown from Bruce and let you guys know on

IntelliJ JDK path

2005-11-30 Thread Ken Perl
Hi, I build a IntelliJ project by using maven -o m:intellij and can open the project in the IDE, the problem is I can't set the classpath or use system's JDK for a module, while this could be done in a new project, so I guess this is not IntelliJ 's issue. The result is many java symbols can't be

Re: IntelliJ JDK path

2005-11-30 Thread Ken Perl
email you one if you like. Jeff -Original Message- From: Ken Perl [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 7:37 PM To: dev@geronimo.apache.org Subject: IntelliJ JDK path Hi, I build a IntelliJ project by using maven -o m:intellij and can open

JDEE or others?

2005-11-27 Thread Ken Perl
Hi, I am looking forward of a suggestion. what tools the developers here are using? JDEE or others? -- perl -e 'print unpack(u,62V5N\FME;G\!EFQ`9VUA:6PN8V]M\[EMAIL PROTECTED] )'

Re: Geronimo M5 documentation - LDAP

2005-11-09 Thread Ken Perl
Is the option's value of the initialContextFactory fixed to all other JVM vendors? initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory On 11/10/05, Hernan Cunico [EMAIL PROTECTED] wrote: Hi all, I updated the LDAP section (in the confluence site) with a sample application (based on JIRA