Saturday, May 12, 2012

Jar creation wizard configuration (creating Example.jardesc).

Configuration:


<?xml version="1.0" encoding="UTF-8"?>
<jardesc>
<jar path="D:/Personal/Study/MyStuffs/Dropbox/EclipseWorkSpace/StrutsAndCoreJavaWorkspace/SpringAopDemo/SpringAop.jar"/>
<options overwrite="false" compress="true" exportErrors="true" exportWarnings="true" saveDescription="true" descriptionLocation="/SpringAopDemo/SpringAop.jardesc" useSourceFolders="false" buildIfNeeded="true" includeDirectoryEntries="false" storeRefactorings="false"/>
<manifest manifestVersion="1.0" usesManifest="true" reuseManifest="false" saveManifest="false" generateManifest="true" manifestLocation="">
<sealing sealJar="false">
<packagesToSeal/>
<packagesToUnSeal/>
</sealing>
</manifest>
<selectedElements exportClassFiles="true" exportOutputFolder="false" exportJavaFiles="false">
<folder path="/SpringAopDemo/src"/>
</selectedElements>
</jardesc>





  Save this file as "SpringAop.jardesc" ...


  Now you can use it directly from eclipse or ant.

No comments:

Post a Comment

Thanks for your comments/Suggestions.