Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Question on instructions.install items
Question on instructions.install items [message #1100801] Tue, 03 September 2013 15:58 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
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] Wed, 18 September 2013 03:34 Go to previous message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 333
Registered: July 2009
Location: Ottawa
Senior Member
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: Tue Mar 19 07:38:38 GMT 2024

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

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

Back to the top