ntlchou
01-27-2005, 12:21 PM
My project build failed. I got two null pointer exception messages showing up on the build output. That's right after the class files' compilation. There were no more additional information why I got the two null pointer exception. Is there any way to get the stack trace? Any log file I can check next time if the same/similar error occurs?
I did a diff of my project uip file with an old version of my project uip file that I backed up a few days ago. I found out some lines about array items for type="com.installshield.product.actions.SourceFile got lost.
When I have:
<property array="True" length="2" name="files" type="com.installshield.product.actions.SourceFile">
I should have two arrayItem/files since length is set to 2, but only one arrayItem block was there in the uip. After I manually copy the missing arrayItem block back to the uip file, the project build went fine.
This happened in more than one area. I didn't try to remove any item/file in the IDE. Is that a bug in save?
I did a diff of my project uip file with an old version of my project uip file that I backed up a few days ago. I found out some lines about array items for type="com.installshield.product.actions.SourceFile got lost.
When I have:
<property array="True" length="2" name="files" type="com.installshield.product.actions.SourceFile">
I should have two arrayItem/files since length is set to 2, but only one arrayItem block was there in the uip. After I manually copy the missing arrayItem block back to the uip file, the project build went fine.
This happened in more than one area. I didn't try to remove any item/file in the IDE. Is that a bug in save?