Hello. It's not possible to just use the default directory when you're using GetProject. This would be a nice feature, though. If you don't specify a target directory, it would be nice if the task just used the default.
This would not be that difficult to implement, if you were interested in giving it a try. Ideally, a "getDefaultDirectory()" method would be added to SimpleInterface. To make this work, you'll need to use the getDefaultWorkingDirectory() method on GuiConf class. This method requires a NodeName object as it's input. This is an object representation of a sourcejammer path, with each "node" in the path getting it's own NodeName object, and then being added to it's immediate child NodeName object. I think the main() method in AddFilesDialog provides a reasonable example. Let me know if you're interested in making this work. As for how to find changed files after a certain label, consult the ChangeListMaker class in the sj server. This should give you an idea of how to do what you want. Thanks. --Rob --- Muthu Kumaran <[EMAIL PROTECTED]> wrote: > Sir, > I am using the GetProject method in SimpleInterface Class. > For that method, i need to give TargetDirectory as a parameter. > But i want to get the project in its default folder. > How can i achieve this? > Then, can u give me some idea how to find changed files after a certain label?I will > try to > write a plugin. > Bye, > N.Muthukkumaran > > > > On Tue, 06 Jul 2004 Robert MacGrogan wrote : > >Hi. > > > >To give your users permission to make labels, you'll have to make them "archive > >controllers". > You > >can do this through the Maintain Users dialog. > > > >I have not made any changes to change lists or labels as of yet. Sorry. > > > >--Rob > > > >--- Muthu Kumaran <[EMAIL PROTECTED]> wrote: > > > > > > Hello sir, > > > I want to give permission to "Make Label" for the sourcejammer clients, who are > > > not having > > > administrator rights.How can i achieve this? > > > Have you included the feature for finding changed files after a certain label? > > > Thanking you, > > > > > > Yours, > > > N.Muthukkumaran > > > > > > On Tue, 08 Jun 2004 Robert MacGrogan wrote : > > > >I really don't know when I'll add this functionality. I have not done any new > > > >SourceJammer > > > >development for a while, and I honestly don't know when I'll start again. > > > > > > > >As for the error you're seeing, I don't know what's causing it. Did you add a > > > >client-side > > > plugin > > > >to your SourceJammer client? Is this what is causing your error? Could you put > > > >some debug > code > > > >into your plugin to try to trap the error? > > > > > > > >--Rob > > > > > > > > > > > > > > > > > > > > > > >__________________________________ > >Do you Yahoo!? > >New and Improved Yahoo! Mail - Send 10MB messages! > >http://promotions.yahoo.com/new_mail > > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ SourceJammer-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sourcejammer-devel
