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.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ruel Loehr
> Sent: 04 May 2006 21:23
> To: jboss-development@lists.sourceforge.net
> Subject: RE: Repository confusion WAS RE: [JBoss-dev] Can we 
> add the aop deployers to the aop binary release
> 
> Kabir,
> 
> Take a look at the file /tools/etc/jbossbuild/tasks.xml
> 
> Grep it for the word deployer.  Basically, we associate file 
> types with an output type.  This mapping is used to determine 
> where it looks for
> things in the repository.   In the current version of this file the
> outputtype for deployer is "lib" but in earlier versions it was "bin".
> Make sure this file is uptodate. 
> 
> <artifacttype type="deployer" outputtype="lib"/>
> 
> I'll try to replicate the issue locally.
> 
> 
> Ruel Loehr
> JBoss QA
>  
> -----------------------------
> 512-342-7840 ext 2011
> Yahoo: ruelloehr
> Skype: ruelloehr
> AOL: dokoruel
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Kabir Khan
> Sent: Thursday, May 04, 2006 3:07 PM
> To: jboss-development@lists.sourceforge.net
> Subject: Repository confusion WAS RE: [JBoss-dev] Can we add 
> the aop deployers to the aop binary release
> 
> I added the following files to the repostitory under 
> jboss/aop/1.5.0-snapshot/lib
>    jboss-aop-jdk50.deployer
>    jboss-aop.deployer
>    jboss-aspect-jdk50-client.jar   
> 
> and added these files to the component-info.xml.
> 
> I've touched my local build/build-thirdparty.xml, deleted my 
> thirdparty/jboss/aop folder and am running a build clean.
> 
> When getting files that were there before this change it works fine:
> 
> [code]
> synchronize.jboss/aop.jrockit-pluggable-instrumentor.jar:
>       [get] Getting:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/lib/jrock
> it-pluggab
> le-i
> nstrumentor.jar
>       [get] To:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\lib\jr
> ockit-plug
> gabl
> e-instrumentor.jar
>       [get] local file date : Mon Apr 24 19:10:38 BST 2006
>       [get] Not modified - so not downloaded
> 
> synchronize.jboss/aop.common-softvaluehashmap.jar:
>       [get] Getting:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/lib/commo
> n-softvalu
> ehas
> hmap.jar
>       [get] To:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\lib\co
> mmon-softv
> alue
> hashmap.jar
>       [get] local file date : Mon Apr 24 12:10:08 BST 2006
>       [get] Not modified - so not downloaded [/code] but when 
> getting the newly added files, I get:
> 
> [code]
> synchronize.jboss/aop.jboss-aop-jdk50.deployer:
>       [get] Getting:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer
>       [get] To:
> C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\bin\jb
> oss-aop-jd
> k50.
> deployer
>       [get] Error opening connection java.io.FileNotFoundException:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer
>       [get] Error opening connection java.io.FileNotFoundException:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer
>       [get] Error opening connection java.io.FileNotFoundException:
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer
>       [get] Can't get
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer to
> C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\bin\jb
> oss-aop-jd
> k50.
> deployer
> 
> BUILD FAILED
> C:\cygwin\home\Kabir\cvs\jboss-4.0\build\build.xml:841: The 
> following error occurred while executing this line:
> Error executing 
> 'synchronize.jboss/aop.jboss-aop-jdk50.deployer' for 
> [EMAIL PROTECTED]
> Cause: Can't get
> http://repository.jboss.com/jboss/aop/1.5.0-snapshot/bin/jboss
> -aop-jdk50
> .dep
> loyer to
> C:\cygwin\home\Kabir\cvs\jboss-4.0\thirdparty\jboss\aop\bin\jb
> oss-aop-jd
> k50.
> deployer
> [/code]
> 
> Why is it refering to "bin" instead of "lib" for this file?
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Scott M Stark
> > Sent: 04 May 2006 13:46
> > To: jboss-development@lists.sourceforge.net
> > Subject: RE: [JBoss-dev] Can we add the aop deployers to the aop 
> > binary release
> > 
> > I need all of the deployer artifacts and client jars in the 
> aop binary 
> > in the repository. This is what I'm currently testing:
> > 
> > [EMAIL PROTECTED] thirdparty]$ ls jboss/aop/lib/
> > common-softvaluehashmap.jar*  jboss-aspect-jdk50-client.jar*
> > jboss-aop-jdk50-client.jar*   jdk14-pluggable-instrumentor.jar*
> > jboss-aop-jdk50.deployer*     jrockit-pluggable-instrumentor.jar*
> > jboss-aop-jdk50.jar*          pluggable-instrumentor.jar*
> > jboss-aop.jar*
> > 
> > The deployer is a jar archive.
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On 
> Behalf Of 
> > > Kabir Khan
> > > Sent: Thursday, May 04, 2006 1:03 AM
> > > To: jboss-development@lists.sourceforge.net
> > > Subject: RE: [JBoss-dev] Can we add the aop deployers to the aop 
> > > binary release
> > > 
> > > OK, so are you saying you would like what goes into 
> > > deploy/jboss-aop/deployer and 
> deploy/jboss-aop-jdk50.deployer to go 
> > > into the repository as a zip file? I am training this week,
> > but should
> > > be able to make it happen in the next day or two.
> > 
> > 
> > -------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, 
> > security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job 
> > easier Download IBM WebSphere Application Server v.1.0.1 based on 
> > Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> > _______________________________________________
> > JBoss-Development mailing list
> > JBoss-Development@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > 
> 
> 
> 
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> _______________________________________________
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> _______________________________________________
> JBoss-Development mailing list
> JBoss-Development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to