https://issues.apache.org/bugzilla/show_bug.cgi?id=49813
Summary: .project and .classpath files creation
Product: Ant
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Optional Tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
when we use maven build script with the eclipse plugin like
"mvn clean compile install eclipse:eclipse"
Generates the following eclipse configuration files:
.project and .classpath files
.setting/org.eclipse.jdt.core.prefs with project specific compiler settings
.various configuration files for WTP (Web Tools Project), if the parameter
wtpversion is set to a valid version (WTP configuration is not generated by
default)
is there any option available for ant.apache, if so please help me out how to
bring those file when taking build of a project which doesn't have those.
as these files will not be checked-in to the respository we need to auto
generate those files, so that it will be treated as a java project.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.