[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Hopefully this will be my last post in this topic and hopefully someone else finds 
value in this.

The only line I needed to ad was in the output target and this line in the jar section:




boy am I a putz!


All is good now!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846377#3846377

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846377


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Got it.. After disecting the build.xml file I needed to add a couple entries in the 
default build.xml

I added the line in the   _default:compile-bin in the compile target.


  |   
  |

and the following line in the output target in the jar file section.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846375#3846375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846375


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
When I moved the images into the bin directory and ran the build.sh the binary 
directory does not make it into the output directory and consequently doesn't make it 
into the .sar file.   The build script is pulled out of the current nukes cvs tree.  
Is there something more that I need to do to the build file so that ant knows to pick 
up this directory?

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846367#3846367

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846367


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846331#3846331

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846331


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread theute
You need to put the binary files in the bin directory and create the same path as in 
src

/cvs/nukes/mytheme/src/bin/org/jboss/nukes/addons/themes/mytheme/images

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846268#3846268

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846268


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
That fixed it.. Something in the build process was breaking my GIF images.  I copied 
the original GIF's from the src directory over top of the files in the output 
directory and rebuilt the  sar file and deployed.. the graphic images came right up 
like they are suppose to.

So this leads me to my next question.  Where should these files be placed I have them 
in my copied template directory as such:

/root/cvs/nukes/template/src/resources/nukes-template-lib-jar/org/jboss/nukes/addons/themes/mytheme

Is this not the best place to put these files?  or is there a better place?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846231#3846231

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846231


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
I have discovered that the GIF images seem to be getting corrupted during the build 
process.  I can view the images fine in the 
src/resources/mytheme-lib-jar/org/jboss/nukes/addon/themes/mytheme/images,  but after 
the build I go to use the same file viewer and I get the following error:
anonymous wrote : GIF file was missing some data (perhaps it was truncated somehow?)
  | GIF file was missing some data (perhaps it was truncated somehow?)
  | GIF image contained a frame appearing outside the image bounds.

I have looked in the build.xml file but don't see anything that would have tweeked 
these files from the src location to the output directory.  I am going to copy the 
images directly to the output directory and see if I can build a sar file that will 
deploy working images.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846230#3846230

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846230


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user