javacad-develop Mailing List for JCad (Page 6)
Status: Pre-Alpha
Brought to you by:
bachg
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2003 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(8) |
Aug
(4) |
Sep
(11) |
Oct
(6) |
Nov
(24) |
Dec
(34) |
2009 |
Jan
(10) |
Feb
(10) |
Mar
(14) |
Apr
(36) |
May
(111) |
Jun
(96) |
Jul
(64) |
Aug
(22) |
Sep
(19) |
Oct
(28) |
Nov
(6) |
Dec
(12) |
2010 |
Jan
(9) |
Feb
(8) |
Mar
(38) |
Apr
(57) |
May
(58) |
Jun
(73) |
Jul
(48) |
Aug
(44) |
Sep
(18) |
Oct
(2) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(22) |
Mar
(21) |
Apr
(26) |
May
(13) |
Jun
(1) |
Jul
(5) |
Aug
(2) |
Sep
(9) |
Oct
(4) |
Nov
(14) |
Dec
(9) |
2014 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(7) |
May
(9) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tinghao W. <ba...@gn...> - 2003-04-23 11:54:39
|
I have two suggestion for you: 1.check out the latest source of JCad 2.download the latest JDK kit(at least 1.4.1) I don't know if JDK1.4.1 is avaible on MacOS,if not,you may have to comment out all code that uses ImageIO API,which is available only in JDK1.4.1. good luck Tinghao ======= At 2003-04-23, 09:09:00 you wrote: ======= >I've try to compile jcad on macosx >this is the output >Pleas help me > >Thanks > >Francesco Tonolli > > >[iBook:~/ProgScaricati/JCad] francy ant jcad-compile >Buildfile: build.xml > >init: > >jcad-compile: > [javac] Compiling 83 source files to >/Users/francy/ProgScaricati/JCad > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:30: package javax.imageio does not exist > [javac] import javax.imageio.*; > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:31: cannot resolve symbol > [javac] symbol : class ImageOutputStream > [javac] location: package stream > [javac] import javax.imageio.stream.ImageOutputStream; > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/geom/ >JCadDimension.java:116: incompatible types > [javac] found : org.jcad.JCad.geom.JCadPoint[] > [javac] required: org.jcad.JCad.geom.JCadPoint > [javac] center = >((JCadLine)subEntities[0]).intersectWith((JCadLine)subEntities[1]); > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:67: cannot resolve symbol > [javac] symbol : variable ImageIO > [javac] location: class org.jcad.JCad.action.JCadExportImageAction > [javac] Iterator writers = >ImageIO.getImageWritersBySuffix(filesuffix); > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:68: cannot resolve symbol > [javac] symbol : class ImageWriter > [javac] location: class org.jcad.JCad.action.JCadExportImageAction > [javac] ImageWriter writer = >(ImageWriter)writers.next(); > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:68: cannot resolve symbol > [javac] symbol : class ImageWriter > [javac] location: class org.jcad.JCad.action.JCadExportImageAction > [javac] ImageWriter writer = >(ImageWriter)writers.next(); > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:70: cannot resolve symbol > [javac] symbol : class ImageOutputStream > [javac] location: class org.jcad.JCad.action.JCadExportImageAction > [javac] ImageOutputStream ios = >ImageIO.createImageOutputStream(f); > [javac] ^ > [javac] >/Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ >JCadExportImageAction.java:70: cannot resolve symbol > [javac] symbol : variable ImageIO > [javac] location: class org.jcad.JCad.action.JCadExportImageAction > [javac] ImageOutputStream ios = >ImageIO.createImageOutputStream(f); > [javac] ^ > [javac] 8 errors > >BUILD FAILED >file:/Users/francy/ProgScaricati/JCad/build.xml:34: Compile failed; see >the compiler error output for details. > >Total time: 16 seconds > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Javacad-develop mailing list >Jav...@li... >https://lists.sourceforge.net/lists/listinfo/javacad-develop = = = = = = = = = = = = = = = = = = = = Best regards. Tinghao Wang ba...@gn... 2003-04-23 |
From: Login <ca...@br...> - 2003-04-23 07:09:35
|
I've try to compile jcad on macosx this is the output Pleas help me Thanks Francesco Tonolli [iBook:~/ProgScaricati/JCad] francy% ant jcad-compile Buildfile: build.xml init: jcad-compile: [javac] Compiling 83 source files to /Users/francy/ProgScaricati/JCad [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:30: package javax.imageio does not exist [javac] import javax.imageio.*; [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:31: cannot resolve symbol [javac] symbol : class ImageOutputStream [javac] location: package stream [javac] import javax.imageio.stream.ImageOutputStream; [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/geom/ JCadDimension.java:116: incompatible types [javac] found : org.jcad.JCad.geom.JCadPoint[] [javac] required: org.jcad.JCad.geom.JCadPoint [javac] center = ((JCadLine)subEntities[0]).intersectWith((JCadLine)subEntities[1]); [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:67: cannot resolve symbol [javac] symbol : variable ImageIO [javac] location: class org.jcad.JCad.action.JCadExportImageAction [javac] Iterator writers = ImageIO.getImageWritersBySuffix(filesuffix); [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:68: cannot resolve symbol [javac] symbol : class ImageWriter [javac] location: class org.jcad.JCad.action.JCadExportImageAction [javac] ImageWriter writer = (ImageWriter)writers.next(); [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:68: cannot resolve symbol [javac] symbol : class ImageWriter [javac] location: class org.jcad.JCad.action.JCadExportImageAction [javac] ImageWriter writer = (ImageWriter)writers.next(); [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:70: cannot resolve symbol [javac] symbol : class ImageOutputStream [javac] location: class org.jcad.JCad.action.JCadExportImageAction [javac] ImageOutputStream ios = ImageIO.createImageOutputStream(f); [javac] ^ [javac] /Users/francy/ProgScaricati/JCad/org/jcad/JCad/action/ JCadExportImageAction.java:70: cannot resolve symbol [javac] symbol : variable ImageIO [javac] location: class org.jcad.JCad.action.JCadExportImageAction [javac] ImageOutputStream ios = ImageIO.createImageOutputStream(f); [javac] ^ [javac] 8 errors BUILD FAILED file:/Users/francy/ProgScaricati/JCad/build.xml:34: Compile failed; see the compiler error output for details. Total time: 16 seconds |
From: Tinghao W. <ba...@gn...> - 2003-04-09 18:29:47
|
Hello, Sanjay, I am using Windows XP,J2sdk 1.4.1 and Ant 1.5.1 and it's all right. I never met this error with Ant,Could you please check Ant documentation to see what it means? Regards Tinghao ======= At 2003-04-07, 08:52:00 you wrote: ======= >Hello ! > I have down loaded cvs tarball of jCad source. I am trying to built it >on Windows XP.I have j2sdk 1.4.0, Ant 1.4.1 (which is part of Java Web >Services Developer Pack). On built I am getting following error. > > Content not allowed on prolog. > >please help, >Thanks in advance >Sanjay > > > > >------------------------------------------------------- >This SF.net email is sponsored by: ValueWeb: >Dedicated Hosting for just $79/mo with 500 GB of bandwidth! >No other company gives more support or power for your dedicated server >http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ >_______________________________________________ >Javacad-develop mailing list >Jav...@li... >https://lists.sourceforge.net/lists/listinfo/javacad-develop = = = = = = = = = = = = = = = = = = = = Best regards. Tinghao Wang ba...@gn... 2003-04-07 |
From: <in...@ad...> - 2003-04-07 03:23:17
|
Hello ! I have down loaded cvs tarball of jCad source. I am trying to built it on Windows XP.I have j2sdk 1.4.0, Ant 1.4.1 (which is part of Java Web Services Developer Pack). On built I am getting following error. Content not allowed on prolog. please help, Thanks in advance Sanjay |
From: Tinghao W. <ba...@gn...> - 2003-03-04 21:59:18
|
Dear Li Xinyi: you are welcome,send all you questions about this project to the maillist. Someone would like to answer. First of all,I recommend you use CVS to download the sourcecode,visit www.cvshome.org first and make sure you understand what it is for and how to use it. Good luck Wang ======== At 2003-03-03, 15:21:00 you wrote: ======== Hey there,I want to get the source code of JCadand JCad itself.Where can I download these files?I did try www.cvshome.org but the file http://cvs.sourceforge.net/cvstarballs/javacad-cvsroot.tar.gz didn't seem avaliable to me.Is there any other ways in which I can get what i want?? = = = = = = = = = = = = = = = = = = = = = = Best regards. Tinghao Wang Tinghao Wang 2003-03-03 |
From: Tinghao W. <ba...@gn...> - 2003-03-04 21:54:09
|
hi,all, For I am now working in the US,so it's quite inconvenient for me to maintain jcad.gnuchina.org,which is located in china. The site has been moved to javacad.sourceforge.net and I won't update the jcad.gnuchina.org from now on. Please visit javacad.sourceforge.net to find information about javacad. Best regards. Tinghao Wang 2003-03-03 |
From: Tinghao W. <ba...@gn...> - 2003-03-04 21:53:26
|
Dear Giuseppe Leone: just press enter while being asked a password,good luck any question please send to the javacad develop maillist thanks Wang ======== At 2003-02-27, 20:00:00 you wrote: ======== Hi Wang, I was trying to download JCad from sourceforge. When I use the command cvs -d:pserver:ano...@cv...:/cvsroot/javacad login it asks me a password ?!?! Can you help me? Thank you Giuseppe = = = = = = = = = = = = = = = = = = = = = = Best regards. Tinghao Wang Tinghao Wang 2003-03-03 |
From: Shiva M. <shi...@ho...> - 2003-03-03 13:21:57
|
download from JCad Homepage http://jcad.gnuchina.org downlaod page http://jcad.gnuchina.org/index.php3?body=download.html -Shiva >From: "Li Xinyi" <lix...@ho...> >To: <jav...@li...> >Subject: [Javacad-develop] Where can i download the latest version of JCad? >Date: Mon, 3 Mar 2003 15:21:05 +0800 > > Hey there,I want to get the source code of JCadand JCad itself.Where >can I download these files?I did try www.cvshome.org but the file >http://cvs.sourceforge.net/cvstarballs/javacad-cvsroot.tar.gz didn't seem >avaliable to me.Is there any other ways in which I can get what i want?? > > _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Li X. <lix...@ho...> - 2003-03-03 07:24:12
|
ICAgSGV5IHRoZXJlLEkgd2FudCB0byBnZXQgdGhlIHNvdXJjZSBjb2RlIG9mIEpDYWRhbmQgSkNh ZCBpdHNlbGYuV2hlcmUgY2FuIEkgZG93bmxvYWQgdGhlc2UgZmlsZXM/SSBkaWQgdHJ5IHd3dy5j dnNob21lLm9yZyBidXQgdGhlIGZpbGUgDQpodHRwOi8vY3ZzLnNvdXJjZWZvcmdlLm5ldC9jdnN0 YXJiYWxscy9qYXZhY2FkLWN2c3Jvb3QudGFyLmd6IGRpZG4ndCBzZWVtIGF2YWxpYWJsZSB0byBt ZS5JcyB0aGVyZSBhbnkgb3RoZXIgd2F5cyBpbiB3aGljaCBJIGNhbiBnZXQgd2hhdCBpIHdhbnQ/ Pw0KDQoNCg== |
From: Sarah W. <bo...@tr...> - 2003-01-30 23:06:48
|
Hi I visited jcad.gnuchina.org, and noticed that you're not listed on some search engines! I think we can offer you a service which can help you increase traffic and the number of visitors to your website. I would like to introduce you to TrafficMagnet.com. We offer a unique technology that will submit your website to over 300,000 search engines and directories every month. You'll be surprised by the low cost, and by how effective this website promotion method can be. To find out more about TrafficMagnet and the cost for submitting your website to over 300,000 search engines and directories, visit us at: http://p1j2m3a4.pdhost.com/pdsvr/www/r?1000001936.1366.15.FYk83crjHX1BKo I would love to hear from you. Best Regards, Sarah Williams Sales and Marketing E-mail: Sar...@tr... http://www.TrafficMagnet.com This email was sent to jav...@li.... We apologize if this email has reached you in error. We honor all removal requests. Please go to the link below to be removed from our mailing list. http://p1j2m3a4.pdhost.com/pdsvr/www/optoutredirect?UC=Lead&UI=4402372 |
From: Shiva M. <shi...@ho...> - 2002-11-08 20:30:33
|
yes. Just JRE is sufficient to build it, unless you are enhancing JCad for your purposes. hmmm... about the licensing and legal things, i dont have a clue. May be Wang Tinghao(ba...@gn...), who authored JCad may have some feedback. I CC'ed the javacad mailing list too. Here is the actual license information about JRE1.4 (i guess u must have been already at this page http://java.sun.com/j2se/1.4.1/j2sdk-1_4_1-doc-license.html). -Shiva >From: Terry Hancock <ha...@an...> >Reply-To: ha...@an... >To: "Shiva Mantri" <shi...@ho...> >Subject: Re: [Javacad-develop] Building JCad >Date: Fri, 8 Nov 2002 09:52:59 -0800 > >On Friday 08 November 2002 05:32 am, Shiva Mantri wrote: > > Download JRE 1.4.1 from Sun >http://java.sun.com/j2se/1.4.1/download.html. > > Its is also free. JCad uses 1.4. It should fix the problem. > >Can you actually build it with only JRE, or do you need the >full JDK? > >Sun's JRE is "Non-Free" software coverred by the "Sun Community >Source License", which is non-Free. So I was going to try out the >Free alternatives, but my research leads me to believe you can't >run Java 1.4 based software on a Free platform (at least not >yet). (I didn't know that when I downloaded JCad). > >I might want to build it with the Sun JRE and check out what >it can do, but I wouldn't be able to use it in my project. I wonder >if there are any parts of the code that don't rely on the later >JRE features, so that it could perhaps be backported (but I >suspect that would be hard for a graphics-intensive program). > >Anyway, I'll experiment with it, and let you know what I >find out. > >Thanks, >Terry > >-- >Terry Hancock ( hancock at anansispaceworks.com ) >Anansi Spaceworks http://www.anansispaceworks.com _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Shiva M. <shi...@ho...> - 2002-11-08 01:15:59
|
Hi Terry, Can you run the build.xml file with -verbose option and post your error message? May be we can debug more.. $ant -verbose jcad-compile I am not an active developer for this project, but am trying to be. Lets see how I can help. In the mean time, I will research more on Ant's side. -Shiva >From: Terry Hancock <ha...@an...> >Reply-To: ha...@an... >To: jav...@li... >Subject: [Javacad-develop] Building JCad >Date: Sun, 27 Oct 2002 00:16:46 -0700 > >Hi! >I noticed an echoing silence on the archives and no traffic here, so I >suppose >this list must not have much traffic yet? > >I'm trying to evaluate JCad, and I have to admit I'm not very familiar with >Java builds, so that may be my problem. > >I have a Debian Linux system with kaffe, jikes, and jikes-kaffe installed, >which seem to be the best available Free JDK. I have checked JCad >out of the CVS as recommended by your webpage. > >I tried to run the "ant jcad-compile" line, but I run into trouble with >it: > >""" >init: > >jcad-compile: > [javac] Compiling 83 source files to /lorien/Narya/Source/JCAD/JCad > >BUILD FAILED > >/lorien/Narya/Source/JCAD/JCad/build.xml:34: Cannot use classic compiler, >as >it is not available A common solution is to set the environment variable >JAVA_HOME to your jdk directory. > >Total time: 31 seconds >""" > >I'm not sure what my "jdk directory" is on a Debian system -- I don't think >that the JAVA_HOME variable would actually help, but I'm not sure. With >Debian configured for jikes/kaffe, BTW, "javac" is a symlink to the >"jikes-kaffe" binary. The class files appear to be in /usr/share/java/ > >Searching Google, I did find a reference to someone getting the error >message >above, to which there was a suggestion that a particular tag in the >build.xml >file be changed from "javac" to "jikes", like this: > ><property name="build.compile" value="jikes" /> > >But there doesn't seem to be any line like this in the JCad build.xml >file, so maybe it doesn't apply. > >Any suggestions? I *would* strongly like to use a Free Java compiler toc >ompile it, which is why I'm using jikes. There's also a Gnu Java >compiler, >but Jikes seems to be preferred, from what little research I did on it. > >Thanks, >Terry > >-- >Terry Hancock ( hancock at anansispaceworks.com ) >Anansi Spaceworks http://www.anansispaceworks.com > > >------------------------------------------------------- >This SF.net email is sponsored by: ApacheCon, November 18-21 in >Las Vegas (supported by COMDEX), the only Apache event to be >fully supported by the ASF. http://www.apachecon.com >_______________________________________________ >Javacad-develop mailing list >Jav...@li... >https://lists.sourceforge.net/lists/listinfo/javacad-develop _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Terry H. <ha...@an...> - 2002-10-27 07:18:40
|
Hi! I noticed an echoing silence on the archives and no traffic here, so I suppose this list must not have much traffic yet? I'm trying to evaluate JCad, and I have to admit I'm not very familiar with Java builds, so that may be my problem. I have a Debian Linux system with kaffe, jikes, and jikes-kaffe installed, which seem to be the best available Free JDK. I have checked JCad out of the CVS as recommended by your webpage. I tried to run the "ant jcad-compile" line, but I run into trouble with it: """ init: jcad-compile: [javac] Compiling 83 source files to /lorien/Narya/Source/JCAD/JCad BUILD FAILED /lorien/Narya/Source/JCAD/JCad/build.xml:34: Cannot use classic compiler, as it is not available A common solution is to set the environment variable JAVA_HOME to your jdk directory. Total time: 31 seconds """ I'm not sure what my "jdk directory" is on a Debian system -- I don't think that the JAVA_HOME variable would actually help, but I'm not sure. With Debian configured for jikes/kaffe, BTW, "javac" is a symlink to the "jikes-kaffe" binary. The class files appear to be in /usr/share/java/ Searching Google, I did find a reference to someone getting the error message above, to which there was a suggestion that a particular tag in the build.xml file be changed from "javac" to "jikes", like this: <property name="build.compile" value="jikes" /> But there doesn't seem to be any line like this in the JCad build.xml file, so maybe it doesn't apply. Any suggestions? I *would* strongly like to use a Free Java compiler toc ompile it, which is why I'm using jikes. There's also a Gnu Java compiler, but Jikes seems to be preferred, from what little research I did on it. Thanks, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com |
From: Torstein H. <th...@se...> - 2002-07-09 10:02:28
|
Dear Sirs, Excelent work! This looks very good, but can it import drawings from Autocad?=20 Regards Torstein Hegbom |
From: cardfan <car...@16...> - 2002-06-05 07:26:31
|
ÄãºÃ£¡ ÈçºÎ²ÅÄÜÏÂÔØÄØ£¿£¿£¿ÎÒ·¢ÏÖÄãÃǵĶ«Î÷ºÜÓÐÒâ˼£¬µ«ÊÇ£¬ÏÂÔØ¾ÍΪʲô¸ãµÃÄÇô·±ÄØ£¿£¿£¿¼òµ¥µÄ¶«Î÷²Å»áÎüÒýÈ˵ģ¡£¡£¡ Ï£ÍûÄܺܿìµÃµ½ÄãÃǵĻظ´£¬²»Ê¤¸Ð¼¤£¡£¡ |
From: JIMMY M. <jim...@ho...> - 2002-05-12 13:09:18
|
I have downloaded the jcad tarball from the sourceforge but I am unable to unzip this file with winzip because it cannot find the start directory, how I can get jcad up and running. Thanks, Jimmy. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. |
From: Matthias F. <mf...@ro...> - 2002-05-07 13:19:28
|
I hate this woman (if she's a woman, or real at all). Might want to talk to Sourceforge about developing an anti-email-spider = system for email links on the project pages. ----- Original Message -----=20 From: Christine Hall=20 To: jav...@li...=20 Sent: Tuesday, May 07, 2002 8:18 AM Subject: [Javacad-develop] JCAD.GNUCHINA.ORG Hi I visited JCAD.GNUCHINA.ORG, and noticed that you're not listed = on some search engines! I think we can offer you a service which can = help you increase traffic and the number of visitors to your website. I would like to introduce you to TrafficMagnet.net. We offer a = unique technology that will submit your website to over 300,000 search = engines and directories every month. =20 You'll be surprised by the low cost, and by how effective this = website promotion method can be.=20 To find out more about TrafficMagnet and the cost for submitting = your website to over 300,000 search engines and directories, visit = www.TrafficMagnet.net.=20 I would love to hear from you.=20 Best Regards, Christine Hall=20 Sales and Marketing=20 E-mail: chr...@tr...=20 http://www.TrafficMagnet.net =20 |
From: Christine H. <re...@tr...> - 2002-05-07 12:12:09
|
<html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3D= iso-8859-1"> <!-- 2.2 --> <title></title> </head> <body bgcolor=3D"#FFFFFF"> <table width=3D"600" border=3D"0" cellspacing=3D"0" cellpadding=3D"0"> <tr> <td><font face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D= "2">Hi<br> <br> I visited <a href=3D= "http://www.trafficmagnet.net">JCAD.GNUCHINA.ORG</a>, and noticed that you're not listed on some search engines! I think we can = offer you a service which can help you increase traffic and the number of = visitors to your website.<br> <br> I would like to introduce you to <a href=3D= "http://www.trafficmagnet.net">TrafficMagnet.net</a>. We offer a unique = technology that will submit your website to over 300,000 search engines and = directories every month.<br> <br> </font> <table width=3D"398" border=3D"0" cellspacing=3D"0" cellpadding=3D"0" = align=3D"center"> <tr><td><a href=3D"http://www.trafficmagnet.net"><img src=3D= "http://image10.trafficmagnet.net/image/logo.gif" width=3D"137" height=3D= "136" border=3D"0"></a></td> <td><a href=3D"http://www.trafficmagnet.net"><img src=3D= "http://image10.trafficmagnet.net/imagenew//SC173/002/002/esk.jpg" width=3D= "197" height=3D"141" border=3D"1"></a></td> <td valign=3D"bottom"><a href=3D"http://www.trafficmagnet.net"><img = src=3D"http://image10.trafficmagnet.net/image/signup.gif" width=3D"62" = height=3D"136" border=3D"0"></a></td> </tr> </table> <font face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D"2"><br> You'll be surprised by the low cost, and by how effective this website = promotion method can be. <br> <br> To find out more about TrafficMagnet and the cost for submitting your = website to over 300,000 search engines and directories, visit <a href=3D= "http://www.trafficmagnet.net">www.TrafficMagnet.net</a>. <br> <br> I would love to hear from you. <br> <br><br> Best Regards,<br><br> Christine Hall <br> Sales and Marketing <br> E-mail: chr...@tr... <br> <a href=3D= "http://www.trafficmagnet.net">http://www.TrafficMagnet.net</a> </font> </td> </tr> </table> </body> </html> |
From: bachg <ba...@si...> - 2002-04-10 11:08:56
|
aGVsbG8sZXZlcnlib2R5LEkndmUganVzdCBhZGQgSW1hZ2UoanBnLGdpZikgZXhwb3J0IGFiaWxp dHkgdG8gSkNhZCwNCmJ1dCBub3cgaXQgcmVxdWlyZXMgdGhlIEpESzEuNC4wLHBsZWFzZSBnZXQg MSBmcm9tIGphdmEuc3VuLmNvbQ0KaXQncyBncmVhdA0KDQpXYW5nDQo= |
From: Ella L. R. <ly...@tu...> - 2002-01-30 08:10:26
|
On Mon, 28 Jan 2002, Neurina wrote: > Hi my name is Paola, unfortunately I'm not able to read the source > code.....can you help me, please? > I've a win98.... You can view it by using any text editor, eg. Notepad. If you actually want to edit it, you probably want something nicer. I'm a Linux user myself, but if you already have Java installed onto your machine and if you are new to programming, BlueJ might be nice for you. And it doesn't cost anything. -- Lynoure Rajamaki ly...@tu... |
From: Neurina <ne...@li...> - 2002-01-29 22:46:14
|
Hi my name is Paola, unfortunately I'm not able to read the source code.....can you help me, please? I've a win98.... Thank you very much!!! Best regards. Paola |
From: bachg <ba...@si...> - 2002-01-01 13:45:43
|
dGhhbmtzLGkgYW0gaGF2aW5nIG1vcmUgZnJlZSB0aW1lIHRoZXNlIGRheXMuDQpKQ2FkIGlzIHN0 aWxsIGluIGEgdmVyeSBlYXJseSBzdGFnZSBvZiBkZXZlbHBtZW50LHlvdXIgYWR2aWNlcyBhcmUg d2VsY29tZWQuDQoNCkkgaGF2ZSBtb2RpZmllZCBJTlNUQUxMIHRvIHJlY29tbWVuZCBKREsxLjMg d2l0aCBKQ2FkLg0KdGhlIGZpbGUgaW4gQ1ZTIHdpbGwgYmUgdXBkYXRlZCBhdCBuZXh0IGNoZWNr aW4uDQoNCldhbmcNCg0KPkhJLCBndXlzLCANCj4NCj5JIGluc3RhbGxlZCBKREsxLjMuMSBhbmQg dW5pbnN0YWxsZWQgMS4yLjIgYW5kIGFsbCByaWdodCBub3cuDQo+TXkgZGV2ZWxvcGluZyBlbnZp cm9ubWVudCBpcyBhcyBmb2xsb3dzOg0KPg0KPkFudDEuNC4xICsgSkRLMS4zLjEgKyBXaW4yaw0K Pg0KPkkgd2lsbCB0ZXN0IGl0IGFuZCB0cnkgdG8gZ2l2ZSBzb21lIGFkdmljZXMuDQo+DQo+VGhh bmtzIGFnYWluLg0KPg0KPi9Qb3dlckdJUw0K |
From: bachg <ba...@si...> - 2002-01-01 13:42:37
|
aGVsbG8sY2FybA0KeW91ciBpZGVhIGFib3V0IHRleHQgZHJhd2luZyBpcyB2ZXJ5IGdvb2QsDQpp IHRoaW5rIHlvdSBjYW4gdHJ5IHRvIG1ha2UgZHJhdyB0ZXh0IGRpYWxvZyAsYmV0dGVyIHNob3Vs ZCBiZSBXWVNJV1lHIHN0eWxlIGxpa2UgdGhhdCBpbiBBdXRvQ0FELHdoaWNoIGNhbiANCnByZXZp ZXcgZm9udCxzaXplIGFuZCBzdHlsZSBvZiB0ZXh0IGluIHRoZSBkaWFsb2cuDQp0aGVyZSBpcyBh bHJlYWR5IGEgdmVyeSBzaW1wbGUgYW5kIHNoYWJieSB0ZXh0IGRyYXdpbmcgZGlhbG9nIGluIG9y Zy5qY2FkLkpDYWQudWkuSkNhZERyYXdUZXh0RGlhbG9nLmphdmEuDQp5b3UgY2FuIGNsaWNrIHRo ZSB0ZXh0IGJ1dHRvbiBvbiB0aGUgZHJhdyB0b29sYmFyIGFuZCB0aGVuIGNsaWNrIG9uIHRoZSBk cmF3aW5nIHRvIGNhbGwgaXQgdXAuDQoNCnRoZXJlIGlzIG1haW4gZHJhd2luZyBwYW5lbCBpbiBK Q2FkIHdoaWNoIGlzIGF0IG9yZy5qY2FkLkpDYWQuSkNhZEdyYXBoLmphdmEuDQp0aGVyZSdzIG1h bnkgbWVtZWJlciB2YXJpYWJsZSBvZiBjbGFzcyBKQ2FkR3JhcGgsd2hpY2ggc3RhbmRzIGZvciAi R3JvdXBzIiAsc3VjaCBhcw0KDQpFbnRpdGllczp3aGljaCBzdG9yZXMgYWxsIGdyYXBoaWNhbCBl bnRpdGllcyBpbiBhIGdyYXBoLg0KTGF5ZXJzOndoaWNoIHN0b3JlcyBhbGwgbGF5ZXJzIGluIGEg Z3JhcGgNClZpZXdzOndoaWNoIHN0b3JlcyBhbGwgdmlld3MgaW4gYSBncmFwaA0KDQpqdXN0IGNo ZWNrIHRoZSBzb3VyY2UgYW5kIGNvbW1lbnRzLg0KDQphbmQgY3VycmVudGx5LEpDYWQgZG9lc24n dCBzdXBwb3J0IG11bHRpLXNoZWV0IGluIGEgZHJhd2luZyxtYXliZSBpbiB0aGUgZnV0dXJlLg0K Zm9yIHRoZSBidWcgaW4gdGhlIG1haW4gZ3VpLGRpZCB5b3UgbWVhbiB0aGF0IHRoZSBtZW51YmFy IHNocmlua2VkIGludG8gYSB2ZXJ5IHZlcnkgdGhpbiBvbmU/DQp0aGlzIGhhcHBlbmQgd2hlbiB0 aGUgRnJhbWUgaXMgbm90IHdpZGUgZW5vdWdoLGp1c3QgcmVzaXplIHRoZSBmcmFtZSB3aWRlci4N CmJ1dCBoZXJlIG9uIG15IFBDLHRoaXMgZG9lcyBub3QgaGFwcGVuIHdoZW4gbmV3IGRyYXdpbmcg YXJlIGNhbGxlZCB1cC4NCmNvdWxkIHlvdSBkZXNjcmliZSB0aGUgYnVnIGluIG1vcmUgZGV0YWls Pw0KDQpjdXJyZW50bHkgSkNhZCBkb2VzIG5vdCBzdXBwb3J0IE1ESSxidXQgSSB0aGluayBkZWZp bml0ZWx5IGluIHRoZSBmdXR1cmUsd2hlbiB0aGUgbWFpbiBmdW5jdGlvbiBpcyBzdGFibGUgZW5v dWdoLEkgdGhpbmsuDQpJIHdpbGwgY2hlY2sgSkhvdERyYXcgaWYgSSBoYXZlIHRpbWUuDQoNClNv bGlkRWRnZSBpcyBzYWlkIHRvIGJlIGEgdmVyeSBnb29kIENBRCBzb2Z0d2FyZSBidXQgSSBoYXZl IG9ubHkgc2VlbiBzb21lIHNpbXBsZSBkZW1vbnN0cmF0aW9uLg0KSSBoYXZlIGFsbCBhbG9uZyB1 c2luZyBBdXRvQ2FkIGFuZCBQcm8vRW5naW5lZXIgdGhlc2UgeWVhcnMuYWxsIG15IGlkZWFzIGFi b3V0IEpDYWQgY29tZXMgbW9zdGx5IGZyb20gdGhlc2UNCjIgcGFja2FnZXMuSSBob3BlIEpDYWQg d2lsbCBjb21iaW5lIG1hbnkgZ29vZCBmZWF0dXJlcyBmcm9tIHZhcmlvdXMgQ0FEIHNvZnR3YXJl Lg0KDQp0aGFua3MgYSBsb3QgZm9yIHlvdXIgam9pbmluZw0KDQpXYW5nDQpIaSBhbGwsDQogDQpU aGlzIGlzIGhvdyBJIHByb3Bvc2UgdG8gYWRkIHRleHQgdG8gdGhlIGRyYXdpbmc6DQogDQoxKSAg ICAgICBDbGljayB0aGUgdGV4dCB0b29sDQoyKSAgICAgICBDbGljayBvbiB0aGUgZHJhd2luZyB3 aGVyZSB5b3Ugd2FudCB0aGUgdGV4dCB0byBiZSBwbGFjZWQNCjMpICAgICAgIEEgdGV4dCBib3gg YXBwZWFycyBvbiB0aGUgZHJhd2luZw0KNCkgICAgICAgVXNlciB0eXBlcyB0aGUgdGV4dCB0aGVu IHByZXNzIEVudGVyIG9yIGNsaWNrcyBvbiB0aGUgZHJhd2luZyBhd2F5IGZyb20gdGhlIHRleHQN CjUpICAgICAgIFRoaXMgcGxhY2VzIHRoZSB0ZXh0IG9uIHRoZSBkcmF3aW5nIHdpdGhvdXQgdGhl IHRleHRib3gNCjYpICAgICAgIFRoZSB0ZXh0IGlzIGRyYWdnYWJsZQ0KNykgICAgICAgVG8gY2hh bmdlIHRoZSBmb250IG9yIGNvbG91ciCoQyBjbGljayB0aGUgdGV4dCB0aGVuIHRoZSBmb250IHRv b2wgdG8gbWFrZSB0aGUgZm9udCBkaWFsb2cgYm94IHRvIGFwcGVhcg0KOCkgICAgICAgVG8gY2hh bmdlIHRoZSB0ZXh0IKhDIGRvdWJsZSBjbGljayB0aGUgdGV4dCB3aWxsIG1ha2UgdGhlIHRleHRi b3ggdG8gcmVhcHBlYXINCiANCkdldCBiYWNrIHRvIG1lIGFuZCB0ZWxsIG1lIHdoYXQgeW91IHRo aW5rLg0KIA0KIA0KQ2FuIHlvdSBnaXZlIG1lIGEgcm91Z2ggaWRlYSBvZiB0aGUgbGF5b3V0IG9m IHRoZSBwYW5lbHM/IA0KSXMgdGhlcmUgYSBtYWluIGRyYXdpbmcgcGFuZWwgd2l0aCBkcmF3aW5n IGxheWVycyBvciB2aWV3cz8gDQpJcyB0aGVyZSBhIGhpZXJhcmNoaWNhbCBzdHJ1Y3R1cmUgdG8g aG93IHRoZSBlbGVtZW50cyBzaXQgb24gYSBkcmF3aW5nPw0KRS5nLiANCk1haW5EcmF3aW5nIGhh cyBtYW55IFNoZWV0R3JvdXAvTGF5ZXJHcm91cC9WaWV3R3JvdXAgKHdoYXRldmVyIHlvdXIgdGVy bWlub2xvZ3kpDQpTaGVldEdyb3VwIGhhcyBtYW55IFNoZWV0IChvciBWaWV3L0xheWVyKQ0KU2hl ZXQgaGFzIG1hbnkgTGluZUdyb3VwLCBDaXJjbGVHcm91cC4uZXRjLg0KTGluZUdyb3VwIGhhcyBt YW55IExpbmUsIENpcmNsZSwgVGV4dKGtZXRjLg0KIA0KVGhpcyBpcyBzaW1pbGFyIHRvIGhvdyB0 aGUgU29saWRFZGdlIGNsYXNzIHN0cnVjdHVyZSBpcyBsYWlkIG91dC4gU29saWRFZGdlIGlzIGEg MkQvM0QgcGFja2FnZSB3aXRoIHRoZSBhYmlsaXR5IHRvIHByb2dyYW0gbWFjcm9zIGluIFZCIHVz aW5nIGl0cyBBUEkgqEMgdGhpbmdzIGxpa2Ugd3JpdGluZyBhIG1hY3JvIHRvIGNhbGN1bGF0ZSB0 aGUgYXJlYSBvZiBhbiBvYmplY3Qgd2hlbiBjbGlja2luZyBpbnNpZGUgaXRzIGJvdW5kYXJ5LiBN YW55IG9mIG15IGlkZWFzIHdpbGwgY29tZSBmcm9tIHRoYXQgcGFja2FnZS4NCiANCiANCkJ1ZyBv biB0aGUgbWFpbiBHVUkgLSBXaGVuIEkgY2FsbCB1cCBhIG5ldyBkcmF3aW5nIHRoZSBtZW51IGJh ciBkaXNhcHBlYXJzLg0KIA0KRG8geW91IGludGVuZCB0aGUgYXBwbGljYXRpb24gdG8gaGF2ZSBh IG11bHRpIGRvY3VtZW50IGludGVyZmFjZSAoTURJKSCoQyB0aGVyZSBpcyBhIGdvb2QgZXhhbXBs ZSBvZiB0aGlzIGF0IFNvdXJjZUZvcmdlIGNhbGxlZCBKSG90RHJhdyAtIGh0dHA6Ly9zb3VyY2Vm b3JnZS5uZXQvcHJvamVjdHMvamhvdGRyYXcvIA0KIA0KQnllIGZvciBub3cNCkNhcmwNCg== |
From: powergis <pow...@si...> - 2001-12-31 18:00:29
|
HI, guys, I installed JDK1.3.1 and uninstalled 1.2.2 and all right now. My developing environment is as follows: Ant1.4.1 + JDK1.3.1 + Win2k I will test it and try to give some advices. Thanks again. /PowerGIS ----- Original Message ----- From:bachg <ba...@si...> To:powergis <pow...@si...> Subject:Re: [Javacad-develop] Pls do me a favor again. About JCad. Date:Mon, 31 Dec 2001 10:42:44 +0800 >the errors are really strange ones. >do you have the right version of JDK? >for me,I didn't do anything with the PGP,seems it is only used to identify author of >source files,in apache project. >if you are also in tsinghua university,please send your contact info to my mailbox, >i'll see if i can help you. > >Wang > >>hi, guys, >> >>Thanks Wang and Ella Lynoure Rajamaki for your kindly helps. >> >>Ant is indeed odd to me. >> >>Now I have installed ANT 1.4.1 from the following website: >>http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/jakarta-ant-1.4.1-bin.zip >> >>In detail, I have install also set the environment variables, such as ANT_HOME, JAVA_HOME and ClassPath as follows. >>####################################################### >>ClassPath=.;c:jdk1.2.2lib ools.jar;C:antlibant.jar;C:antlibjaxp.jar;C:antlibparser.jar;C:antlibcrimson.jar; >>####################################################### >> >>Now, I think I can use "ant JCad-compile" to compile it. Some errors occur as follows. >>####################################################### >>C:cvsrootJCad>ant jcad-compile >>Buildfile: build.xml >>A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation t >>arget' has occurred in : >> 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method. >> Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi >> >> >>init: >> >>jcad-compile: >> [javac] Compiling 12 source files to C:cvsrootJCad >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDeleteEntityAction.java:97: >> Class <<ambiguous>>UndoableEdit not found in void actionPerformed(java.awt.event.ActionEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDeleteEntityEdit(cadgraph.getSelectedEntities())); >> [javac] ^ >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDrawArc3PAction.java:173: Class <<ambiguous>>UndoableEdit not found in void mouseClicked(java.awt.event.MouseEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDrawArcEdit(temparc)); >> [javac] ^ >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDrawArcAction.java:167: Class <<ambiguous>>UndoableEdit not found in void mouseClicked(java.awt.event.MouseEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDrawArcEdit(temparc)); >>.. >>.. >>.. >> [javac] undo.addEdit(edit); >> [javac] ^ >> [javac] 13 errors >> >>BUILD FAILED >> >>C:cvsrootJCaduild.xml:34: Compile failed, messages should have been provided >>.. >> >>Total time: 11 seconds >>####################################################### >> >>I wonder whether the version of ANT cause the error. >>BTW, how can I use the PGP Signatures? WHether the errors are caused from the PGP Signatures? >> >>Waiting for your helps. Thx a lot! >> >>/PowerGIS >>______________________________________ >> >>=================================================================== >>ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn) >>ÐÂÀË·ÖÀàÐÅÏ¢:·ÖÀàÐÅÏ¢ Ë´¦µß·å? ÄúͶƱ ÎÒËͽ±! (http://classad.sina.com.cn/) >>ÐÂÀËÉÁ˸¶ÌÐÅÉÁÁÁµÇ³¡ ´«ÇéÎÞÏÞ (http://sms.sina.com.cn/cgi-bin/sms/smspic.cgi?spec=11&type=0) >> >>_______________________________________________ >>Javacad-develop mailing list >>Jav...@li... >>https://lists.sourceforge.net/lists/listinfo/javacad-develop > > > ______________________________________ =================================================================== ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn) ÐÂÀË·ÖÀàÐÅÏ¢:·ÖÀàÐÅÏ¢ Ë´¦µß·å? ÄúͶƱ ÎÒËͽ±! (http://classad.sina.com.cn/) ÐÂÀËÉÁ˸¶ÌÐÅÉÁÁÁµÇ³¡ ´«ÇéÎÞÏÞ (http://sms.sina.com.cn/cgi-bin/sms/smspic.cgi?spec=11&type=0) |
From: powergis <pow...@si...> - 2001-12-31 17:48:19
|
Hi, guys, Thanks bachg. The errors are indeed related with the version of JDK. Now I installed JDK 1.3.1_02, and compiled ok. Now, my developing environments: Win2k + Ant1.4.1 + JDK 1.3.1_02 PIII-600, 128MB memory, Notebook. I think that JDK1.3 is required rather than JDK1.1.2 which declared in "org\jcad\JCad\JCad:215". As you can describe in the file "INSTALL" or "README". Thx a lot. /PowerGIS ----- Original Message ----- From:bachg <ba...@si...> To:powergis <pow...@si...> Subject:Re: [Javacad-develop] Pls do me a favor again. About JCad. Date:Mon, 31 Dec 2001 10:42:44 +0800 >the errors are really strange ones. >do you have the right version of JDK? >for me,I didn't do anything with the PGP,seems it is only used to identify author of >source files,in apache project. >if you are also in tsinghua university,please send your contact info to my mailbox, >i'll see if i can help you. > >Wang > >>hi, guys, >> >>Thanks Wang and Ella Lynoure Rajamaki for your kindly helps. >> >>Ant is indeed odd to me. >> >>Now I have installed ANT 1.4.1 from the following website: >>http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/jakarta-ant-1.4.1-bin.zip >> >>In detail, I have install also set the environment variables, such as ANT_HOME, JAVA_HOME and ClassPath as follows. >>####################################################### >>ClassPath=.;c:jdk1.2.2lib ools.jar;C:antlibant.jar;C:antlibjaxp.jar;C:antlibparser.jar;C:antlibcrimson.jar; >>####################################################### >> >>Now, I think I can use "ant JCad-compile" to compile it. Some errors occur as follows. >>####################################################### >>C:cvsrootJCad>ant jcad-compile >>Buildfile: build.xml >>A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation t >>arget' has occurred in : >> 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method. >> Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi >> >> >>init: >> >>jcad-compile: >> [javac] Compiling 12 source files to C:cvsrootJCad >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDeleteEntityAction.java:97: >> Class <<ambiguous>>UndoableEdit not found in void actionPerformed(java.awt.event.ActionEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDeleteEntityEdit(cadgraph.getSelectedEntities())); >> [javac] ^ >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDrawArc3PAction.java:173: Class <<ambiguous>>UndoableEdit not found in void mouseClicked(java.awt.event.MouseEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDrawArcEdit(temparc)); >> [javac] ^ >> [javac] C:cvsrootJCadorgjcadJCadactionJCadDrawArcAction.java:167: Class <<ambiguous>>UndoableEdit not found in void mouseClicked(java.awt.event.MouseEvent). >> [javac] JCadUtil.addUndoableEdit(new JCadDrawArcEdit(temparc)); >>.. >>.. >>.. >> [javac] undo.addEdit(edit); >> [javac] ^ >> [javac] 13 errors >> >>BUILD FAILED >> >>C:cvsrootJCaduild.xml:34: Compile failed, messages should have been provided >>.. >> >>Total time: 11 seconds >>####################################################### >> >>I wonder whether the version of ANT cause the error. >>BTW, how can I use the PGP Signatures? WHether the errors are caused from the PGP Signatures? >> >>Waiting for your helps. Thx a lot! >> >>/PowerGIS >>______________________________________ >> >>=================================================================== >>ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn) >>ÐÂÀË·ÖÀàÐÅÏ¢:·ÖÀàÐÅÏ¢ Ë´¦µß·å? ÄúͶƱ ÎÒËͽ±! (http://classad.sina.com.cn/) >>ÐÂÀËÉÁ˸¶ÌÐÅÉÁÁÁµÇ³¡ ´«ÇéÎÞÏÞ (http://sms.sina.com.cn/cgi-bin/sms/smspic.cgi?spec=11&type=0) >> >>_______________________________________________ >>Javacad-develop mailing list >>Jav...@li... >>https://lists.sourceforge.net/lists/listinfo/javacad-develop > > > ______________________________________ =================================================================== ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn) ÐÂÀË·ÖÀàÐÅÏ¢:·ÖÀàÐÅÏ¢ Ë´¦µß·å? ÄúͶƱ ÎÒËͽ±! (http://classad.sina.com.cn/) ÐÂÀËÉÁ˸¶ÌÐÅÉÁÁÁµÇ³¡ ´«ÇéÎÞÏÞ (http://sms.sina.com.cn/cgi-bin/sms/smspic.cgi?spec=11&type=0) |