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

2004-08-25 Thread rgimbel
Hello- I am working on creating my first theme for JBoss nukes and have deployed the theme that I have created so far. Once I apply the theme to my site all the graphics show up as broken links, but the scripts and style sheets come through fine. The graphic files are in the jar file and whe

[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: anonymou

[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

[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 Shop4

[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 t

[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

[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

[JBoss-user] [JBossWS] - [DeserializationContextImpl] Ignoring invalid namespace mapp

2006-01-03 Thread rgimbel
Hello! First this is not a JBoss problem but I am hoping someone might help me understand this. I created a HelloWorld webservice that passes a string in and sends a string back. Nothing out of the normal. I have it deployed and am using a C# app to consume this webservice. The webservice w