Search the web
Sign In
New User? Sign Up
jsci
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
building from cvs   Message List  
Reply | Forward Message #143 of 371 |

I downloaded the cvs version of JSci and fixed the ^Z characters
in the java files but am getting a large number of compiler errors
such as a missing Double2Vector class. Should the cvs version be
buildable? I have much better luck with the latest release verson
source code after excluding the telescope (no javax.comm package) and
doclet packages.

thanks,

rob


by the way, I removed the ^Z characters on linux with

find -name "*.java" -exec rmctrlZ {} \;

----- rmctrlZ ------
#! /bin/bash

#
# remove the ctrl-Z from a file
#

perl -ne 'exit(1) if (/\x1a/)' $1
if [ $? -eq 1 ]
then
echo $1
perl -i -pe 's/\x1a//g' $1
fi





Mon Aug 9, 2004 9:16 pm

doppelrob
Offline Offline
Send Email Send Email

Forward
Message #143 of 371 |
Expand Messages Author Sort by Date

I downloaded the cvs version of JSci and fixed the ^Z characters in the java files but am getting a large number of compiler errors such as a missing...
doppelrob
Offline Send Email
Aug 9, 2004
9:17 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help