[jira] Closed: (GSHELL-111) The cursor can not move to the provious line if the command is broken to multiple lines

2008-05-04 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-111. --- Resolution: Invalid > The cursor can not move to the provious line if the command is broken

[jira] Closed: (GERONIMO-3994) GShell command remote-control/server-control can not control the remote server

2008-05-04 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3994. -- Resolution: Fixed Fix Version/s: (was: 2.1.2) (was: 2.1.x

[jira] Assigned: (GERONIMO-3994) GShell command remote-control/server-control can not control the remote server

2008-05-04 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GERONIMO-3994: -- Assignee: Jason Dillon (was: Jason Warner) > GShell command remote-control/ser

Re: [BUILD] trunk: Failed for Revision: 653204

2008-05-04 Thread Jason Dillon
I think this is related to loggers not being static in some gbean instance data muck... --jason On May 4, 2008, at 9:32 PM, [EMAIL PROTECTED] wrote: Geronimo Revision: 653204 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/bina

Re: svn commit: r651912 - in /geronimo/server/trunk/framework/modules/geronimo-naming/src/main/java/org/apache/geronimo/gjndi: KernelContextGBean.java binding/GBeanBinding.java binding/GBeanFormatBind

2008-04-27 Thread Jason Dillon
Ya, I think so... I *ucked up when I did the conversion. Though using instance loggers does provide more ability to provide context specific logging muck, and is recommended by the SLF4J docs. But I'm finding some problem with GBean serialization... trying to track it down. IMO instance l

[jira] Updated: (GERONIMO-2475) Extend the scope of the condition expression to support plugins (maybe more)

2008-04-27 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-2475: --- Fix Version/s: 2.2 Assignee: (was: Jason Dillon) > Extend the scope of

[jira] Closed: (GERONIMO-2474) Pick the Jexl or Ognl parser for condition expression evaluation

2008-04-27 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-2474. -- Resolution: Fixed Fix Version/s: 2.2 Dropped OGNL support > Pick the Jexl or O

Re: [BUILD] trunk: Failed for Revision: 651174

2008-04-25 Thread Jason Dillon
Did something in openejb change recently? These tests were all passing while I was testing my SLF4J changes with `mvn -o` and then I did an online built and now they are failing because of: java.lang.NullPointerException: context or beanClass input parameter is null at org .apache.ope

[jira] Commented: (GERONIMO-3661) Optimize GShell libs for G server assemblies

2008-04-25 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592475#action_12592475 ] Jason Dillon commented on GERONIMO-3661: This is pending the GS

[jira] Commented: (GERONIMO-2474) Pick the Jexl or Ognl parser for condition expression evaluation

2008-04-25 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592474#action_12592474 ] Jason Dillon commented on GERONIMO-2474: I'm still leaning towords Je

[jira] Updated: (GERONIMO-3978) Unable to CTRL-C "start-server" process on Windows

2008-04-25 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-3978: --- Summary: Unable to CTRL-C "start-server" process on Windows (was: Problem whe

[jira] Closed: (GERONIMO-3985) Use SLF4J as the logging facade for Geronimo

2008-04-25 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3985. -- Resolution: Fixed Fix Version/s: 2.2 > Use SLF4J as the logging facade for Geron

Geronimo server/trunk is now using SLF4J

2008-04-25 Thread Jason Dillon
I've just committed my changes to used SLF4J as the primary logging facade for server/trunk. Commons logging should be completely gone now. For dependencies which use JCL, we are using the jcl104-over-slf4j adapter which provides the JCL API and tunnels it through SLF4J. I still need to

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
Shader.java: 104) at org.apache.maven.plugins.shade.mojo.ShadeMojo.execute(ShadeMojo.java: 285) ... 18 more Look familiar at all? On Fri, Apr 25, 2008 at 9:50 AM, Jason Dillon <[EMAIL PROTECTED]> wrote: No, I have not pulled in your changes yet. The repo is already defined in the par

Re: svn commit: r651601 - /geronimo/gshell/trunk/pom.xml

2008-04-25 Thread Jason Dillon
rrect values in the gshell parent pom. On Fri, Apr 25, 2008 at 3:56 PM, Jason Dillon <[EMAIL PROTECTED]> wrote: Kay, I understand... blame maven, thats what I do :-P --jason On Apr 25, 2008, at 8:50 PM, Guillaume Nodet wrote: Right, not sure why it failed the first time. I'll

Re: svn commit: r651601 - /geronimo/gshell/trunk/pom.xml

2008-04-25 Thread Jason Dillon
Kay, I understand... blame maven, thats what I do :-P --jason On Apr 25, 2008, at 8:50 PM, Guillaume Nodet wrote: Right, not sure why it failed the first time. I'll remove the repository from the pom. On Fri, Apr 25, 2008 at 3:44 PM, Jason Dillon <[EMAIL PROTECTED]> wrot

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
added the plugin repo ;-) On Fri, Apr 25, 2008 at 3:40 PM, Jason Dillon <[EMAIL PROTECTED]> wrote: They are available here (and have been for many days now): http://snapshots.repository.codehaus.org/org/codehaus/groovy/ maven/ The build seems to be happy from what I can tell... ch

