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.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kabir Khan
Sent: Friday, May 05, 2006 3:32 AM
To: Dimitris Andreadis; Ruel Loehr
Cc: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

 

Yes,

 

The fix of putting them to lib here, caused problems my end.

 

<my-previous-mail>

Updating tasks.xml to use "lib" gives me the following error.

compile-classes:

[mkdir] Created dir: C:\cygwin\home\Kabir\cvs\jboss-4.0\console\output\classes

[javac] Compiling 97 source files to C:\cygwin\home\Kabir\cvs\jboss-4.0\console\output\classes

error: error reading C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\lib\jboss-aop-jdk50.deployer; invalid END header (bad central directory offset)

I'm trying to add the files to jboss/aop/1.5.0-snapshot/bin instead (waiting for it to do sync) and will try again with the original tasks.xml.

</my-previous-mail>

It could be due to the appalling connection in  my hotel though.


From: Dimitris Andreadis
Sent: Fri 5/5/06 05:06
To: Kabir Khan; Ruel Loehr
Cc: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

So Ruel fixed it, but Kabir reverted to puting them to bin ???

 

 

------------------------------------------------------------

Kabir

I added the .deployer files to jboss/aop/1.5.0-snapshot/bin, and put tasks.xml back to the way it was, i.e.

<artifacttype type="deployer" outputtype="lib"/>

This works here

 

I’ve committed in the fix.

 

Ruel Loehr

JBoss QA

 

 

Reply via email to