Re: Ant can't find -factorypath option
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <20150203125000.EK95V.352927.root@cdptpa-web20> |
I'm fairly certain there is no Ant command line argument entitled "-factorpath" What is it you are attempting to perform? ---- xeonmailinglist <[email protected]> wrote: > Hi, > > I am using Apache Ant(TM) version 1.9.3 and during compilation I get the > error below. It seems that ant does not recognize the option > |-factorypath|. Is there a way to solve this? > > | [mkdir] Skipping /home/vagrant/Programs/jikesrvm-3.0.0/target/FastAdaptiveGenMS_airavat_ia32-linux/syscall/java because it already exists. > [exec] Current OS is Linux > [exec] Executing 'apt' with arguments: > [exec] '-factorypath' > [exec] '/home/vagrant/Programs/jikesrvm-3.0.0/target/tasks/classes' > [exec] '-nocompile' > [exec] '-factory' > [exec] 'org.jikesrvm.tools.apt.SysCallProcessorFactory' > [exec] '-classpath' > [exec] '/home/vagrant/Programs/jikesrvm-3.0.0/target/tasks/classes:/home/vagrant/Programs/jikesrvm-3.0.0/target/vmmagic-stub/classes:/home/vagrant/Programs/jikesrvm-3.0.0/target/FastAdaptiveGenMS_airavat_ia32-linux/classes' > [exec] '-s' > [exec] '/home/vagrant/Programs/jikesrvm-3.0.0/target/FastAdaptiveGenMS_airavat_ia32-linux/syscall/java' > [exec] '/home/vagrant/Programs/jikesrvm-3.0.0/rvm/src/org/jikesrvm/runtime/SysCall.java' > [exec] > [exec] The ' characters around the executable and arguments are > [exec] not part of the command. > Execute:Java13CommandLauncher: Executing 'apt' with arguments: > '-factorypath' > '/home/vagrant/Programs/jikesrvm-3.0.0/target/tasks/classes' > '-nocompile' > '-factory' > 'org.jikesrvm.tools.apt.SysCallProcessorFactory' > '-classpath' > '/home/vagrant/Programs/jikesrvm-3.0.0/target/tasks/classes:/home/vagrant/Programs/jikesrvm-3.0.0/target/vmmagic-stub/classes:/home/vagrant/Programs/jikesrvm-3.0.0/target/FastAdaptiveGenMS_airavat_ia32-linux/classes' > '-s' > '/home/vagrant/Programs/jikesrvm-3.0.0/target/FastAdaptiveGenMS_airavat_ia32-linux/syscall/java' > '/home/vagrant/Programs/jikesrvm-3.0.0/rvm/src/org/jikesrvm/runtime/SysCall.java' > > The ' characters around the executable and arguments are > not part of the command. > [exec] E: Command line option 'f' [from -factorypath] is not known. > | > >