Re: svn commit: r651601 - /geronimo/gshell/trunk/pom.xml

2008-04-25 Thread Jason Dillon
This is duplicate information which is picked up from genesis project- config. Please revert. --jason On Apr 25, 2008, at 8:28 PM, [EMAIL PROTECTED] wrote: Author: gnodet Date: Fri Apr 25 06:28:41 2008 New Revision: 651601 URL: http://svn.apache.org/viewvc?rev=651601&view=rev Log: Add repo

[jira] Commented: (GERONIMO-2401) Upgrade commons-logging to 1.1

2008-04-25 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592375#action_12592375 ] Jason Dillon commented on GERONIMO-2401: Ya, too late... the heavy liftin

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
They are available here (and have been for many days now): http://snapshots.repository.codehaus.org/org/codehaus/groovy/maven/ The build seems to be happy from what I can tell... chugging away, downloading things fine: Downloading: http://snapshots.repository.codehaus.org/org/codehaus/

Re: Platform scripts, cli tooling and GShell

2008-04-24 Thread Jason Dillon
Okay, I'll look at getting that sorted after I finish the SLF4J stuff. --jason On Apr 24, 2008, at 10:59 PM, David Jencks wrote: On Apr 24, 2008, at 1:19 AM, Jason Dillon wrote: Anyone know what the status of the GShell commands are for bin/ client and bin/deploy users? They'v

Re: SLF4J over Commons Logging

2008-04-24 Thread Jason Dillon
Took way too long at the airport, so punting commit until tomorrow when I'm awake again. --jason On Apr 24, 2008, at 5:18 AM, David Jencks wrote: +higher than I can count :-) thanks david jencks On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote: Yo yo... we've talked about t

Re: SLF4J over Commons Logging

2008-04-24 Thread Jason Dillon
with my latest changes... and I have to go pick up my mom at the airport, but I hope to get this committed later tonight :-) --jason On Apr 24, 2008, at 5:18 AM, David Jencks wrote: +higher than I can count :-) thanks david jencks On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote: Yo yo

Re: SLF4J over Commons Logging

2008-04-24 Thread Jason Dillon
And testing now :-) --jason On Apr 24, 2008, at 5:18 AM, David Jencks wrote: +higher than I can count :-) thanks david jencks On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote: Yo yo... we've talked about this before, though a while ago... but IMO its about time we drop Commons Lo

Re: SLF4J over Commons Logging

2008-04-24 Thread Jason Dillon
Almost done ;-) --jason On Apr 24, 2008, at 5:18 AM, David Jencks wrote: +higher than I can count :-) thanks david jencks On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote: Yo yo... we've talked about this before, though a while ago... but IMO its about time we drop Commons Logging l

Platform scripts, cli tooling and GShell

