Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3304858
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:06:23+00:00 2026-05-17T21:06:23+00:00

I have an project in NetBeans. I made some preparations to make database migration

  • 0

I have an project in NetBeans. I made some preparations to make database migration easier, and I put all things related to migration in one folder in root of my project.
Now I want to make this whole directory included in the distribution jar or war.

I deducted that i have to modify the =”-pre-dist” target, but I not very familiar with and and I’m lost in all of these netbeans options, paramaters predefined in build script.

Assuming my migration data is in folder “migration”, how should ant command look to include this folder in distrubution archive?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:06:24+00:00Added an answer on May 17, 2026 at 9:06 pm

    I understood from your question that you want to achieve the following:

    1. You have a directory migration with some contents in the root of the project
    2. You want this directory to be included in the JAR file created as a result of clean and build command in NetBeans IDE

    To achieve this add the following ANT target in your build.xml file:

    <target name="-pre-jar">
        <mkdir dir="${build.classes.dir}/migration"/>
        <copy todir="${build.classes.dir}/migration">
            <fileset dir="${basedir}/migration"/>
        </copy>
    </target>
    

    Now when you run the command clean and build the resulting JAR file will contain the folder migration with all the contents. Note: this target is not “-pre-dist” but is “-pre-jar”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PHP project setup in Netbeans (v6.8) where all the PHP files
I have a NetBeans project that relies on one specific Java class in another
I have a Java project in Netbeans and I want to use some classes
I have a project in NetBeans with JUnit tests. I made a change to
In NetBeans 6.7.1, I have made a j2ee project, In this project I have
I have created a project in NetBeans by downloading some third party jars of
I have made a project in NetBeans IDE using a custom library (a .JAR
I have a Java Project in NetBeans 7.0. I want to add some image
I have a java application project in Netbeans. I have just one class. I
We have a netbeans project that has an xsd that we use to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.