Java manifest contains "Created-By: UEStudio '05"

Building, compiling, or debugging issues

Java manifest contains "Created-By: UEStudio '05"

Postby rmccullough » Thu Jan 03, 2008 6:45 pm

The java manifest file created contains the following line:
Created-By: UEStudio '05

I am using UEStudio '06, version 06.40a.
User avatar
rmccullough
Newbie
 
Posts: 8
Joined: Mon Jan 17, 2005 12:00 am

Java manifest has incorrect Manifest-Version

Postby rmccullough » Thu Jan 03, 2008 6:49 pm

I selected a target VM of 1.5. When I compile, the .man file contains this line:
Manifest-Version: -target 1.5

The manifest version should not contain -target and I am not sure that the version should be 1.5. When I generate the manifest using Ant, it puts this line in:
Manifest-Version: 1.0
User avatar
rmccullough
Newbie
 
Posts: 8
Joined: Mon Jan 17, 2005 12:00 am

Re: Java manifest contains "Created-By: UEStudio '05"

Postby Mofi » Sat Jan 05, 2008 4:57 pm

Again use Build - Select Compiler - button Edit Configuration and correct this in the configuration at section [Build].

Please report also to IDM per email that the 2 configuration files in configs\Java Compiler\ contain the string "Created-By: UEStudio '05" which should be corrected / changed and that $(Target VM) is not correct for the Manifest-Version.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4049
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Java manifest contains "Created-By: UEStudio '05"

Postby rmccullough » Sat Jan 05, 2008 8:40 pm

Emailed 2 of the issues to support.
User avatar
rmccullough
Newbie
 
Posts: 8
Joined: Mon Jan 17, 2005 12:00 am


Return to Build / Compile / Debug