2008-04-24 Thread Jason Dillon
Anyone know what the status of the GShell commands are for bin/client and bin/deploy users? I think we need to clean up these scripts, so they all go through GShell, and drop the additional platform-specific script muck. Anyone know how well the GShell commands cover the functionality of

Re: svn commit: r650176 - in /geronimo/server/trunk: ./ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-boilerplate-minimal/src/main/assembly/ assemblies/geronimo-boilerplate-minimal/src/

2008-04-23 Thread Jason Dillon
On Apr 24, 2008, at 9:51 AM, Donald Woods wrote: Jason, could you explain this change a little. Does this mean trunk now uses a private build of ANT from the groovy project at Codehaus? Yes and no... it uses a patched Ant: https://svn.codehaus.org/groovy/gmaven/trunk/gmaven-support/ant-1

Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
Um, this is really where they belong those, since they are specific to Geronimo. But it should be possible to generate the resources w/o license details... but probably have to use the new archetype-ng stuff, which is on my list todo actually... --jason On Apr 24, 2008, at 5:23 AM, David

Re: Legal files in server/trunk, ianal & m-r-r-p

2008-04-23 Thread Jason Dillon
On Apr 24, 2008, at 5:17 AM, David Jencks wrote: THANKS!! I didn't quite understand. do we need to push on the rar and war plugins for new, more m-r-r-p friendly releases? Um, I think the EAR, RAR and WAR plugins all need some kinda updated to allow more flexible resource inclusion

Re: [DISCUSS] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
Barf... I'll see if I can make the ianal-maven-plugin check for this ASAP... --jason On Apr 24, 2008, at 4:04 AM, Kevan Miller wrote: On Apr 23, 2008, at 3:19 PM, Joe Bohn wrote: Discussion thread for the Geronimo 2.1.1 Release vote. We should make a habit of cc:'ing user list on rele

[jira] Closed: (GSHELL-110) Upgrade Mina to 1.1.7

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-110. --- Resolution: Fixed > Upgrade Mina to 1.1.7 > - > >

[jira] Created: (GSHELL-110) Upgrade Mina to 1.1.7

2008-04-23 Thread Jason Dillon (JIRA)
Reporter: Jason Dillon Assignee: Jason Dillon Fix For: 1.0-alpha-2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: [VOTE] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
BTW, I'm about to commit a cli-testsuite, depending on if I can muster enough steam tonight to make it reality... which should help test the command-line interfaces to Geronimo better... or at least a start in that direction. --jason On Apr 24, 2008, at 3:20 AM, Jarek Gawor wrote: -1. G

Re: [VOTE] Geronimo Server 2.1.1 Release

2008-04-23 Thread Jason Dillon
Barf, stupid gshell and its world of classes Sorry 'bout dat... hopefully I can make that file go away soon, or at least become so small that its not a problem anymore :-\ --jason On Apr 24, 2008, at 3:20 AM, Jarek Gawor wrote: -1. GShell does not start up because the gsh-classworlds.

SLF4J over Commons Logging

2008-04-23 Thread Jason Dillon
Yo yo... we've talked about this before, though a while ago... but IMO its about time we drop Commons Logging like a rock and move over to SLF4J. The API is mostly the same, though SLF4J has native support for things like: log.trace() And has additional varargs support for things lik

[jira] Closed: (GERONIMO-2401) Upgrade commons-logging to 1.1

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-2401. -- Resolution: Fixed Fix Version/s: (was: Wish List) 2.2 Going

[jira] Closed: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3986. -- Resolution: Fixed Fix Version/s: 2.2 > Upgrade SLF4J to 1.

[jira] Assigned: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GERONIMO-3986: -- Assignee: Jason Dillon > Upgrade SLF4J to 1.

[jira] Closed: (GERONIMO-3987) Upgrade Log4j to 1.2.15

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3987. -- Resolution: Fixed Fix Version/s: 2.2 > Upgrade Log4j to 1.2

[jira] Created: (GERONIMO-3987) Upgrade Log4j to 1.2.15

