The Source for Java Technology Collaboration

Home » java.net Forums » Java Desktop Technologies » Java 3D

Thread: source code for 1.5

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 10 - Last Post: Feb 22, 2007 3:13 AM by: hterrolle
hterrolle@free.fr
source code for 1.5
Posted: Feb 20, 2007 9:18 AM
  Click to reply to this thread Reply

Hi,

i updated my java3D version from 1.3.2 to 1.5 and i cannot find the source code for the 1.5 version.

Does someone could tell me where to find it ?

Regard
[att1.html]


kcr

Posts: 1,109
Re: source code for 1.5
Posted: Feb 20, 2007 3:27 PM   in response to: hterrolle@free.fr
  Click to reply to this thread Reply

http://wiki.java.net/bin/view/Javadesktop/Java3DFAQ#Q_How_do_I_download_the_Java_3D

hterrolle

Posts: 19
Re: source code for 1.5
Posted: Feb 20, 2007 4:52 PM   in response to: kcr
  Click to reply to this thread Reply

Hi kcr,

Thanks for the answer. But just betseen us. It is very complicated to get it. So i sucscribe to the java.net. But after 30 minute of gooing around to alway come back on the seme htlm page. I did not find it.

Why it is so complitaced to get it ?

Can we really get it ?

Regards
Herve Terrolle.

I supose to have contributed enough. And to cary on i need to get the source.

tmilard

Posts: 195
Re: source code for 1.5
Posted: Feb 21, 2007 2:16 AM   in response to: hterrolle
  Click to reply to this thread Reply

I do agree 100% with you : you need a thesis to just get the source code. ;-)
I had same problem : SoI decided not to bother toget source ....

Sometime it seems that the "Why do it simple when you just can get it very complicated" theory had a big echo for this issue.

Simple url links for source jars to download would be to easy ?
Oh yes much too easy .. forget it: Let's go on with "CVS's mamouth factories".
Thierry

robertf

Posts: 19
Re: source code for 1.5
Posted: Feb 21, 2007 9:42 AM   in response to: tmilard
  Click to reply to this thread Reply

I also found it very hard to get the source but you can do it if you are very persistent. I gave up trying to CVS it onto Windows. In the end I managed to get a download onto Linux to work and then transferred to Windows.

David Grace
RE: source code for 1.5
Posted: Feb 21, 2007 1:36 PM   in response to: robertf
  Click to reply to this thread Reply

Hi,

I had no problems downloading the source on Windows, and I have never used
CVS before. I have now used both Netbeans and WinCVS to download source. It
seems to be the same procedure for all java.net projects.

The CVS command is:

:pserver:username@cvs.dev.java.net:/cvs

and then you give your password.

With Netbeans you then click the browse button next to the module textfield,
then navigate to the java.net project you are interested in, in this case
probably j3d-core. Then you just click the finish button and it downloads
everything for you. In netbeans it then ask if you want to add the project
to netbeans and you are ready to go. You probably want to also repeat this
procedure for j3d-core-utils and vecmath, or you can do them at the same
time as j3d-core.

Hope that helps,

Dave.

-----Original Message-----
From: java3d-interest@javadesktop.org
[mailto:java3d-interest@javadesktop.org]
Sent: Thursday, February 22, 2007 4:42 AM
To: interest@java3d.dev.java.net
Subject: Re: source code for 1.5

I also found it very hard to get the source but you can do it if you are
very persistent. I gave up trying to CVS it onto Windows. In the end I
managed to get a download onto Linux to work and then transferred to
Windows.
[Message sent by forum member 'robertf' (robertf)]

http://forums.java.net/jive/thread.jspa?messageID=204666

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@java3d.dev.java.net
For additional commands, e-mail: interest-help@java3d.dev.java.net

--
Message protected by MailGuard: e-mail anti-virus, anti-spam and content
filtering.
http://www.mailguard.com.au/mg





--
Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering.
http://www.mailguard.com.au/mg


---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@java3d.dev.java.net
For additional commands, e-mail: interest-help@java3d.dev.java.net


nvaidya

Posts: 202
Re: source code for 1.5
Posted: Feb 21, 2007 2:17 PM   in response to: robertf
  Click to reply to this thread Reply

TBH, never have had any problems with:

cvs -d :pserver:guest@cvs.dev.java.net:/cvs co j3d-core

from a windows/cygwin shell. No specific username/password.

May be I've been plain lucky !

--Vaidya

Thierry Milard ...
Re: source code for 1.5
Posted: Feb 21, 2007 2:23 PM   in response to: nvaidya
  Click to reply to this thread Reply

Sorry It was so simple ! Of course.
But here : I have another command line that also works.

cvs -w :OhShoot:Iguest@this.is.mindless.so:/Simple oh My !-core

;-)

Ps: Just for fun



java3d-interest@javadesktop.org a écrit :
> TBH, never have had any problems with:
>
> cvs -d :pserver:guest@cvs.dev.java.net:/cvs co j3d-core
>
> from a windows/cygwin shell. No specific username/password.
>
> May be I've been plain lucky !
>
> --Vaidya
> [Message sent by forum member 'nvaidya' (nvaidya)]
>
> http://forums.java.net/jive/thread.jspa?messageID=204738
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: interest-unsubscribe@java3d.dev.java.net
> For additional commands, e-mail: interest-help@java3d.dev.java.net
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@java3d.dev.java.net
For additional commands, e-mail: interest-help@java3d.dev.java.net


nvaidya

Posts: 202
Re: source code for 1.5
Posted: Feb 21, 2007 3:25 PM   in response to: Thierry Milard ...
  Click to reply to this thread Reply

HeHe, just in case you missed the point ;-), I was quoting my personal experience that cvs access from windows didn't seem to be flaky. Your concern is different and it is that cvs as the only means of access to the source code is cumbersome.

hterrolle

Posts: 19
Re: source code for 1.5
Posted: Feb 22, 2007 2:39 AM   in response to: nvaidya
  Click to reply to this thread Reply

hi,

Thanks you very much for all the answer. I will try it today and let you know.

hterrolle

Posts: 19
Re: source code for 1.5
Posted: Feb 22, 2007 3:13 AM   in response to: hterrolle
  Click to reply to this thread Reply

hi,

everything are fine. thank you again. I used netbeans go get it. In fact it is not so complicated. The problem i had was to use CVS.

Regards

and son watch the neuronal 3D on my site.

By the way. It is possible to do a plug-in for netbean with 3D app. if someone got an idea.




 XML java.net RSS