I want to save a Jdeveloper application which includes 2 projects to a new folder, leaving out the files I have excluded from the project contents.
Is there a way to do it from JDeveloper?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way to do what you want is to copy & paste.
Save all your data and exit JDev. It’s not mandatory, but it’s always a good idea with JDev.
Copy your tree to a new location and open it up in JDev. Everything should be in the right place. This will copy over the files you want to exclude, but you could write an ant script to delete them or just ignore them.