2008-04-23 Thread Jason Dillon (JIRA)
Dillon Assignee: Jason Dillon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (GERONIMO-3986) Upgrade SLF4J to 1.5.0

2008-04-23 Thread Jason Dillon (JIRA)
Upgrade SLF4J to 1.5.0 -- Key: GERONIMO-3986 URL: https://issues.apache.org/jira/browse/GERONIMO-3986 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Reporter: Jason

[jira] Created: (GERONIMO-3985) Use SLF4J as the logging facade for Geronimo

2008-04-23 Thread Jason Dillon (JIRA)
(Regular issues) Reporter: Jason Dillon Assignee: Jason Dillon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (GERONIMO-3978) Problem when Geronimo 2.1 server is started using "start-server"

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591761#action_12591761 ] Jason Dillon commented on GERONIMO-3978: This has something todo with J

[jira] Closed: (GERONIMO-2924) Upgrade to latest commons-io 1.3.1

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-2924. -- Resolution: Invalid Too old > Upgrade to latest commons-io 1.

[jira] Closed: (GERONIMO-3088) geroniom-activemq-ra's ra.xml is not kept in sync with the AMQ distribution

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3088. -- Resolution: Won't Fix Apparently not a problem... based on comments recently from DJ

Legal files in server/trunk, ianal & m-r-r-p

2008-04-23 Thread Jason Dillon
Folks, I've updated server/trunk to build with the latest maven-remote- resources-plugin, using v1.4 of the jar resources plugin, which I understand generates the right bits. I also moved the legal file checking bits out into a separate plugin, ianal-maven-plugin, hosted at the Mojo project,

Added profile support to geronimo/start-server (aka easy debug flags)

2008-04-23 Thread Jason Dillon
Nothing fancy here... but you can now: geronimo/start-server --profile debug which will flip on the standard debug flags. This is done via the etc/ rc.d script with: // If the debug profile was selected, then append some debugging flags if (command.profiles.contains('debug')) { command.jav

[jira] Closed: (GERONIMO-3651) gshell should make it dead simple to run geronimo with remote debugging

2008-04-23 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3651. -- Resolution: Fixed Fix Version/s: (was: 2.1.x) Done... finally :-\ Nothing fancy

ianal-maven-plugin

2008-04-23 Thread Jason Dillon
Folks, I've moved the bits of the tools-maven-plugin which we were using to verify legal files in project artifacts over to the mojo project under the ianal-maven-plugin. Testing that it works in server/trunk before I commit, but expect to see it there soon. This stuff is going to be veri

Re: [BUILD] trunk: Failed for Revision: 650855

2008-04-23 Thread Jason Dillon
Sorry, missed this one... --jason On Apr 23, 2008, at 9:01 PM, [EMAIL PROTECTED] wrote: Geronimo Revision: 650855 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080423/build-0900.log See the unit test reports

[jira] Closed: (GERONIMO-593) Make error handling in deployment plugin more user friendly

2008-04-22 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-593. - Resolution: Invalid Fix Version/s: (was: Wish List) Too old > Make error handl

[jira] Assigned: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-22 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GERONIMO-3973: -- Assignee: (was: Jason Dillon) Looks like this might be fixed, pending

[jira] Closed: (GERONIMO-3700) alias command fails

2008-04-22 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3700. -- Resolution: Fixed Geronimo-specific GShell alias commands dropped. > alias command fa

Re: yoko deps in repository module

2008-04-21 Thread Jason Dillon
So... should these be removed from the repository/pom.xml? --jason On Apr 22, 2008, at 4:04 AM, Rick McGuire wrote: Jason Dillon wrote: Why are there yoko deps listed in the repository module, but there are no artifacts for org/apache/yoko checked in there? Looks like it was just a missed

[jira] Created: (GERONIMO-3979) Update archetypes to use new archtype-ng configuration

2008-04-21 Thread Jason Dillon (JIRA)
Security Level: public (Regular issues) Components: buildsystem Reporter: Jason Dillon Assignee: Jason Dillon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (GERONIMO-3980) Replace maven-maven-plugin usage with shitty-maven-plugin

