From: Nils H. <nil...@uc...> - 2009-05-12 07:10:43
|
Excellent, now we can write the interface to the DRMAA library and still use Netbeans! Thanks Chris. On 5/11/09 11:57 PM, "Chris Swan" <cs...@uc...> wrote: > I just checked in a copy of drmaa.jar to the wfengine root directory and added > it to the NetBeans project. I think we can now link to it and get code > completion for it, but of course running it locally will probably cause a > runtime error. > > To compile on the cluster, you can just do an svn checkout from your folder > (mkdir <yourname> after logging in if you haven't already, then cd into it, > then svn co https://pipeline130.svn.sourceforge.net/svnroot/pipeline130 > pipeline130 ). cd into the directory of the project you're interested in (the > one containing build.xml) and build it with Ant by just typing "ant". The > compiled code should be in the "./build/classes" directory. >From this folder, > type "java wfengine.Main" (change as appropriate). > > Let me know if this doesn't work. > > -Chris > > From: Chris Swan <mailto:cs...@uc...> > Sent: Monday, May 11, 2009 9:41 PM > To: pip...@li... > Subject: Re: [Pipeline130-developers] Group participation > > I haven't yet tried the test cluster aside from logging in, but hopefully will > soon. NetBeans generates build scripts for Ant, an XML-based make-style > utility that is installed on the cluster, so I think it will be OK. We just > might have to have a fake library for it to link to on our local machines so > we don't get compilation errors. > > -Chris > > From: Nils Homer <mailto:nil...@uc...> > Sent: Monday, May 11, 2009 8:29 PM > To: pip...@li... > Subject: Re: [Pipeline130-developers] Group participation > > Has anyone tried logging onto the test cluster? There is not GUI so maybe we > should move away from using netbeans for development. I say this since I was > working on the DRMAA/Engine interface and you need to have the drmaa library > for linking, which isn¹t available on my local computer (I am not going to > install SGE on my computer). Anyways, we could move back to a simpler source > tree hierarchy and just have Makefiles. Then we could use vim or whatever to > develop on the cluster, which has DRMAA installed. > > Alternatively, if anyone finds a way to link DRMAA for local development let > me know. I am starting to like this IDE. > > Nils > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > > > _______________________________________________ > Pipeline130-developers mailing list > Pip...@li... > https://lists.sourceforge.net/lists/listinfo/pipeline130-developers > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > > _______________________________________________ > Pipeline130-developers mailing list > Pip...@li... > https://lists.sourceforge.net/lists/listinfo/pipeline130-developers |