Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- ant : Parameter -command is specified already
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
ant : Parameter -command is specified already
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-14-2012 08:47 PM - edited 11-14-2012 08:49 PM
Hi
I am working on Salesforce Touch; I am new with this platform. I am referring to the Salesforce Touch guide. I am trying to create a native Android project, using this command
ant create_native -Dapp.name={DemoApp} -Dtarget.dir={C:\Anu Raj\project\Salesforce Touch} -Dpackage.name={com.acme.mobileapp}"but i am getting this error while doing this --- > "
ant : Parameter -command is specified already.
At line:1 char:4
+ ant <<<< create_native -Dapp.name={DemoApp} -Dtarget.dir={C:\} -Dpackage.nam
e={com.acme.mobileapp}
+ CategoryInfo : InvalidArgument: (:) [], ParameterBindingExcepti
on
+ FullyQualifiedErrorId : ParameterSpecifiedAlreadyAt line:1 char:4 + ant <<<< create_native -Dapp.name={DemoApp} -Dtarget.dir={C:} -Dpackage.nam e={com.acme.mobileapp} + CategoryInfo : InvalidArgument: (:) [], ParameterBindingExcepti on + FullyQualifiedErrorId : ParameterSpecifiedAlready
can anybody tell me what is the issue for this.