2008-04-21 Thread Jason Dillon (JIRA)
Security Level: public (Regular issues) Components: buildsystem Reporter: Jason Dillon Assignee: Jason Dillon -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

geronimo-deployment test failing on windows w/space in path

2008-04-21 Thread Jason Dillon
Anyone notice on windows, that geronimo-deployment tests fail when built from a path with a space? --- Test set: org.apache.geronimo.deployment.SingleFileHotDeployerTest

Why 2 versions of tomcat/catalina stuff in repository?

2008-04-21 Thread Jason Dillon
--jason

yoko deps in repository module

2008-04-21 Thread Jason Dillon
Why are there yoko deps listed in the repository module, but there are no artifacts for org/apache/yoko checked in there? 8< org.apache.yoko yoko-core org.apache.yoko yoko-rmi-impl org.apach

Re: svn commit: r600872 - in /geronimo/server/trunk: ./ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-boilerplate-minimal/src/main/assembly/ assemblies/geronimo-boilerplate-minimal/src/

2008-04-21 Thread Jason Dillon
Hey, what exactly does this remote-server-control command intend to solve? This got committed at the same time as your aliasing work... which sorry to say I'm about to nuke. I wish you had mentioned you wanted to work on alias stuff and I would have given you a nudge on how I was planning on impl

[jira] Commented: (GERONIMO-3700) alias command fails

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590985#action_12590985 ] Jason Dillon commented on GERONIMO-3700: I think I'm going to nuke

[jira] Closed: (GSHELL-109) GShell fails to retrieve the previous commands if the command is too long

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-109. --- Resolution: Invalid Fix Version/s: (was: 1.0-alpha-2) Based on its content, I do not

[jira] Closed: (GERONIMO-3424) Fatal error in geronimo-service-builder during copy-xmlbeans-schemas on windows

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3424. -- Resolution: Fixed Fix Version/s: 2.2 > Fatal error in geronimo-service-buil

[jira] Closed: (GERONIMO-3858) start-server.bat fails to start server if there is a space in the path

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3858. -- Resolution: Fixed Fix Version/s: 2.2 > start-server.bat fails to start server

[jira] Closed: (GERONIMO-3977) Use gmaven's ant 1.7.0 libraries which are compatible with Groovy and Windows

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3977. -- Resolution: Fixed > Use gmaven's ant 1.7.0 libraries which are compatible with Gr

[jira] Commented: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590933#action_12590933 ] Jason Dillon commented on GERONIMO-3410: The latest version (2.0-alp

[jira] Commented: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590909#action_12590909 ] Jason Dillon commented on GERONIMO-3973: Can you please post the full ou

[jira] Commented: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590908#action_12590908 ] Jason Dillon commented on GERONIMO-3973: This issue may depend on GERONIMO-

Re: What is the master-* cluster-* repository stuff?

