Hello,
I'm needing to create roughly 100 jar definitions from jar files that are in a single folder. I couldn't figure out a way to select multiple is there an easier way to do this?
I already got impatient and created a quick java file to bulk create .jardef xml files, copy the JAR file into the Composer project and create a random "xx/yyyyyy" folder underneath the "Project/content", but each time i use the program, Composer gives me the dreaded red x, and the message:
Description | Resource | Path | Location | Type |
Content file 'Project/content/55/2147483647/servlet.jar' does not exist. | servlet.jardef | Project/Artifacts/JAR Definitions | org.eclipse.core.runtime | Problem |
When this jar file clearly does exist. What's stranger, is if i open the xml of the .jardef and add a single space somewhere ( in an xml-compliant location.. ) in the xml, save the file the error will go away.
Any thoughts??