NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Importing a project with multiple versions

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
Will Pittenger



Joined: 13 Aug 2011
Posts: 16
Location: Morton, IL

PostPosted: Sat Aug 13, 2011 10:49 am    Post subject: Importing a project with multiple versions Reply with quote

I am attempting to migrate a Java applet project from Eclipse. The Eclipse version is messed up. The code's original author developed it for Java 1 and used VI as his editor. It was designed to work a lot like PowerPoint, but optimized for demonstrating simple code to beginning programming students.

When I took over the project, I used Eclipse. To safeguard the older code, I developed in a subfolder. My changes mainly involved the ability to record the lesson as a series of SVG files with audio files for each slide. An XML file describes everything.

Then a HTML file, a CSS file, and a JS file allowed any HTML5 browser with SVG support to display the lesson on the student's computer. This remote portion was part of the same Eclipse workspace as a separate project.

That file arrangement worked OK. But then the code's original author created a SourceForge project. I concluded that while the file arrangement I had worked for me, it wasn't suitable for SVN. I wanted something like Project/Code/Version where Version was "1.0", "2.0", or "Trunk". Project would be either "Remote portion" or "App portion". However, I messed up and Eclipse no longer considered the Java code to be part of an Eclipse project.

I never understood how Eclipse worked. I definitely preferred how MS Visual Studio has Solutions with many projects, some dependent on other projects in the solution. So I installed the NetBeans IDE. Since the Eclipse workspace was messed up, I didn't think NetBeans would be able to import it correctly. So I tried to create a new Java project using the existing code.

However, one project doesn't appear to be able to handle different versions of the same code. I am willing to create projects for each version, but want them grouped somehow. (I also expect to drop the "Code" level of the folder structure.)

Can someone help?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo