Hi Craig, Thanks for your reply.
Bizarrely, if I check my existing EclipseME project into our local SVN repository, delete the local copy, then check it out (using Subversive), obfuscation starts working again. >From my memory of digging through the source code, the problematic code seemed related to temporary folders/files which area created during the obfuscation process. Since the username makes up part of the path to the temporary directory, if the username contains a space, a space is introduced into the path and this appears to be the most visible symptom of the problem; Eclipse reports an error message containing everything up to the space in the temporary file name. I did attempt a fix by forcing spaces in usernames to be substituted with an underscore. Although I got the source code building to a zip OK, I couldn't get the modified version to work. At this point I put the problem to one side and got on with my next most pressing task ;). I'm happy to test proposed fixes if that helps though. Best regards, Andrew -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Setera Sent: 08 April 2007 21:45 To: '[EMAIL PROTECTED]' Subject: Re: [Eclipseme-users] Building EclipseME (trying to fix obfuscation bug) Andrew, I've started working on a bug fix release (on a new branch in SVN since there are a lot of changes on the SVN trunk that aren't complete at this point). I'm working on this particular bug first. I have to admit that I'm seeing some very odd behavior from the underlying Java runtime and I'm beginning to wonder if there is a bug in there. The API that is being called should work fine when calling applications with spaces in the path. The result of this may be that there is no fix... If anyone has any thoughts on this please speak up. Thanks, Craig Andrew Ebling wrote: > Hi Markus, > > Thanks very much for your help with this - much appreciated. > > I've now managed to get everything to compile (after adding the .deschlichtherle package manually). > > However I'm none the wiser as to how to package it into a version of the plugin which I can actually install and test. Under the Building section on the blog entry you pointed me to, it says this: > > "For the moment, it should be possible run the "Build EclipseME Site Archive.launch" file in the build directory from within Eclipse to generate the EclipseME site archive. The new build structure will be covered in a later entry." > > However I've search the entire eclipseme folder hierarchy and I don't have any .launch files. If anyone can clarify this, I'd be very grateful. If I want to manually create a Run configuration, what are the correct steps to do this? Should I use the "Eclipse Application" option as a starting point? > > Thanks also for the pointer to Subversive SVN plugin. We are just in the process of moving to SVN and we were all set to use Subclipse. Subversive seems to have some extra features which make it look like a better candidate overall. > > Best regards, > > Andrew > > ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ Eclipseme-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/eclipseme-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Eclipseme-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
