-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经用了maven 为啥还是需要antx ? #14
Comments
Autoconfig功能是从以前的antx中抽离出来的功能,所以其配置文件名延用了antx的传统。但其实已经和antx无关了。这是一个地道的maven插件。 在 2013年12月15日,19:17,kala-Long notifications@github.com 写道:
|
这个错误提示让人摸不着头脑。什么叫做未准备好?具体的错误是什么?? |
因为你选择了不更新文件,因此不能进行下去。
|
不是。我找到原因了。是因为antoconfig里面的一个配置项:property 的name 中有一个空格,导致的。 这种错误提示真的很奔溃。建议能够更加有指导性的提示。 |
╭───────────────────────┈┈┈┈
│
│ 您的配置文件需要被更新:
│
│ file:/Users/xxx/antx.properties
│
│ 这个文件包括了您个人的特殊设置,
│ 包括服务器端口、您的邮件地址等内容。
│
└───────┈┈┈┈┈┈┈┈┈┈┈
如果不更新此文件,可能会导致配置文件的内容不完整。
Failed to execute goal com.alibaba.citrus.tool:autoconfig-maven-plugin:1.2:autoconfig (default) on project petstore-web: Autoconfig failed: 因为配置文件“file:/Users/xxx/antx.properties”未准备好,所以无法继续下去!
以上是master mvn install ERROR log info ....
The text was updated successfully, but these errors were encountered: