[SOLUTION] Re: Using Project Wonder frameworks in standalone war for jboss deployment

2006-06-21 Thread D Tim Cummings
I searched through the Apple build scripts to see how Apple build frameworks as jars when you set the BUNDLE_AS_JAR property to YES and found a shell script that does it.  All I needed to do was run /Developer/Makefiles/java_makefiles/CoaxBundleIntoJar.sh /Library/Frameworks/ERJavaMail.framework

Using Project Wonder frameworks in standalone war for jboss deployment

2006-05-25 Thread D Tim Cummings
When setting up my project in xcode and selecting standalone war, there was an instruction that custom frameworks must be built as jars.  How do you do that?  For example, if I am looking at ERJavaMail.framework, I am guessing I need to take the ERJavaMail.jar from