We don’t have a rule for .deployer content being binary by default. The cvswrappers has no setting like it does for .jar, .zip, .sar, etc. I have added it.

 


From: Dimitris Andreadis
Sent: Friday, May 05, 2006 5:54 AM
To: Scott M Stark; 'jboss-development@lists.sourceforge.net'; Ruel Loehr
Subject: RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

 

I've seen lately a few file additions with wrong -kk or -kb flags. Is that an eclipse setup thing, maybe?

 


From: Scott M Stark
Sent: 05 May, 2006 15:51
To: jboss-development@lists.sourceforge.net; Dimitris Andreadis; Ruel Loehr
Subject: RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

The problem is that the deployer contents are not being marked as binary and are being pulled from cvs with invalid translations. I can’s unzip these from the bin dir to use in the installer either:

 

[EMAIL PROTECTED] jems-installer]$ jar -tf ../thirdparty/jboss/aop/bin/jboss-aop-j

dk50.deployer

base-aop.xml

java.util.zip.ZipException: invalid entry size (expected 903352 but got 903341 bytes)

        at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)

        at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)

        at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)

        at sun.tools.jar.Main.list(Main.java:743)

        at sun.tools.jar.Main.run(Main.java:191)

        at sun.tools.jar.Main.main(Main.java:903)

 

These need to be readded with –kb to mark them as binary.

 

Reply via email to