06-30-2011 07:17 AM
Hello,I use BlackBerry Java Plug-in 1.3.0 to develop java applications running on OS6.0 . I find that after package the project,I get 119 .debug files under directory deliverables\Standard\6.0.0,othe ).We have 10 people in the project and we use the same environment(same dev tools,same machine running windows XP),so I'm confused about this,any one can help me?
Solved! Go to Solution.
06-30-2011 07:26 AM
I found there are 88 .debug files (under directory deliverables\Standard\6.0.0) from xx-31.debug to xx-118.debug are 2KB size,other people in the team just get 28 .debug files and no 2KB .debug files
06-30-2011 07:43 AM
06-30-2011 09:10 AM
I think Simon is right...if you have 10 people in there, then likely you are using source control right? You can exclude files that shouldn't be in your build by going into the project's properties, choose "Java Build Path", select the "Source" tab. From here you can go into each source folder and specify exclusions. we use subversion so for each source folder, we include the following exclude strings:
**/.svn
**/.svn/*
07-01-2011 02:18 AM
we use TortoiseSVN for version control. I do as you said but the problem still exist ![]()
07-01-2011 02:29 AM - edited 07-01-2011 02:44 AM
open the jar file of the build with a packer (7zip for example) and check its contents for stuff not belonging there.
07-01-2011 02:30 AM
07-01-2011 02:44 AM
07-01-2011 02:57 AM
07-01-2011 03:11 AM