Skip to content
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Programming Tutorial

Start Learning to Code

  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Breaking News

Nextjs: running code after complete fetch

why does 400 status code result always entercatch block execution with axios?

Saving the state of the button onClick

TypeScript: Specify that value must be in Array using spread operator

Show separate number with comma in django tempalte

Why does my website keep showing old index.html, style.css, app.js…?

Using Python Flask to change the colour of an icon when it detects a words like scam, pending and verified

x clear icon appears only when the input has value – react

Login button redirects to two pages. For first time loginers, it redirects to agreement page, and for rest, it redirects straight to home?

WebComponent setter not triggered if defer is used

Tag: ant

Linux

Unable to create tar using ANT

admin January 24, 2014

I am trying to create tar and exclude file from directory roopendra but its not seems to work. When I am trying to untar file I am getting error gzip: stdin: not in gzip format. my file exclude also …

antbuild-processlinuxtar
Linux

“ant -version” returns /usr/bin/build-classpath: error: Some specified jars were not found

admin July 15, 2013

When typing “$ ant -version” into a linux terminal window I receive 2 errors followed by the version # and when it was compiled. The first error: /usr/bin/build-classpath: error: Could not find xml-…

antlinux
Linux

Convert shell script with list of files to ant build.xml

admin January 31, 2013

I’m trying to port the functionality of a linux shell script to a Windows ant build.xml. In the linux script, I’m stuck on this line, where $* is a list of files (*.txt): java -classpath $myClasspath …

antlinuxshellwindows
Linux

How to `chmod -R +w` with Ant, files and folders?

admin July 13, 2010

I’d like to do the equivalent of a chmod -R +w foo/ in an Ant build script. So far I’m using this:

antchmodlinuxrecursion
Privacy Policy