2008-04-21 Thread Jason Dillon
On Apr 21, 2008, at 6:28 PM, Gianny Damour wrote: Hello Jason, These two folders are used by the farming feature. They are the MasterConfigurationStore and ClusterStore repositories respectively (see http://cwiki.apache.org/GMOxDOC21/farming.html for description of these two repos.) If

[jira] Created: (GERONIMO-3977) Use gmaven's ant 1.7.0 libraries which are compatible with Groovy and Windows

2008-04-21 Thread Jason Dillon (JIRA)
onimo Issue Type: Bug Security Level: public (Regular issues) Components: buildsystem Reporter: Jason Dillon Assignee: Jason Dillon Priority: Critical Fix For: 2.2 -- This message is automatically generated by JIRA. - Yo

[jira] Closed: (GERONIMO-2582) Update Commons Logging to Version 1.1

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-2582. -- Resolution: Duplicate > Update Commons Logging to Version

[jira] Closed: (GERONIMO-1277) Change group-id to org.apache.geronimo

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-1277. -- Resolution: Invalid Fix Version/s: (was: Verification Required) Too old

[jira] Closed: (GERONIMO-3961) Upgrade to use the latest Groovy 1.5.x release

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GERONIMO-3961. -- Resolution: Fixed Fix Version/s: (was: 2.1.x) > Upgrade to use the latest Gro

[jira] Commented: (GERONIMO-3961) Upgrade to use the latest Groovy 1.5.x release

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590887#action_12590887 ] Jason Dillon commented on GERONIMO-3961: I can't see wher

[jira] Updated: (GERONIMO-3961) Upgrade to use the latest Groovy 1.5.x release

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-3961: --- Summary: Upgrade to use the latest Groovy 1.5.x release (was: Upgrade GShell to use the

What is the master-* cluster-* repository stuff?

2008-04-21 Thread Jason Dillon
Seems very ugly to have these at the top-level... :-( --jason

[jira] Commented: (GSHELL-109) GShell fails to retrieve the previous commands if the command is too long

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590871#action_12590871 ] Jason Dillon commented on GSHELL-109: - For example, this is what you entered in

[jira] Commented: (GSHELL-109) GShell fails to retrieve the previous commands if the command is too long

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590870#action_12590870 ] Jason Dillon commented on GSHELL-109: - >From what it looks like you are pasti

[jira] Updated: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-3973: --- Description: Geronimo is install in directory: h:\geronimo server1\ {noformat} [EMAIL

[jira] Commented: (GERONIMO-3974) Shutdown exceptions even for a clean Geronimo

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590868#action_12590868 ] Jason Dillon commented on GERONIMO-3974: It would really be nice if you

[jira] Updated: (GERONIMO-3973) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GERONIMO-3973: --- Component/s: commands > Fail to assemble a server via gsh when Geronimo is installed i

[jira] Commented: (GSHELL-108) Fail to assemble a server via gsh when Geronimo is installed in a directory with white space

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590867#action_12590867 ] Jason Dillon commented on GSHELL-108: - This is not an issue for GSHELL, but

[jira] Commented: (GERONIMO-3961) Upgrade GShell to use the latest Groovy 1.5.x release

2008-04-21 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590866#action_12590866 ] Jason Dillon commented on GERONIMO-3961: I'm not actually sure tha

Re: svn commit: r649685 - /geronimo/server/trunk/pom.xml

2008-04-19 Thread Jason Dillon
This is not a valid pom configuration... have not looked at the branches, but this certainly won't work. I'm going to fix this one, but you should check that other poms you've updated with this change actually *build* ;-) --jason On Sat, Apr 19, 2008 at 3:34 AM, <[EMAIL PROTECTED]> wrote: > Au

Fwd: Cron <[EMAIL PROTECTED]> /home/jdillon/ws/site/bin/sync

2008-04-18 Thread Jason Dillon
Getting a fairly constant spam from the website sync script... --jason Begin forwarded message: From: [EMAIL PROTECTED] (Cron Daemon) Date: April 18, 2008 7:19:18 PM GMT+07:00 To: [EMAIL PROTECTED] Subject: Cron <[EMAIL PROTECTED]> /home/jdillon/ws/site/bin/sync chmod: /www/geronimo.apache.

[jira] Assigned: (GERONIMO-3961) Upgrade GShell to use the latest Groovy 1.5.x release

2008-04-17 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GERONIMO-3961: -- Assignee: Jason Dillon > Upgrade GShell to use the latest Groovy 1.5.x rele

Re: Updating svn:ignore lists

2008-04-10 Thread Jason Dillon
Configure your local svn ignores in ~/.subversion/config under the 'global-ignores' property. --jason On Apr 11, 2008, at 12:47 AM, Vasily Zakharov wrote: Well, I'm using TortoiseSVN and it always considers those files to be added to the repository when I'm going to create a patch. This obs

Re: Heads-up - GBeanInfo via annotations

2008-03-30 Thread Jason Dillon
Looks cool. Only question I have is why the "G" prefix on annotations other than GBean? --jason On Mar 30, 2008, at 2:55 PM, Gianny Damour <[EMAIL PROTECTED] > wrote: Hi, I am working on the declaration of GBeanInfo via annotations. This is an example GBean with all the possible annotat

Re: svn commit: r641813 - in /geronimo/server/branches/2.1: assemblies/geronimo-boilerplate-minimal/src/main/underlay/ assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/ buildsupport/geron

2008-03-27 Thread Jason Dillon
missing it. Also, just noticed today that the gsh scripts don't use the setenv/ setjavaenv support that geronimo/client scripts use, so I'll be looking to add that next, so all of the scripts use the same starting environment settings.... -Donald Jason Dillon wrote: Wha

Re: svn commit: r641813 - in /geronimo/server/branches/2.1: assemblies/geronimo-boilerplate-minimal/src/main/underlay/ assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/ buildsupport/geron

2008-03-27 Thread Jason Dillon
eally want to do that... as it add more platform specific muck to the scripts. It is more desirable to have users configure GShell (ala the rc.d bits) to set up any environment specific bits. --jason -Donald Jason Dillon wrote: What is this change for? Modified: geronimo/server/br

Re: svn commit: r641813 - in /geronimo/server/branches/2.1: assemblies/geronimo-boilerplate-minimal/src/main/underlay/ assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/ buildsupport/geron

2008-03-27 Thread Jason Dillon
What is this change for? Modified: geronimo/server/branches/2.1/assemblies/geronimo- boilerplate-minimal/src/main/underlay/bin/gsh.bat URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/gsh.bat?rev=641813&r1=641812&r2=64

Genesis 1.x branch and Genesis 2.x

2008-03-27 Thread Jason Dillon
FYI, I've made a branch for Genesis 1.x work so that I can work on Genesis 2.x in trunk. The branch is here: https://svn.apache.org/repos/asf/geronimo/genesis/branches/genesis-1.x/ --jason

[jira] Commented: (GSHELL-107) Make IO an interface instead of a class

2008-03-27 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582558#action_12582558 ] Jason Dillon commented on GSHELL-107: - Why do you want to override these? >

[jira] Updated: (GSHELL-89) Install thread specific System.out and System.err adapters

2008-03-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GSHELL-89: --- Component/s: Core > Install thread specific System.out and System.err adapt

[jira] Assigned: (GSHELL-89) Install thread specific System.out and System.err adapters

2008-03-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GSHELL-89: -- Assignee: Jason Dillon > Install thread specific System.out and System.err adapt

[jira] Updated: (GSHELL-101) Implement command context

2008-03-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GSHELL-101: Component/s: (was: Support - CLP) Core Fix Version/s: (was: 1.0

[jira] Assigned: (GSHELL-101) Implement command context

2008-03-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon reassigned GSHELL-101: --- Assignee: Jason Dillon (was: Jason Warner) > Implement command cont

Re: ActiveMQ 4.1.2? 4.2? ActiveIO 3.1? releases

2008-03-25 Thread Jason Dillon
When is G gonna upgrade to AMQ 5? --jason On Mar 26, 2008, at 12:28 PM, David Jencks wrote: On Mar 25, 2008, at 7:41 PM, Donald Woods wrote: Yep, I'd like to see those fixes in 2.1.1, but maybe an ActiveMQ 4.1.2 release that still supports Java 1.4 for existing stand-alone ActiveMQ user

GShell updates

2008-03-25 Thread Jason Dillon
Folks, over the next few days I'm going to be checking in some changes to GShell to move towards using the Maven Artifact library to pull down dependencies,. Have to redo some of the internal plumbing to make that work, so I might break gshell/trunk from time to time, though I'll try to av

Re: [jira] Created: (GSHELL-106) Problem when Geronimo 2.1 server is started using "start-server"

2008-03-20 Thread Jason Dillon
Reporter: Vamsavardhana Reddy Assignee: Jason Dillon On Windows XP, if I start a Geronimo Tomcat 2.1 server using bin \start-server from a command prompt, I am noticing that the server can not be shutdown using Control+C. So, I am using Admin Console to shutdown the server. But it

<    1   2   3   4   5   6   7   8   9   10   >