Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread David Jencks
We might need to watch out for windows path length problems as a result of this change -- they were the reason for the former peculiar name. thanks david jencks On Mar 19, 2007, at 6:35 PM, [EMAIL PROTECTED] wrote: Author: jdillon Date: Mon Mar 19 15:35:23 2007 New Revision: 520132 URL:

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Jason Dillon
If there is an issue, I would rather look into fixing the cause not pollute the name. Why exactly would the name of this artifact cause path issues for windows? --jason On Mar 20, 2007, at 5:20 AM, David Jencks wrote: We might need to watch out for windows path length problems as a

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Paul McMahan
It's been a while but as I recall the module name was shortened because after being deployed into the repository the path name to some of its resources exceeded the maximum path length on windows. Best wishes, Paul On 3/20/07, Jason Dillon [EMAIL PROTECTED] wrote: If there is an issue, I would

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Jason Dillon
Do you know specifically when this happens? Is this because of including it in the car, and since cars are unpacked in the repo that it makes a horribly long path? --jason On Mar 20, 2007, at 2:17 PM, Paul McMahan wrote: It's been a while but as I recall the module name was shortened

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread David Jencks
On Mar 20, 2007, at 5:24 PM, Jason Dillon wrote: Do you know specifically when this happens? Is this because of including it in the car, and since cars are unpacked in the repo that it makes a horribly long path? dunno when, but that's the problem david jencks --jason On Mar 20,

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Paul McMahan
yes -- due to cars being unpacked in the repo. I think that the assembly would build ok but when G tried to start the component something threw a FileNotFoundException due to the path length restriction in windows. Best wishes, Paul On 3/20/07, Jason Dillon [EMAIL PROTECTED] wrote: Do you

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Jason Dillon
I think is high time that this problem was just fixed... we should not have cars unpacked in the repo. If an app needs its car unpacked, then it should be done on the fly in a temporary directory with a *much* shorter name. --jason On Mar 20, 2007, at 3:20 PM, Paul McMahan wrote: yes

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Anita Kulshreshtha
One of the places it happened was in daytrader config. The following path is 256 + 5: C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT\repository\org\apache\geronimo\daytrader\day trader-jetty-streamer-client\1.2-SNAPSHOT\daytrader-jetty-streamer-client-1.2-SNAPSHOT.car

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Jason Dillon
FYI, the size difference between ge-activemq-rar and geronimo- activemq-ra is 5 chars... are we really on such a slippery slop that 5 chars is going to kill us? If we are then there is something else which is seriously broken (besides windows stupid limitation that is). --jason On Mar

Re: svn commit: r520132 - in /geronimo/server/trunk: ./ applications/console/geronimo-console-standard/src/main/resources/ assemblies/geronimo-boilerplate-jee5/ configs/activemq/ maven-plugins/car-mav

2007-03-20 Thread Paul McMahan
Yes those were hard times my friend... 5 chars could buy you pack of twinkies and a warm blanket. On 3/20/07, Jason Dillon [EMAIL PROTECTED] wrote: FYI, the size difference between ge-activemq-rar and geronimo- activemq-ra is 5 chars... are we really on such a slippery slop that 5 chars is