> Miguel, > I have been able to place the code side by side with the Jmol code and > compile it into one single jar file. I am now, moving onto the integration > of jcamp and Jmol.
I have still never seen the code ... I was hoping to take a look at it before you checked it in. > Could you let me know on how I can check in the code to > cvs before i start work on that? I understand your desire to get the code checked into CVS. That is a good thing. > I have created two > packages for the jcamp files, > namely, > > - org.jmol.jcamp > - org.jmol.jcamp.util If you really think that you are ready to go then you can go ahead and check it in. Here is what you do: inside the Jmol-HEAD directory First, make sure that you have the latest version of Jmol and ensure that it compiles correctly with your code. cd your-path-to/Jmol-HEAD cvs up -dP ant clean main move/copy your directories so that they are under the src/org/jmol/jcamp directory tree. add the new directores and source files to CVS cvs add src/org/jmol/jcamp cvs add src/org/jmol/jcamp/util cvs add src/org/jmol/jcamp/*.java src/org/jmol/jcamp/util/*.java Then check everything in cvs ci Let me know when you are ready to talk about how this should be integrated into the ant build.xml file. Miguel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
