Re: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-08 Thread Mladen Turk
Dimitris Andreadis wrote: > This will be in the distro when the 4.0.4.GA comes out. We don't have a > downloable snapshot available, Why? I mean, the QA makes a build each day. What is the problem to make a snapshot when all the builds are done? The snapshot does not need to be uploaded to the so

RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-08 Thread Dimitris Andreadis
Scott M Stark; Jason T. Greene; > jboss-development@lists.sourceforge.net; QA > Subject: Re: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?) > > Dimitris Andreadis wrote: > > Scott already changed this, and it'll work if you unzip > with a native > > tool

Re: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-08 Thread Mladen Turk
Dimitris Andreadis wrote: Scott already changed this, and it'll work if you unzip with a native tool (not jdk's jar utility). Right, but since we are using the official distro from the sourceforge, it's still packed without those attributes thought. Do we have some 'current' package download

RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-08 Thread Dimitris Andreadis
Subject: Re: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?) > > Scott M Stark wrote: > > Using the ant zipfile filemode attribute does solve the > problem when > > using native zip tools like unzip: > > > > OK. Does it mean we can rely that the next .

Re: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-08 Thread Mladen Turk
Scott M Stark wrote: Using the ant zipfile filemode attribute does solve the problem when using native zip tools like unzip: OK. Does it mean we can rely that the next .zip will have contain the filemode attributes set? In that case, we can remove the additional +x task for those files when b

RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-06 Thread Scott M Stark
Using the ant zipfile filemode attribute does solve the problem when using native zip tools like unzip: [EMAIL PROTECTED] dist]$ unzip jboss-4.0.4.GA.zip [EMAIL PROTECTED] bin]$ ls -l total 172 -rwxr-xr-x1 starksm starksm 3539 May 6 12:12 classpath.sh* -rwxr-xr-x1 starksm starksm

RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-05 Thread Scott M Stark
- From: Jason T. Greene Sent: Friday, May 05, 2006 8:07 AM To: jboss-development@lists.sourceforge.net; Mladen Turk Cc: Scott M Stark; QA Subject: RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?) In order for the ant zip task to use file modes, you have to use zipfileset http://ant.

RE: [JBoss-dev] RE: FW: 4.0.4.CR2 distribution (.zip only?)

2006-05-05 Thread Jason T. Greene
In order for the ant zip task to use file modes, you have to use zipfileset http://ant.apache.org/manual/CoreTypes/zipfileset.html -Jason > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss- > [EMAIL PROTECTED] On Behalf Of Dimitris Andreadis > Sent: Friday, May 05, 2006 7:30 AM