Skip to main content



      Home
Home » Eclipse Projects » P2 » Question on instructions.install items
Question on instructions.install items [message #1100801] Tue, 03 September 2013 11:58 Go to next message
Eclipse UserFriend
I have a p2.inf with a dozen or so jvmargs that I want added, when
content.xml is generated it stops after the fourth or so item. Is there a
limit to the number of chars for instructions.install? If so how do I add
more? Also when content.xml is generated it places all the addJvmArg's in a
single line, how can add crlf after each?

instructions.install = \
addJvmArg(jvmArg:-Dfoo.bar=true); \
addJvmArg(jvmArg:-Dfoo.bar2true); \
addJvmArg(jvmArg:-Dfoo.bar=true); \
Re: Question on instructions.install items [message #1111305 is a reply to message #1100801] Tue, 17 September 2013 23:34 Go to previous message
Eclipse UserFriend
p2 does not impose any limit. Maybe this limit comes from the Properties file format, or the properties file is not properly formatted. Maybe try reading it with a simple piece of Java code using the Properties class to see what happens.
Otherwise you would have to look at the p2 code that loads this file to figure out what is going on.
Previous Topic:'metaRequirements' broken?
Next Topic:Where is the command that replaces the launcher.exe bmps with the ones defined in the .product file
Goto Forum:
  


Current Time: Sun Jun 22 11:41:44 EDT 2025

Powered by FUDForum. Page generated in 0.05487 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top