Re: [Biojava-l] biojava and Xcode

2004-11-13 Thread Koen van der Drift
On Nov 13, 2004, at 3:13 PM, Thomas Down wrote: To follow up on this, it's working now. The trick is to create an "Ant-based Application Jar" project in Xcode (1.5), and copy all the code from the src directory in biojava-1.4pre1 plus my own code into the project. I did have to comment out a cou

Re: [Biojava-l] biojava and Xcode

2004-11-13 Thread Thomas Down
On 13 Nov 2004, at 19:47, Koen van der Drift wrote: On Nov 10, 2004, at 4:35 AM, Koen van der Drift wrote: So far I was treating biojava and my own code as 2 different targets in the same project. I will try to make just one target and post here if it worked. Thanks all for the comments, To foll

Re: [Biojava-l] biojava and Xcode

2004-11-13 Thread Koen van der Drift
On Nov 10, 2004, at 4:35 AM, Koen van der Drift wrote: So far I was treating biojava and my own code as 2 different targets in the same project. I will try to make just one target and post here if it worked. Thanks all for the comments, To follow up on this, it's working now. The trick is to c

Re: [Biojava-l] biojava and Xcode

2004-11-10 Thread Koen van der Drift
On Nov 10, 2004, at 3:32 AM, Thomas Down wrote: If that doesn't help, I agree that adding BioJava to the same project is probably the next logical step. Why isn't that working? So far I was treating biojava and my own code as 2 different targets in the same project. I will try to make just one

Re: [Biojava-l] biojava and Xcode

2004-11-10 Thread Thomas Down
On 10 Nov 2004, at 00:17, Koen van der Drift wrote: Hi, I have been able to build biojava using Apple's Xcode 1.5. I also was able to make a separate small Xcode project and run some code that uses biojava. What I would like to be able to do is, is to debug my code including the code it uses from

Re: [Biojava-l] biojava and Xcode

2004-11-09 Thread mark . schreiber
: Re: [Biojava-l] biojava and Xcode Hi Koen, I've never tried it, but would it be able to follow the biojava code if you had both the source and the class files in the jar? Another way would be to compile biojava without making the jar file and put the class files with yours. Then ther

Re: [Biojava-l] biojava and Xcode

2004-11-09 Thread Francois Pepin
Hi Koen, I've never tried it, but would it be able to follow the biojava code if you had both the source and the class files in the jar? Another way would be to compile biojava without making the jar file and put the class files with yours. Then there would be no reason why the debugger can't fol

Re: [Biojava-l] biojava and Xcode

2004-11-09 Thread Michael Heuer
Hello Koen, Eclipse (www.eclipse.org) has a pretty slick debugger, can run a build using ant, and runs well on MacOSX. You can include the biojava jars in your project and tell Eclipse where the biojava source is and it will step into the biojava functions where appropriate. I'd tell you exactly

[Biojava-l] biojava and Xcode

2004-11-09 Thread Koen van der Drift
Hi, I have been able to build biojava using Apple's Xcode 1.5. I also was able to make a separate small Xcode project and run some code that uses biojava. What I would like to be able to do is, is to debug my code including the code it uses from biojava. I can step through my own code, but as so